[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 {include file="modules/Mobile/generic/Header.tpl"} 2 3 <body> 4 5 <table width=100% cellpadding=0 cellspacing=0 border=0> 6 <tr> 7 <td> 8 <h1 class='page_title'>vtiger CRM</h1> 9 </td> 10 </tr> 11 12 <tr> 13 <td> 14 <form method="post" action="index.php?_operation=loginAndFetchModules"> 15 16 <table width=100% cellpadding=5 cellspacing=0 border=0 class="panel_login"> 17 <tr> 18 <td colspan="2"> 19 {if $_ERR}<p class='error'>{$_ERR}</p> 20 {else}<p>Please login to proceed...</p>{/if} 21 </td> 22 </tr> 23 <tr> 24 <td width="40px">Username</td> 25 <td><input type="text" name="username" value=""/></td> 26 </tr> 27 <tr> 28 <td>Password</td> 29 <td><input type="password" name="password" value=""/></td> 30 </tr> 31 <tr> 32 <td colspan="2"> 33 <input type="submit" value="Login" class="button"> 34 </td> 35 </tr> 36 </table> 37 38 </form> 39 </td> 40 </tr> 41 </table> 42 43 </body> 44 45 {include file="modules/Mobile/generic/Footer.tpl"}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |