wcf.regNote.message
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<?php
$filename="beitragsprint.php";
require("./global.php");
require("./acp/lib/class_parse.php");
if(!isset($_GET['postid'])) eval("error(\"".$tpl->get("error_falselink")."\");");
$parse = new parse($docensor,75,$board['allowsmilies'],$board['allowbbcode'],$wbbuserdata['showimages'],$usecode,0);
$result = $db->query("SELECT p.*, t.topic FROM bb".$n."_posts p
LEFT JOIN bb".$n."_users u USING (userid) LEFT JOIN bb".$n."_threads t ON (p.threadid=t.threadid)
WHERE p.postid = '".intval($_GET['postid'])."'");
$posts = $db->fetch_array($result);
$posts['message']=$parse->doparse($posts['message'],1,$board['allowhtml'],$board['allowbbcode'],$board['allowimages']);
$postdate=formatdate($dateformat,$posts['posttime']);
$posttime=formatdate($timeformat,$posts['posttime']);
$postername = stripslashes($posts['username']);
$topic = stripslashes($posts['topic']);
eval("\$tpl->output(\"".$tpl->get("print_post")."\");");
?>
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
<?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
<!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" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
<head>
<title>$master_board_name | $posts[posttopic] | Druckansicht</title>
<style type="text/css">
<!--
@media print,screen
{
body {
color: #000000;
font-family: tahoma,helvetica;
}
body a:link, body a:visited, body a:active {
color: #000000;
text-decoration: underline;
}
table.print {
cellspacing:0;
cellpadding:5px;
font-size: 13px;
font-family: Tahoma,Helvetica;
}
td.title a:link, .tabletitle a:visited, .tabletitle a:active {
color: #000000;
text-decoration: none;
}
td.titlea {
background-color: #FF9933;
background-image: url(images/cellpic.gif);
text-align:left;
}
td.titleb {
background-color: #FF9933;
background-image: url(images/cellpic.gif);
text-align:right;
font-size:11px;
}
.time {
color: #666686;
}
}
-->
</style>
</head>
<body>
<table class="print">
<tr>
<td class="titlea"><strong>$posts[posttopic]</strong></td>
<td class="titleb"><smallfont>Gepostet am $postdate um $posttime von: <br />Benutzer: <b>$postername</b></font></td>
</tr>
<tr>
<td colspan="2">$posts[message]</td>
</tr>
<tr>
<td>
<br/>
<hr noshade size="2">
<br/>
<span class="smallfont">URL zum nachlesen= <br/>
<a href="$url2board/thread.php?postid=$postid#post$postid">$url2board/thread.php?postid=$postid#post$postid</a></span></td>
</tr>
</table>
<br />
<a href="javascript:window.print()">Diese Seite drucken</a> <br/ >
<br/>
<br/>
<span class="smallfont"><font size="-2">Copyright by $url2board</font></span>
</body></html>
|
|
|
Source code |
1 |
<left><a href="beitragsprint.php?postid=$posts[postid]" target="_blank" style="text-decoration: none"><span class="smallfont">Beitrag drucken</span></a></left> |
This post has been edited 1 times, last edit by "Hexo" (Apr 7th 2007, 11:39am)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
<?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
<!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" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
<head>
<title>$master_board_name | {$lang->items['LANG_START_TITLE']}</title>
$headinclude
</head>
<body>
$header
<title>$master_board_name | $posts[posttopic] | Druckansicht</title>
<style type="text/css">
<!--
@media print,screen
{
body {
color: #000000;
font-family: tahoma,helvetica;
}
body a:link, body a:visited, body a:active {
color: #000000;
text-decoration: underline;
}
table.print {
cellspacing:0;
cellpadding:5px;
font-size: 13px;
font-family: Tahoma,Helvetica;
}
td.title a:link, .tabletitle a:visited, .tabletitle a:active {
color: #000000;
text-decoration: none;
}
td.titlea {
background-color: #FF9933;
background-image: url(images/cellpic.gif);
text-align:left;
}
td.titleb {
background-color: #FF9933;
background-image: url(images/cellpic.gif);
text-align:right;
font-size:11px;
}
.time {
color: #666686;
}
}
-->
</style>
</head>
<body>
<table class="print">
<tr>
<td class="tabletitle">
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<td align="left"><b>$posts[posttopic]:</strong></b><smallfont>Gepostet am: $postdate um $posttime </span></td>
<td align="right"> von: Benutzer: <b>$postername</a></b></span></td>
</tr>
</table>
</td>
</tr>
</tableb>
</tr>
<tr>
<td colspan="2">$posts[message]</td>
</tr>
<tr>
<td>
<br/>
<hr noshade size="2">
<br/>
<span class="smallfont">URL zum nachlesen= <br/>
<a href="$url2board/thread.php?postid=$postid#post$postid">$url2board/thread.php?postid=$postid#post$postid</a></span></td>
</tr>
</table>
<br />
<a href="javascript:window.print()">Diese Seite drucken</a> <br/ >
<br/>
<br/>
<span class="smallfont"><font size="-2">Copyright by $url2board</font></span>
</body></html>
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<?php
$filename="beitragsprint.php";
require("./global.php");
require("./acp/lib/class_parse.php");
if(!isset($_GET['postid'])) eval("error(\"".$tpl->get("error_falselink")."\");");
$parse = &new parse($docensor, 75, $wbbuserdata['showimages'], "", $usecode, 0);
$parse = new parse($docensor,75,$board['allowsmilies'],$board['allowbbcode'],$wbbuserdata['showimages'],$usecode,0);
$result = $db->query("SELECT p.*, t.topic FROM bb".$n."_posts p
LEFT JOIN bb".$n."_users u USING (userid) LEFT JOIN bb".$n."_threads t ON (p.threadid=t.threadid)
WHERE p.postid = '".intval($_GET['postid'])."'");
$posts = $db->fetch_array($result);
$posts['message']=$parse->doparse($posts['message'],1,$board['allowhtml'],$board['allowbbcode'],$board['allowimages']);
$postdate=formatdate($dateformat,$posts['posttime']);
$posttime=formatdate($timeformat,$posts['posttime']);
$postername = stripslashes($posts['username']);
$topic = stripslashes($posts['topic']);
eval("\$tpl->output(\"".$tpl->get("print_post")."\");");
?>
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
<?php
$filename="beitragsprint.php";
require('./global.php');
require('./acp/lib/class_parse.php');
$lang->load('THREAD');
if (!isset($threadid)) error($lang->get("LANG_GLOBAL_ERROR_FALSELINK", array('$adminmail' => $adminmail)));
if (!checkpermissions("can_read_thread")) access_error();
if (isset($_GET['page'])) {
$page = intval($_GET['page']);
if ($page < 1) $page = 1;
}
else $page = 1;
if ($wbbuserdata['umaxposts']) $postsperpage = $wbbuserdata['umaxposts'];
elseif ($board['postsperpage']) $postsperpage = $board['postsperpage'];
else $postsperpage = $postsperpage="1";
$postorder = $board['postorder'];
list($postcount) = $db->query_first("SELECT COUNT(*) FROM bb".$n."_posts WHERE postid = '$postid' AND visible = 1");
$parse = &new parse($docensor, 75, $wbbuserdata['showimages'], "", $usecode, 0);
$postids = '';
$result = $db->query("SELECT postid FROM bb".$n."_posts WHERE postid = '$postid' AND visible = 1 ORDER BY posttime ".(($postorder) ? ("DESC") : ("ASC")), $postsperpage, $postsperpage * ($page - 1));
while ($row = $db->fetch_array($result)) $postids .= ",".$row['postid'];
$result = $db->query("SELECT
p.*,
u.signature, i.iconpath, i.icontitle
FROM bb".$n."_posts p
LEFT JOIN bb".$n."_users u USING (userid)
LEFT JOIN bb".$n."_icons i ON (p.iconid=i.iconid)
WHERE p.postid IN (0$postids)
ORDER BY p.posttime ".(($postorder) ? ("DESC") : ("ASC")));
while ($posts = $db->fetch_array($result)) {
unset($signature);
if ($posts['iconid']) $posticon = makeimgtag($posts['iconpath'], getlangvar($posts['icontitle'], $lang), 0);
else $posticon = " ";
if ($posts['posttopic']) $posts['posttopic'] = htmlconverter(textwrap($posts['posttopic']));
$posts['message'] = $parse->doparse($posts['message'], $posts['allowsmilies'], $posts['allowhtml'], $posts['allowbbcode'], $posts['allowimages']);
$postdate = formatdate($wbbuserdata['dateformat'], $posts['posttime']);
$posttime = formatdate($wbbuserdata['timeformat'], $posts['posttime']);
$posts['username'] = htmlconverter($posts['username']);
$LANG_THREAD_PRINT_POSTED_ON = $lang->get("LANG_THREAD_PRINT_POSTED_ON", array('$username' => $posts['username'], '$postdate' => $postdate, '$posttime' => $posttime));
eval("\$print_postbit .= \"".$tpl->get("print_postbit")."\";");
}
$thread['topic'] = htmlconverter(textwrap($thread['topic']));
eval("\$tpl->output(\"".$tpl->get("print_post")."\");");
?>
|
This post has been edited 2 times, last edit by "Lady09" (Apr 11th 2007, 2:07pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 |
<?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
<!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" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
<head>
<title>$master_board_name | {$lang->items['LANG_START_TITLE']}</title>
$headinclude
</head>
<body>
<title>$master_board_name | $posts[posttopic] | Druckansicht</title>
<style type="text/css">
<!--
@media print,screen
{
body {
color: #000000;
font-family: tahoma,helvetica;
}
body a:link, body a:visited, body a:active {
color: #000000;
text-decoration: underline;
}
table.print {
cellspacing:0;
cellpadding:5px;
font-size: 13px;
font-family: Tahoma,Helvetica;
}
td.title a:link, .tabletitle a:visited, .tabletitle a:active {
color: #000000;
text-decoration: none;
}
td.titlea {
background-color: #FF9933;
background-image: url(images/cellpic.gif);
text-align:left;
}
td.titleb {
background-color: #FF9933;
background-image: url(images/cellpic.gif);
text-align:right;
font-size:11px;
}
.time {
color: #666686;
}
}
-->
</style>
</head>
<body>
<table class="print">
<tr>
<td class="tabletitle">
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<td align="left"><b>$posts[posttopic]</b><smallfont>Gepostet am: $postdate um $posttime </span></td>
<td align="right"> von: User: <b>$postername</b></span></td>
</tr>
</table>
</td>
</tr>
</tableb>
</tr>
<tr>
<td colspan="2">$posts[message]</td>
</tr>
<tr>
<td>
<br/>
$print_msgs
<hr noshade size="2">
<br/>
<span class="smallfont">URL zum nachlesen= <br/>
<a href="$url2board/thread.php?postid=$postid#post$postid">$url2board/thread.php?postid=$postid#post$postid</a></span></td>
</tr>
</table>
<br />
<a href="javascript:window.print()">Diese Seite drucken</a> <br/ >
<br/>
<br/>
<span class="smallfont"><font size="-2">Copyright by $url2board</font></span>
</body></html>
|
|
|
Source code |
1 2 3 4 |
<div class="normalfont"> $posticon <b>$posts[posttopic] </b><br /><br /> $posts[message]</div><br /><br /> |
This post has been edited 1 times, last edit by "Lady09" (Apr 11th 2007, 10:19pm)
This post has been edited 1 times, last edit by "Hexo" (Apr 11th 2007, 10:24pm)