Last change
on this file since 862 was 517, checked in by Kris Deugau, 12 years ago |
/trunk
Finally merge conversion to HTML::Template from /branches/htmlform
- Node "hack" showed conflict due to having been added to all branches
in parallel
- editDisplay.html was apparently changed enough that the merged delete
caused an irrelevant conflict
Closes #3.
|
File size:
494 bytes
|
Rev | Line | |
---|
[483] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
---|
| 2 | <html>
|
---|
| 3 | <head>
|
---|
| 4 | <title>Access denied</title>
|
---|
[511] | 5 | <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=webpath>/ipdb.css">
|
---|
| 6 | <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=webpath>/local.css">
|
---|
[483] | 7 | </head>
|
---|
| 8 | <body>
|
---|
| 9 | <div>
|
---|
| 10 | Access to this tool is restricted. Contact
|
---|
| 11 | <a href="mailto:<TMPL_VAR NAME=ipdbadmin_email>"><TMPL_VAR NAME=ipdbadmin_name></a>
|
---|
| 12 | for more information.
|
---|
| 13 | </div>
|
---|
| 14 | </body>
|
---|
| 15 | </html>
|
---|
| 16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.