Zur Navigation

Banner-Bereich in phpBB

1 Karl (Gast)

Hallo zusammen,

ich hoffe ihr könnt einem Anfänger kurz helfen.
Versuche grade ein Forum anzupassen und bekomme es nicht ganz hin.
Das Forum sieht ungefähr so aus
http://www.phpbb3.de/
Ich hätte nun gerne eine Anordnung ähnlich wie hier.
Also ein "Fenster" Links mit der Navigation.
Ich Bräuchte nur das Fenster (den Platz), wie ich es dann "fülle" bekomm ich hin.
Das Problem ist das ich das Fenster oder den Balken dafür nicht an die vorgesehene Stelle bekomme.
Sprich das Forum 20% nach links verrutschen und einen Balken an die Linke Seite daneben.

Vielleicht kann mir jemand ja kurz helfen.

<!-- INCLUDE overall_header.html -->

<!-- IF U_MCP -->
	<div id="pageheader">
		<p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
	</div>

	<br clear="all" /><br />
<!-- ENDIF -->

<table class="tablebg" cellspacing="1" width="100%">
<tr>
	<td class="cat" colspan="5" align="right"><a class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a>&nbsp;</td>
</tr>
<tr>
	<th colspan="2">&nbsp;{L_FORUM}&nbsp;</th>
	<th width="50">&nbsp;{L_TOPICS}&nbsp;</th>
	<th width="50">&nbsp;{L_POSTS}&nbsp;</th>
	<th>&nbsp;{L_LAST_POST}&nbsp;</th>
</tr>
<!-- BEGIN forumrow -->
	<!-- IF forumrow.S_IS_CAT -->
		<tr>
			<td class="cat" colspan="2"><h4><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h4></td>
			<td class="catdiv" colspan="3">&nbsp;</td>
		</tr>
	<!-- ELSEIF forumrow.S_IS_LINK -->
		<tr>
			<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
			<!-- IF forumrow.CLICKS --><td class="row1"><!-- ELSE --><td class="row1" colspan="4"><!-- ENDIF -->
				<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
				<p class="forumdesc">{forumrow.FORUM_DESC}</p>
			</td>
			<!-- IF forumrow.CLICKS -->
				<td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
	

	

		<!-- ENDIF -->
		</tr>
	<!-- ELSE -->
		<tr>
			<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
			<td class="row1" width="100%">
				<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
				<p class="forumdesc">{forumrow.FORUM_DESC}</p>
				<!-- IF forumrow.MODERATORS -->
					<p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
				<!-- ENDIF -->
				<!-- IF forumrow.SUBFORUMS -->
					<p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
				<!-- ENDIF -->
			</td>
			<td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
			<td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
			<td class="row2" align="center" nowrap="nowrap">
				<!-- IF forumrow.LAST_POST_TIME -->
					<p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
					<p class="topicdetails">
					<!-- IF forumrow.U_LAST_POSTER -->
						<a href="{forumrow.U_LAST_POSTER}">{forumrow.LAST_POSTER}</a>
					<!-- ELSE -->
						{forumrow.LAST_POSTER}
					<!-- ENDIF -->
					<a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a>
					</p>
				<!-- ELSE -->
					<p class="topicdetails">{L_NO_POSTS}</p>
				<!-- ENDIF -->
			</td>
		</tr>
	<!-- ENDIF -->
<!-- BEGINELSE -->
	<tr>
		<td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>
	</tr>
<!-- END forumrow -->
</table>

<span class="gensmall"><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> | <a href="{U_TEAM}">{L_THE_TEAM}</a></span><br />

<br clear="all" />

<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
<tr>
	<td class="row1">
		<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a></p>
		<p class="datetime">{S_TIMEZONE}</p>
	</td>
</tr>
</table>

<!-- IF S_DISPLAY_ONLINE_LIST -->
	<br clear="all" />

	<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<td class="cat" colspan="2"><h4><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h4></td>
	</tr>
	<tr>
	<!-- IF LEGEND -->
		<td class="row1" rowspan="2" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
	<!-- ELSE -->
		<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
	<!-- ENDIF -->
		<td class="row1" width="100%"><span class="genmed">{TOTAL_USERS_ONLINE}<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}<br /><br />{L_ONLINE_EXPLAIN}</span></td>
	</tr>
	<!-- IF LEGEND -->
		<tr>
			<td class="row1"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
		</tr>
	<!-- ENDIF -->
	</table>
<!-- ENDIF -->

<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
	<br clear="all" />

	<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<td class="cat" colspan="2"><h4>{L_BIRTHDAYS}</h4></td>
	</tr>
	<tr>
		<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_BIRTHDAYS}" /></td>
		<td class="row1" width="100%"><p class="genmed"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td>
	</tr>
	</table>
<!-- ENDIF -->

