File: index.tpl

package info (click to toggle)
libapache-gallery-perl 1.0.2-5.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 728 kB
  • sloc: perl: 1,280; sh: 21; makefile: 15
file content (25 lines) | stat: -rw-r--r-- 543 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
<div class="gallery-info">
{ $MENU }
</div>
<div id="gallery-nav">{ $BROWSELINKS }</div>
<div class="clr" />
<div id="img-info">
{ $FORM_BEGIN }
</div>
<table>
  <tr>
{ $PREV_DIR_FILES }
    <td id="directory">
      <div>
{ $FILES }
      </div>
    </td>
{ $NEXT_DIR_FILES }
  </tr>
</table>
  { $DIRCOMMENT }
<div class="clr" />
<div class="aginfo">
  		Indexed by <a href="http://apachegallery.dk">Apache::Gallery</a> - Copyright &copy; 2001-2008 Michael Legart - <a href="http://www.hestdesign.com/">Hest Design!</a>
</div>
{ $FORM_END }