mail/src/tpl/login.html

15 lines
669 B
HTML
Raw Normal View History

2013-03-13 11:58:46 -04:00
<div data-role="header" data-position="fixed">
<h1>Whiteout Mail</h1>
</div><!-- /header -->
<div data-role="content">
<div id="loginImg"></div>
2013-03-14 15:52:11 -04:00
<div id="loginForm">
2013-03-13 11:58:46 -04:00
<h3>Please sign in</h3>
<label for="userId" class="ui-hidden-accessible">Username:</label>
<input type="email" name="user" id="userId" value="" placeholder="user" data-theme="a">
2013-03-13 11:58:46 -04:00
<label for="password" class="ui-hidden-accessible">Password:</label>
<input type="password" name="pass" id="password" value="passphrase" placeholder="password" data-theme="a">
2013-03-13 11:58:46 -04:00
<input type="button" data-theme="b" data-icon="check" id="loginBtn" value="Sign in">
</div>
</div><!-- /content -->