message
This commit is contained in:
1
templates/default/forum/print/post.tpl
Normal file
1
templates/default/forum/print/post.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<h4>Àâòîð: {author} | {post-date}</h4><p>{text}<br /></p>
|
||||
91
templates/default/forum/print/topic.tpl
Normal file
91
templates/default/forum/print/topic.tpl
Normal file
@@ -0,0 +1,91 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Âåðñèÿ äëÿ ïå÷àòè</title>
|
||||
<style type='text/css'>
|
||||
body{
|
||||
background: #FFF;
|
||||
color: #222;
|
||||
font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
|
||||
font-size: 11px;
|
||||
line-height: 135%;
|
||||
margin: 0px;
|
||||
padding: 0px; /* required for Opera to have 0 margin */
|
||||
text-align: center; /* centers board in MSIE */
|
||||
}
|
||||
img{
|
||||
border: 0; /* makes sure linked images do not have a border */
|
||||
vertical-align: middle;
|
||||
}
|
||||
a:link,
|
||||
a:visited,
|
||||
a:active{
|
||||
background: transparent;
|
||||
color: #222;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
background: transparent;
|
||||
color: #34498B;
|
||||
}
|
||||
#print{
|
||||
margin: 20px auto 20px auto;
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
#print h1,
|
||||
#print h2,
|
||||
#print h3,
|
||||
#print h4,
|
||||
#print p{
|
||||
color: #036;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
#print h2,
|
||||
#print h3,
|
||||
#print p{
|
||||
border-bottom: 1px solid #999;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#print h3{
|
||||
background: #F5F5F5;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
#print h4{
|
||||
background: #F9F9F9;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#print p{
|
||||
margin: 0 0 5px 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#print p.printcopy{
|
||||
border: 0;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id='print'>
|
||||
<h1>Âåðñèÿ äëÿ ïå÷àòè</h1>
|
||||
<h2><a href="{topic_link}" title="Íàæìèòå äëÿ ïðîñìîòðà òåìû">Íàæìèòå ñþäà äëÿ ïðîñìîòðà ýòîé òåìû â îáû÷íîì ôîðìàòå</a></h2>
|
||||
<h3>{topic_title}</h3>
|
||||
<div class='printpost'>{post_list}</div></div>
|
||||
Powered By <a href='http://dlekey.cn/'>DLEKEY</a> © 2008 DLE Files Group
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user