Add modal popup for admin login from menu

This commit is contained in:
JonnyWong16 2016-05-01 10:56:06 -07:00
commit 2f8e768c5c
4 changed files with 72 additions and 7 deletions

View file

@ -31,13 +31,13 @@
${msg}
</div>
% endif
<div class="username-group form-group">
<div class="form-group">
<label for="username" class="control-label">
Username
</label>
<input type="text" id="username" name="username" class="form-control" autocorrect="off" autocapitalize="off" value="${username}" autofocus>
</div>
<div class="password-group form-group">
<div class="form-group">
<label for="password" class="control-label">
Password
</label>