| Server IP : 213.186.33.2 / Your IP : 216.73.216.39 Web Server : Apache System : Linux webm005.cluster102.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : symetry ( 21728) PHP Version : 8.2.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/symetry/www/ARCHIVES/application/views/scripts/auth/ |
Upload File : |
<!-- login.phtml start -->
<div id='content'>
<h1><?php echo $this->escape(Zend_registry::get('translate')->_($this->title)); ?></h1>
<?php if(!empty($this->message)) :?>
<div class="errors">
<?php echo $this->escape(Zend_registry::get('translate')->_($this->message));?>
</div>
<?php endif; ?>
<form action="<?php echo $this->baseUrl ?>/auth/login" method="post">
<ul class='login'>
<li>
<label for="username"><?=Zend_registry::get('translate')->_('Username');?></label>
<input type="text" name="username" value=""/>
</li>
<li>
<label for="password"><?=Zend_registry::get('translate')->_('Password');?></label>
<input type="password" name="password" value=""/>
</li>
<li>
<input type="submit" name="login" value="<?=Zend_registry::get('translate')->_('Submit');?>" />
</li>
</ul>
</form>
</div>
<!-- login.phtml stop -->