Verfasst: 09.09.2005 11:32
Hi ...
welche Shoutbox ist das ... hast du mal einen Donwloadlink?
Markus
welche Shoutbox ist das ... hast du mal einen Donwloadlink?
Markus
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
/* End CSS */
Code: Alles auswählen
.mainoption, .button {
border: 1px solid #000000;
font-size: 10px;
height: 20px;
background-color: #FFFFFF;
}
Code: Alles auswählen
<script language="JavaScript">
//<!--
function makeschild(){
var text = document.schilderstellung.schildtext.value;
var color = document.schilderstellung.color.value;
var shadowcolor = document.schilderstellung.shadowcolor.value;
var shieldshadow = document.schilderstellung.shieldshadow.value;
{SMILIES_JS}
if(text){
if(smilie == "standard") var text2form = "[schild=standard fontcolor="+color+" shadowcolor="+shadowcolor+" shieldshadow="+shieldshadow+"]"+text+"[/schild]";
else var text2form = "[schild="+smilie+" fontcolor="+color+" shadowcolor="+shadowcolor+" shieldshadow="+shieldshadow+"]"+text+"[/schild]";
opener.document.forms['post'].message.value += text2form;
if(!confirm("Möchten Sie noch ein Schild erstellen?")){
window.close();
opener.document.forms['post'].message.focus();
}else{
document.schilderstellung.reset();
}
}else{
alert("Es können keine Smilies ohne Text erstellt werden.");
}
}
//-->
</script>
<table cellpadding="3" cellspacing="1" border="0" width="100%" class="forumborder">
<tr>
<th colspan="2" class="forumtitle" height="28" align="center" valign="middle"><b>{L_SMILIE_CREATOR}</b></th>
</tr>
<form name="schilderstellung">
<tr bgcolor="{tablec}" id="tablec">
<td class="row1"><span class="gensmall"><b>{L_SHIELDTEXT}:</b></span></td>
<td class="row2"><input type="text" name="schildtext" class="gensmall" size="30" maxlength="396"></td>
</tr>
<tr>
<td class="row1"><span class="gensmall"><b>{L_FONTCOLOR}:</b></span></td>
<td class="row2">
<table>
<tr>
<select name="color">
<option style="color:black; background-color: {T_TD_COLOR1}" value="000000" class="gensmall">{L_COLOR_DEFAULT}</option>
<option style="color:darkred; background-color: {T_TD_COLOR1}" value="8B0000" class="gensmall">{L_COLOR_DARK_RED}</option>
<option style="color:red; background-color: {T_TD_COLOR1}" value="FF0000" class="gensmall">{L_COLOR_RED}</option>
<option style="color:orange; background-color: {T_TD_COLOR1}" value="FFA500" class="gensmall">{L_COLOR_ORANGE}</option>
<option style="color:brown; background-color: {T_TD_COLOR1}" value="A52A2A" class="gensmall">{L_COLOR_BROWN}</option>
<option style="color:yellow; background-color: {T_TD_COLOR1}" value="FFFF00" class="gensmall">{L_COLOR_YELLOW}</option>
<option style="color:green; background-color: {T_TD_COLOR1}" value="008000" class="gensmall">{L_COLOR_GREEN}</option>
<option style="color:olive; background-color: {T_TD_COLOR1}" value="808000" class="gensmall">{L_COLOR_OLIVE}</option>
<option style="color:cyan; background-color: {T_TD_COLOR1}" value="00FFFF" class="gensmall">{L_COLOR_CYAN}</option>
<option style="color:blue; background-color: {T_TD_COLOR1}" value="0000FF" class="gensmall">{L_COLOR_BLUE}</option>
<option style="color:darkblue; background-color: {T_TD_COLOR1}" value="00008B" class="gensmall">{L_COLOR_DARK_BLUE}</option>
<option style="color:indigo; background-color: {T_TD_COLOR1}" value="4B0082" class="gensmall">{L_COLOR_INDIGO}</option>
<option style="color:violet; background-color: {T_TD_COLOR1}" value="EE82EE" class="gensmall">{L_COLOR_VIOLETT}</option>
<option style="color:white; background-color: {T_TD_COLOR1}" value="FFFFFF" class="gensmall">{L_COLOR_WHITE}</option>
<option style="color:black; background-color: {T_TD_COLOR1}" value="000000" class="gensmall">{L_COLOR_BLACK}</option>
</select>
</tr>
</table>
</td>
</tr>
<tr>
<td class="row1"><span class="gensmall"><b>{L_SHADOWCOLOR}:</b></span></td>
<td class="row2">
<table>
<tr>
<select name="shadowcolor">
<option style="color:black; background-color: {T_TD_COLOR1}" value="C0C0C0" class="gensmall">{L_COLOR_DEFAULT}</option>
<option style="color:darkred; background-color: {T_TD_COLOR1}" value="8B0000" class="gensmall">{L_COLOR_DARK_RED}</option>
<option style="color:red; background-color: {T_TD_COLOR1}" value="FF0000" class="gensmall">{L_COLOR_RED}</option>
<option style="color:orange; background-color: {T_TD_COLOR1}" value="FFA500" class="gensmall">{L_COLOR_ORANGE}</option>
<option style="color:brown; background-color: {T_TD_COLOR1}" value="A52A2A" class="gensmall">{L_COLOR_BROWN}</option>
<option style="color:yellow; background-color: {T_TD_COLOR1}" value="FFFF00" class="gensmall">{L_COLOR_YELLOW}</option>
<option style="color:green; background-color: {T_TD_COLOR1}" value="008000" class="gensmall">{L_COLOR_GREEN}</option>
<option style="color:olive; background-color: {T_TD_COLOR1}" value="808000" class="gensmall">{L_COLOR_OLIVE}</option>
<option style="color:cyan; background-color: {T_TD_COLOR1}" value="00FFFF" class="gensmall">{L_COLOR_CYAN}</option>
<option style="color:blue; background-color: {T_TD_COLOR1}" value="0000FF" class="gensmall">{L_COLOR_BLUE}</option>
<option style="color:darkblue; background-color: {T_TD_COLOR1}" value="00008B" class="gensmall">{L_COLOR_DARK_BLUE}</option>
<option style="color:indigo; background-color: {T_TD_COLOR1}" value="4B0082" class="gensmall">{L_COLOR_INDIGO}</option>
<option style="color:violet; background-color: {T_TD_COLOR1}" value="EE82EE" class="gensmall">{L_COLOR_VIOLETT}</option>
<option style="color:white; background-color: {T_TD_COLOR1}" value="FFFFFF" class="gensmall">{L_COLOR_WHITE}</option>
<option style="color:black; background-color: {T_TD_COLOR1}" value="000000" class="gensmall">{L_COLOR_BLACK}</option>
</select>
</tr>
</table>
</td>
</tr>
<tr>
<td class="row1"><span class="gensmall"><b>{L_SHIELDSHADOW}:</b></span></td>
<td class="row2">
<table>
<tr>
<select name="shieldshadow">
<option value="1" class="gensmall">{L_SHIELDSHADOW_ON}</option>
<option value="0" class="gensmall">{L_SHIELDSHADOW_OFF}</option>
</select>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" class="row1"><span class="gensmall"><b>{L_SMILIECHOOSER}:</b></span></td>
<td class="row2">
<table>
<tr>{SMILIES_WAHL}</tr>
<tr>
<td colspan="5"><input type="radio" name="smilie" value="random" checked><span class="gensmall">{L_RANDOM_SMILIE}</span></td>
</tr>
<tr>
<td colspan="5"><input type="radio" name="smilie" value="standard"><span class="gensmall">{L_DEFAULT_SMILIE}</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="spaceRow" colspan="6" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td class="menu" align="center" colspan="5" valign="middle">
<span class="gensmall"><input type="button" class="mainoption" value="{L_CREATE_SMILIE}" onClick="makeschild()" class="input"> <input type="button" class="mainoption" value="{L_STOP_CREATING}" onClick="window.close()" class="input"></span>
</td>
</tr>
</form>
</table>
Code: Alles auswählen
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<form name="track">
<tr>
<td align="center" class="row1">
<table cellspacing="0" cellpadding="1" border="0">
Code: Alles auswählen
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<form name="track">
<tr>
<td align="center" class="row1">
<table cellspacing="0" cellpadding="1" border="0" class="forumborder">
Code: Alles auswählen
<td width="394" align="center" valign="middle">
{SMILIESBUTTONS}
</td>
Code: Alles auswählen
<td class="menu" width="394" align="center" valign="middle">
{SMILIESBUTTONS}
Code: Alles auswählen
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<form name="track">
<tr>
<td align="center" class="row1">
<table cellspacing="0" cellpadding="1" border="0" class="forumborder">
Code: Alles auswählen
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumborder">
<form name="track">
<tr>
<td align="center" class="row1">
<table cellspacing="0" cellpadding="0" border="0" class="forumborder">
Code: Alles auswählen
<table bgcolor="{CURRENTCHATVB9}" cellpadding="2px" width="640px">
<tr>
<td class="menu" width="394" align="center" valign="middle">
{SMILIESBUTTONS}
</td>
</tr>
</table>
Code: Alles auswählen
<table class="forumborder" bgcolor="{CURRENTCHATVB9}" cellpadding="2px" width="640px">
<tr>
<td class="menu" width="394" align="center" valign="middle">
{SMILIESBUTTONS}
</td>
</tr>
</table>
Code: Alles auswählen
/* End CSS */
Code: Alles auswählen
.copyright {
color: #555555;
font-size: 10px;
font-family: sans-serif;
}