Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w 
    ##################################
    ...
    }
    exit(0);
    
  2. or download this
    /**   show_album.tmpl **/
    
    ...
    </TMPL_LOOP>
    </tr>
    </TMPL_LOOP>
    
  3. or download this
    /** picture_page.tmpl **/
    <p>
    ...
    <div style="width: 80%; border outset 3px black; margin: auto;">
    <img src="<TMPL_VAR NAME=path" style="margin: auto;">
    </div>