Wer hilft mir mit Rapidforum? -> Belohnung |
|
Wer hilft mir mit Rapidforum? -> Belohnung |
 |
Hi zusammen! Ich hab jetzt ein Rapidforum für meinen VRH und ich möchte es gerne farblich auf meinen Hof anpassen. Kann mir jemand helfen? Der Code sieht so aus (Kopieren verboten!):
Zitat: |
<!-- SKINID=19 -->
<!---
<!-- imageurl=(((DB:string1))) -->
<!-- CATEGORYSEPARATOR=<tr><td colspan=6 class="categoryseperator"><img src="(((DB:string1)))expanded.gif"><font size=2><b> (((categoryname)))</b></font></td></tr> -->
<!-- treetableend=</b></td></tr></table></td></tr></table> -->
<!-- PUBLISHCOLOR=(((const:publishcolor))) -->
<!-- PREVIOUSPAGESTRING=« vorige -->
<!-- NEXTPAGESTRING=nächste » -->
<!-- UNLOCKEDPAGESFONT=size=1 -->
<!-- LOCKEDPAGESFONT=size=1 -->
<!-- POSTINGSPAGESFONT=size=1 -->
<!-- TTRPOSTINGSPAGESFONT=size=1 -->
<!-- SEARCH1=<b><u><font color="red"> -->
<!-- SEARCH2=</font></u></b> -->
<!-- backgroundcolor=#E6E6CC -->
<!-- table_backgroundcolor=#E6E6CC -->
<!-- bright_column=#E6E6CC -->
<!-- bright_middle_column=#E6E6CC -->
<!-- middle_column=#E6E6CC -->
<!-- dark_column=#AAA788 -->
<!-- sms_column=#E6E6CC -->
<!-- borderline_color=#AAA788 -->
<!-- script_color=#000000 -->
<!-- script_color_areaname=#AAA788 -->
<!-- closed_area_script_color=#AAA788 -->
<!-- categoryseperator_script_color=#AAA788 -->
<!-- linkcolor_normal=#AAA788 -->
<!-- linkcolor_active=#AAA788 -->
<!-- linkcolor_visited=#AAA788-->
<!-- linkcolor_hover=#AAA788 -->
<!-- urgent_topics=#FF0000 -->
<!-- admin_mod_color=#FF0000 -->
<!-- second_admin_color=#000090 -->
<!-- second_mod_color=#007788 -->
<!-- publishcolor=#000000 -->
<!-- avatars_active=1 -->
<!-- avatars_hight= -->
<!-- avatars_width= -->
<!-- stars_active=0 -->
<!-- mod_columnwidth_in_areatablerows=120 -->
--->
<html>
<head>
<!-- Date -->
<script language="javascript">
<!--
var heutestring = "<b>Heute</b>";
var gesternstring = "<b>Gestern</b>";
var gestern = 1;
function OutPutDate(datestring)
{
var date = new Date(
parseInt(datestring.substr(6,4),10),
parseInt(datestring.substr(3,2),10)-1,
parseInt(datestring.substr(0,2),10),
parseInt(datestring.substr(11,2),10),
parseInt(datestring.substr(14,2),10),0
);
var current = new Date();
if (date.getDate() == current.getDate() && date.getMonth() == current.getMonth() && date.getYear() == current.getYear())
{
document.write(heutestring+" um "+datestring.substr(11,5));
return;
}
if (gestern == 1)
{
current.setDate(current.getDate() - 1);
if (date.getDate() == current.getDate() && date.getMonth() == current.getMonth() && date.getYear() == current.getYear())
{
document.write(gesternstring+" um "+datestring.substr(11,5));
return;
}
}
document.write(datestring);
}
// -->
</script>
<!-- date end -->
<title>(((forumname)))</title>
<LINK rel=stylesheet type="text/css" href="(((const:imageurl)))yabbse.css">
<style type="text/css">
<!--
BODY {font-family:Verdana,Arial,Helvetica; text-decoration:none;}
TABLE.tabelle {background-color
((const:table_backgroundcolor)));}
TD.helloben {background-color
((const:bright_column)));}
TD.pn {background-color
((const:sms_column)));}
TD.forumname {background-color
((const:backgroundcolor))); color
((const:script_color_areaname)));}
TD.forumname2 {background-color
((const:backgroundcolor)));}
TD.hell {background-color
((const:bright_column)));}
TD.hellmittel {background-color
((const:bright_middle_column)));}
TD.mittel {background-color
((const:middle_column)));}
TD.dunkel {background-color
((const:dark_column)));}
TD.categoryseperator { background-image: url((((const:imageurl)))catbg.jpg); background-repeat: repeat-x }
TR.rowcolor1 {background-color
((const:bright_middle_column)));}
TR.rowcolor2 {background-color
((const:middle_column)));}
A:link {text-decoration:none; color
((const:linkcolor_normal)));}
A:active {text-decoration:none; color
((const:linkcolor_active)));}
A:visited {text-decoration:none; color
((const:linkcolor_visited)));}
A:hover {color
((const:linkcolor_hover)))}
INPUT.anmelden {
FONT-SIZE: 10px;
FONT-FAMILY: Verdana,Arial,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #E6E6CC;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
INPUT.posten {
FONT-SIZE: 11px;
FONT-FAMILY: Verdana,Arial,Helvetica;
COLOR:#000000;
BACKGROUND-COLOR:#E6E6CC;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
TEXTAREA.posten {
FONT-SIZE: 11px;
FONT-FAMILY: Verdana,Arial,Helvetica;
COLOR:#000000;
BACKGROUND-COLOR:#E6E6CC;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
-->
</style>
</head>
<body bgcolor=(((const:backgroundcolor))) text=(((const:script_color))) link="(((const:linkcolor_normal)))" vlink="(((const:linkcolor_visited)))" alink="(((const:linkcolor_active)))">
<table border=0 width=100% align=center cellpadding=0 cellspacing=0 class="cloudbg">
<tr><td background="(((const:imageurl)))clouds.jpg">
<img src="(((const:imageurl)))tl.gif" border="0" alt="banner"></td></tr></table>
<table border=0 width=80% align=center cellpadding=1 cellspacing=0 class="forum">
<tr>
<td width=45% align=left><font size=2>
<USERMODE!1>Hallo, <b>(((username)))</b>.</USERMODE>
<USERMODE=1>Willkommen, <b>Gast</b>. Bitte <a href=/login>Login</a> oder <a href=/signup>Registrieren</a>.</USERMODE>
</td>
<td width=55% class="forumname2" align=right><font size=2>(((servertime)))</font><br>
</td>
</tr>
</table>
<font size=1>
<form action="/" method="post" name="f"><input type="hidden" name="logout" value="Logout"></form>
<table border=0 cellspacing=1 cellpadding=2 align=center width=80% class="tabelle">
<tr>
<td class="helloben">
<table border=0 cellpadding=1 cellspacing=0 align=center width=100%>
<tr>
<td width=95% class="helloben" align=center>
<a href=/><img src="(((const:imageurl)))home.gif" border=0 alt="Index" title="Index"></a> <a href=/help><img src="(((const:imageurl)))help.gif" border=0 alt="Hilfe" title="Hilfe"></a> <a href=/search><img src="(((const:imageurl)))search.gif" border=0 alt="Suche" title="Suche"></a> <USERMODE=1><a href=/login><img src="(((const:imageurl)))login.gif" border=0 alt="Login" title="Login"></a> <a href=/signup><img src="(((const:imageurl)))register.gif" border=0 alt="Registrieren" title="Registrieren"></a></USERMODE> <USERMODE!1><a href=/profile><img src="(((const:imageurl)))profile.gif" border=0 alt="change Profil" title="change Profil"></a></USERMODE> <USERMODE=5><a href=/admin><img src="(((const:imageurl)))admin.gif" border=0 alt="Administration" title="Administration"></a></USERMODE> <USERMODE!1><a href="http://(((fid))).rapidforum.com/logout=1"><img src="(((const:imageurl)))logout.gif" border="0" alt="Logout [ (((username))) ]" title="Logout [ (((username))) ]"></a>
</USERMODE>
</td>
</tr>
</table>
</td>
</tr>
<IF pendingmessages>
<tr>
<td class="pn">
</IF>
<IF pendingmessage1>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate1))) schrieb <a href="/action=profile&id=(((usermessagefrom1)))">(((usermessagefromname1)))
</a>:</b> (((usermessage1))) <b>[ <a href="/action=sms&id=(((usermessagefrom1)))">answer</a> | <a href="/action=deletemsg&id=1">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessage2>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate2))) schrieb <a href="/action=profile&id=(((usermessagefrom2)))">(((usermessagefromname2)))
</a>:</b> (((usermessage2))) <b>[ <a href="/action=sms&id=(((usermessagefrom2)))">answer</a> | <a href="/action=deletemsg&id=2">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessage3>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate3))) schrieb <a href="/action=profile&id=(((usermessagefrom3)))">(((usermessagefromname3)))
</a>:</b> (((usermessage3))) <b>[ <a href="/action=sms&id=(((usermessagefrom3)))">answer</a> | <a href="/action=deletemsg&id=3">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessage4>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate4))) schrieb <a href="/action=profile&id=(((usermessagefrom4)))">(((usermessagefromname4)))
</a>:</b> (((usermessage4))) <b>[ <a href="/action=sms&id=(((usermessagefrom4)))">answer</a> | <a href="/action=deletemsg&id=4">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessage5>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate5))) schrieb <a href="/action=profile&id=(((usermessagefrom5)))">(((usermessagefromname5)))
</a>:</b> (((usermessage5))) <b>[ <a href="/action=sms&id=(((usermessagefrom5)))">answer</a> | <a href="/action=deletemsg&id=5">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessages>
</td>
</tr>
</IF>
<tr>
<td class="hellmittel"><font size=2><b>Neues:</b> Nichts zu berichten.</font></td></tr></table><br />
<table border=0 cellspacing=0 cellpadding=2 align=center width=80% class="tabelle">
<tr>
<td class="forumname" align=left><font size=1><b>
|
Und das Forum: klick
Die HP: klick
Bitte helft mir! Als Belohnung, könnt ihr euch eine Grafik aussuchen, die ich für euch mache!
lg Grünes Kamel
|
|
09.07.2006 11:25 |
|
|
Black Katrin

Mitglied
 
Dabei seit: 22.11.2005
Beiträge: 7.125
Herkunft: Schweiz
 |
|
das kannste im admin berreich ganz leicht ändenr, den code bauchste dafür nit (ausser es hätte sich geändert)
|
|
09.07.2006 11:32 |
|
|
Grünes Kamel

Mitglied
 
Dabei seit: 01.07.2006
Beiträge: 298
Themenstarter
 |
|
Wie kann ich das denn machen?
|
|
09.07.2006 11:41 |
|
|
Black Katrin

Mitglied
 
Dabei seit: 22.11.2005
Beiträge: 7.125
Herkunft: Schweiz
 |
|
hats da nix was forum darstellung oder so heisst?
|
|
09.07.2006 11:52 |
|
|
Grünes Kamel

Mitglied
 
Dabei seit: 01.07.2006
Beiträge: 298
Themenstarter
 |
|
Ne, glaub nicht... Kommt nicht draus
|
|
09.07.2006 12:11 |
|
|
Black Katrin

Mitglied
 
Dabei seit: 22.11.2005
Beiträge: 7.125
Herkunft: Schweiz
 |
|
ok... woher haste den den code?
|
|
09.07.2006 12:12 |
|
|
Grünes Kamel

Mitglied
 
Dabei seit: 01.07.2006
Beiträge: 298
Themenstarter
 |
|
Beim Adminstrationsbereich gibts so nen Button, Design heisst der, von dort hab ich den
|
|
09.07.2006 12:23 |
|
|
Black Katrin

Mitglied
 
Dabei seit: 22.11.2005
Beiträge: 7.125
Herkunft: Schweiz
 |
|
ok, dann muss mans darüber ändern
alles wo so aussieht: #000000 also eine raute + 6 zahlen sind farbcodes, davor steht für was die sind. diese musst du nur noch ändern.
|
|
09.07.2006 12:26 |
|
|
Grünes Kamel

Mitglied
 
Dabei seit: 01.07.2006
Beiträge: 298
Themenstarter
 |
|
Ich kanns einfach nicht... Komm nicht draus, wo wie und was ich ändern muss, damit das Forum an die Farben meiner Homepage angepasst ist, wie ich das blau wegkriege etc-
|
|
09.07.2006 12:31 |
|
|
Black Katrin

Mitglied
 
Dabei seit: 22.11.2005
Beiträge: 7.125
Herkunft: Schweiz
 |
|
kensnt du dich den mit grafiken, also mit den farbcodes aus?
|
|
09.07.2006 12:37 |
|
|
Grünes Kamel

Mitglied
 
Dabei seit: 01.07.2006
Beiträge: 298
Themenstarter
 |
|
Mit Farbcodes schon, denke ich, aber mit dem HTML von Forum überhaupt nicht...
|
|
09.07.2006 12:47 |
|
|
Black Katrin

Mitglied
 
Dabei seit: 22.11.2005
Beiträge: 7.125
Herkunft: Schweiz
 |
|
ok ich werd dir nachher ne "anleitung" schreiben
|
|
09.07.2006 12:53 |
|
|
Grünes Kamel

Mitglied
 
Dabei seit: 01.07.2006
Beiträge: 298
Themenstarter
 |
|
ok, vielen dank! *knuddl*
|
|
09.07.2006 13:01 |
|
|
Black Katrin

Mitglied
 
Dabei seit: 22.11.2005
Beiträge: 7.125
Herkunft: Schweiz
 |
|
RE: Wer hilft mir mit Rapidforum? -> Belohnung |
 |
also los gehts
alles dicke ist für dich wichtig
und alles was schräg ist, musst du wieder rauslöschen das hab ich dir reingeschrieben
<!-- SKINID=19 -->
<!---
<!-- imageurl=(((DB:string1))) -->
<!-- CATEGORYSEPARATOR=<tr><td colspan=6 class="categoryseperator"><img src="(((DB:string1)))expanded.gif"><font size=2><b> (((categoryname)))</b></font></td></tr> -->
<!-- treetableend=</b></td></tr></table></td></tr></table> -->
<!-- PUBLISHCOLOR=(((const:publishcolor))) -->
<!-- PREVIOUSPAGESTRING=« vorige -->
<!-- NEXTPAGESTRING=nächste » -->
<!-- UNLOCKEDPAGESFONT=size=1 -->
<!-- LOCKEDPAGESFONT=size=1 -->
<!-- POSTINGSPAGESFONT=size=1 -->
<!-- TTRPOSTINGSPAGESFONT=size=1 -->
<!-- SEARCH1=<b><u><font color="red"> -->
<!-- SEARCH2=</font></u></b> -->
<!-- backgroundcolor=#E6E6CC --> Das ist die allgemeine Hintergrundfarbe deines Forums
<!-- table_backgroundcolor=#E6E6CC -->die hintergrundfarbe der Tabelle
<!-- bright_column=#E6E6CC -->auf deutsch heisst das "helle Spalte"
<!-- bright_middle_column=#E6E6CC --> helle mittlere Spalte
<!-- middle_column=#E6E6CC -->mittlere Spalte
<!-- dark_column=#AAA788 --> Dunkle Spalte
<!-- sms_column=#E6E6CC --> keine Ahnung sry
<!-- borderline_color=#AAA788 --> grenzlinien Farbe, also ich vermutemal die farbe die hier dies dunklere grün ist und alles einteilt
<!-- script_color=#000000 -->
<!-- script_color_areaname=#AAA788 -->
<!-- closed_area_script_color=#AAA788 -->
<!-- categoryseperator_script_color=#AAA788 -->
<!-- linkcolor_normal=#AAA788 -->
<!-- linkcolor_active=#AAA788 -->
<!-- linkcolor_visited=#AAA788-->
<!-- linkcolor_hover=#AAA788 -->
<!-- urgent_topics=#FF0000 -->
<!-- admin_mod_color=#FF0000 -->
<!-- second_admin_color=#000090 -->
<!-- second_mod_color=#007788 -->
<!-- publishcolor=#000000 -->
<!-- avatars_active=1 -->
<!-- avatars_hight= -->
<!-- avatars_width= -->
<!-- stars_active=0 -->
<!-- mod_columnwidth_in_areatablerows=120 -->
--->
<html>
<head>
<!-- Date -->
<script language="javascript">
<!--
var heutestring = "<b>Heute</b>";
var gesternstring = "<b>Gestern</b>";
var gestern = 1;
function OutPutDate(datestring)
{
var date = new Date(
parseInt(datestring.substr(6,4),10),
parseInt(datestring.substr(3,2),10)-1,
parseInt(datestring.substr(0,2),10),
parseInt(datestring.substr(11,2),10),
parseInt(datestring.substr(14,2),10),0
);
var current = new Date();
if (date.getDate() == current.getDate() && date.getMonth() == current.getMonth() && date.getYear() == current.getYear())
{
document.write(heutestring+" um "+datestring.substr(11,5));
return;
}
if (gestern == 1)
{
current.setDate(current.getDate() - 1);
if (date.getDate() == current.getDate() && date.getMonth() == current.getMonth() && date.getYear() == current.getYear())
{
document.write(gesternstring+" um "+datestring.substr(11,5));
return;
}
}
document.write(datestring);
}
// -->
</script>
<!-- date end -->
<title>(((forumname)))</title>
<LINK rel=stylesheet type="text/css" href="(((const:imageurl)))yabbse.css">
<style type="text/css">
<!--
BODY {font-family:Verdana,Arial,Helvetica; text-decoration:none;}
TABLE.tabelle {background-color
((const:table_backgroundcolor)));}
TD.helloben {background-color
((const:bright_column)));}
TD.pn {background-color
((const:sms_column)));}
TD.forumname {background-color
((const:backgroundcolor))); color
((const:script_color_areaname)));}
TD.forumname2 {background-color
((const:backgroundcolor)));}
TD.hell {background-color
((const:bright_column)));}
TD.hellmittel {background-color
((const:bright_middle_column)));}
TD.mittel {background-color
((const:middle_column)));}
TD.dunkel {background-color
((const:dark_column)));}
TD.categoryseperator { background-image: url((((const:imageurl)))catbg.jpg); background-repeat: repeat-x }
TR.rowcolor1 {background-color
((const:bright_middle_column)));}
TR.rowcolor2 {background-color
((const:middle_column)));}
A:link {text-decoration:none; color
((const:linkcolor_normal)));}
A:active {text-decoration:none; color
((const:linkcolor_active)));}
A:visited {text-decoration:none; color
((const:linkcolor_visited)));}
A:hover {color
((const:linkcolor_hover)))}
INPUT.anmelden {
FONT-SIZE: 10px;
FONT-FAMILY: Verdana,Arial,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #E6E6CC;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
INPUT.posten {
FONT-SIZE: 11px;
FONT-FAMILY: Verdana,Arial,Helvetica;
COLOR:#000000;
BACKGROUND-COLOR:#E6E6CC;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
TEXTAREA.posten {
FONT-SIZE: 11px;
FONT-FAMILY: Verdana,Arial,Helvetica;
COLOR:#000000;
BACKGROUND-COLOR:#E6E6CC;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
-->
</style>
</head>
<body bgcolor=(((const:backgroundcolor))) text=(((const:script_color))) link="(((const:linkcolor_normal)))" vlink="(((const:linkcolor_visited)))" alink="(((const:linkcolor_active)))">
<table border=0 width=100% align=center cellpadding=0 cellspacing=0 class="cloudbg">
<tr><td background="(((const:imageurl)))clouds.jpg">
<img src="(((const:imageurl)))tl.gif" border="0" alt="banner"></td></tr></table>
<table border=0 width=80% align=center cellpadding=1 cellspacing=0 class="forum">
<tr>
<td width=45% align=left><font size=2>
<USERMODE!1>Hallo, <b>(((username)))</b>.</USERMODE>
<USERMODE=1>Willkommen, <b>Gast</b>. Bitte <a href=/login>Login</a> oder <a href=/signup>Registrieren</a>.</USERMODE>
</td>
<td width=55% class="forumname2" align=right><font size=2>(((servertime)))</font><br>
</td>
</tr>
</table>
<font size=1>
<form action="/" method="post" name="f"><input type="hidden" name="logout" value="Logout"></form>
<table border=0 cellspacing=1 cellpadding=2 align=center width=80% class="tabelle">
<tr>
<td class="helloben">
<table border=0 cellpadding=1 cellspacing=0 align=center width=100%>
<tr>
<td width=95% class="helloben" align=center>
<a href=/><img src="(((const:imageurl)))home.gif" border=0 alt="Index" title="Index"></a> <a href=/help><img src="(((const:imageurl)))help.gif" border=0 alt="Hilfe" title="Hilfe"></a> <a href=/search><img src="(((const:imageurl)))search.gif" border=0 alt="Suche" title="Suche"></a> <USERMODE=1><a href=/login><img src="(((const:imageurl)))login.gif" border=0 alt="Login" title="Login"></a> <a href=/signup><img src="(((const:imageurl)))register.gif" border=0 alt="Registrieren" title="Registrieren"></a></USERMODE> <USERMODE!1><a href=/profile><img src="(((const:imageurl)))profile.gif" border=0 alt="change Profil" title="change Profil"></a></USERMODE> <USERMODE=5><a href=/admin><img src="(((const:imageurl)))admin.gif" border=0 alt="Administration" title="Administration"></a></USERMODE> <USERMODE!1><a href="http://(((fid))).rapidforum.com/logout=1"><img src="(((const:imageurl)))logout.gif" border="0" alt="Logout [ (((username))) ]" title="Logout [ (((username))) ]"></a>
</USERMODE>
</td>
</tr>
</table>
</td>
</tr>
<IF pendingmessages>
<tr>
<td class="pn">
</IF>
<IF pendingmessage1>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate1))) schrieb <a href="/action=profile&id=(((usermessagefrom1)))">(((usermessagefromname1)))
</a>:</b> (((usermessage1))) <b>[ <a href="/action=sms&id=(((usermessagefrom1)))">answer</a> | <a href="/action=deletemsg&id=1">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessage2>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate2))) schrieb <a href="/action=profile&id=(((usermessagefrom2)))">(((usermessagefromname2)))
</a>:</b> (((usermessage2))) <b>[ <a href="/action=sms&id=(((usermessagefrom2)))">answer</a> | <a href="/action=deletemsg&id=2">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessage3>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate3))) schrieb <a href="/action=profile&id=(((usermessagefrom3)))">(((usermessagefromname3)))
</a>:</b> (((usermessage3))) <b>[ <a href="/action=sms&id=(((usermessagefrom3)))">answer</a> | <a href="/action=deletemsg&id=3">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessage4>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate4))) schrieb <a href="/action=profile&id=(((usermessagefrom4)))">(((usermessagefromname4)))
</a>:</b> (((usermessage4))) <b>[ <a href="/action=sms&id=(((usermessagefrom4)))">answer</a> | <a href="/action=deletemsg&id=4">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessage5>
<table border=0 width=100% cellpadding=1 cellspacing=0 class="tabelle">
<tr><td class="pn"><font size=1><b>Am (((usermessagedate5))) schrieb <a href="/action=profile&id=(((usermessagefrom5)))">(((usermessagefromname5)))
</a>:</b> (((usermessage5))) <b>[ <a href="/action=sms&id=(((usermessagefrom5)))">answer</a> | <a href="/action=deletemsg&id=5">delete</a> ]</b></td></tr>
</table>
</IF>
<IF pendingmessages>
</td>
</tr>
</IF>
<tr>
<td class="hellmittel"><font size=2><b>Neues:</b> Nichts zu berichten.</font></td></tr></table><br />
<table border=0 cellspacing=0 cellpadding=2 align=center width=80% class="tabelle">
<tr>
<td class="forumname" align=left><font size=1><b>
--------------
mach später weiter, kann nit soviel schreiben aufienmal da handshcmerzen
|
|
09.07.2006 14:33 |
|
|
Grünes Kamel

Mitglied
 
Dabei seit: 01.07.2006
Beiträge: 298
Themenstarter
 |
|
ok, vielen Dank! Ist echt voll lieb!
|
|
09.07.2006 14:56 |
|
|
|
Impressum
|