File: showpicture.tpl

package info (click to toggle)
libapache-gallery-perl 0.99-svn060811-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 536 kB
  • ctags: 24
  • sloc: perl: 1,128; makefile: 60; sh: 13
file content (33 lines) | stat: -rw-r--r-- 812 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<div id="page">
  <div id="menu">
{ $MENU }
  </div>
  <div>
    <table>
      <tr>
        <td colspan="3" id="picture">
						<center class="nav">
						Viewing picture { $NUMBER } of { $TOTAL } at { $RESOLUTION } pixels<br>
            <img src="{ $SRC }"><br>
            Size [ { $SIZES } ]<br>
						Slideshow [ { $SLIDESHOW } ]
          </center>
        </td>
      </tr>
      <tr>
        <td align="left" width="20%">{ $BACK }</td>

				{ $PICTUREINFO }

        <td align="right" width="20%">{ $NEXT }</td>
      </tr>
	  <tr>
	  	<td colspan="3">
		  <div id="gallery">
		    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>
		  </div>
		</td>
	  </tr>
    </table>
  </div>
</div>