notauthorize.html.en.php

来自「FP2 CRM code+Mysql DB」· PHP 代码 · 共 22 行

PHP
22
字号
<br />
<br />
<table height="150px" align="center" border="1" style="border-collapse:collapse" width="75%">
<tr><td align="center" valign="middle">
<table width="100%" border="0" cellpadding="0" cellspacing="0" height="100%">
  <tr>
    <td class="subHeading" valign="bottom">&nbsp;<img src="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/templates/images/delicon2.gif" />&nbsp;Access Denied</td>
  </tr>	
  <tr>
    <td>&nbsp;<?php echo htmlspecialchars($t->msg);?>&nbsp;&nbsp;&nbsp;&nbsp;</td>
  </tr>
  <tr>
    <td align="right">
	<input type="button" value="Back" onclick="javascript:history.go(-1)" class="button" />
	<input type="button" class="button" value="Logout" onClick="self.location.href='?cmd=logout'">	
	&nbsp;&nbsp</td>
  </tr>
  
</table>
<h4>&nbsp;</h4>
</td></tr></table>

⌨️ 快捷键说明

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