* Added mobile device detection PHP library * Call PHP library to decide which theme to use * Added theme as a configuration option into global config * Selectable Desktop theme (default: mmcFE) * Selectable Mobile theme (default: mobile) * Disable mobile theme support entirely **NOTE**: This requires updates to the `global.inc.php` so please check the dist file and update your config before filing a new issue! Addresses #25
7 lines
498 B
Smarty
7 lines
498 B
Smarty
<form action="{$smarty.server.PHP_SELF}?page=login" method="post" id="loginForm" data-ajax="false">
|
|
<p><input type="text" name="username" value="" id="userForm" maxlength="20"></p>
|
|
<p><input type="password" name="password" value="" id="passForm" maxlength="20"></p>
|
|
<center><p><input type="submit" value="Login"></p></center>
|
|
</form>
|
|
<center><p><a href="{$smarty.server.PHP_SELF}?page=password"><font size="1">Forgot your password?</font></a></p></center>
|