"Fossies" - the Fresh Open Source Software Archive

Member "Apache-Gallery-1.0.2/templates/default/showpicture.tpl" (8 Jun 2011, 812 Bytes) of package /linux/www/old/Apache-Gallery-1.0.2.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <div id="page">
    2   <div id="menu">
    3 { $MENU }
    4   </div>
    5   <div>
    6     <table>
    7       <tr>
    8         <td colspan="3" id="picture">
    9 						<center class="nav">
   10 						Viewing picture { $NUMBER } of { $TOTAL } at { $RESOLUTION } pixels<br>
   11             <img src="{ $SRC }"><br>
   12             Size [ { $SIZES } ]<br>
   13 						Slideshow [ { $SLIDESHOW } ]
   14           </center>
   15         </td>
   16       </tr>
   17       <tr>
   18         <td align="left" width="20%">{ $BACK }</td>
   19 
   20 				{ $PICTUREINFO }
   21 
   22         <td align="right" width="20%">{ $NEXT }</td>
   23       </tr>
   24 	  <tr>
   25 	  	<td colspan="3">
   26 		  <div id="gallery">
   27 		    Indexed by <a href="http://apachegallery.dk">Apache::Gallery</a> - Copyright &copy; 2001-2005 Michael Legart - <a href="http://www.hestdesign.com/">Hest Design!</a>
   28 		  </div>
   29 		</td>
   30 	  </tr>
   31     </table>
   32   </div>
   33 </div>