File: pictureinfo.tpl

package info (click to toggle)
libapache-gallery-perl 1.0.2-5.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 728 kB
  • sloc: perl: 1,280; sh: 21; makefile: 15
file content (12 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
<td width="60%">
          <center>
            <table align="center" class="info">
              <tr>
                <td>
									{ $COMMENT }
									{ $INFO }
                </td>
              </tr>
            </table>
          </center>
</td>