<br clear="all" />

<table class="tablebg" width="100%" cellspacing="1">
<tr>
	<td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td>
</tr>
<tr>
	<td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_STATISTICS}" /></td>
	<td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
</tr>
</table>

<!-- IF not S_USER_LOGGED_IN -->
	<br clear="all" />

	<form method="post" action="{S_LOGIN_ACTION}">
	
	<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td>
	</tr>
	<tr>
		<td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" />&nbsp; <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" />&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
	</tr>
	</table>
	
	</form>
<!-- ENDIF -->

<br clear="all" />

<table class="legend">
<tr>
	<td width="20" align="center">{FORUM_NEW_IMG}</td>
	<td><span class="gensmall">{L_NEW_POSTS}</span></td>
	<td>&nbsp;&nbsp;</td>
	<td width="20" align="center">{FORUM_IMG}</td>
	<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
	<td>&nbsp;&nbsp;</td>
	<td width="20" align="center">{FORUM_LOCKED_IMG}</td>
	<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>

<!-- INCLUDE overall_footer.html -->

23.09.2006 05:42

2 Jörg Kruse

Hallo Karl,

du kannst den kompletten Inhalt in ein div packen, dem du dann mit margin-left den gewünschten linken Außenrand verpasst:

<div style="margin-left:200px">
<!-- Inhalt des Forums -->
</div>

Die Navigation positionierst du dann absolut über diesen Außenrand:

<div style="position:absolute; top:0; left:0; width:200px">
<!-- Navigation -->
</div>

23.09.2006 08:28 | geändert: 23.09.2006 08:32

3 Karl (Gast)

Danke!
Hat gut funktioniert!
Verrätst mir noch wie ich es schaffe das jedesmal wenn dieses Fenster dort am Rand geladen wird ein anderes Fenster geladen wird?
Habe 3 verschiedene und möchte gern jedesmal wenn man die Seite neu läd ein anderes dort haben.
Also eine Art random Funktion.

25.09.2006 17:30

4 Jörg Kruse

Du kannst den Inhalt in drei verschiedenen Dateien abspeichern, z.B. include-1.php, include-2.php, include-3.php. Diese includest du dann über eine Zufallsfunktion mit srand() und rand():

<?php

srand(time());
$random = rand(1, 3);
include('include-' . $random . '.php');

?>

25.09.2006 17:49

5 Karl (Gast)

Danke, aber das hat diesmal nich funktioniert:)
Hat mir deinen Php code an der Stelle ausgegeben.

25.09.2006 18:19

7 Karl (Gast)

Kann man die drei Fenster nicht in der ursprungs php unterbringen und er sucht sich intern eine davon aus?

25.09.2006 20:05

8 Jörg Kruse

Man könnte den Zufalls-Inhalt auch über JavaScript ausgeben.

Folgende Funktion wird im head-Bereich untergebracht:

<script type="text/javascript">
/* <![CDATA[ */
function randomcontent()
{
content = new Array;
content[0] = 'Inhalt 1';
content[1] = 'Inhalt 2';
content[2] = 'Inhalt 3';
random = Math.random();
random = 3 * random;
random = Math.floor(random);
document.getElementById('random-content').innerHTML = content[random];
}
/* ]]> */
</script>

content[0] bis content[2] wird der jeweilige Inhalt zugeordnet

Das div, das den random Content aufnehmen soll, enthält die in der Funktion randomcontent() genannte ID ('random-content') und nimmt ein Script-Element auf, das diese Funktion aufruft

<div id="random-content">
<script type="text/javascript">
/* <![CDATA[ */
randomcontent();
/* ]]> */
</script>
</div>

25.09.2006 20:40

9 Karl (Gast)

Das hat wieder geklappt!
Danke schön

26.09.2006 15:47

10 Gast (Gast)

Hallo,

ich habe die Idee mal aufgenommen und wollte sie in mein Forum einbauen.
Leider Funktioniert es bei mir nicht ganz so gut.
Im Internet Explorer wird ein Seitenfehler angezeigt.
Außerdem sind im oberen Teil des Banners die Links nicht anklickbar.
Ansonsten geht es im Firefox, aber nicht im Internet Explorer.
Was habe ich falsch gemacht?

<div style="margin-left:0px">
<table class="tablebg" cellspacing="1" width="100%">


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.2)"> 
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0.2)">

{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->

<style type="text/css">
<!--
/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 

topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" 
	background-color: {T_BODY_BGCOLOR};
	scrollbar-face-color: {T_TR_COLOR2};
	scrollbar-highlight-color: {T_TD_COLOR2};
	scrollbar-shadow-color: {T_TR_COLOR2};
	scrollbar-3dlight-color: {T_TR_COLOR3};
	scrollbar-arrow-color:  {T_BODY_LINK};
	scrollbar-track-color: {T_TR_COLOR1};
	scrollbar-darkshadow-color: {T_TH_COLOR1};
}

