Hi wollte mal fragen ob es mögliche ist den gwbbcode in ilch zu implemtieren , wenn ja weiß einer wie das geht?
hab schon geguckt aber mein wissen reicht leider nicht aus dafür , wäre für hilfe sehr dankebar
verwendete ilchClan Version: 1.1
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
| Geschlossen | ||






return $bbcode->parse($s);durch
$s = $bbcode->parse($s);
if ($menu->get(0) == 'forum') {
define('GWBBCODE_ROOT', 'include/includes/gwbbcode');
require_once(GWBBCODE_ROOT.'/install.inc.php');
require_once(GWBBCODE_ROOT.'/gwbbcode.inc.php');
return parse_gwbbcode($s);
} else {
return $s;
} ersetzt werden, beim Standard-BBCode halt über return ($s);noch
if ($menu->get(0) == 'forum') {
define('GWBBCODE_ROOT', 'include/includes/gwbbcode');
require_once(GWBBCODE_ROOT.'/install.inc.php');
require_once(GWBBCODE_ROOT.'/gwbbcode.inc.php');
$s = parse_gwbbcode($s);
} einfügen. Nun muss noch unter den Funktionskopf (function bbcode(...) {) der Funktion, in die das eingefügt wurde, global $menu; eingefügt werden bzw. beim BBCode2.0 Modul nur das $menu mit Komma hinten bei global angefügt werden.

<?php
# Copyright by Manuel
# Support www.ilch.de
defined ('main') or die ( 'no direct access' );
$bbcodefirsttime = true;
function BBcode($s,$maxLength=40) {
global $permitted,$info,$global_smiles_array,$bbcodefirsttime;
if ($bbcodefirsttime) {
$bbcodefirsttime = false;
require_once ('include/includes/bbcode_config.php');
echo "<script type=\"text/javascript\">\n
var bbcodemaximagewidth = {$info['ImgMaxBreite']};\n
var bbcodemaximageheight = {$info['ImgMaxHoehe']};\n
</script>";
}
//> Smilies in array abspeichern.
if(!isset($global_smiles_array)) {
$erg = db_query("SELECT ent, url, emo FROM `prefix_smilies`");
while ($row = db_fetch_object($erg) ) {
$global_smiles_array[$row->ent] = $row->emo.'#@#-_-_-#@#'.$row->url;
}
}
$bbcode = new bbcode();
$bbcode->smileys = $global_smiles_array;
$bbcode->permitted = $permitted;
$bbcode->info = $info;
$s = $bbcode->parse($s);
if ($menu->get(0) == 'forum') {
define('GWBBCODE_ROOT', 'include/includes/gwbbcode');
require_once(GWBBCODE_ROOT.'/install.inc.php');
require_once(GWBBCODE_ROOT.'/gwbbcode.inc.php');
return parse_gwbbcode($s);
} else {
return $s;
}
?>



<html>
<head>
<title>We Pierced Brosnan [Nail]</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="include/designs/s_t_gw_v.1/style.css">
<style type="text/css">
<!--
.Stil2 {color: #A06712}
-->
</style>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div id="overDiv"></div>
<iframe id="send" style="display: none;" src="about:blank"></iframe>
<!-- ImageReady Slices (content.psd) -->
<table id="Tabelle_01" width="1001" height="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="13">
<img src="include/designs/s_t_gw_v.1/Bilder/index_01.jpg" width="1000" height="155" alt=""></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width="1" height="155" alt=""></td>
</tr>
<tr>
<td rowspan="4">
<a href="http://www.sir-taex.de"><img src="include/designs/s_t_gw_v.1/Bilder/index_02.jpg" alt="" width="203" height="108" border="0"></a></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/index_03.jpg" width="8" height="21" alt=""></td>
<td>
<a href="?wars"><img src="include/designs/s_t_gw_v.1/Bilder/index_04.jpg" alt="" width="84" height="21" border="0"></a></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/index_05.jpg" width="41" height="21" alt=""></td>
<td>
<a href="?teams"><img src="include/designs/s_t_gw_v.1/Bilder/index_06.jpg" alt="" width="67" height="21" border="0"></a></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/index_07.jpg" width="62" height="21" alt=""></td>
<td>
<a href="?joinus"><img src="include/designs/s_t_gw_v.1/Bilder/index_08.jpg" alt="" width="63" height="21" border="0"></a></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/index_09.jpg" width="60" height="21" alt=""></td>
<td>
<a href="?fightus"><img src="include/designs/s_t_gw_v.1/Bilder/index_10.jpg" alt="" width="67" height="21" border="0"></a></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/index_11.jpg" width="62" height="21" alt=""></td>
<td>
<a href="?forum"><img src="include/designs/s_t_gw_v.1/Bilder/index_12.jpg" alt="" width="63" height="21" border="0"></a></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/index_13.jpg" width="13" height="21" alt=""></td>
<td rowspan="4">
<img src="include/designs/s_t_gw_v.1/Bilder/index_14.jpg" width="207" height="108" alt=""></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width="1" height="21" alt=""></td>
</tr>
<tr>
<td colspan="11">
<img src="include/designs/s_t_gw_v.1/Bilder/index_15.jpg" width="590" height="18" alt=""></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width="1" height="18" alt=""></td>
</tr>
<tr>
<td colspan="11" valign="top" background="include/designs/s_t_gw_v.1/Bilder/index_16.jpg"><table width="580" border="0" align="center">
<tr>
<td><marquee direction="left" scrollamount ="4">
<span class="Stil2">Willkommen bei der Gilde We Pierced Brosnan [Nail]</span>
</marquee> </td>
</tr>
</table></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width="1" height="36" alt=""></td>
</tr>
<tr>
<td colspan="11" rowspan="2" valign="top" background="include/designs/s_t_gw_v.1/Bilder/index_17.jpg"><table width="555" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30" background="include/designs/s_t_gw_v.1/Bilder/content_01.jpg"> </td>
</tr>
<tr>
<td background="include/designs/s_t_gw_v.1/Bilder/content_02.jpg"><table width="505" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="25"> </td>
<td width="503" align="center"><div align="left">
<p>{HMENU}</p>
<p>{EXPLODE}</p>
</div></td>
<td width="40"> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="28" background="include/designs/s_t_gw_v.1/Bilder/content_03.jpg"> </td>
</tr>
</table></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width="1" height="33" alt=""></td>
</tr>
<tr>
<td valign="top" background="include/designs/s_t_gw_v.1/Bilder/index_18.jpg"><table width="178" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="include/designs/s_t_gw_v.1/Bilder/navi_01.jpg">{_list_menunr1@</td>
</tr>
<tr>
<td height="41" background="include/designs/s_t_gw_v.1/Bilder/navi_02.jpg"><table width="123" border="0" align="center">
<tr>
<td><div align="center">%1</div></td>
</tr>
</table></td>
</tr>
<tr>
<td background="include/designs/s_t_gw_v.1/Bilder/navi_03.jpg"><table width="162" border="0" align="center">
<tr>
<td><div align="left">%2</div></td>
</tr>
</table></td>
</tr>
<tr>
<td height="29" background="include/designs/s_t_gw_v.1/Bilder/navi_04.jpg">}</td>
</tr>
</table></td>
<td valign="top" background="include/designs/s_t_gw_v.1/Bilder/index_19.jpg"><table width="178" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="include/designs/s_t_gw_v.1/Bilder/navi_01.jpg">{_list_menunr2@</td>
</tr>
<tr>
<td height="41" background="include/designs/s_t_gw_v.1/Bilder/navi_02.jpg"><table width="123" border="0" align="center">
<tr>
<td><div align="center">%1</div></td>
</tr>
</table></td>
</tr>
<tr>
<td background="include/designs/s_t_gw_v.1/Bilder/navi_03.jpg"><table width="162" border="0" align="center">
<tr>
<td><div align="left">%2</div></td>
</tr>
</table></td>
</tr>
<tr>
<td height="29" background="include/designs/s_t_gw_v.1/Bilder/navi_04.jpg">}</td>
</tr>
</table></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width="1" height="213" alt=""></td>
</tr>
<tr>
<td colspan="13">
<img src="include/designs/s_t_gw_v.1/Bilder/index_20.jpg" width="1000" height="124" alt=""></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width="1" height="124" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
<style type="text/css">
<!--
.translucent
{
background:#161411; /* Needed there so that following background classes can overide it */
filter:alpha(opacity=93,style=0);
-moz-opacity:.93;
opacity:.93;
padding: 5px;
width: 460px; /* Needed otherwise Nosebleed blows the popup up */
height: auto;
}
.skill_link {color: #0000FF;}
.gwno_border {padding: 0; margin: 0;}
table.gwborder {width: 466px;}
img.no_link {border: none;}
.table_image {vertical-align: top; text-align: center; font-size: 10pt; padding-right: 10px;}
.skill_text {vertical-align: top;}
.skill_name {font-size: 15px; font-weight: 700; color: #bfb38b; float: left;}
.skill_desc {text-align: left; font-size: 11px; color: white; line-height: 20px; clear: both; display: block; padding-top: 5px;}
.skill_camp {font-weight: bold; color: #aad38b; font-size: 9px;}
.skill_pve {color: #b0b080; font-size: 9px;}
.expert {color: #A1AEFF; padding-left: 2px;}
.elite_skill {background-color: #6B6226;}
.normal_skill {background-color: #161411;}
.build_name {text-align: left; font-size: 11pt; font-weight: 700; color: #bfb38b; padding-bottom: 5px;}
.build_desc {text-align: left; font-size: 11px; color: white; line-height: 20px;}
.build_lilname {font-size: 10px; padding: 0px; line-height: 12px;}
.attribute {padding-left: 20px; font-size: 12px; color: white; line-height: 20px;}
.skill_requirements {display: inline; padding: 0; margin: 0; list-style-type: none;}
.skill_requirements li {display: inline; float: right; margin-right: 5px; font-weight: bold; font-size: 12px; color: white;}
span.variable {color: #88FF88; font-weight: bold;}
.table_image, .skill_name, .skill_desc, .skill_camp, .expert, .build_name, .build_desc, .attribute, .skill_requirements, .skill_requirements li, span.variable {
font-family: verdana, Helvetica, sans-serif;
}
/* Border declarations for Build tooltips by Kills Less */
.gwborder_topleft {background-image: url({gwbbcode_root_path}/img_border/topleft.gif); width: 3px; height: 3px;}
.gwborder_top {background-image: url({gwbbcode_root_path}/img_border/top.gif); height: 3px;}
.gwborder_topright {background-image: url({gwbbcode_root_path}/img_border/topright.gif); width: 3px; height: 3px;}
.gwborder_left {background-image: url({gwbbcode_root_path}/img_border/left.gif); width: 3px;}
.gwborder_right {background-image: url({gwbbcode_root_path}/img_border/right.gif); width: 3px;}
.gwborder_bottomleft {background-image: url({gwbbcode_root_path}/img_border/bottomleft.gif); width: 3px; height: 3px;}
.gwborder_bottom {background-image: url({gwbbcode_root_path}/img_border/bottom.gif); height: 3px;}
.gwborder_bottomright {background-image: url({gwbbcode_root_path}/img_border/bottomright.gif); width: 3px; height: 3px;}
/* Build Box declarations by Kills Less */
table.gwbuildbox {height: 50px;}
.gwbuildbox_left {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='{gwbbcode_root_path}/img_border/buildbox_left.png'); width:20px; height: 50px;}
.gwbuildbox_right {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='{gwbbcode_root_path}/img_border/buildbox_right.png'); width:20px; height: 50px;}
.gwbuildbox_left[class] {background-image: url({gwbbcode_root_path}/img_border/buildbox_left.png); background-repeat: no-repeat; width: 20px; height: 50px}
.gwbuildbox_center {background-image: url({gwbbcode_root_path}/img_border/buildbox_center.png); height: 50px}
.gwbuildbox_right[class] {background-image: url({gwbbcode_root_path}/img_border/buildbox_right.png); background-repeat: no-repeat; width: 20px; height: 50px}
/* Needed otherwise Nosebleed blows the popup up */
table.gwborders {width: 470px;}
/* This is where you can customize the appearance of the tooltip */
div#overDiv {
position:absolute; visibility:hidden; z-index:10000;
}
-->
</style>
<script type="text/javascript" src="{gwbbcode_root_path}/overlib.js"><!-- overLIB (c) Erik Bosrup --></script>
<script type="text/javascript">
var prevX, prevY, prevId=0, clicked=false, new_click=true, sav_event, d=document;
function switchDiv(id, frame, load) {
// Initialize menu and loading frame sources
var menu = iniMenu(frame);
if(load == menu.alt)
// Switch from visible to hidden and back if we clicked on that icon before
menu.style.display = (menu.style.display=="none")?"":"none";
else
initDescription(frame, load);
menu.alt = load;
};
function initDescription(frame, load) {
// Copy a new description and show it
var menu = iniMenu(frame);
if(document.getElementById && !(d.all))
menu.innerHTML = d.getElementById('load'+load).innerHTML;
else if(d.all)
menu.innerHTML = d.frames['load'+load].innerHTML;
menu.style.display = "";
};
//PICKUP
////////
function pickup(action, id) {
//Update database
div('send').src = '{gwbbcode_root_path}/pickup.php?'+action+'='+id+'&rand=' + Math.round(1000*Math.random());
//Switch between Add and Remove links
if (action != 'switch') {
var opp_action = (action=='remove') ? 'add' : 'remove';
div(action+'_'+id).style.display = 'none';
div(opp_action+'_'+id).style.display = '';
}
}
function pickup_set(userlist, id) {
var divs = document.getElementsByTagName('span');
for (var i=0; i<divs.length; i++)
if ((typeof(divs[i].id) != 'undefined') && (divs[i].id == 'pickup_'+id))
divs[i].innerHTML = userlist;
}
function iniMenu(frame) {
if(d.getElementById && !(d.all))
return d.getElementById('show'+frame);
else if(d.all)
return d.all['show'+frame];
};
function div(name) {
var d = document;
if(d.getElementById && !(d.all))
return d.getElementById(name);
else if(d.all)
return d.all[name];
};
//TEMPLATE
function switch_template(load) {
var style = div('gws_template'+load).style;
if (style.display == 'none') {
//Show selected template code
style.display = '';
div('gws_template_input'+load).select();
div('gws_template_input'+load).focus();
//and hide all others
var divs = document.getElementsByTagName('DIV');
for (var i=0; i<divs.length; i++) {
if ( /^gws_template[0-9]/.test(divs[i].id)
&& divs[i].id != 'gws_template'+load
&& divs[i].style.display == '') {
switch_template(divs[i].id.match(/\d+/)[0]);
}
}
}
else {
style.display = 'none';
}
return false;
}
//JavaScript Function by Shawn Olson
//Copyright 2004
//http://www.shawnolson.net
//If you copy any functions from this page into your scripts, you must provide credit to Shawn Olson & http://www.shawnolson.net
//*******************************************
function change_css(theClass,element,value) {
//documentation for this script at http://www.shawnolson.net/a/503/
var cssRules;
if (document.all)
cssRules = 'rules';
else if (document.getElementById)
cssRules = 'cssRules';
for (var S = 0; S < document.styleSheets.length; S++)
for (var R = 0; R < document.styleSheets[S][cssRules].length; R++)
if (document.styleSheets[S][cssRules][R].selectorText == theClass)
document.styleSheets[S][cssRules][R].style[element] = value;
}
</script>
<script type="text/javascript" src="include/includes/gwbbcode/overlib.js"></script>
</html>
<!-- {_list_DDDmenupoint@<strong><big>·</big></strong><a %1 class="box" href="%2">%3</a><br />}//-->
{_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>}
{_list_hmenubegi@<ul>}
{_list_hmenuende@</ul>}
{_list_vmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br /><ul>|</ul></li>}
{_list_vmenubegi@<ul>}
{_list_vmenuende@</ul>}


<html>
<head>
<title>We Pierced Brosnan [Nail]</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="include/designs/s_t_gw_v.1/style.css">
<style type="text/css">
<!--
.Stil2 {color: #A06712}
-->
</style>
<style type="text/css">
<!--
.translucent
{
background:#161411; /* Needed there so that following background classes can overide it */
filter:alpha(opacity=93,style=0);
-moz-opacity:.93;
opacity:.93;
padding: 5px;
width: 460px; /* Needed otherwise Nosebleed blows the popup up */
height: auto;
}
.skill_link {color: #0000FF;}
.gwno_border {padding: 0; margin: 0;}
table.gwborder {width: 466px;}
img.no_link {border: none;}
.table_image {vertical-align: top; text-align: center; font-size: 10pt; padding-right: 10px;}
.skill_text {vertical-align: top;}
.skill_name {font-size: 15px; font-weight: 700; color: #bfb38b; float: left;}
.skill_desc {text-align: left; font-size: 11px; color: white; line-height: 20px; clear: both; display: block; padding-top: 5px;}
.skill_camp {font-weight: bold; color: #aad38b; font-size: 9px;}
.skill_pve {color: #b0b080; font-size: 9px;}
.expert {color: #A1AEFF; padding-left: 2px;}
.elite_skill {background-color: #6B6226;}
.normal_skill {background-color: #161411;}
.build_name {text-align: left; font-size: 11pt; font-weight: 700; color: #bfb38b; padding-bottom: 5px;}
.build_desc {text-align: left; font-size: 11px; color: white; line-height: 20px;}
.build_lilname {font-size: 10px; padding: 0px; line-height: 12px;}
.attribute {padding-left: 20px; font-size: 12px; color: white; line-height: 20px;}
.skill_requirements {display: inline; padding: 0; margin: 0; list-style-type: none;}
.skill_requirements li {display: inline; float: right; margin-right: 5px; font-weight: bold; font-size: 12px; color: white;}
span.variable {color: #88FF88; font-weight: bold;}
.table_image, .skill_name, .skill_desc, .skill_camp, .expert, .build_name, .build_desc, .attribute, .skill_requirements, .skill_requirements li, span.variable {
font-family: verdana, Helvetica, sans-serif;
}
/* Border declarations for Build tooltips by Kills Less */
.gwborder_topleft {background-image: url({gwbbcode_root_path}/img_border/topleft.gif); width: 3px; height: 3px;}
.gwborder_top {background-image: url({gwbbcode_root_path}/img_border/top.gif); height: 3px;}
.gwborder_topright {background-image: url({gwbbcode_root_path}/img_border/topright.gif); width: 3px; height: 3px;}
.gwborder_left {background-image: url({gwbbcode_root_path}/img_border/left.gif); width: 3px;}
.gwborder_right {background-image: url({gwbbcode_root_path}/img_border/right.gif); width: 3px;}
.gwborder_bottomleft {background-image: url({gwbbcode_root_path}/img_border/bottomleft.gif); width: 3px; height: 3px;}
.gwborder_bottom {background-image: url({gwbbcode_root_path}/img_border/bottom.gif); height: 3px;}
.gwborder_bottomright {background-image: url({gwbbcode_root_path}/img_border/bottomright.gif); width: 3px; height: 3px;}
/* Build Box declarations by Kills Less */
table.gwbuildbox {height: 50px;}
.gwbuildbox_left {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='{gwbbcode_root_path}/img_border/buildbox_left.png'); width:20px; height: 50px;}
.gwbuildbox_right {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='{gwbbcode_root_path}/img_border/buildbox_right.png'); width:20px; height: 50px;}
.gwbuildbox_left[class] {background-image: url({gwbbcode_root_path}/img_border/buildbox_left.png); background-repeat: no-repeat; width: 20px; height: 50px}
.gwbuildbox_center {background-image: url({gwbbcode_root_path}/img_border/buildbox_center.png); height: 50px}
.gwbuildbox_right[class] {background-image: url({gwbbcode_root_path}/img_border/buildbox_right.png); background-repeat: no-repeat; width: 20px; height: 50px}
/* Needed otherwise Nosebleed blows the popup up */
table.gwborders {width: 470px;}
/* This is where you can customize the appearance of the tooltip */
div#overDiv {
position:absolute; visibility:hidden; z-index:10000;
}
-->
</style>
<script type="text/javascript" src="{gwbbcode_root_path}/overlib.js"><!-- overLIB (c) Erik Bosrup --></script>
<script type="text/javascript">
var prevX, prevY, prevId=0, clicked=false, new_click=true, sav_event, d=document;
function switchDiv(id, frame, load) {
// Initialize menu and loading frame sources
var menu = iniMenu(frame);
if(load == menu.alt)
// Switch from visible to hidden and back if we clicked on that icon before
menu.style.display = (menu.style.display=="none")?"":"none";
else
initDescription(frame, load);
menu.alt = load;
};
function initDescription(frame, load) {
// Copy a new description and show it
var menu = iniMenu(frame);
if(document.getElementById && !(d.all))
menu.innerHTML = d.getElementById('load'+load).innerHTML;
else if(d.all)
menu.innerHTML = d.frames['load'+load].innerHTML;
menu.style.display = "";
};
//PICKUP
////////
function pickup(action, id) {
//Update database
div('send').src = '{gwbbcode_root_path}/pickup.php?'+action+'='+id+'&rand=' + Math.round(1000*Math.random());
//Switch between Add and Remove links
if (action != 'switch') {
var opp_action = (action=='remove') ? 'add' : 'remove';
div(action+'_'+id).style.display = 'none';
div(opp_action+'_'+id).style.display = '';
}
}
function pickup_set(userlist, id) {
var divs = document.getElementsByTagName('span');
for (var i=0; i<divs.length; i++)
if ((typeof(divs[i].id) != 'undefined') && (divs[i].id == 'pickup_'+id))
divs[i].innerHTML = userlist;
}
function iniMenu(frame) {
if(d.getElementById && !(d.all))
return d.getElementById('show'+frame);
else if(d.all)
return d.all['show'+frame];
};
function div(name) {
var d = document;
if(d.getElementById && !(d.all))
return d.getElementById(name);
else if(d.all)
return d.all[name];
};
//TEMPLATE
function switch_template(load) {
var style = div('gws_template'+load).style;
if (style.display == 'none') {
//Show selected template code
style.display = '';
div('gws_template_input'+load).select();
div('gws_template_input'+load).focus();
//and hide all others
var divs = document.getElementsByTagName('DIV');
for (var i=0; i<divs.length; i++) {
if ( /^gws_template[0-9]/.test(divs[i].id)
&& divs[i].id != 'gws_template'+load
&& divs[i].style.display == '') {
switch_template(divs[i].id.match(/\d+/)[0]);
}
}
}
else {
style.display = 'none';
}
return false;
}
//JavaScript Function by Shawn Olson
//Copyright 2004
//http://www.shawnolson.net
//If you copy any functions from this page into your scripts, you must provide credit to Shawn Olson & http://www.shawnolson.net
//*******************************************
function change_css(theClass,element,value) {
//documentation for this script at http://www.shawnolson.net/a/503/
var cssRules;
if (document.all)
cssRules = 'rules';
else if (document.getElementById)
cssRules = 'cssRules';
for (var S = 0; S < document.styleSheets.length; S++)
for (var R = 0; R < document.styleSheets[S][cssRules].length; R++)
if (document.styleSheets[S][cssRules][R].selectorText == theClass)
document.styleSheets[S][cssRules][R].style[element] = value;
}
</script>
<script type="text/javascript" src="include/includes/gwbbcode/overlib.js"></script>
<script type="text/javascript" src="include/includes/js/BBCodeGlobal.js"></script>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div id="overDiv"></div>
<iframe id="send" style="display: none;" src="about:blank"></iframe>
<!-- ImageReady Slices (content.psd) -->
<table id="Tabelle_01" width="1001" height="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="13">
<img src="include/designs/s_t_gw_v.1/Bilder/index_01.jpg" width="1000" height="155" alt=""></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width="1" height="155" alt=""></td>
</tr>
<tr>
<td rowspan="4">
<a href="http://www.sir-taex.de"><img src="include/designs/s_t_gw_v.1/Bilder/index_02.jpg" alt="" width="203" height="108" border="0"></a></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/index_03.jpg" width="8" height="21" alt=""></td>
<td>
<a href="?wars"><img src="include/designs/s_t_gw_v.1/Bilder/index_04.jpg" alt="" width="84" height="21" border="0"></a></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/index_05.jpg" width="41" height="21" alt=""></td>
<td>
<a href="?teams"><img src="include/designs/s_t_gw_v.1/Bilder/index_06.jpg" alt="" width="67" height="21" border="0"></a></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/index_07.jpg" width="62" height="21" alt=""></td>
<td>
<a href="?joinus"><img src="include/designs/s_t_gw_v.1/Bilder/index_08.jpg" alt="" width="63" height="21" border="0"></a></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/index_09.jpg" width="60" height="21" alt=""></td>
<td>
<a href="?fightus"><img src="include/designs/s_t_gw_v.1/Bilder/index_10.jpg" alt="" width="67" height="21" border="0"></a></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/index_11.jpg" width="62" height="21" alt=""></td>
<td>
<a href="?forum"><img src="include/designs/s_t_gw_v.1/Bilder/index_12.jpg" alt="" width="63" height="21" border="0"></a></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/index_13.jpg" width="13" height="21" alt=""></td>
<td rowspan="4">
<img src="include/designs/s_t_gw_v.1/Bilder/index_14.jpg" width="207" height="108" alt=""></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width="1" height="21" alt=""></td>
</tr>
<tr>
<td colspan="11">
<img src="include/designs/s_t_gw_v.1/Bilder/index_15.jpg" width="590" height="18" alt=""></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width="1" height="18" alt=""></td>
</tr>
<tr>
<td colspan="11" valign="top" background="include/designs/s_t_gw_v.1/Bilder/index_16.jpg"><table width="580" border="0" align="center">
<tr>
<td><marquee direction="left" scrollamount ="4">
<span class="Stil2">Willkommen bei der Gilde We Pierced Brosnan [Nail]</span>
</marquee> </td>
</tr>
</table></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width="1" height="36" alt=""></td>
</tr>
<tr>
<td colspan="11" rowspan="2" valign="top" background="include/designs/s_t_gw_v.1/Bilder/index_17.jpg"><table width="555" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30" background="include/designs/s_t_gw_v.1/Bilder/content_01.jpg"> </td>
</tr>
<tr>
<td background="include/designs/s_t_gw_v.1/Bilder/content_02.jpg"><table width="505" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="25"> </td>
<td width="503" align="center"><div align="left">
<p>{HMENU}</p>
<p>{EXPLODE}</p>
</div></td>
<td width="40"> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="28" background="include/designs/s_t_gw_v.1/Bilder/content_03.jpg"> </td>
</tr>
</table></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width="1" height="33" alt=""></td>
</tr>
<tr>
<td valign="top" background="include/designs/s_t_gw_v.1/Bilder/index_18.jpg"><table width="178" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="include/designs/s_t_gw_v.1/Bilder/navi_01.jpg">{_list_menunr1@</td>
</tr>
<tr>
<td height="41" background="include/designs/s_t_gw_v.1/Bilder/navi_02.jpg"><table width="123" border="0" align="center">
<tr>
<td><div align="center">%1</div></td>
</tr>
</table></td>
</tr>
<tr>
<td background="include/designs/s_t_gw_v.1/Bilder/navi_03.jpg"><table width="162" border="0" align="center">
<tr>
<td><div align="left">%2</div></td>
</tr>
</table></td>
</tr>
<tr>
<td height="29" background="include/designs/s_t_gw_v.1/Bilder/navi_04.jpg">}</td>
</tr>
</table></td>
<td valign="top" background="include/designs/s_t_gw_v.1/Bilder/index_19.jpg"><table width="178" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="include/designs/s_t_gw_v.1/Bilder/navi_01.jpg">{_list_menunr2@</td>
</tr>
<tr>
<td height="41" background="include/designs/s_t_gw_v.1/Bilder/navi_02.jpg"><table width="123" border="0" align="center">
<tr>
<td><div align="center">%1</div></td>
</tr>
</table></td>
</tr>
<tr>
<td background="include/designs/s_t_gw_v.1/Bilder/navi_03.jpg"><table width="162" border="0" align="center">
<tr>
<td><div align="left">%2</div></td>
</tr>
</table></td>
</tr>
<tr>
<td height="29" background="include/designs/s_t_gw_v.1/Bilder/navi_04.jpg">}</td>
</tr>
</table></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width="1" height="213" alt=""></td>
</tr>
<tr>
<td colspan="13">
<img src="include/designs/s_t_gw_v.1/Bilder/index_20.jpg" width="1000" height="124" alt=""></td>
<td>
<img src="include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width="1" height="124" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
<!-- {_list_DDDmenupoint@<strong><big>·</big></strong><a %1 class="box" href="%2">%3</a><br />}//-->
{_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>}
{_list_hmenubegi@<ul>}
{_list_hmenuende@</ul>}
{_list_vmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br /><ul>|</ul></li>}
{_list_vmenubegi@<ul>}
{_list_vmenuende@</ul>}









//> Fett Button!
if($boolButton['fnFormatB'] == 1) {
$BBCodeButtons .= "<a href=\"javascript:bbcode_insert('b','Gib hier den Text an der formatiert werden soll.')\"><img src=\"include/images/icons/bbcode/bbcode_bold.png\" alt=\"Fett formatieren\" title=\"Fett formatieren\" width=\"23\" height=\"22\" border=\"0\"></a> ";







| Geschlossen | ||
![]() |
Zurück zu Allgemein | |