scripts/mir-setup/README: update with link to new doc on wiki
[mir.git] / templates / admin / infomessage.template
1 <html>
2 <head>
3     <title>${config["Mir.Name"]} | ${lang("infomessage.htmltitle")}</title>
4     <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
5 </head>
6 <body>
7 <include "head.template">
8 <table width="100%" border="0" align="center">
9   <tr>
10     <td>
11       <p>
12         <b>${lang("infomessage."+message, argument1, argument2)}<b>
13       <p>
14       <p>
15         <br>
16         <a class="link-box" href="${config.actionRoot}">[&lt;&lt;&lt;] ${lang("head.start")}</a>&nbsp;&nbsp;&nbsp;
17         
18       </p>
19       
20     </td>
21   </tr>
22 </table>
23 <include "foot.template">
24 </body>
25 </html>