home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
8bbf7e721b3eef6999f07545ee2d3c99
← Back
<?php //session_start();if(@$_SESSION['elfabco_adminname']!=''){ header("location:mainpage.php");}?> <!DOCTYPE html> <html><head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Golden Gate Admin::Login</title> <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'> <link href="<?php echo URL::to('/assets/admin/css/bootstrap.min.css');?>" rel="stylesheet" type="text/css" /> <link href="assets/admin/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="assets/admin/css/AdminLTE.css" rel="stylesheet" type="text/css" /> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> <link rel="stylesheet" type="text/css" href="assets/admin/css/message.css"> <link rel="shortcut icon" href="assets/images/logo.png"> </head> <body> <div class="form-box" id="login-box"> <div class="login_logo" ><img src="assets/images/logo.png" style="margin-left:auto; margin-right:auto; display:block;"/></div> <div class="header">Log In</div> <form action="" method="post"> <div class="body bg-gray"> <?php if(!empty($message)){ ?> <div class="form-group"> <?php echo $message; ?> </div> <?php } ?> <div class="form-group"> <?php echo Form::label('email', 'Email'); ?><br/> <input type="email" name="user_email" class="form-control" placeholder="Email" /> </div> <div class="form-group"> <?php echo Form::label('password', 'Password'); ?><br/> <input type="password" name="password" class="form-control" placeholder="Password"/> </div> <div class="form-group"> <input type="submit" name="submit" class="btn btn-primary" value="Submit" > </div> </div> </form> </div> <!-- jQuery 2.0.2 --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script> <!-- Bootstrap --> <script src="assets/admin/js/bootstrap.min.js" type="text/javascript"></script> </body></html>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel