mirror of https://github.com/dani/vroom.git
parent
506b6f12db
commit
d5c95fb9eb
2 changed files with 0 additions and 80 deletions
@ -1,29 +0,0 @@ |
|||||||
% title $self->l('PASSWORD_REQUIRED'); |
|
||||||
%= include 'header' |
|
||||||
%= include 'public_toolbar' |
|
||||||
<div class="container-fluid"> |
|
||||||
<br/> |
|
||||||
<div class="jumbotron"> |
|
||||||
<h2><%=l 'PASSWORD_REQUIRED' %></h2> |
|
||||||
<p><%=l 'A_PASSWORD_IS_NEEDED_TO_JOIN' %></p> |
|
||||||
<form id="joinPassForm" class="form-inline" method="post"> |
|
||||||
<fieldset> |
|
||||||
<div class="row"> |
|
||||||
<div class="input-group col-md-6 col-lg-4"> |
|
||||||
<span class="input-group-addon"> |
|
||||||
<strong class="text-muted"> |
|
||||||
<%=l 'PASSWORD' %> |
|
||||||
</strong> |
|
||||||
</span> |
|
||||||
<input id="password" name="password" type="password" placeholder="<%=l 'PASSWORD' %>" class="form-control help" data-toggle="tooltip" data-placement="bottom" title="<%=l 'PASSWORD' %>" autofocus> |
|
||||||
<span class="input-group-btn"> |
|
||||||
<button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-log-in"></span></button> |
|
||||||
</span> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
</fieldset> |
|
||||||
</form> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
%= include 'js_common' |
|
||||||
%= include 'footer' |
|
Loading…
Reference in new issue