Provide 'mms2' product link.
authorlace <>
Mon, 2 Jan 2006 03:53:33 +0000 (03:53 +0000)
committerlace <>
Mon, 2 Jan 2006 03:53:33 +0000 (03:53 +0000)
project/udpgate/Index.pm

index 9c17bf1..e2673c2 100644 (file)
@@ -70,6 +70,18 @@ get replaced by the target project neutral:</p>
 </blockquote>
 HERE
 
+my $mms2_title=product::Lib->title(product::Lib->name_to_hashref("mms2"));
+print <<"HERE";
+<p>This project was created for the purposes of:</p>
+<table border="0" class="margin-center td-center">
+       <tr><td>@{[
+               img '/product/mms2/icon.jpeg',$mms2_title,
+                               "a_href"=>'/product/mms2/'
+               ]}</td></tr>
+       <tr><td style="font-size: xx-large;">@{[ a_href '/product/mms2/',$mms2_title ]}</td></tr>
+</table>
+HERE
+
 
 exit;
 }