Server IP : 213.176.29.180 / Your IP : 18.189.194.36 Web Server : Apache System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64 User : webtaragh ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/webtaragh/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
whmcs/templates_c/b5fa6f29cce4f72096b1aba85c2b359937787249_0.file.generate-password.tpl.php 0000644 00000010064 14736104447 0031021 0 ustar 00 home/webtaragh/public_html <?php /* Smarty version 3.1.36, created on 2023-09-24 06:38:45 from '/var/www/vhosts/agarousi.ir/agarousi.com/test2/templates/six/includes/generate-password.tpl' */ /* @var Smarty_Internal_Template $_smarty_tpl */ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array ( 'version' => '3.1.36', 'unifunc' => 'content_650fd97546ff98_70351326', 'has_nocache_code' => false, 'file_dependency' => array ( 'b5fa6f29cce4f72096b1aba85c2b359937787249' => array ( 0 => '/var/www/vhosts/agarousi.ir/agarousi.com/test2/templates/six/includes/generate-password.tpl', 1 => 1695537215, 2 => 'file', ), ), 'includes' => array ( ), ),false)) { function content_650fd97546ff98_70351326 (Smarty_Internal_Template $_smarty_tpl) { ?><form action="#" id="frmGeneratePassword" class="form-horizontal"> <div class="modal fade" id="modalGeneratePassword"> <div class="modal-dialog"> <div class="modal-content panel-primary"> <div class="modal-header panel-heading"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h4 class="modal-title"> <?php echo $_smarty_tpl->tpl_vars['LANG']->value['generatePassword']['title'];?> </h4> </div> <div class="modal-body"> <div class="alert alert-danger hidden" id="generatePwLengthError"> <?php echo $_smarty_tpl->tpl_vars['LANG']->value['generatePassword']['lengthValidationError'];?> </div> <div class="form-group"> <label for="generatePwLength" class="col-sm-4 control-label"><?php echo $_smarty_tpl->tpl_vars['LANG']->value['generatePassword']['pwLength'];?> </label> <div class="col-sm-8"> <input type="number" min="8" max="64" value="12" step="1" class="form-control input-inline input-inline-100" id="inputGeneratePasswordLength"> </div> </div> <div class="form-group"> <label for="generatePwOutput" class="col-sm-4 control-label"><?php echo $_smarty_tpl->tpl_vars['LANG']->value['generatePassword']['generatedPw'];?> </label> <div class="col-sm-8"> <input type="text" class="form-control" id="inputGeneratePasswordOutput"> </div> </div> <div class="row"> <div class="col-sm-8 col-sm-offset-4"> <button type="submit" class="btn btn-default btn-sm"> <i class="fas fa-plus fa-fw"></i> <?php echo $_smarty_tpl->tpl_vars['LANG']->value['generatePassword']['generateNew'];?> </button> <button type="button" class="btn btn-default btn-sm copy-to-clipboard" data-clipboard-target="#inputGeneratePasswordOutput"> <img src="<?php echo $_smarty_tpl->tpl_vars['WEB_ROOT']->value;?> /assets/img/clippy.svg" alt="Copy to clipboard" width="15"> <?php echo $_smarty_tpl->tpl_vars['LANG']->value['copy'];?> </button> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"> <?php echo $_smarty_tpl->tpl_vars['LANG']->value['close'];?> </button> <button type="button" class="btn btn-primary" id="btnGeneratePasswordInsert" data-clipboard-target="#inputGeneratePasswordOutput"> <?php echo $_smarty_tpl->tpl_vars['LANG']->value['generatePassword']['copyAndInsert'];?> </button> </div> </div> </div> </div> </form> <?php } }