File: error.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 (9 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
<table align="center" class="info">
  <tr>
	  <td>
      <h1>{ $ERRORTITLE }</h1>
      <p>{ $ERROR }</p>
      <p><a clas="nav" href="javascript:history.go(-1)">Back</a>
    </td>
  </tr>
</table>