"Fossies" - the Fresh Open Source Software Archive

Member "Apache-Gallery-1.0.2/templates/bright/showpicture.tpl" (8 Jun 2011, 935 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 class="gallery-info">
    2     { $MENU }
    3 </div>
    4 <div class="gallery-nav">
    5 { $BACK } - <a href="./" accesskey="u" rel="up" title="Accesskey U"><u>u</u>p</a> - { $NEXT }
    6 </div>
    7 
    8 <div class="clr" />
    9 <div class="img-info">
   10 		IMG { $NUMBER } of { $TOTAL }
   11 		| { $EXIF_DATETIMEORIGINAL }
   12 		| { $EXIF_EXPOSURETIME }s
   13 		| { $EXIF_ISOSPEEDRATINGS }iso
   14 		| { $EXIF_FOCALLENGTH }
   15 		| { $EXIF_APERTUREVALUE }
   16 </div>
   17 <table>
   18 	<tr>
   19 		<td>
   20 			<div class="img-shadow">
   21 				<div class="img-white">
   22 					<div class="img-border">
   23           <img src="{ $SRC }" alt="* Image { $NUMBER }" />
   24               { $PICTUREINFO }
   25 					</div>
   26 				</div>
   27 			</div>
   28 		</td>
   29 	</tr>
   30 </table>
   31 <div class="clr" />
   32 <div class="img-options">
   33 [ Size: { $SIZES } | Slideshow: { $SLIDESHOW } ]
   34 </div>
   35 
   36 <div class="aginfo">
   37 		  <a href="http://apachegallery.dk/">Apache::Gallery</a> &copy; 2001-2008 Michael Legart, <a href="http://www.hestdesign.com/">Hest Design</a>!
   38 </div>