wcf.regNote.message

Quoted
Original von Prometheus
Wie ich gehört hab wurde das hier wohl so verstanden das ich die PDF Umsetzung machen würde. Leider komme ich aus Zeitgründen da nicht zu und müsste das wenn dann wesentlich später mal machen. Ich weiß allerdings das es irgendwo einen Hack gab der es ermöglichte jeden Beitrag als PDF zu speichern. Wenn ich nicht irre war das Web Dynamics die das mal gemacht haben.
|
|
Source code |
1 2 3 4 5 6 7 8 |
<td class="tabletitle"> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <td class="titlea" align="left"><font size="2">$posticon <b>$posts[posttopic]: </b><font size="2">Gepostet am: $postdate um $posttime </span></td> <td class="titlea" align="right"><font size="2"> von: User: <b>$postername</b></span></td> </table> <br/> <div class="smallfont"><hr /> <span class="smallfont"><font size="2">$posts[message]</div><br /><br /> |
|
|
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 |
<?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>
<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: 8px;
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:8px;
}
.time {
color: #666686;
}
}
-->
</style>
</head>
<table class="print">
</table>
$print_msgs
<hr noshade size="2">
<br/>
<span class="smallfont">URL zum nachlesen=
<a href="$url2board/thread.php?postid=$postid#post$postid">$url2board/thread.php?postid=$postid#post$postid</a></span></td>
</tr>
</table>
<br />
<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>
|