File: delete_password_wrong.tt

package info (click to toggle)
openguides 0.84-1.2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,628 kB
  • sloc: perl: 4,812; sh: 56; javascript: 56; makefile: 19
file content (12 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (10)
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 %]