/* General font families for common tags */
font,th,td,p { font-family: {T_FONTFACE1} }
a:link,a:active,a:visited { color : {T_BODY_LINK}; }
a:hover		{ text-decoration: underline; color : {T_BODY_HLINK}; }
hr	{ height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}

/* This is the border line & background colour ro.bodyline	{ background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }und the entire page */


/* This is the outline round the main forum tables */
.forumline	{ background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: {T_TR_COLOR1}; }
td.row2	{ background-color: {T_TR_COLOR2}; }
td.row3	{ background-color: {T_TR_COLOR3}; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: {T_TD_COLOR2};
		background-image: url(templates/subSilver/images/{T_TH_CLASS3});
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold; 
	background-color: {T_BODY_LINK}; height: 25px;
	background-image: url(templates/subSilver/images/{T_TH_CLASS2});
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/subSilver/images/{T_TH_CLASS1});
			background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 2px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;
}

th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
	text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
}

/* General text */
.gen { font-size : {T_FONTSIZE3}px; }
.genmed { font-size : {T_FONTSIZE2}px; }
.gensmall { font-size : {T_FONTSIZE1}px; }
.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: {T_BODY_HLINK}; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
a.mainmenu		{ text-decoration: none; color : {T_BODY_LINK};  }
a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
a.cattitle		{ text-decoration: none; color : {T_BODY_LINK}; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
a.forumlink 	{ text-decoration: none; color : {T_BODY_LINK}; }
a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
a.nav			{ text-decoration: none; color : {T_BODY_LINK}; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
a.topictitle:link   { text-decoration: none; color : {T_BODY_LINK}; }
a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.topictitle:hover	{ text-decoration: underline; color : {T_BODY_HLINK}; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }

/* The content of the posts (body of text) */
.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : {T_BODY_LINK} }
a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}

/* Quote & Code blocks */
.code { 
	font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
	background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
	background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
a.copyright		{ color: {T_FONTCOLOR1}; text-decoration: none;}
a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : {T_BODY_TEXT};
	font: normal {T_FONTSIZE2}px {T_FONTFACE1};
	border-color : {T_BODY_TEXT};
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : {T_TD_COLOR2};
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : {T_TR_COLOR1};
	color : {T_BODY_TEXT};
	font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
}

