mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Added back button and imporved html layout
This commit is contained in:
parent
23b28a73d8
commit
b5acf1f2b2
4 changed files with 30 additions and 26 deletions
|
@ -22,7 +22,12 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 2px;">
|
<td style="padding: 12px 0 0 2px;">
|
||||||
<?php print __('Password');?> <a tabindex="5" class="generate" href="/reset/" style="font-size: 8pt; letter-spacing: 0.1em; padding: 0 0 0 14px;"><?php print __('forgot password');?></a>
|
<?php print __('Password');?>
|
||||||
|
<span style="padding:0 0 0 14px;">
|
||||||
|
<a tabindex="5" class="generate" href="/reset/" style="font-size: 8pt; letter-spacing: 0.1em;">
|
||||||
|
<?php print __('forgot password');?>
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -45,10 +50,10 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan=2>
|
<td colspan=2>
|
||||||
<table class="login-bottom">
|
<div class="login-bottom">
|
||||||
<tr><td>.<?php if (isset($ERROR)) echo $ERROR ?></td></tr>
|
<div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
|
||||||
<tr><td> <a tabindex="6" class="vestacp" href="http://vestacp.com" >vestacp.com</a></td></tr>
|
<a class="vestacp" href="http://vestacp.com" >vestacp.com</a>
|
||||||
</table>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Vesta Control Panel" /></a>
|
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Vesta Control Panel" /></a>
|
||||||
</td>
|
</td>
|
||||||
<td style="padding: 10px 0 0 0;">
|
<td style="padding: 10px 0 0 0;">
|
||||||
<form method="post" action="/reset/" >
|
<form method="post" action="/reset/">
|
||||||
<table class="login-box">
|
<table class="login-box">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 2px;">
|
<td style="padding: 12px 0 0 2px;">
|
||||||
|
@ -28,6 +28,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 20px 0 12px 0;">
|
<td style="padding: 20px 0 12px 0;">
|
||||||
<input tabindex="2" type="submit" value="<?php print __('Submit');?>" class="button">
|
<input tabindex="2" type="submit" value="<?php print __('Submit');?>" class="button">
|
||||||
|
<input type="button" class="button" value="<?php print __('Back');?>" onclick="location.href='/login/'">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -36,10 +37,10 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan=2>
|
<td colspan=2>
|
||||||
<table class="login-bottom">
|
<div class="login-bottom">
|
||||||
<tr><td>.<?php if (isset($ERROR)) echo $ERROR ?></td></tr>
|
<div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
|
||||||
<tr><td><a tabindex="6" class="vestacp" href="http://vestacp.com" >vestacp.com</a></td></tr>
|
<a class="vestacp" href="http://vestacp.com" >vestacp.com</a>
|
||||||
</table>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 2px;"><?php print __('Reset Code');?></td>
|
<td style="padding: 12px 0 0 2px;" colspan=2><?php print __('Reset Code');?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
@ -28,6 +28,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 20px 0 12px 0;">
|
<td style="padding: 20px 0 12px 0;">
|
||||||
<input tabindex="2" type="submit" value="<?php print __('Confirm');?>" class="button">
|
<input tabindex="2" type="submit" value="<?php print __('Confirm');?>" class="button">
|
||||||
|
<input type="button" class="button" value="<?php print __('Back');?>" onclick="location.href='/reset/'">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -36,10 +37,10 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan=2>
|
<td colspan=2>
|
||||||
<table class="login-bottom">
|
<div class="login-bottom">
|
||||||
<tr><td>.<?php if (isset($ERROR)) echo $ERROR ?></td></tr>
|
<div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
|
||||||
<tr><td><a tabindex="6" class="vestacp" href="http://vestacp.com" >vestacp.com</a></td></tr>
|
<a class="vestacp" href="http://vestacp.com" >vestacp.com</a>
|
||||||
</table>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
<td>
|
<td>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 0 10 0 42; height: 280px; width: 170px;">
|
<td style="padding: 0 10px 0 42px; height: 280px; width: 170px;">
|
||||||
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Vesta Control Panel" /></a>
|
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Vesta Control Panel" /></a>
|
||||||
</td>
|
</td>
|
||||||
<td style="padding: 20px 0 0 0;">
|
<td style="padding: 10px 0 0 0;">
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<table class="login-box">
|
<table class="login-box">
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -34,12 +34,9 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td height="28px">
|
<td style="padding: 20px 0 12px 0;">
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td style="padding: 0 0 12px 0;">
|
|
||||||
<input tabindex="3" type="submit" value="<?php print __('Reset');?>" class="button">
|
<input tabindex="3" type="submit" value="<?php print __('Reset');?>" class="button">
|
||||||
|
<input type="button" class="button" value="<?php print __('Back');?>" onclick="location.href='/login/'">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -48,10 +45,10 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan=2>
|
<td colspan=2>
|
||||||
<table class="login-bottom">
|
<div class="login-bottom">
|
||||||
<tr><td>.<?php if (isset($ERROR)) echo $ERROR ?></td></tr>
|
<div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
|
||||||
<tr><td> <a tabindex="6" class="vestacp" href="http://vestacp.com" >vestacp.com</a></td></tr>
|
<a class="vestacp" href="http://vestacp.com" >vestacp.com</a>
|
||||||
</table>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue