⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 front_master_tmp.html.en.php

📁 FP2 CRM code+Mysql DB
💻 PHP
字号:
<html>
<head>
<title><?php echo htmlspecialchars($t->title);?></title>
<link href="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/templates/css/style.css" rel="stylesheet" type="text/css">
</head>
<body background="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/templates/images/bg.gif">

<table width="839" height="100%" border="1" align="center" class="OuterTable" style="border-collapse:collapse;border-color:#000066">
  <tr bgcolor="#FFFFFF">
    <td height="100px" colspan="4">
	  <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td><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 colspan="2" align="right"> <span title="<?php echo htmlspecialchars($t->m_employeeRoles);?>(<?php echo htmlspecialchars($t->loginid);?>)"> Control Panel [<?php echo htmlspecialchars($t->login_UserName);?>] &nbsp;</span> </td>
	    </tr><?php }?>
    </table></td>
  </tr><?php if ($t->topNavArray)  {?>
  <tr bgcolor="#FFFFFF">
    <td height="20px" colspan="4"><?php $x = new HTML_Template_Flexy($this->options);$x->compile('childtemplates/topnav.html');$x->outputObject($t);?></td>
  </tr><?php }?>
	
  <tr bgcolor="#FFFFFF">
    
    
	<td valign="top"><?php $x = new HTML_Template_Flexy($this->options);$x->compile('childtemplates/leftnav.html');$x->outputObject($t);?></td>
	
    <td width="84%" valign="top"><table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr>
        <td width="100%" valign="top" style="padding:8px"><table width="100%">
        <?php if ($t->subTitle)  {?>
            <tr class="subTitle">
              <td>&nbsp;<?php echo htmlspecialchars($t->subTitle);?></td>
              <?php if ($t->query_page)  {?>
              <td align="right"><a href='queries.php?cmd=addPage'>Create Query</a></td>
              <?php }?> <?php }?> <?php if ($t->pageTxt)  {?>
            <tr>
              <td colspan="2" align="left" class="subTitle"><?php echo htmlspecialchars($t->pageTxt);?></td>
            </tr>
            <?php }?> <?php if ($t->errorList)  {?>
            <tr>
              <td colspan="2" 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 colspan="2" align="left" class="adminUserMsg"><?php if ($this->options['strict'] || (isset($t) && method_exists($t,'showMessages'))) echo htmlspecialchars($t->showMessages());?></td>
        </tr>
        <?php }?>
        <tr>
          <td colspan="2"><?php if ($this->options['strict'] || (isset($t) && method_exists($t,'renderContents'))) echo htmlspecialchars($t->renderContents());?> </td>
        </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <!--tr>
       <td colspan="3" height="20px"  nowrap="nowrap"><a href="#" class="topNav"> Report Bug</a></td>
    </tr-->
</table>
  <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 + -