login field

merge-requests/119/head
Anton Romanov 4 years ago
parent 2149dfd32f
commit 5333258c62

@ -11,8 +11,8 @@
</h:head> </h:head>
<h:body class="black"> <h:body class="black">
<div class="ui-g"> <div class="ui-g">
<div class="ui-md-5 ui-g-12"></div> <div class="ui-md-4 ui-g-12"></div>
<div class="ui-md-2 ui-g-12"> <div class="ui-md-4 ui-g-12">
<form method="post" action="/login.xhtml"> <form method="post" action="/login.xhtml">
<p:panel header="Вход в систему" style="margin-bottom:20px"> <p:panel header="Вход в систему" style="margin-bottom:20px">
<table cellpadding="10" style="width: 100%"> <table cellpadding="10" style="width: 100%">
@ -23,7 +23,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td><input id="username" name="username" type="text" placeholder="email" <td><input id="username" name="username" type="text" placeholder="Логин"
class="ui-inputfield ui-inputtext ui-widget ui-state-default ui-corner-all form-control" class="ui-inputfield ui-inputtext ui-widget ui-state-default ui-corner-all form-control"
style="width: 100%"/> style="width: 100%"/>
</td> </td>

Loading…
Cancel
Save