PATH:
home
/
letacommog
/
crmleta
/
layouts
/
vlayout
/
modules
/
Mobile
/
generic
{include file="modules/Mobile/generic/Header.tpl"} <body> <div id="__homebox__"> <table width=100% cellpadding=0 cellspacing=0 border=0> <tr class="toolbar"> <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> <td width="100%"><h1 class='page_title'>{$TITLE}</h1></td> <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> </tr> <tr> <td colspan="3"> <table width=100% cellpadding=0 cellspacing=0 border=0 class="table_list"> {foreach item=_MODULE from=$_MODULES} <tr> <td width="100%"> <a href="index.php?_operation=listModuleRecords&module={$_MODULE->name()}" target="_blank">{$_MODULE->label()}</a> </td> <td> <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> </td> </tr> {/foreach} </table> </td> </tr> </table> </div> <div id="__settingsbox__" style='display:none;'> <table width=100% cellpadding=0 cellspacing=0 border=0> <tr class="toolbar"> <td> </td> <td width="100%"> <h1 class='page_title'> My Settings </h1> </td> <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> </tr> <tr> <td colspan=3> <form action="index.php" method="GET"> <table width=100% cellpadding=5 cellspacing=0 border=0> <tr> <td width="20px" nowrap="nowrap"> Select Skin </td> <td> <select name="skin" onchange="this.form.submit();"> {foreach item=_SKINVALUE key=_SKINKEY from=$_ALLSKINS} <option value="{$_SKINKEY}" {if $_SKINKEY eq $_SELSKIN}selected=true{/if}>{$_SKINVALUE}</option> {/foreach} </select> <input type="hidden" name="action" value="Settings"/> <input type="hidden" name="mode" value="reset_skin"/> </td> </tr> </table> </form> </td> </tr> </table> </div> </body> {include file="modules/Mobile/generic/Footer.tpl"}
[+]
..
[-] Home.tpl
[edit]
[-] Search.tpl
[edit]
[-] Login.tpl
[edit]
[-] Error.tpl
[edit]
[-] Header.tpl
[edit]
[-] Detail.tpl
[edit]
[-] Footer.tpl
[edit]
[-] SearchConfig.tpl
[edit]
[-] List.tpl
[edit]