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

📄 print.tpl.php

📁 一个文章管理系统,很不错的,php语言开发,运行平台:windows和linux
💻 PHP
字号:
<?php
if( !defined('ISELOOK') ){
	header('HTTP/1.0 404 Not Found');
	exit;
}
?>
<style type="text/css">
<!--
a:link {
	color: #363636; text-decoration: none;
}
a:visited {
	color: #363636; text-decoration: none;
}
a:active {
	color: #363636; text-decoration: none;
}
a:hover {
	color: #336699; text-decoration: underline;
}
.px_20showtitle { font-size: 20px; color: #005673; font-weight: bold; line-height: normal; }
td {
	font-size: 12px; color: #000000; line-height: 17px;
}
td.content {
	font-size: 14px; color: #000000; line-height: 150%;
}
-->
</style>
<!--<?php
print <<<EOT
-->
<table cellspacing=0 cellpadding=0 width="700" align="center">
  <tbody> 
  <tr valign="top"> 
    <td height=25> 
      {$nav_path}
    </td>
    <td width="122" align="right"><a href="article.php?r_id={$r_id}">{$lang['tpl_str3']}</a>&nbsp;&nbsp;<a href="javaScript:window.print();">{$lang['tpl_str4']}</a></td>
  </tr>
  </tbody> 
</table>
<table cellspacing=0 cellpadding=0 width=700 align="center" border="0" bgcolor="#F7F7F7">
  <tbody> 
  <tr> 
    <td valign="top" align="center"> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td align="center" class="px_20showtitle" height="40" valign="bottom">
			<font color="{$title_color}">{$rs_arr['r_title']}</font></a>
	 	 </td>
        </tr>
      </table>
      <table cellspacing=1 cellpadding=4 height="40">
        <tbody> 
        <tr> 
          <td align="center" class="greymore">{$lang['tpl_str5']}</td>
          <td align="center">{$rs_arr['r_author']}&nbsp;&nbsp;</td>
          <td align="center" class="greymore">{$lang['tpl_str6']}</td>
          <td align="center">{$rs_arr['r_from']}&nbsp;&nbsp;</td>
          <td align="center" class="greymore">{$lang['tpl_str7']}</td>
          <td align="center">{$rs_arr['r_posttime']}&nbsp;&nbsp;</td>
        </tr>
        </tbody> 
      </table>
      <table width="100%" border="0" cellspacing="1" cellpadding="5">
        <tr> 
          <td align="center" > 
            <table width="100%" border="0" cellspacing="0" cellpadding="0" style="table-layout:fixed;word-break:break-all">
              <tr> 
                <td class="content">
                  {$rs_arr['r_content']}
                  <p>
					$RawUrl
				</p>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
    <td width="6"></td>
  </tr>
  </tbody> 
</table>
<!--
EOT;
?>-->

⌨️ 快捷键说明

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