228 |
kaklik |
1 |
<h1><?php echo $sg->translator->_g("Log In") ?></h1> |
|
|
2 |
|
|
|
3 |
<p><?php echo $sg->translator->_g("Please enter your admin username and password below.") ?></p> |
|
|
4 |
|
|
|
5 |
<form action="<?php echo $_SERVER['PHP_SELF'] ?>" method="post"> |
|
|
6 |
<input type="hidden" name="action" value="login" /> |
|
|
7 |
<p> |
|
|
8 |
<?php echo $sg->translator->_g("Username:") ?> <input type="text" name="sgUsername" /> |
|
|
9 |
<?php echo $sg->translator->_g("Password:") ?> <input type="password" name="sgPassword" /> |
|
|
10 |
<input type="submit" class="button" value="<?php /*"*/ echo $sg->translator->_g("Go") ?>" /> |
|
|
11 |
</p> |
|
|
12 |
</form> |
|
|
13 |
|
|
|
14 |
<form action="<?php echo $_SERVER['PHP_SELF'] ?>" method="post"> |
|
|
15 |
<input type="hidden" name="action" value="login" /> |
|
|
16 |
<input type="hidden" name="sgUsername" value="guest" /> |
|
|
17 |
<input type="hidden" name="sgPassword" value="password" /> |
|
|
18 |
<p> |
|
|
19 |
<?php echo $sg->translator->_g("If you do not have a username then you may log in as a guest."); ?> |
|
|
20 |
<input type="submit" class="button" value="<?php /*"*/ echo $sg->translator->_g("Log in as guest"); ?>" /> |
|
|
21 |
</p> |
|
|
22 |
</form> |