forked from extern/egroupware
removed tpls
This commit is contained in:
parent
b4e4be334b
commit
a41800349d
@ -1,111 +0,0 @@
|
||||
<!-- BEGIN login_form_standard -->
|
||||
<A href="http://www.phpgroupware.org"><img src="phpgwapi/templates/{template_set}/images/logo.gif" alt="phpGroupWare" border="0"></a>
|
||||
<p> </p>
|
||||
<CENTER>{phpgw_loginscreen_message}</CENTER>
|
||||
<p> </p>
|
||||
|
||||
<TABLE bgcolor="#000000" border="0" cellpadding="0" cellspacing="0" width="40%" align="CENTER">
|
||||
<TR>
|
||||
<TD>
|
||||
<TABLE border="0" width="100%" bgcolor="#486591" cellpadding="2" cellspacing="1">
|
||||
<TR bgcolor="#486591">
|
||||
<TD align="LEFT" valign="MIDDLE">
|
||||
<font color="#fefefe"> phpGroupWare</font>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD valign="BASELINE">
|
||||
<FORM name="login" method="post" action="{login_url}">
|
||||
<input type="hidden" name="passwd_type" value="text">
|
||||
<TABLE border="0" align="CENTER" bgcolor="#486591" width="100%" cellpadding="0" cellspacing="0">
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="2" align="CENTER">{phpgw_login_msgbox}</TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD align="RIGHT"><font color="#000000">{lang_username}: </font></TD>
|
||||
<TD><input name="login" value="{cookie}"></TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD align="RIGHT"><font color="#000000">{lang_password}: </font></TD>
|
||||
<TD><input name="passwd" type="password"></TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="2" align="CENTER"><input type="submit" value="{lang_login}" name="submitit"></TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="2" align="RIGHT"><font color="#000000" size="-1">{version}</font></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</FORM>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<!-- END login_form_standard -->
|
||||
|
||||
<!-- BEGIN login_form_select_domain -->
|
||||
<A href="http://www.phpgroupware.org"><img src="phpgwapi/templates/{template_set}/images/logo.gif" alt="phpGroupWare" border="0"></a>
|
||||
<p> </p>
|
||||
<CENTER>{phpgw_loginscreen_message}</CENTER>
|
||||
<p> </p>
|
||||
|
||||
<TABLE bgcolor="#000000" border="0" cellpadding="0" cellspacing="0" width="50%" align="CENTER">
|
||||
<TR>
|
||||
<TD>
|
||||
<TABLE border="0" width="100%" bgcolor="#486591" cellpadding="2" cellspacing="1">
|
||||
<TR bgcolor="#486591">
|
||||
<TD align="LEFT" valign="MIDDLE">
|
||||
<font color="#fefefe"> phpGroupWare</font>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD valign="BASELINE">
|
||||
|
||||
<FORM method="post" action="{login_url}">
|
||||
<TABLE border="0" align="CENTER" bgcolor="#486591" width="100%" cellpadding="0" cellspacing="0">
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="CENTER">{phpgw_login_msgbox}</TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD align="RIGHT"><font color="#000000">{lang_username}:</font></TD>
|
||||
<TD align="RIGHT"><input name="login" value="{cookie}"></TD>
|
||||
<TD align="LEFT"> @ <select name="logindomain">{select_domain}</select></TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD align="RIGHT"><font color="#000000">{lang_password}:</font></TD>
|
||||
<TD align="RIGHT"><input name="passwd" type="password" onChange="this.form.submit()"></TD>
|
||||
<TD> </TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="CENTER">
|
||||
<input type="submit" value="{lang_login}" name="submitit">
|
||||
</TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="RIGHT">
|
||||
<font color="#000000" size="-1">{version}</font>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</FORM>
|
||||
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<!-- END login_form_select_domain -->
|
||||
|
||||
<!-- BEGIN login_form_deny -->
|
||||
<A href="http://www.phpgroupware.org"><img src="phpgwapi/templates/{template_set}/images/logo.gif" alt="phpGroupWare" border="0"></a>
|
||||
<TABLE border="0" height="94%" width="100%">
|
||||
<TR>
|
||||
<TD align="CENTER">
|
||||
Opps! You caught us in the middle of a system upgrade.<br>Please, check back with us shortly.
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<!-- END login_form_deny -->
|
@ -1,11 +0,0 @@
|
||||
<!-- BEGIN msgbox_start -->
|
||||
<CENTER><TABLE border=1 bgcolor="{row_on}">
|
||||
<!-- END msgbox_start -->
|
||||
|
||||
<!-- BEGIN msgbox_row -->
|
||||
<TR><TD bgcolor="white"><img src="{msgbox_img}" ALT="{msgbox_img_alt}"> {msgbox_text}</TD></TR>
|
||||
<!-- END msgbox_row -->
|
||||
|
||||
<!-- BEGIN msgbox_end -->
|
||||
</TABLE></CENTER>
|
||||
<!-- END msgbox_end -->
|
@ -1,104 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<xsl:template name="portal">
|
||||
<xsl:variable name="outer_width"><xsl:value-of select="outer_width"/></xsl:variable>
|
||||
<xsl:variable name="header_background_image"><xsl:value-of select="header_background_image"/></xsl:variable>
|
||||
<xsl:variable name="inner_width"><xsl:value-of select="inner_width"/></xsl:variable>
|
||||
<p>
|
||||
<table cellpadding="0" cellspacing="0" width="{$outer_width}" class="portal">
|
||||
<tr nowrap align="center">
|
||||
<td align="center" background="{$header_background_image}">
|
||||
<xsl:value-of select="title"/>
|
||||
</td>
|
||||
<td valign="middle" align="right" nowrap background="{$header_background_image}">
|
||||
<xsl:apply-templates select="control_link"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<table cellpadding="0" cellspacing="0" width="{$inner_width}" class="portal">
|
||||
<xsl:apply-templates select="portal_row"/>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</p>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="control_link">
|
||||
<xsl:variable name="param_url"><xsl:value-of select="param_url"/></xsl:variable>
|
||||
<xsl:variable name="link_img"><xsl:value-of select="link_img"/></xsl:variable>
|
||||
<xsl:variable name="img_width"><xsl:value-of select="img_width"/></xsl:variable>
|
||||
<xsl:variable name="lang_param"><xsl:value-of select="lang_param"/></xsl:variable>
|
||||
<a href="{$param_url}">
|
||||
<img src="{$link_img}" border="0" width="{img_width}" height="15" alt="{$lang_param}">
|
||||
</a>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="portal_row">
|
||||
<tr>
|
||||
|
||||
</tr>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:variable name="select_action"><xsl:value-of select="select_action"/></xsl:variable>
|
||||
<xsl:variable name="lang_submit"><xsl:value-of select="lang_submit"/></xsl:variable>
|
||||
<form method="post" action="{$select_action}">
|
||||
<select name="cat_id" class="forms" onChange="this.form.submit();" onMouseout="window.status='';return true;">
|
||||
<xsl:attribute name="onMouseover">
|
||||
<xsl:text>window.status='</xsl:text>
|
||||
<xsl:value-of select="lang_cat_statustext"/>
|
||||
<xsl:text>'; return true;</xsl:text>
|
||||
</xsl:attribute>
|
||||
<option value=""><xsl:value-of select="lang_no_cat"/></option>
|
||||
<xsl:apply-templates select="cat_list"/>
|
||||
</select>
|
||||
<noscript>
|
||||
<xsl:text> </xsl:text>
|
||||
<input type="submit" class="forms" name="submit" value="{$lang_submit}"/>
|
||||
</noscript>
|
||||
</form>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="cat_list">
|
||||
<xsl:variable name="id"><xsl:value-of select="id"/></xsl:variable>
|
||||
<xsl:choose>
|
||||
<xsl:when test="selected">
|
||||
<option value="{$id}" selected="selected"><xsl:value-of select="name"/></option>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<option value="{$id}"><xsl:value-of select="name"/></option>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
<!-- END portal_box -->
|
||||
|
||||
<!-- BEGIN portal_row -->
|
||||
|
||||
<!-- END portal_row -->
|
||||
|
||||
<!-- BEGIN portal_listbox_header -->
|
||||
<!-- <td> -->
|
||||
<!-- <ul> -->
|
||||
<!-- END portal_listbox_header -->
|
||||
|
||||
<!-- BEGIN portal_listbox_link -->
|
||||
|
||||
<!-- <li><a href="{link}">{text}</a></li> -->
|
||||
|
||||
<!-- END portal_listbox_link -->
|
||||
|
||||
<!-- BEGIN portal_listbox_footer -->
|
||||
</ul>
|
||||
</td>
|
||||
<!-- END portal_listbox_footer -->
|
||||
|
||||
<!-- BEGIN portal_control -->
|
||||
|
||||
<!-- END portal_control -->
|
||||
|
||||
<!-- BEGIN link_field -->
|
||||
|
||||
<!-- END link_field -->
|
@ -1,5 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN portal_linkbox -->
|
||||
<li><a href="{link}">{text}</a></li>
|
||||
<!-- END portal_linkbox -->
|
||||
|
@ -1,6 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN portal_listbox_footer -->
|
||||
</ul>
|
||||
</td>
|
||||
<!-- END portal_listbox_footer -->
|
||||
|
@ -1,6 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN portal_listbox_header -->
|
||||
<td>
|
||||
<ul>
|
||||
<!-- END portal_listbox_header -->
|
||||
|
@ -1,14 +0,0 @@
|
||||
<table border="{outer_border}" cellpadding="0" cellspacing="0" width="{outer_width}" bordercolor="{outer_bordercolor}" bgcolor="{outer_bgcolor}">
|
||||
<tr>
|
||||
<td align="center">{title}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border="1" cellpadding="0" cellspacing="0" width="{inner_width}" bgcolor="{inner_bgcolor}">
|
||||
<tr>
|
||||
{output}
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
Binary file not shown.
@ -1,187 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare *
|
||||
* http://www.phpgroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
* under the terms of the GNU General Public License as published by the *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$GLOBALS['phpgw']->template->set_var('phpgw_left_table_width','5%');
|
||||
$GLOBALS['phpgw']->template->set_var('phpgw_body_table_height','85%');
|
||||
$GLOBALS['phpgw']->template->set_var('phpgw_bottom_table_height','5%');
|
||||
|
||||
function parse_toppart($output)
|
||||
{
|
||||
$GLOBALS['phpgw']->template->set_file('parts','parts.tpl');
|
||||
$GLOBALS['phpgw']->template->set_block('parts','top_part');
|
||||
$var['img_root'] = PHPGW_IMAGES_DIR;
|
||||
|
||||
$find_single = strrpos($GLOBALS['phpgw_info']['server']['webserver_url'],'/');
|
||||
$find_double = strpos(strrev($GLOBALS['phpgw_info']['server']['webserver_url'].' '),'//');
|
||||
if($find_double)
|
||||
{
|
||||
$find_double = strlen($GLOBALS['phpgw_info']['server']['webserver_url']) - $find_double - 1;
|
||||
}
|
||||
if($find_double)
|
||||
{
|
||||
if($find_single == $find_double + 1)
|
||||
{
|
||||
$GLOBALS['strip_portion'] = $GLOBALS['phpgw_info']['server']['webserver_url'];
|
||||
}
|
||||
else
|
||||
{
|
||||
$GLOBALS['strip_portion'] = substr($GLOBALS['phpgw_info']['server']['webserver_url'],0,$find_double + 1);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$GLOBALS['strip_portion'] = $GLOBALS['phpgw_info']['server']['webserver_url'].'/';
|
||||
}
|
||||
|
||||
$var['home_link'] = $GLOBALS['phpgw_info']['navbar']['home']['url'];
|
||||
$var['preferences_link'] = $GLOBALS['phpgw_info']['navbar']['preferences']['url'];
|
||||
$var['logout_link'] = $GLOBALS['phpgw_info']['navbar']['logout']['url'];
|
||||
$var['help_link'] = $GLOBALS['phpgw_info']['navbar']['about']['url'];
|
||||
|
||||
if ($GLOBALS['phpgw_info']['flags']['currentapp'] != 'home')
|
||||
{
|
||||
$var['welcome_img'] = $GLOBALS['phpgw']->common->image('phpgwapi','welcome2');
|
||||
$GLOBALS['phpgw_info']['flags']['preload_images'][] = $GLOBALS['phpgw']->common->image_on('phpgwapi','welcome2','_over');
|
||||
}
|
||||
else
|
||||
{
|
||||
$var['welcome_img'] = $GLOBALS['phpgw']->common->image_on('phpgwapi','welcome2','_over');
|
||||
$GLOBALS['phpgw_info']['flags']['preload_images'][] = $GLOBALS['phpgw']->common->image('phpgwapi','welcome2');
|
||||
}
|
||||
$var['welcome_img_hover'] = $GLOBALS['phpgw']->common->image_on('phpgwapi','welcome2','_over');
|
||||
|
||||
if ($GLOBALS['phpgw_info']['flags']['currentapp'] != 'preferences')
|
||||
{
|
||||
$var['preferences_img'] = $GLOBALS['phpgw']->common->image('phpgwapi','preferences2');
|
||||
$GLOBALS['phpgw_info']['flags']['preload_images'][] = $GLOBALS['phpgw']->common->image_on('phpgwapi','preferences2','_over');
|
||||
}
|
||||
else
|
||||
{
|
||||
$var['preferences_img'] = $GLOBALS['phpgw']->common->image_on('phpgwapi','preferences2','_over');
|
||||
$GLOBALS['phpgw_info']['flags']['preload_images'][] = $GLOBALS['phpgw']->common->image('phpgwapi','preferences2');
|
||||
}
|
||||
$var['preferences_img_hover'] = $GLOBALS['phpgw']->common->image_on('phpgwapi','preferences2','_over');
|
||||
|
||||
$var['logout_img'] = $GLOBALS['phpgw']->common->image('phpgwapi','log_out2');
|
||||
$GLOBALS['phpgw_info']['flags']['preload_images'][] = $GLOBALS['phpgw']->common->image_on('phpgwapi','log_out2','_over');
|
||||
$var['logout_img_hover'] = $GLOBALS['phpgw']->common->image_on('phpgwapi','log_out2','_over');
|
||||
|
||||
if ($GLOBALS['phpgw_info']['flags']['currentapp'] != 'about')
|
||||
{
|
||||
$var['about_img'] = $GLOBALS['phpgw']->common->image('phpgwapi','question_mark2');
|
||||
$var['about_img_hover'] = $GLOBALS['phpgw']->common->image_on('phpgwapi','question_mark2','_over');
|
||||
}
|
||||
else
|
||||
{
|
||||
$var['about_img'] = $GLOBALS['phpgw']->common->image_on('phpgwapi','question_mark2','_over');
|
||||
$var['about_img_hover'] = $GLOBALS['phpgw']->common->image('phpgwapi','question_mark2');
|
||||
}
|
||||
|
||||
$var['logo_img'] = $GLOBALS['phpgw']->common->image('phpgwapi','logo2');
|
||||
|
||||
// "powered_by_color" and "_size" are is also used by number of current users thing
|
||||
|
||||
if (isset($GLOBALS['phpgw_info']['navbar']['admin']) && isset($GLOBALS['phpgw_info']['user']['preferences']['common']['show_currentusers']))
|
||||
{
|
||||
$db = $GLOBALS['phpgw']->db;
|
||||
$db->query('select count(session_id) from phpgw_sessions');
|
||||
$db->next_record();
|
||||
$var['current_users'] = '<a href="' . $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicurrentsessions.list_sessions')
|
||||
. '"> ' . lang('Current users') . ': ' . $db->f(0) . '</a>';
|
||||
$GLOBALS['phpgw']->template->set_var($var);
|
||||
}
|
||||
else
|
||||
{
|
||||
$var['current_users'] = '';
|
||||
$GLOBALS['phpgw']->template->set_var($var);
|
||||
}
|
||||
|
||||
$var['user_info_name'] = $GLOBALS['phpgw']->common->display_fullname();
|
||||
$now = time();
|
||||
$var['user_info_date'] =
|
||||
lang($GLOBALS['phpgw']->common->show_date($now,'l')) . ' '
|
||||
. $GLOBALS['phpgw']->common->show_date($now,$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
|
||||
$var['user_info'] = $var['user_info_name'] .' - ' .$var['user_info_date'];
|
||||
|
||||
$GLOBALS['phpgw']->template->set_var($var);
|
||||
$GLOBALS['phpgw']->template->fp($output,'top_part');
|
||||
}
|
||||
|
||||
function parse_leftpart($output)
|
||||
{
|
||||
$GLOBALS['phpgw']->template->set_file('parts','parts.tpl');
|
||||
$GLOBALS['phpgw']->template->set_block('parts','left_part');
|
||||
$applications = '';
|
||||
while ($app = each($GLOBALS['phpgw_info']['navbar']))
|
||||
{
|
||||
if ($app[0] != 'home' && $app[0] != 'preferences' && $app[0] != 'about' && $app[0] != 'logout')
|
||||
{
|
||||
$title = '<img src="' . $app[1]['icon'] . '" alt="' . $app[1]['title'] . '" title="'
|
||||
. $app[1]['title'] . '" border="0" name="' . str_replace('-','_',$app[0]) . '">';
|
||||
$img_src_over = $app[1]['icon_hover'];
|
||||
$img_src_out = $app[1]['icon'];
|
||||
|
||||
$applications .= '<tr><td class="left"><a href="' . $app[1]['url'] . '"';
|
||||
if (isset($GLOBALS['phpgw_info']['flags']['navbar_target']))
|
||||
{
|
||||
$applications .= ' target="' . $GLOBALS['phpgw_info']['flags']['navbar_target'] . '"';
|
||||
}
|
||||
|
||||
if($img_src_over != '')
|
||||
{
|
||||
$applications .= ' onMouseOver="' . str_replace('-','_',$app[0]) . ".src='" . $img_src_over . '\'"';
|
||||
}
|
||||
if($img_src_out != '')
|
||||
{
|
||||
$applications .= ' onMouseOut="' . str_replace('-','_',$app[0]) . ".src='" . $img_src_out . '\'"';
|
||||
}
|
||||
$applications .= '>'.$title.'</a></td></tr>'."\r\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
$img_src_over = $GLOBALS['phpgw']->common->image_on($app[0],Array('navbar','nonav'),'-over');
|
||||
}
|
||||
if($img_src_over != '')
|
||||
{
|
||||
// if($GLOBALS['strip_portion'])
|
||||
// {
|
||||
// $img_src_over = str_replace($GLOBALS['strip_portion'],'',$img_src_over);
|
||||
// }
|
||||
$GLOBALS['phpgw_info']['flags']['preload_images'][] = $img_src_over;
|
||||
}
|
||||
}
|
||||
|
||||
$var['applications'] = $applications;
|
||||
$var['nav_bar_left_top_bg_img'] = $GLOBALS['phpgw']->common->image('phpgwapi','nav_bar_left_top_bg');
|
||||
|
||||
$GLOBALS['phpgw']->template->set_var($var);
|
||||
$GLOBALS['phpgw']->template->fp($output,'left_part');
|
||||
}
|
||||
|
||||
function parse_bodypart()
|
||||
{
|
||||
}
|
||||
|
||||
function parse_bottompart($output)
|
||||
{
|
||||
$GLOBALS['phpgw']->template->set_file('parts','parts.tpl');
|
||||
$GLOBALS['phpgw']->template->set_block('parts','bottom_part');
|
||||
|
||||
$var = Array
|
||||
(
|
||||
'powered' => lang('Powered by phpGroupWare version x', $GLOBALS['phpgw_info']['server']['versions']['phpgwapi']),
|
||||
);
|
||||
$var['top_spacer_middle_img'] = $GLOBALS['phpgw']->common->image('phpgwapi','top_spacer_middle');
|
||||
$GLOBALS['phpgw']->template->set_var($var);
|
||||
$GLOBALS['phpgw']->template->fp($output,'bottom_part');
|
||||
}
|
@ -1,58 +0,0 @@
|
||||
<!-- BEGIN top_part -->
|
||||
<table width="100%" height="73" cellspacing="0" cellpadding="0">
|
||||
<tr class="top_top">
|
||||
<!-- top row back images are 58px high, but the row may be smaller than that -->
|
||||
<!-- row 2 images are 15 px high, so this table with these 2 rows is 58 plus 15 equals 73px high -->
|
||||
<td width="154" valign="top">
|
||||
<img src="{logo_img}" border="0">
|
||||
</td>
|
||||
<td valign="bottom">
|
||||
<table width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="33%" class="info">{user_info_name}</td>
|
||||
<td width="33%" class="info">{current_users}</td>
|
||||
<td width="33%" class="info" align="right">{user_info_date}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr align="right" class="top_bottom">
|
||||
<td colspan="2">
|
||||
<!-- row 2 right nav buttons -->
|
||||
<table cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td><a href="{home_link}" onMouseOver="nine.src='{welcome_img_hover}'" onMouseOut="nine.src='{welcome_img}'"><img src="{welcome_img}" border="0" name="nine"></a></td>
|
||||
<td><a href="{preferences_link}" onMouseOver="ten.src='{preferences_img_hover}'" onMouseOut="ten.src='{preferences_img}'"><img src="{preferences_img}" border="0" name="ten"></a></td>
|
||||
<td><a href="{logout_link}" onMouseOver="eleven.src='{logout_img_hover}'" onMouseOut="eleven.src='{logout_img}'"><img src="{logout_img}" border="0" name="eleven"></a></td>
|
||||
<td><a href="{help_link}" onMouseOver="help.src='{about_img_hover}'" onMouseOut="help.src='{about_img}'"><img src="{about_img}" border="0" name="help"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- END top_part -->
|
||||
|
||||
<!-- BEGIN left_part -->
|
||||
<table cellspacing="0" cellpadding="0" class="left">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<!-- left nav table -->
|
||||
<table cellpadding="0" cellspacing="0">
|
||||
<!-- applications supplies their own tr's and td's -->
|
||||
{applications}
|
||||
<tr>
|
||||
<td><img src="{nav_bar_left_top_bg_img}"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- END left_part -->
|
||||
|
||||
<!-- BEGIN bottom_part -->
|
||||
<table cellspacing="0" cellpadding="0" class="bottom">
|
||||
<tr>
|
||||
<td align="center" class="info">{powered}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- END bottom_part -->
|
Loading…
Reference in New Issue
Block a user