wcf.regNote.message
|
|
PHP Source code |
1 2 3 4 5 6 7 8 9 10 |
<table width="100%" border="0">
<tr>
<td width="5%" align="center">$icon</td>
<td width="30%" align="left"><span class="smallfont"><span class="prefix"><if($row['closed']==3)><then><b>{$lang->items['LANG_BOARD_MOVED']} </b></then></if><if($row['important']==2)><then><b>{$lang->items['LANG_BOARD_ANNOUNCEMENT']} </b> </then></if><if($row['important']==1)><then><b>{$lang->items['LANG_BOARD_IMPORTANT']} </b></then></if><if($row['pollid']!=0 && $row['closed']!=3)><then><b>{$lang->items['LANG_BOARD_POLL']} </b></then></if><if($row['prefix']!="")><then>$row[prefix] </then></if></span><a href="thread.php?threadid=$row[threadid]&sid=$session[hash]"><b>$row[topic]</b></span></a></td>
<td width="5%" align="left"> </td>
<td width="35%" align="left"><span class="smallfont">{$lang->items['LANG_JGSPORTAL_NEWS4']}: <a href="profile.php?userid=$einzelbeitrag[userid]&sid=$session[hash]"><b>$row[starter]</b></a></span></td>
<td width="5%" align="left"> </td>
<td width="35%" align="left"><span class="smallfont">$startdate {$lang->items['LANG_JGSPORTAL_NEWS2']} $starttime {$lang->items['LANG_JGSPORTAL_NEWS3']}</span></td>
</tr>
</table>
|
This post has been edited 1 times, last edit by "nitro-joker" (Feb 15th 2006, 10:54pm)


vielen Dank für Deine Hilfe!
|
|
PHP Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<tr>
</table><br /><table cellpadding="0" cellspacing="0" border="0" style="width:100%" class="tableinborder">
<td class="tableb" align="center" valign="top"><span class="smallfont"><table width="100%" border="0" >
<td width="5%" align="center">$icon</td>
<td width="45%" align="left"><span class="smallfont"><span class="prefix"><if($row['closed']==3)><then><b>{$lang->items['LANG_BOARD_MOVED']} </b></then></if><if($row['important']==2)><then><b>{$lang->items['LANG_BOARD_ANNOUNCEMENT']} </b> </then></if><if($row['important']==1)><then><b>{$lang->items['LANG_BOARD_IMPORTANT']} </b></then></if><if($row['pollid']!=0 && $row['closed']!=3)><then><b>{$lang->items['LANG_BOARD_POLL']} </b></then></if><if($row['prefix']!="")><then>$row[prefix] </then></if></span><a href="thread.php?threadid=$row[threadid]&sid=$session[hash]"><b>$row[topic]</b></span></a></td>
<td width="30%" align="left"><span class="smallfont">{$lang->items['LANG_JGSPORTAL_NEWS4']}: <a href="profile.php?userid=$einzelbeitrag[userid]&sid=$session[hash]"><b>$row[starter]</b></a></span></td>
<td width="25%" align="right"><span class="smallfont">$startdate {$lang->items['LANG_JGSPORTAL_NEWS2']} $starttime {$lang->items['LANG_JGSPORTAL_NEWS3']}</span></td>
</tr>
</table>
|
This post has been edited 3 times, last edit by "nitro-joker" (Feb 17th 2006, 12:29am)