<td rowspan="3" valign="top">
<xsl:call-template name="logo"/>
<xsl:call-template name="nbsp3"/>
</td>
</xsl:if>
<td nowrap="1">
<font size="-1">
<xsl:if test="$show_result_page_adv_link != '0'">
<a href="{$adv_search_url}">
<xsl:value-of select="$adv_search_anchor_text"/>
</a>
<xsl:call-template name="nbsp4"/>
</xsl:if>
<xsl:if test="$show_result_page_help_link != '0'">
<a href="{$help_url}">
<xsl:value-of select="$search_help_anchor_text"/>
</a>
</xsl:if>
<br/>
</font>
</td>
</tr>
<xsl:if test="$show_top_search_box != '0'">
<tr>
<td valign="middle">
<xsl:call-template name="search_box"/>
</td>
</tr>
</xsl:if>
<xsl:if test="/GSP/CT">
<tr>
<td valign="top">
<br/>
<xsl:call-template name="stopwords"/>
<br/>
</td>
</tr>
</xsl:if>
</table>
</xsl:template>
<!-- **********************************************************************
Separation bar variables (used in advanced search header and result page)
********************************************************************** -->
<xsl:variable name="sep_bar_bg_color">
<xsl:choose>
<xsl:when test="$choose_sep_bar = 'blue'">#3366cc</xsl:when>
<xsl:otherwise><xsl:value-of select="$global_bg_color"/></xsl:otherwise>
</xsl:choose>
</xsl:variable>
<xsl:variable name="sep_bar_text_color">
<xsl:choose>
<xsl:when test="$choose_sep_bar = 'blue'">#ffffff</xsl:when>
<xsl:otherwise><xsl:value-of select="$global_text_color"/></xsl:otherwise>
</xsl:choose>
</xsl:variable>
<!-- **********************************************************************
Advanced search page header HTML (can be customized)
********************************************************************** -->
<xsl:template name="advanced_search_header">
<table width="99%" border="0" cellpadding="0" cellspacing="2">
<tr>
<xsl:if test="$show_logo != '0'">
<td rowspan="2" width="1%">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="right" valign="bottom">
<xsl:call-template name="logo"/></td>
</tr>
</table>
</td>
</xsl:if>
<td valign="bottom" align="right"><font size="-1" class="p"></font></td>
</tr>
<tr>
<td valign="middle">
<table cellspacing="2" cellpadding="2" border="0" width="100%">
<tr bgcolor="{$sep_bar_bg_color}">
<td><font face="{$global_font}" color="{$sep_bar_text_color}">
<b><xsl:call-template name="nbsp"/>
<xsl:value-of select="$adv_page_title"/></b>
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
</xsl:template>
<!-- **********************************************************************
Cached page header (can be customized)
********************************************************************** -->
<xsl:template name="cached_page_header">
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!




