overall_header.tpl

来自「PHP 建站工具,CMS系统,类似与oscommerce」· TPL 代码 · 共 73 行

TPL
73
字号
<?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/fiapplegreen/{T_HEAD_STYLESHEET}" type="text/css" />
<!-- BEGIN switch_enable_pm_popup -->
<script type="text/javascript">
<!--
	if ( {PRIVATE_MESSAGE_NEW_FLAG} )
	{
		window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
	}
//-->
</script>
<!-- END switch_enable_pm_popup -->
<script language="javascript" type="text/javascript">
<!--
window.status="{PRIVATE_MESSAGE_INFO}"
// -->
</script>
</head>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<body><a name="top" id="top"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/spacer.gif" alt="" width="12" height="10" /></td>
<td width="100%"><table border="0" cellpadding="0" cellspacing="0" width="530">
<tr> 
<td><img src="images/spacer.gif" alt="" width="80" height="133" /></td>
</tr>
</table></td>
</tr>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="99%">
<tr> 
<td><img src="templates/fiapplegreen/images/tt12_l.gif" width="10" height="12" alt="" /></td>
<td class="tt12bkg"><img src="images/spacer.gif" width="200" height="12" alt="" /></td>
<td><img src="templates/fiapplegreen/images/tt12_r.gif" width="10" height="12" alt="" /></td>
</tr>
</table>
<table align="center" class="bodyline" width="99%" cellspacing="0" cellpadding="10" border="0"> 
<tr> 
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="scrnm">{NAVTRAIL}</td>
</tr></table><hr>
<table cellspacing="0" cellpadding="2" border="0">
<tr> 
<td align="right" valign="top" nowrap="nowrap"><span class="mainmenu">
&nbsp; &nbsp;<a href="{U_SEARCH}" class="mainmenu"><img src="templates/fiapplegreen/images/icon.gif" width="23" height="23" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>
&nbsp; 
<!-- BEGIN switch_user_logged_out -->
&nbsp;<a href="{U_REGISTER}" class="mainmenu"><img src="templates/fiapplegreen/images/icon.gif" width="23" height="23" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span>
<!-- END switch_user_logged_out -->
<span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/fiapplegreen/images/icon.gif" width="23" height="23" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>
&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/fiapplegreen/images/icon.gif" width="23" height="23" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>
&nbsp; &nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/fiapplegreen/images/icon.gif" width="23" height="23" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
&nbsp; &nbsp;<a href="{U_CHECKOUT}" class="mainmenu"><img src="templates/fiapplegreen/images/icon.gif" width="23" height="23" border="0" alt="{L_CHECKOUT}" hspace="3" />{L_CHECKOUT}</a>
&nbsp; &nbsp;<a href="{U_SHOPPING_CART}" class="mainmenu"><img src="templates/fiapplegreen/images/icon.gif" width="23" height="23" border="0" alt="{L_SHOPPING_CART}" hspace="3" />{L_SHOPPING_CART}</a>
&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/fiapplegreen/images/icon.gif" width="23" height="23" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</span></td>
</tr>
</table><hr>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/spacer.gif" width="200" height="8" alt="" /></td>
</tr>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?