home
/
zktecojo
/
public_html
/
app
/
views-feb 24
/
admin
/
login
➕ New
📤 Upload
✎ Editing:
create.php
← Back
<!DOCTYPE html> <html><head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Zkteco Admin::Login</title> <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'> <link href="<?php echo base_url();?>assets/admin/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="<?php echo base_url();?>assets/admin/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="<?php echo base_url();?>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="<?php echo base_url();?>assets/admin/css/message.css"> <link rel="shortcut icon" href="<?php echo base_url();?>assets/images/medsol-logo.png"> <style> .body ul {list-style:none;padding:0;margin:0;} .body ul li,.body ul li input {padding:10px 0;width:100%;} #login_footer{width:100%;text-align:center;} </style> </head> <body> <!-- /#wrap starts here--> <div class="form-box" id="login-box"> <div class="header">Create Admin Account</div> <div class="body bg-gray"> <?php echo form_open(base_url().'admin/login/create_admin_account'); ?> <?php $this->load->view('admin/common/messages',$data);?> <ul> <li> <label>First Name </label> <br> <input type="text" name="fname" class="log_input" value="<?php echo set_value('fname');?>"/> </li> <li> <label>Last Name</label> <br> <input type="text" name="lname" class="log_input" value="<?php echo set_value('lname');?>"/> </li> <li> <label>Email</label> <br> <input type="text" name="aemail" class="log_input" value="<?php echo set_value('aemail');?>"/> </li> <li> <label>Password</label> <br> <input type="password" name="apass" class="log_input"/> </li> <li> <label>Confirm Password</label> <br> <input type="password" name="acpass" class="log_input"/> </li> <li> <input type="submit" name="create" value="Sign Up" class="log_button"/> </li> </ul> <?php echo form_close(); ?> <div id="login_footer"> <span>©jafflas.com. All rights reserved.</span> </div> </div> </div> <!-- jQuery 2.0.2 --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script> <!-- Bootstrap --> <script src="<?php echo base_url();?>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