[ 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 <div id="__homebox__"> 6 7 <table width=100% cellpadding=0 cellspacing=0 border=0> 8 <tr class="toolbar"> 9 <td align="left"><a class="link" href="index.php?_operation=logout" target="_self"><img src="resources/images/iconza/yellow/logout_32x32.png" border="0"></a></td> 10 <td width="100%"><h1 class='page_title'>{$TITLE}</h1></td> 11 <td align="right"><a class="link" href="javascript:void(0);" xonclick="$fnT('__homebox__','__settingsbox__');" target="_self"><img src="resources/images/iconza/yellow/user_32x32.png" border="0"></a></td> 12 </tr> 13 <tr> 14 <td colspan="3"> 15 16 <table width=100% cellpadding=0 cellspacing=0 border=0 class="table_list"> 17 {foreach item=_MODULE from=$_MODULES} 18 <tr> 19 <td width="100%"> 20 <a href="index.php?_operation=listModuleRecords&module={$_MODULE->name()}" target="_blank">{$_MODULE->label()}</a> 21 </td> 22 <td> 23 <a href="index.php?_operation=listModuleRecords&module={$_MODULE->name()}" target="_blank" class="link_rhook"><img src="resources/images/iconza/royalblue/right_arrow_16x16.png" border="0"></a> 24 </td> 25 26 </tr> 27 {/foreach} 28 </table> 29 30 </td> 31 </tr> 32 </table> 33 34 </div> 35 36 37 <div id="__settingsbox__" style='display:none;'> 38 <table width=100% cellpadding=0 cellspacing=0 border=0> 39 <tr class="toolbar"> 40 <td> </td> 41 <td width="100%"> 42 <h1 class='page_title'> 43 My Settings 44 </h1> 45 </td> 46 <td align="right" style="padding-right: 5px;"><a class="link" href="javascript:void(0);" onclick="$fnT('__settingsbox__','__homebox__');"><img src="resources/images/iconza/yellow/delete_32x32.png" border="0"></a></td> 47 </tr> 48 49 <tr> 50 <td colspan=3> 51 52 <form action="index.php" method="GET"> 53 <table width=100% cellpadding=5 cellspacing=0 border=0> 54 <tr> 55 <td width="20px" nowrap="nowrap"> 56 Select Skin 57 </td> 58 59 <td> 60 <select name="skin" onchange="this.form.submit();"> 61 {foreach item=_SKINVALUE key=_SKINKEY from=$_ALLSKINS} 62 <option value="{$_SKINKEY}" {if $_SKINKEY eq $_SELSKIN}selected=true{/if}>{$_SKINVALUE}</option> 63 {/foreach} 64 </select> 65 66 <input type="hidden" name="action" value="Settings"/> 67 <input type="hidden" name="mode" value="reset_skin"/> 68 </td> 69 </tr> 70 </table> 71 </form> 72 73 </td> 74 75 </tr> 76 </table> 77 </div> 78 79 </body> 80 81 {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 |