PHP Classes

File: Views/Home/login.php

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   Zest PHP Framework Component Installer   Views/Home/login.php   Download  
File: Views/Home/login.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Zest PHP Framework Component Installer
Manage the installation of Zest components
Author: By
Last change:
Date: 2 years ago
Size: 780 bytes
 

Contents

Class file image Download
<?=\Zest\Component\View\View::view(__COM_INSTALLER__."Header");?>
<title><?=printl("login:title:com:installer");?></title>
<div class="container">
        <form action="<?=site_base_url().'/com/installer/login/process'?>" method="post">
          <div class="form-group">
            <label for="email"><?=printl("username:com:installer");?>:</label>
            <input type="text" name='usr' class="form-control" id="usr">
          </div>
          <div class="form-group">
            <label for="pwd"><?=printl("password:com:installer");?>:</label>
            <input type="password" name='pwd' class="form-control" id="pwd">
          </div>
          <div class="form-group">
           <input type="submit" name="submit" class="btn btn-primary" value="<?=printl("login:btn:com:installer");?>">
          </div>
        </form>
    </div>
</body>
</html>