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
|
news$$news_style.php$$<?php $news_style = "<table cellSpacing='0' cellPadding='0' width='100%' border='0'> <tr><td valign='top' align='left' width='21' height='34'> <img src='#.../newsupleft.gif' width='21' height='34'></td> <td vAlign='bottom' align='left' width='100%' background='#.../newsupmid.gif' height='34'> </font> <font color='#FFFFFF'><b>$subject</b></font></td> <td vAlign='top' align='left' width='104' height='34'> <img src='#.../newsupright.gif' width='104' height='34'></td> </tr> </table> <table cellspacing='0' cellpadding='3' width='100%' border='2' bordercolor='#FFFFFF' style='border-collapse: collapse; border-left-style:solid; border-left-width:0; border-right-style:solid; border-right-width:0; border-top-width:0; border-bottom-width:0' bordercolorlight='#C0C0C0' bordercolordark='#000000'> <tr> <td class='row2' vAlign='top' align='left' width='100%' bordercolorlight='#000000' bordercolordark='#000000' bgcolor='#0D0E0E'> <table border='2' cellpadding='0' cellspacing='0' style='border-collapse: collapse' width='99%' id='AutoNumber1' bordercolor='#000000'> <tr> <td width='100%' bordercolor='#FFFFFF' style='border: 2px solid #000000; '> <font color='#FFFFFF'><font class='content'>Posted by <a href='load.php?viv=Profile&user=$poster'>$poster</a> on $date_posted.</font></td> </tr> <tr> <td width='100%' bordercolor='#FFFFFF' style='border: 2px solid #C0C0C0'> <font color='#FFFFFF'> <p align='right'> <font color='#FFFFFF'> (".$comments_link."Comments?".$comments_link_close." | Score: ".$comments_count.")</font></td> </tr><tr> <td width='100%' bordercolor='#FFFFFF' style='border: 2px solid #C0C0C0'> <font color='#FFFFFF'> <p align='justify'> <br> $news <br></td> </tr> </table> </td></tr> </table><br> "; ?> ;;en_board$$styles.php$$<?php $table_style = "cellspacing='1' cellpadding='4' border='0' class='forum'"; $icon_style = "dark"; $table_tr_sub_style = ""; $table_td_sub_style = "bgcolor='#555555' style='font-size: 14px; font-weight: bold; padding: 6px 6px 6px 6px;'"; $table_tr_top_style = ""; $table_td_top_style = add_url("background='#.../forumttbg.gif'"); $table_tr_content_style = ""; $table_td_content_style = "bgcolor='#333333'"; $link_font_style = "style='font-size: 13px; font-weight: bold;'"; $desc_font_style = "style='font-size: 10px;'"; ?>
|