forgotten file
authorzapata <zapata>
Mon, 17 Mar 2003 20:48:01 +0000 (20:48 +0000)
committerzapata <zapata>
Mon, 17 Mar 2003 20:48:01 +0000 (20:48 +0000)
etc/open/posting_disabled.template [new file with mode: 0755]

diff --git a/etc/open/posting_disabled.template b/etc/open/posting_disabled.template
new file mode 100755 (executable)
index 0000000..fc19642
--- /dev/null
@@ -0,0 +1,31 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+       <title>${lang("postingdisabled.htmltitle")}</title>
+</head>
+
+<body bgcolor="White" text="Black" link="#006600" vlink="#666666" alink="Red">
+
+<table width="100%" border="0" cellspacing="0" cellpadding="4" bgcolor="#cccccc">
+       <tr>
+               <td align="center" bgcolor="#666666">
+               <font color="White">${lang("postingdisabled.title")}</font></td>
+       </tr>
+       <tr>
+               <td bgcolor="#eeeeee">
+                 <font color="#000000">
+                   <center>
+          ${lang("postingdisabled.info")}
+        <center>
+       </font>
+       </td>
+  </tr>
+  <tr>
+         <td valign="top" align="center" bgcolor="#666666">
+           <a href="javascript:history.go(-1)"><font color="White"><b>&gt;&gt; ${lang("postingdisabled.back")}</b></font></a>
+               </td>
+       </tr>
+</table>
+</body>
+</html>