summaryrefslogtreecommitdiff
path: root/httemplate/elements/error.html
diff options
context:
space:
mode:
authorivan <ivan>2006-11-13 01:09:17 +0000
committerivan <ivan>2006-11-13 01:09:17 +0000
commit3758ad3cb13752bbbebb2c42fcc398bdb1ffdc6a (patch)
tree79abd2ad06733f7b515250d6df4d33767c814209 /httemplate/elements/error.html
parent33f61386d77a035fd59a15ccfea43d0fbff911d2 (diff)
add preference page, start with just a password changer
Diffstat (limited to 'httemplate/elements/error.html')
-rw-r--r--httemplate/elements/error.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/elements/error.html b/httemplate/elements/error.html
new file mode 100644
index 000000000..e8ba93010
--- /dev/null
+++ b/httemplate/elements/error.html
@@ -0,0 +1,4 @@
+% if ( $cgi->param('error') ) {
+ <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
+ <BR><BR>
+% }