From 7cade3b04274ecc2d3583a0602cc5de3643e81a6 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 31 Jan 2004 22:59:28 +0000 Subject: More template work. --- templates/default/error.tpl | 43 +++++++++++++++++++++++++++++++++++++++++++ templates/default/header.tpl | 3 +++ 2 files changed, 46 insertions(+) create mode 100644 templates/default/error.tpl (limited to 'templates') diff --git a/templates/default/error.tpl b/templates/default/error.tpl new file mode 100644 index 0000000..7cd193a --- /dev/null +++ b/templates/default/error.tpl @@ -0,0 +1,43 @@ +{HEADER} +
+ + + + +
+ + + + + + + +
+ + + + + + +
 {L_ERROR_WINDOW}
+
+ + + + +
+
+ {ERROR_MSG} +
+
+ {ERROR_CALENDAR} +
+
+ {L_ERROR_BACK} +
+
+
+
+
+
+{FOOTER} \ No newline at end of file diff --git a/templates/default/header.tpl b/templates/default/header.tpl index 9f680e1..59aae9a 100644 --- a/templates/default/header.tpl +++ b/templates/default/header.tpl @@ -8,6 +8,9 @@ + + {EVENT_JS} + {TODO_JS} -- cgit v1.2.3