mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Login/logout system OK
This commit is contained in:
@ -8,7 +8,10 @@
|
||||
<!-- Login message -->
|
||||
<p class="login-box-msg">Login to your Comunic account.</p>
|
||||
|
||||
<div id="loginForm">
|
||||
<!-- Optionnal messages target -->
|
||||
<div id="loginMessagesTarget"></div>
|
||||
|
||||
<form id="loginForm" action="javascript:(function(){})();">
|
||||
<div class="form-group has-feedback">
|
||||
<input type="email" class="form-control" placeholder="Email" id="usermail" />
|
||||
<span class="glyphicon glyphicon-envelope form-control-feedback"></span>
|
||||
@ -31,7 +34,7 @@
|
||||
</div>
|
||||
<!-- /.col -->
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<!-- /.login-box-body -->
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user