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

📄 %%6f^6f0^6f097530%%default.tpl.html.php

📁 没用的东西? 国外php免费程序,相册 留言板 等
💻 PHP
字号:
<?php /* Smarty version 2.6.19, created on 2008-07-28 10:33:28         compiled from Default.tpl.html */ ?><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php echo $this->_tpl_vars['SITEINFO']['NAME']; ?> - Content Management System</title>
<meta name="author" content="king.amou@yahoo.com" />
<style>
html{height:100%;min-height:100%;}
body {margin:0px;padding:0px;height:100%;background:#C0E0BC;}
body,th,td,div{font-family:Arial,Helvetica,sans-serif;font-size:12px;color:#333333;}
form{padding:0px;margin:0px;}
input{border:1px solid #ccc;}

.foot{background:#005500;padding:2px;padding-right:12px;color:#FFFFFF;text-align:right;}
.foot a{text-decoration:none;}

.leader{padding:5px;height:30px;background:#007700;font-weight:bold;font-size:28px;color:#FFFFFF;text-align:right;}

#menu{border:1px solid #C0E0BC;border-bottom:0px;width:200px;padding:0px;margin:0px;text-align:left;}
#menu li{list-style:none;padding-left:20px;line-height:24px;border-bottom:1px solid #C0E0BC;}
#menu li.ttl{padding:4px;background:#EBF4EA;padding-left:8px;color:#006600;font-weight:bold;}
#menu a{color:#587B24;text-decoration:none;}
#menu a:hover{color:#006600;text-decoration:underline;}

.finalTitle{padding:8px;padding-left:0px;color:#006600;font-weight:bold;font-size:16px;font-family:Arial,Helvetica,sans-serif;border-bottom:2px solid #C0E0BC;}
.final{padding-top:8px;padding-bottom:8px;}

.fdsmain{background:#FFF;}
.fdsmain td{background:#C0E0BC;}
.fdsmain td.editArea{background:#EBF4EA;}

.warning{line-height:22px;}
.warning li{color:#006600;}
.warning li a{color:#006600;text-decoration:underline;}

.list{padding:0px;margin:0px;border:1px solid #FFFFFF;}
.list li{clear:both;padding:8px;padding-left:10px;list-style:none;background:#EBF4EA;border-top:1px solid #FFFFFF;}
.list li.head{font-size:14px;background:#C0E0BC;font-weight:bold;}
.list a{color:#587B24;font-weight:normal;}
.list a:hover{color:#006600;text-decoration:underline;}
.list li div.right{float:right;text-align:center;}

.page{color:#20407a;text-align:right;padding-top:8px;}
.page div,.page select{color:#20407a;}
.page a{color:#0E0E7E;font-weight:normal;}
.page a:hover{text-decoration:underline;}
</style>
<script>function $(id){return document.getElementById(id);}</script>
</head>

<body>
<table width="1000" height="100%" border="0" cellpadding="0" cellspacing="0" align="center" style="border-left:1px solid #9CCE97;border-right:1px solid #9CCE97;">
  <tr>
    <td colspan="2" height="87">
	<div style="height:150px;padding-right:16px;background:url(images/webace.jpg) no-repeat;background-color:#FFFFFF;">
		<div style="padding-top:50px;color:#999;text-align:right;">
		225, 4819C 48th Avenue Red Deer Alberta T4N 3T2<br>
		<font color="#007700">International</font>: 1.403.755.8622 Toll <font color="#007700">Free</font>: 1 866 WEBACE-0<br>
		<font color="#007700">Fax</font>: 1.866.840.2230 <font color="#007700">Email</font>: accounts@webace.ca <font color="#007700">Skype ID</font>: Web Ace Inc
		</div>
	</div>
	<div class="leader">Content Panel</div>
	</td>
  </tr>
  <tr>
    <td style="background:#FFFFFF;padding-top:10px;" align="center" valign="top" width="230">
		<ul id="menu">
		<?php unset($this->_sections['loop']);$this->_sections['loop']['name'] = 'loop';$this->_sections['loop']['loop'] = is_array($_loop=$this->_tpl_vars['menu']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);$this->_sections['loop']['show'] = true;$this->_sections['loop']['max'] = $this->_sections['loop']['loop'];$this->_sections['loop']['step'] = 1;$this->_sections['loop']['start'] = $this->_sections['loop']['step'] > 0 ? 0 : $this->_sections['loop']['loop']-1;if ($this->_sections['loop']['show']) {    $this->_sections['loop']['total'] = $this->_sections['loop']['loop'];    if ($this->_sections['loop']['total'] == 0)        $this->_sections['loop']['show'] = false;} else    $this->_sections['loop']['total'] = 0;if ($this->_sections['loop']['show']):            for ($this->_sections['loop']['index'] = $this->_sections['loop']['start'], $this->_sections['loop']['iteration'] = 1;                 $this->_sections['loop']['iteration'] <= $this->_sections['loop']['total'];                 $this->_sections['loop']['index'] += $this->_sections['loop']['step'], $this->_sections['loop']['iteration']++):$this->_sections['loop']['rownum'] = $this->_sections['loop']['iteration'];$this->_sections['loop']['index_prev'] = $this->_sections['loop']['index'] - $this->_sections['loop']['step'];$this->_sections['loop']['index_next'] = $this->_sections['loop']['index'] + $this->_sections['loop']['step'];$this->_sections['loop']['first']      = ($this->_sections['loop']['iteration'] == 1);$this->_sections['loop']['last']       = ($this->_sections['loop']['iteration'] == $this->_sections['loop']['total']);?>
			<?php if ($this->_tpl_vars['menu'][$this->_sections['loop']['index']][0] == '-'): ?><li class="ttl"><?php echo $this->_tpl_vars['menu'][$this->_sections['loop']['index']][1]; ?></li>
			<?php else: ?><li><a href="<?php echo $this->_tpl_vars['menu'][$this->_sections['loop']['index']][1]; ?>"><?php echo $this->_tpl_vars['menu'][$this->_sections['loop']['index']][0]; ?></a></li><?php endif; ?>
		<?php endfor; endif; ?>
		</ul>
	</td>
    <td style="padding:6px;background:#FFFFFF;padding:8px;" valign="top" width="800">
		<div class="finalTitle"><?php echo $this->_tpl_vars['finalTitle']; ?></div>
		<div class="final">
			<?php $_smarty_tpl_vars = $this->_tpl_vars;$this->_smarty_include(array('smarty_include_tpl_file' => ($this->_tpl_vars['final']).".tpl.html", 'smarty_include_vars' => array()));$this->_tpl_vars = $_smarty_tpl_vars;unset($_smarty_tpl_vars); ?>
		</div>
	</td>
  </tr>
  <tr>
  	<!--td class="foot" style="text-align:left;color:#005500;">FAQ: King.Amou@Yahoo.com</td-->
    <td colspan="2" height="16" class="foot">
		Copyright &copy; Web Ace Inc
	</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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