📄 simpletemplate.html.en.php
字号:
<html>
<head>
<title><?php echo htmlspecialchars($t->title);?>.::.<?php echo htmlspecialchars($t->subTitle);?></title>
<link href="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/templates/css/style.css" rel="stylesheet" type="text/css">
<!--link href="{APP_WEB_ROOT}/templates/css/adminStyle3.css" rel="stylesheet" type="text/css"-->
<LINK REL="stylesheet" HREF="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/templates/css/theme2.css" TYPE="text/css">
<SCRIPT LANGUAGE="JavaScript" SRC="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/templates/js/JSCookMenu.js"></script>
<SCRIPT LANGUAGE="JavaScript" SRC="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/templates/js/theme.js"></script>
</head>
<body background="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/templates/images/bg.gif">
<div>
<table width="839" height="100%" border="1" align="center" bgcolor="#FFFFFF" class="OuterTable" style="border-collapse:collapse;border-color:#000066">
<tr>
<td colspan="3" height="100px">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" class="mainHeading"><img src="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/templates/images/crm_header.jpg" width="839" height="169"></td>
</tr>
<?php if ($t->login_UserName) {?>
<tr class="subHeading">
<td> </td>
<td align="right"> <span title="<?php echo htmlspecialchars($t->m_employeeRoles);?>(<?php echo htmlspecialchars($t->loginid);?>)"> Welcome To <?php echo htmlspecialchars($t->login_UserName);?> </span> </td>
</tr>
<?php }?>
</table></td>
</tr>
<!--tr>
<td colspan="3" height="20px" ><FLEXY:include src="childtemplates/topnav.html"></td>
</tr-->
<!--tr>
<td bgcolor="#0074E8" width="50" valign="top">
{generateMenu()}
<DIV ID=myMenuID></DIV>
<SCRIPT>
cmDraw ('myMenuID', m, 'vbr', cmThemeMiniBlack, 'ThemeMiniBlack');
</SCRIPT></td-->
<!--td valign="top" width="5%">
<FLEXY:include src="childtemplates/front_topnav.html">
</td-->
<td colspan="2" valign="top" width="95%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" valign="top" style="padding:8px">
<table width="100%">
<tr>
<td class="subTitle"> <?php echo htmlspecialchars($t->subTitle);?></td>
</tr>
<?php if ($t->errorList) {?>
<tr>
<td align="left" class="adminErrorMsg"><?php if ($this->options['strict'] || (isset($t) && method_exists($t,'showErrors'))) echo htmlspecialchars($t->showErrors());?></td>
</tr>
<?php }?>
<?php if ($t->messageList) {?>
<tr>
<td align="left" class="adminUserMsg"><?php if ($this->options['strict'] || (isset($t) && method_exists($t,'showMessages'))) echo htmlspecialchars($t->showMessages());?></td>
</tr>
<?php }?>
<tr>
<td><?php if ($this->options['strict'] || (isset($t) && method_exists($t,'renderContents'))) echo htmlspecialchars($t->renderContents());?> </td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" valign="top" style="padding:8px"><table width="100%">
<?php if ($t->globalMessages) {?>
<?php if ($this->options['strict'] || (is_array($t->globalMessages) || is_object($t->globalMessages))) foreach($t->globalMessages as $message => $listmessage) {?> <tr>
<td class="subTitle"> <?php echo htmlspecialchars($listmessage['message']);?></td>
</tr><?php }?>
<?php }?>
<?php if ($t->errorList) {?> <?php }?>
<?php if ($t->messageList) {?>
<?php }?>
</table></td>
</tr>
</table></td>
</tr>
</table>
</div>
<iframe width=174 height=189 name="gToday:normal:agenda.js" id="gToday:normal:agenda.js" src="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/calendarxp/popcalender/ipopeng.htm" scrolling="no" frameborder="0" style="visibility:visible;
z-index:999;
position:absolute;
top:-500px;
left:-500px;"> </iframe>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -