Принимаем вопросы от населения
Kabak |
|
---|---|
#46464 webitproff:
login.tpl <!-- BEGIN: MAIN --> <section class="flex_block_style_1"> <div class="div_block_login"> <div class="div_block_default div_title_login"> {USERS_AUTH_TITLE} </div> <div class="login_block"> <!-- IF {PHP.usr.id} --> <p>{PHP.L.users_loggedinas} <strong>{PHP.usr.name}</strong>.<br/>{PHP.L.users_logoutfirst}</p> <p><a class="button" href="{PHP.sys.xk|cot_url('login','out=1&x=$this', '', 0, 1)}">{PHP.L.Logout}</a></p> <!-- ELSE --> <form name="login" action="{USERS_AUTH_SEND}" method="post"> <table class="table_Style_2"> <tr> <td class="td_Style2">{PHP.L.users_nameormail}:</td> <td class="td_Style2">{USERS_AUTH_USER}</td> </tr> <tr> <td class="td_Style2">{PHP.L.Password}:</td> <td class="td_Style2">{USERS_AUTH_PASSWORD}</td> </tr> <tr> <td class="td_Style2" colspan="2"> <div class="flex_block"> <label class="loging_checkbox">{USERS_AUTH_REMEMBER} <div class="checkmark"></div> </label> <div class="center">{PHP.L.users_rememberme}</div> </div> </td> </tr> <tr> <td colspan="2" class="td_Style2"> <button class="button1 login_button" type="submit" name="rlogin" value="0">{PHP.L.Login}</button> </td> </tr> </table> </form> <!-- ENDIF --> </div> </div> <aside class="div_info_block_1_28"> <div> {FILE "./{PHP.cfg.themes_dir}/{PHP.cfg.defaulttheme}/inc/contact.tpl"} </div> <!-- BEGIN: USERS_AUTH_MAINTENANCE --> <div> <h4>{PHP.L.users_maintenance1}</h4> <p>{PHP.L.users_maintenance2}</p> </div> <!-- END: USERS_AUTH_MAINTENANCE --> </aside> </section> <!-- END: MAIN --> my_skin.php <?php /* ==================== [BEGIN_COT_THEME] Name=Forest Version=1.0.0 Schemes=default:Default [END_COT_THEME] ==================== */ /** * Cotonti Model Theme * * @package Cotonti * @copyright (c) * @license */ defined('COT_CODE') or die('Wrong URL'); $R['form_guest_remember'] = '<input type="checkbox" name="rremember" class="checkmark" />'; $R['form_guest_remember_forced'] = '<input type="checkbox" name="rremember" checked="checked" disabled="disabled" class="checkmark" />';
убрать дублирование |