/* The main submit button option */
input.mainoption {
	background-color : {T_TD_COLOR1};
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : {T_TD_COLOR1};
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: {T_TR_COLOR2}; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css"); 
-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
	if ( {PRIVATE_MESSAGE_NEW_FLAG} )
	{
		window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
	}
//-->
</script>
<Script language="JavaScript">
<!--
	function openkarmawind(user)

	{
		window.open('{U_KARMA_POPUP}?type=givekarma&user='+user, '_phpbbkarma', 'HEIGHT=450,resizable=yes,WIDTH=400,menubar=0,toolbar=0,location=0,directories=0,status=0,scrollbars=0,copyhistory=0');;
	

}
//-->
</script>

</script>

<!-- END switch_enable_pm_popup -->
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<a name="top"></a>

<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> 
	<tr> 
		<td colspan="2">

			
		</td> 
	</tr>
	<tr> 
		<td width="20%" valign="top">
		<form method="post" action="{S_LOGIN_ACTION}">
	  		<table width="100%" cellpadding="3" cellspacing="1" border="0" >
				<tr> 
		  			<td class="catHead" align="center" height="28"><span class="cattitle">Navigation</span></td>
				</tr>
				<tr> 


<td

</div>

<!-- Werbung -->

<div style="position:absolute; top:230px; left:25px; width:170px; height:600px">
<tr>
<script type="text/javascript">
/* <![CDATA[ */
function randomcontent()
{
content = new Array;



content[0] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1308&bordercolor=056A9E&bgcolor=ECECEC&CategoryID=83733&query=(Filme|%25220%2520DVD%2527s%2522|sammlung||)&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';

content[1] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1723&CategoryID=9800&query=(luxus|traumwagen|||)&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';

content[2] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1723&CategoryID=9800&query=(luxus|traumwagen|||)&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';


content[3] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1723&CategoryID=9800&query=(luxus|traumwagen|||)&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';


content[4] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1308&CategoryID=60089&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';



content[5] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1308&CategoryID=267&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';



content[6] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1308&CategoryID=7803&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';



content[7] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1308&CategoryID=28837&query=(%2520||||)&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';


content[8] = '<iframe src="http://banners.webmasterplan.com/view.asp?site=1382&ref=276013&type=text&tnb=32&showjs=0&template=1308&CategoryID=39826&query=(plasma||||)&refurl='+escape(document.location.href)+'" width="160" height="600" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>';





random = Math.random();
random = 9 * random;
random = Math.floor(random);
document.getElementById('random-content').innerHTML = content[random];
}
/* ]]> */
</script>

<div id="random-content">
<script type="text/javascript">
/* <![CDATA[ */
randomcontent();
/* ]]> */
</script></tr>
</div>


		</tr>

						<tr>

		  			<td 






class="row1" align="center" valign="middle" height="28">
					<table border="0" width="100%" cellspacing="0" cellpadding="2">
						<tr>
							<td class="row1" height="22" align="left" valign="top"><a href="{U_INDEX}"><img src="templates/subSilver/images/icon_mini_home.gif" width="12" height="13" border="0" alt="{L_INDEX}" hspace="3" /></a></td>
							<td class="row1" height="22" align="left" valign="top"><a href="{U_INDEX}" class="mainmenu">Forenübersicht</a></td>
						</tr>
						<tr>



							<td class="row1" height="22" align="left" valign="top"><a href="{U_FAQ}"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" /></a></td>
							<td class="row1" height="22" align="left" valign="top"><a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a></td>
						</tr>
						<tr>
							<td class="row1" height="22" align="left" valign="top"><a href="{U_SEARCH}"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" /></a></td>
							<td class="row1" height="22" align="left" valign="top"><a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a></td>

						</tr>
						<tr>
							<td class="row1" height="22" align="left" valign="top"><a href="{U_MEMBERLIST}"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" /></a></td>
							<td class="row1" height="22" align="left" valign="top"><a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a></td>
						</tr>
						<tr>
							<td class="row1" height="22" align="left" valign="top"><a href="{U_GROUP_CP}"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" /></a></td>
							<td class="row1" height="22" align="left" valign="top"><a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a></td>











						</tr>
						<tr>
							<td class="row1" height="22" align="left" valign="top"><a href="{U_PROFILE}"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" /></a></td>

							<td class="row1" height="22" align="left" valign="top">
<a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a></td>
						</tr>
						<tr>
							<td class="row1" height="22" align="left" valign="top"><a href="{U_PRIVATEMSGS}"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" /></a></td>
							<td class="row1" height="22" align="left" valign="top"><a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a></td>
						</tr>
						<!-- BEGIN switch_user_logged_in -->

						<tr>
{P_KARMA}&nbsp;							<td class="row1" height="22" align="left" valign="top"><a href="{U_LOGIN_LOGOUT}"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" /></a></td>
							<td class="row1" height="22" align="left" valign="top"><a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a></td>
						</tr>
						<!-- END switch_user_logged_in -->
						<!-- BEGIN switch_user_logged_out -->
						<tr>
							<td class="row1" height="22" align="left" valign="top"><a href="{U_REGISTER}"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" /></a></td>

							<td class="row1" height="22" align="left" valign="top"><a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a></td>
						</tr>
						<!-- END switch_user_logged_out -->
					
				</tr>


</tr>

</table>












			</table>
			<br />
			<!-- BEGIN switch_user_logged_out -->
	  		<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">

				<tr> 
		  			<td class="catHead" align="center" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td>
				</tr>
				<tr> 
		  			<td class="row1" align="center" valign="middle" height="28">
						<table border="0" width="100%" cellspacing="0" cellpadding="2">
							<tr>
								<td align="center"><span class="gensmall">{L_USERNAME}:</span><br /><input class="post" type="text" name="username" size="10" /></td>
							</tr>

							<tr>
								<td align="center"><span class="gensmall">{L_PASSWORD}:</span><br /><input class="post" type="password" name="password" size="10" maxlength="32" /></td>
							</tr>
							<tr>
								<td align="center"><span class="gensmall">{L_AUTO_LOGIN}&nbsp;</span><input class="text" type="checkbox" name="autologin" /></td>
							</tr>
							<tr>
								<td align="center"><input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /></td>

							</tr>
						</table>
					</td>
				</tr>
	  		</table>










			<!-- END switch_user_logged_out -->
	
	<!-- Beispiel wie das Grundgerüst für eine weitere Box aussieht 
	
	  		<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
				<tr> 
		  			<td class="catHead" align="center" height="28"><span class="cattitle">Überschrift</span></td>
				</tr>
				<tr> 
		  			<td class="row1" align="center" valign="middle" height="28">
					<table border="0" width="100%" cellspacing="0" cellpadding="2">
						<tr>
							<td class="row1" height="22"><span class="genmed">Zeile 1</span></td>
						</tr>
						<tr>
							<td class="row1" height="22"><span class="genmed">Zeile 2</span></td>
						</tr>
					</table>
				</tr>
			</table>
	
	..... hier endet die Beispielbox -->
		</form>
		</td> 
		<td width="80%" valign="top">



</div>

03.10.2006 17:14