© Copyright 2005 Peri Hankey - documentation license Gnu FDL - code license Gnu GPL - validate HTML
SourceForge.net Logo site-specific html

sitehtml.lmn: (C) Copyright 2005 Peri Hankey (mpah@users.sourceforge.net). This source text is published under the terms of the Gnu General Program License. It comes with absolutely no warranty.


home author and license

 .mediawiki()
   copydates       <- eot - '2005';
   author          <- eot - 'Peri Hankey';
   docslicense     <- eot - '<a href="http://www.gnu.org/copyleft/fdl.html">Gnu FDL</a>';
   codelicense     <- eot - '<a href="http://www.gnu.org/licenses/gpl.html">Gnu GPL</a>';
   website         <- eot - 'languagemachine.sourceforge.net';

home a logo on every page

   logo            <- eot -
     '<a href="http://' website '"><img style="border: 0px solid" '
     'alt="the language machine" '
     'title="the language machine" '
     'src="LM.png" '
     'class="logo"></a>'
     sourceforgeLogo ;
   sourceforgeLogo <- eot -
     '<a href="http://sourceforge.net/"> '
     '<img '
     'style="border: 0px solid;" '
     'alt="SourceForge.net Logo" '
     'src="http://sourceforge.net/sflogo.php?group_id=143185&type=5" '
     'class="sourceforge">'
     '</a>';

home navigation

   atH1     <- eom - uparrow;
   atH2     <- eom - uparrow;
   atH3     <- eom - uparrow;
   uparrow  <- eom -
     '<a href="#top"> <img '
     'style="border: 0px solid ; width: 16px; height: 16px;" alt="home" '
     'title="home" src="1uparrow.png">'
     '</a>'
     ;
   endpage  <- eot -
     '<a href="#top"> <img '
     'style="border: 0px solid ; width: 16px; height: 16px;" alt="home" '
     'title="home" src="1uparrow.png">'
     '</a>'
     ;

home generate a standard menu

   menu <- eot -
     '<div class="menuStrip" >'
     '<table class="menuTable"> '
     '<tbody> '
     '<tr> '
     '<td style="text-align: center;"><a href="index.html"><img '
     'style="border: 0px solid ; width: 16px; height: 16px;" alt="home" '
     'title="home" src="gohome.png"></a></td> '
     '<td style="text-align: center;"><a href="project.html"><img '
     'style="border: 0px solid ; width: 16px; height: 16px;" '
     'alt="the project" title="the project" src="info.png"></a></td> '
     '<td style="text-align: center;"><a href="guide.html"><img '
     'style="border: 0px solid ; width: 16px; height: 16px;" alt="guide" '
     'title="guide" src="contents.png"></a></td> '
     '<td style="text-align: center; vertical-align: middle;"><a '
     'href="faq.html"><img '
     'style="border: 0px solid ; width: 16px; height: 16px;" alt="questions" '
     'title="questions" src="help.png"></a></td> '
     '<td style="text-align: center;"><a href="documentation.html"><img '
     'style="border: 0px solid ; width: 16px; height: 16px;" alt="reference" '
     'title="reference" src="gear.png"></a></td> '
     '<td style="text-align: center;"><a href="install.html"><img '
     'style="border: 0px solid ; width: 16px; height: 16px;" alt="download" '
     'title="download" src="down.png"></a></td> '
     '</tr> '
     '</tbody> '
     '</table> '
     '</div>'
     ;
home