File: error.tpl

package info (click to toggle)
libapache-gallery-perl 1.0.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,260 kB
  • sloc: perl: 1,281; sh: 21; makefile: 13
file content (9 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (8)
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>