From 1fe01dd31651fcdd7fbaa2f4045970d1b636a456 Mon Sep 17 00:00:00 2001 From: Alan Jack Pippin <ajp@pippin.(none)> Date: Fri, 27 Jan 2006 20:47:13 -0700 Subject: [PATCH] Initial Rev. --- templates/default/dir_view.tpl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/default/dir_view.tpl diff --git a/templates/default/dir_view.tpl b/templates/default/dir_view.tpl new file mode 100644 index 0000000..ac4cb50 --- /dev/null +++ b/templates/default/dir_view.tpl @@ -0,0 +1,14 @@ +<center> + <form action="{actionurl}" method="POST"> + <table border="0" width="80%" cellspacing="2" cellpadding="2"> + <tr> + <td align="center" bgcolor="#c9c9c9"><font face="{font}"><b>Online Ward Directory</b></font></td> + </tr> + </table> + <br><br> + <table border="0" width="{total_width}" cellspacing="2" cellpadding="2"> + <tr bgcolor="#c9c9c9"> + </tr> + + </table> +</center> -- 2.34.1