Help for this page

Select Code to Download


  1. or download this
    include("templates/top.html"); 
    include("templates/left.html");
    include("templates/main.html");
    include("templates/bottom.html");
    
  2. or download this
    foreach $plate(keys %PLATES)
    {
    ...
    print $TEMPLATE{'left'}
    print $TEMPLATE{'main'}
    print $TEMPLATE{'bottom'}