Add logout functionality

This commit is contained in:
Kyle Fang
2013-12-29 16:59:27 +08:00
parent 1b9705e80d
commit 83753ff540
4 changed files with 21 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
<a href="#setting">
<span class="glyphicon glyphicon-cog"></span>
</a>
<a href="#login">
<a href="#logout">
<span class="glyphicon glyphicon-th"></span>
</a>
</span>

View File

@@ -4,8 +4,8 @@
<h4>Notification Manager</h4>
</div>
<form class="user-login-form">
<input type="text" name="login" placeholder="Email/Phone Numebr" value="18080927221"/>
<input type="password" name="password" placeholder="Password" value="123456"/>
<input type="text" name="login" placeholder="Email/Phone Numebr" value=""/>
<input type="password" name="password" placeholder="Password" value=""/>
<button type="button" class="btn sign-in">Sign in</button>
</form>
<a href="#">Forget your password?</a>