File manager - Edit - /home/wwwroot/camplus.hk/master.camplus.hk/public_html/application/views/reset_password.php
Back
<!DOCTYPE html> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"/> <title>School PR System | Reset Password</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta content="" name="description"/> <meta content="" name="author"/> <!-- Global mandatory styles --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"/> <?php echo load_css('plugins/font-awesome/css/font-awesome.min.css'); ?> <?php echo load_css('plugins/simple-line-icons/simple-line-icons.min.css'); ?> <?php echo load_css('plugins/bootstrap/css/bootstrap.min.css'); ?> <?php echo load_css('plugins/uniform/css/uniform.default.css'); ?> <?php echo load_css('plugins/bootstrap-switch/css/bootstrap-switch.min.css'); ?> <!-- Page level styles --> <?php echo load_css('plugins/select2/select2.css'); ?> <?php echo load_css('login-soft.css'); ?> <!-- Theme styles --> <?php echo load_css('components.css'); ?> <?php echo load_css('plugins.css'); ?> <?php echo load_css('layout.css'); ?> <?php echo load_css('custom.css'); ?> <script> function getConfirmation(){ var retVal = confirm("抱歉, 本系統不支援 IE / Edge 瀏覽器, 我們推薦使用Google Chrome。 \r\nSorry, the platform do not support IE / Edge, would you like to use Chrome instead?"); if( retVal == true ){ window.location.replace("https://www.google.com.tw/chrome/index.html"); return true; } else{ window.location.replace("https://www.mozilla.org/en-US/firefox/new/"); return false; } } if(navigator.appVersion.indexOf('Edge/')!==-1 || navigator.appVersion.indexOf('Trident/')!==-1|| navigator.userAgent.indexOf('MSIE')!==-1 ) getConfirmation(); </script> <script type="text/javascript"> var BASE_URL = '<?php echo base_url()?>'; </script> <link rel="shortcut icon" href="favicon.ico"/> </head> <body class="login"> <div class="logo"> <a href="<?php echo base_url();?>" style="font-size: 30px;"> <?php echo $site_settings['site_name'];?> </a> </div> <div class="page-content-wrapper"> <div class="pageContent"> <div class="row"> <div class="col-lg-12 col-md-3 col-sm-6 col-xs-12"> <form role="form" action="" id="editPassword" method="post" > <div class="form-group"> <label class="control-label"><?php echo $this->lang->line('new_password');?></label> <input type="password" name="password" class="form-control required"/> <span class="help-block help-block-error"><?php echo form_error('password');?></span> </div> <div class="form-group"> <label class="control-label"><?php echo $this->lang->line('retype_new_password');?></label> <input type="password" name="c_password" class="form-control required"/> <span class="help-block help-block-error"><?php echo form_error('C_password');?></span> </div> <div class="margin-top-10"> <input type="submit" value="<?php echo $this->lang->line('reset_password');?>" class="btn green"> </div> </form> </div> </div> <div class="clearfix"></div> </div> </div> <div class="copyright"> 2014 © School PR System </div> <!-- Core plugins --> <!--[if lt IE 9]> <script src="<?php echo base_url(); ?>resources/css/plugins/respond.min.js"></script> <script src="<?php echo base_url(); ?>resources/css/plugins/excanvas.min.js"></script> <![endif]--> <script src="<?php echo base_url(); ?>resources/css/plugins/jquery-1.11.0.min.js" type="text/javascript"></script> <script src="<?php echo base_url(); ?>resources/css/plugins/jquery-migrate-1.2.1.min.js" type="text/javascript"></script> <!-- IMPORTANT! Load jquery-ui-1.10.3.custom.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip --> <script src="<?php echo base_url(); ?>resources/css/plugins/jquery-ui/jquery-ui-1.10.3.custom.min.js" type="text/javascript"></script> <script src="<?php echo base_url(); ?>resources/css/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="<?php echo base_url(); ?>resources/css/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script> <script src="<?php echo base_url(); ?>resources/css/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <script src="<?php echo base_url(); ?>resources/css/plugins/jquery.blockui.min.js" type="text/javascript"></script> <script src="<?php echo base_url(); ?>resources/css/plugins/jquery.cokie.min.js" type="text/javascript"></script> <script src="<?php echo base_url(); ?>resources/css/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script> <script src="<?php echo base_url(); ?>resources/css/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script> <!-- Page level plugins --> <script src="<?php echo base_url(); ?>resources/css/plugins/jquery-validation/js/jquery.validate.min.js" type="text/javascript"></script> <script src="<?php echo base_url(); ?>resources/css/plugins/backstretch/jquery.backstretch.min.js" type="text/javascript"></script> <script type="text/javascript" src="<?php echo base_url(); ?>resources/css/plugins/select2/select2.min.js"></script> <?php echo load_js('metronic.js'); ?> <?php echo load_js('layout.js'); ?> <?php echo load_js('quick-sidebar.js'); ?> <script> jQuery(document).ready(function() { Metronic.init(); // init metronic core components Layout.init(); // init current layout QuickSidebar.init() // init quick sidebar }); </script> <style type="text/css"> .page-content-wrapper .pageContent{ min-height: auto; width: 70%; margin: 0 auto; padding: 25px 20px 25px 20px; background-color: #fff; } .help-block p{ color:#a94442; } </style> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Generation time: 0.21 |
proxy
|
phpinfo
|
Settings