print.html

来自「网人分类信息5.0商业版。非常优秀的分类信息系统。比较少见。」· HTML 代码 · 共 32 行

HTML
32
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Language" content="gb2312">
<meta name=keywords content="{$Meta_Keywords}">
<meta name="description" content="{$Meta_Description}">
<link rel="SHORTCUT ICON" href="{$InstallDir}images/favicon.ico">
<link rel="Bookmark" href="{$InstallDir}images/favicon.ico">
<link type="text/css" rel="stylesheet" href="{$InstallDir}Skins/{$SkinDir}/Style.css">
<Script language="JavaScript" Src="{$InstallDir}Inc/Site.Js"></Script>
<Script language="JavaScript" Src="{$InstallDir}Inc/Menu.Js"></Script>
<title>{$Title} - {$SiteTitle}</title>
</head>
<body onload="window.print();" style="color:#000000">  

<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" align="center" Bgcolor=#ffffff>     
  <tr>    
    <td valign=top> 

<table width="600" border="0" cellspacing="1" cellpadding="10" align="center" Bgcolor=#cccccc>     
  <tr bgcolor=#efefef><td height=30 align=center Class=Font16 style="padding:10px;color:#000000"><b>{$Title}</b></td></tr>      
  <tr bgcolor=#ffffff><td style="padding:10px;color:#000000;text-align:center"><div align=right>发布者:{$PostName} 发布时间:{$Time}</div><br>{$PicList}</td></tr>
  <tr bgcolor=#ffffff><td align=center style="padding:10px;color:#000000">{$Copyright}</td></tr>      
</table>    
     
    </td>      
  </tr>      
</table>    
</body> 
</html> 

⌨️ 快捷键说明

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