Archived
1
0

removed ucp template

This commit is contained in:
pixeldesu
2014-08-18 14:30:29 +02:00
parent f7ad70a1bd
commit a54b2d5a6c
4 changed files with 82 additions and 72 deletions

View File

@@ -1,12 +1,17 @@
<form role="form" method="POST">
<div class="form-group">
<label for="InputUsername">Username</label>
<input type="text" class="form-control" id="InputUsername" name="user_name" placeholder="Enter username">
</div>
<div class="form-group">
<label for="InputPassword">Password</label>
<input type="password" class="form-control" id="InputUsername" name="password" placeholder="Enter password">
</div>
<input type="hidden" name="login">
<button type="submit" class="btn btn-default btn-block">Login</button>
</form>
{include="layout"}
{include="navbar"}
<div class="container">
<form role="form" method="POST">
<div class="form-group">
<label for="InputUsername">Username</label>
<input type="text" class="form-control" id="InputUsername" name="user_name" placeholder="Enter username">
</div>
<div class="form-group">
<label for="InputPassword">Password</label>
<input type="password" class="form-control" id="InputUsername" name="password" placeholder="Enter password">
</div>
<input type="hidden" name="login">
<button type="submit" class="btn btn-default btn-block">Login</button>
</form>
</div>
{include="footer"}