Line | |
---|
1 | <style media="screen" title="currentStyle" type="text/css">
|
---|
2 | .postContainerPlain {
|
---|
3 | font-family:arial,palatino, georgia, verdana, arial, sans-serif;
|
---|
4 | color:#000000;
|
---|
5 | padding:5px;
|
---|
6 | margin-bottom: 4px;
|
---|
7 | font-size: x-small;
|
---|
8 | font-weight: normal;
|
---|
9 | background-color: #E7CFA3;
|
---|
10 | background-image: url('<?php echo $config['template_href'];?>images/light.jpg');
|
---|
11 | border-style: solid; border-color: #000000; border-width: 0px; border-bottom-width:1px; border-top-width:1px;
|
---|
12 | line-height:140%;
|
---|
13 | }
|
---|
14 | .postBody {
|
---|
15 | padding:10px;
|
---|
16 | line-height:140%;
|
---|
17 | font-size: small;
|
---|
18 | }
|
---|
19 | .title {
|
---|
20 | font-family: palatino, georgia, times new roman, serif;
|
---|
21 | font-size: 14pt;
|
---|
22 | color: #640909;
|
---|
23 | }
|
---|
24 | </style>
|
---|
25 | <table align="center" width="100%"><tr><td align="center">
|
---|
26 | <h3><a href="index.php?n=forum&sub=viewforum&fid=<?php echo $bugs_forum_id;?>"> --- Bugtracker forum --- </a></h3>
|
---|
27 | <?php foreach($alltopics as $topic){ ?>
|
---|
28 | <div style="margin-right: 0pt;" class="postContainerPlain" align="left">
|
---|
29 | <h3 class="title"><?php echo $topic['topic_name'];?><br><small style="color: #000;"><?php echo $topic['poster'];?>, <?php echo date('d/m/Y, H:i',$topic['topic_posted']);?></small></h3>
|
---|
30 | <div class="postBody"><?php echo $topic['message'];?></div>
|
---|
31 | </div>
|
---|
32 | <?php } ?>
|
---|
33 | </td></tr></table>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.