Linux multi-monitor fullscreen support
[ryzomcore.git] / web / public_php / admin / templates / default / index_login.tpl
blob7b18df28e27a76b7672d355c8b91e7f0e6d00551
2 {include file="page_header_light.tpl"}
4 <h2>Shard Administration Website</h2>
6 <p>Use login: <b>guest</b> and password: <b>guest</b> to login.</p>
8 <table width="30%" border="0">
9 <form action="index.php" method="post">
10         <tr>
11                 <td>Login:</td>
12                 <td><input type="text" name="nel_login" value="guest"></td>
13         </tr>
14         <tr>
15                 <td>Password:</td>
16                 <td><input type="password" name="nel_passwd" value="guest"></td>
17         </tr>
18         <tr>
19                 <td>&nbsp;</td>
20                 <td><input type="submit" name="action" value="login">
21         </tr>
22 </form>
23 </table>
25 {include file="page_footer_light.tpl"}