PHP Classes

File: htdocs/modules/system/templates/system_bannerlogin.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/system/templates/system_bannerlogin.tpl   Download  
File: htdocs/modules/system/templates/system_bannerlogin.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 8 years ago
Size: 857 bytes
 

Contents

Class file image Download
<div id="login_window"> <h2 class='content_title'><{$smarty.const._BANNERS_LOGIN_TITLE}></h2> <form method='post' action='banners.php' class='login_form'> <div class='credentials'> <label for='login_form-login'><{$smarty.const._BANNERS_LOGIN_LOGIN}></label> <input type='text' name='login' id='login_form-login' value=''/><br> <label for='login_form-password'><{$smarty.const._BANNERS_LOGIN_PASS}></label> <input type='password' name='pass' id='login_form-password' value=''/><br> </div> <div class='actions'> <input type='hidden' name='op' value='list'/> <button type='submit'><{$smarty.const._BANNERS_LOGIN_OK}></button> </div> <div class='login_info'><{$smarty.const._BANNERS_LOGIN_INFO}></div> <{$TOKEN}> </form> </div>