loginlast.asp

来自「网上勾物系统欢迎大家下在 如有问题可以联系我」· ASP 代码 · 共 31 行

ASP
31
字号
<table width="195" height="150" border="0" cellpadding="0" cellspacing="0" background="{$setpath}chinese/mumber.gif">

    <tr> 
      <td height="30" colspan="2" align="center">&nbsp;</td>
    </tr>
    
  <tr align="center"> 
    <td colspan="2"> 
      <table width="85%" border="0" cellspacing="3" cellpadding="0">
        <tr> 
            <td><font color="#FFFFFF">尊敬的<strong>{$username}</strong>,欢迎再次访问我们的网站</font></td>
          </tr>
        </table></td>
    </tr>
    
  <tr align="center"> 
    <td height="30" colspan="2"> 
      <table width="85%" border="0" cellspacing="3" cellpadding="0" class="link1">
        <tr> 
            <td><font color="#FFFFFF">您还有<font color="#FF0000">{$countorder}</font>件帐单未曾处理完全!<br><a href="{$setpath}member/center.asp">< 立即查看 ></a></font></td>
          </tr>
        </table>
        </td>
    </tr>
    <tr> 
      <td width="50%" height="30" align="center" class="link1"><font color="#FFFFFF"><a href="{$setpath}member/center.asp">< 
        我的帐户 > </a> </font></td>
      <td width="50%" align="center" class="link1"><font color="#FFFFFF"><a href="{$setpath}member/logout.asp">< 注销退出 
        ></a></font> </td>
    </tr> 
</table>

⌨️ 快捷键说明

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