fix: "read more..." link is now language sensitive - added /${language.code}
[mir.git] / etc / open / posting_disabled.template
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
3 <html>
4 <head>
5         <title>${lang("postingdisabled.htmltitle")}</title>
6 </head>
7
8 <body bgcolor="White" text="Black" link="#006600" vlink="#666666" alink="Red">
9
10 <table width="100%" border="0" cellspacing="0" cellpadding="4" bgcolor="#cccccc">
11         <tr>
12                 <td align="center" bgcolor="#666666">
13                 <font color="White">${lang("postingdisabled.title")}</font></td>
14         </tr>
15         <tr>
16                 <td bgcolor="#eeeeee">
17                   <font color="#000000">
18                     <center>
19           ${lang("postingdisabled.info")}
20         <center>
21         </font>
22         </td>
23   </tr>
24   <tr>
25           <td valign="top" align="center" bgcolor="#666666">
26             <a href="javascript:history.go(-1)"><font color="White"><b>&gt;&gt; ${lang("postingdisabled.back")}</b></font></a>
27                 </td>
28         </tr>
29 </table>
30 </body>
31 </html>