File: delete_password_wrong.tt

package info (click to toggle)
openguides 0.65-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,236 kB
  • ctags: 136
  • sloc: perl: 4,253; makefile: 84; sh: 59
file content (12 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
[% INCLUDE header.tt page_title = "Incorrect password for page deletion - $site_name" %]
[% INCLUDE banner.tt %]
<div id="content">
[% INCLUDE navbar.tt %]
<div id="maincontent">
<h1>Incorrect Password</h1>
<p>
Sorry, that was not the correct password. Please <a href="[%
cgi_url %]?id=[% node_param %];action=delete;version=[% delete_version %]">try again</a>.
</p>
</div>
[% INCLUDE footer.tt %]