mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
56 lines
1.9 KiB
Smarty
56 lines
1.9 KiB
Smarty
{*
|
|
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
*}
|
|
<!-- BEGIN: main -->
|
|
<table class="small" border="0" cellpadding="0" cellspacing="0" width="100%">
|
|
<tr>
|
|
<td colwidth=90% align=left class=small>
|
|
<table border=0 cellspacing=0 cellpadding=5>
|
|
<tr>
|
|
<td align=left><a href="#" onclick="fetchContents('manage');"><img
|
|
src="{'webmail_settings.gif'|resourcever}" align="absmiddle" border=0/></a></td>
|
|
<td class=small align=left><a href="#"
|
|
onclick="fetchContents('manage');">{$MOD.LBL_MANAGE_SITES}</a></td>
|
|
<td align="right"><input type="button" name="setdefault" value=" {$MOD.LBL_SET_DEFAULT_BUTTON} "
|
|
class="crmbutton small create" onClick="defaultMysites(this);"/>
|
|
</tr>
|
|
</table>
|
|
|
|
</td>
|
|
<td align=right width=10%>
|
|
<table border=0 cellspacing=0 cellpadding=0>
|
|
<tr>
|
|
<td nowrap class="componentName">{$MOD.LBL_MY_SITES}</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table border=0 cellspacing=0 cellpadding=5 width=100% class="mailSubHeader">
|
|
<tr>
|
|
<td nowrap align=left>{$MOD.LBL_BOOKMARK_LIST} : </span></td>
|
|
<td align=left width=90%>
|
|
<select id="urllist" name="urllist" style="width: 99%;" class="small" onChange="setSite(this);">
|
|
{foreach item=portaldetails key=sno from=$PORTALS}
|
|
{if $portaldetails.set_def eq 1}
|
|
<option selected value="{$portaldetails.portalid}">{$portaldetails.portalname}</option>
|
|
{else}
|
|
<option value="{$portaldetails.portalid}">{$portaldetails.portalname}</option>
|
|
{/if}
|
|
<!--<option value="{$portaldetails.portalurl}">{$portaldetails.portalname}</option>-->
|
|
{/foreach}
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="#ffffff" colspan=2>
|
|
<iframe id="locatesite" src="{$DEFAULT_URL}" frameborder="0" height="1100" scrolling="auto"
|
|
width="100%"></iframe>
|
|
</td>
|
|
</tr>
|
|
</table>
|