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

📄 vote.tpl.php

📁 a short sketch about linux syntex lines.
💻 PHP
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<title>新闻 & 公告 -<?php echo $config['sitename'];?></title>
<style type="text/css">
<!--
body,td,th {
	font-size: 14px;
	color: #333333;
}
-->
</style>
<link href="<?php echo $this->basedir;?>templates/public/images/re.css" rel="stylesheet" type="text/css" />
</head>
<body bgcolor="eeeeee" link="#FF6600" vlink="#FF9900" alink="#FF6600" leftmargin="0" topmargin="0">
<table width="400" height="457" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="57">
	<img src="<?php echo $this->basedir;?>templates/public/images/news_m_t.gif" width="400" height="57"></td>
  </tr>
  <tr>
    <td height="380" valign="top" background="<?php echo $this->basedir;?>templates/public/images/news_m_bg.gif">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr> 
          <td><div align="center" class="menu"><strong>标题:<?php echo $this->vote['title'];?></strong></div></td>
        </tr>
        <tr> 
          <td background="<?php echo $this->basedir;?>templates/public/images/movie_title_line_bg.gif">&nbsp;</td>
        </tr>
        <tr> 
          <td align="center"><font color="#666666">发布时间:<?php echo date('Y-m-d H:i:s', $this->vote['addtime']);?></font> 点击次数:<?php echo $this->vote['click'];?></td>
        </tr>
        <tr> 
          <td><div align="center">
			<img src="<?php echo $this->basedir;?>templates/public/images/music_001/line_02.gif" width="169" height="1"><img src="<?php echo $this->basedir;?>templates/public/images/music_001/line_02.gif" width="169" height="1"></div></td>
        </tr>
        <tr>
          <td>&nbsp;</td>
        </tr>
        <tr> 
          <td style="text-indent:2em"><?php echo $this->vote['content'];?></td>
        </tr>
        <tr> 
          <td background="<?php echo $this->basedir;?>templates/public/images/movie_title_line_bg.gif">&nbsp;</td>
        </tr>
        <tr>
          <td><div align="center"><a href="javascript:window.close()">关闭窗口</a></div></td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td height="20">
	<img src="<?php echo $this->basedir;?>templates/public/images/news_m_d.gif" width="400" height="20"></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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