📄 index.tpl.php
字号:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>会员自助服务中心、<?php echo $this->config['sitename'];?></title>
<?php echo $this->style;?>
<?php echo $this->header;?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5"></td>
</tr>
</table>
<table width="960" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#F2F2F2" style="border-collapse:collapse">
<tr>
<td width="144" valign="top"><TABLE height="100%" cellSpacing=0 cellPadding=2 width=140 background="" border=0>
<TBODY>
<TR>
<TD width="140" align=left vAlign=bottom><a href="<?php echo $this->installdir;?>?mod=member&action=editmyself"> <IMG src="<?php echo $this->basedir;?>templates/member/images/menu_01.gif" name=menu_01 width="140" height=26 border=0></a></TD>
</TR>
<TR>
<TD align=left height=27><a href="<?php echo $this->installdir;?>?mod=member&action=modifypass" ><IMG
src="<?php echo $this->basedir;?>templates/member/images/menu_02.gif"
name=menu_02 width=140 height=26 border=0></a></TD>
</TR>
<TR>
<TD align=left height=27><a href="<?php echo $this->installdir;?>?mod=member&action=payment"><IMG src="<?php echo $this->basedir;?>templates/member/images/menu_03.gif" name=menu_03 width="140" height=26
border=0></a></TD>
</TR>
<TR>
<TD align=left height=27><a href="<?php echo $this->installdir;?>?mod=member&action=car"><IMG height=26
src="<?php echo $this->basedir;?>templates/member/images/menu_04.gif" width=140 border=0
name=menu_04></a></TD>
</TR>
<TR>
<TD align=left height=27><a href="<?php echo $this->installdir;?>?mod=member&action=orderfrom"><IMG height=26
src="<?php echo $this->basedir;?>templates/member/images/menu_05.gif" width=140 border=0 name=menu_05></a></TD>
</TR>
<TR>
<TD align=left height=27><a href="<?php echo $this->installdir;?>?mod=member&action=payment&payvia=2"><IMG height=26
src="<?php echo $this->basedir;?>templates/member/images/menu_06.gif" width=140 border=0 name=menu_06></a></TD>
</TR>
<TR>
<TD align=left height=27><a href="<?php echo $this->installdir;?>?mod=member&action=payment&payvia=10"><IMG height=26
src="<?php echo $this->basedir;?>templates/member/images/menu_07.gif" width=140 border=0 name=menu_07></a></TD>
</TR>
<TR>
<TD align=left height=27><a href="<?php echo $this->installdir;?>?mod=member&action=playlog"><IMG height=26
src="<?php echo $this->basedir;?>templates/member/images/menu_08.gif" width=140 border=0 name=menu_11></a></TD>
</TR>
<TR>
<TD align=left height=27><a href="<?php echo $this->basedir;?>help/"><IMG height=26 src="<?php echo $this->basedir;?>templates/member/images/menu_10.gif" width=140
border=0 name=menu_15></a></TD>
</TR>
<TR>
<TD align=left height=27><a target="_parent" href="<?php echo $this->installdir;?>?mod=member&action=logoff"><IMG height=26 src="<?php echo $this->basedir;?>templates/member/images/menu_16.gif"
border=0 name=menu_16></a></TD>
</TR>
</TBODY>
</TABLE></td>
<td width="810" valign="top"><?php echo $this->rightBody;?></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -