|
Revision 617, 398 bytes
(checked in by dom, 4 years ago)
|
|
New css id maincontent, and misc template bugfixes
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | [% INCLUDE header.tt page_title = "Incorrect password for page deletion - $site_name" %] |
|---|
| 2 | [% INCLUDE banner.tt %] |
|---|
| 3 | <div id="content"> |
|---|
| 4 | [% INCLUDE navbar.tt %] |
|---|
| 5 | <div id="maincontent"> |
|---|
| 6 | <h1>Incorrect Password</h1> |
|---|
| 7 | <p> |
|---|
| 8 | Sorry, that was not the correct password. Please <a href="[% |
|---|
| 9 | cgi_url %]?id=[% node_param %];action=delete;version=[% delete_version %]">try again</a>. |
|---|
| 10 | </p> |
|---|
| 11 | </div> |
|---|
| 12 | [% INCLUDE footer.tt %] |
|---|