summaryrefslogtreecommitdiff
path: root/httemplate/elements/error.html
diff options
context:
space:
mode:
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 0000000..f467de2
--- /dev/null
+++ b/httemplate/elements/error.html
@@ -0,0 +1,4 @@
+% if ( $cgi->param('error') ) {
+ <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') |h %></FONT>
+ <BR><BR>
+% }