Code: Alles auswählen
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="de" xml:lang="de">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-language" content="de" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2002-2006 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<title>The Code NightFire - Einen Arktikel hinzufügen</title>
<link rel="stylesheet" href="../styles/acidtech/theme/stylesheet.css" type="text/css" />
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="../styles/acidtech/theme/ie7.css" />
<![endif]-->
<script type="text/javascript">
// <![CDATA[
if (0)
{
popup('../ucp.php?i=pm&mode=popup', 400, 225, '_phpbbprivmsg');
}
function popup(url, width, height, name)
{
if (!name)
{
name = '_popup';
}
window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
return false;
}
function jumpto()
{
var page = prompt('Geben Sie die Nummer der Seite an, zu der Sie gehen möchten.:', '');
var perpage = '';
var base_url = '';
if (page !== null && !isNaN(page) && page > 0)
{
document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * perpage);
}
}
/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}
/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
var parent = document.getElementById(id);
if (!parent)
{
eval('parent = document.' + id);
}
if (!parent)
{
return;
}
var rb = parent.getElementsByTagName('input');
for (var r = 0; r < rb.length; r++)
{
if (rb[r].name.substr(0, name.length) == name)
{
rb[r].checked = state;
}
}
}
if(navigator.userAgent && navigator.userAgent.indexOf('Mac OS X') > 0)
{
document.write('<link rel="stylesheet" href="../styles/acidtech/theme/mac.css" type="text/css" />');
}
// ]]>
</script>
</head>
<body class="ltr">
<a name="top"></a>
<table border="0" cellspacing="0" cellpadding="0" width="800" id="maintable" align="center">
<tr>
<td id="logorow" align="center"><div id="logo-left"><div id="logo-right">
<a href="../index.php"><img src="../styles/acidtech/imageset/site_logo.gif" alt="" title="" /></a>
</div></div></td>
</tr>
<tr>
<td class="navrow">
<a href="../ucp.php">Persönlicher Bereich</a> • <a href="../ucp.php?i=pm&folder=inbox"><strong>0</strong> neue Nachrichten</a> • <a href="../faq.php">FAQ</a>
• <a href="../search.php">Suche</a> • <a href="../memberlist.php">Mitglieder</a> • <a href="../ucp.php?mode=logout&sid=b6e449bffa9b246dd716a0cc08c9c53f">Abmelden [ -------- ]</a> </td>
</tr>
<tr>
<td id="contentrow">
<table width="100%" cellspacing="0">
<tr>
<td class="gensmall">Ihr letzter Besuch: Di 8. Jan 2008, 20:45</td>
<td class="gensmall" align="right">Aktuelle Zeit: Di 8. Jan 2008, 21:08<br /></td>
</tr>
</table>
<p class="searchbar">
<span style="float: left;"><a href="../search.php?search_id=unanswered">Unbeantwortete Beiträge</a> | <a href="../search.php?search_id=active_topics">Aktive Themen</a></span>
<span style="float: right;"><a href="../search.php?search_id=newposts">Neue Beiträge</a> | <a href="../search.php?search_id=egosearch">Eigene Beiträge</a></span>
</p>
<br style="clear: both;" />
<table class="tablebg breadcrumb" width="100%" cellspacing="0" cellpadding="0" style="margin-top: 5px;">
<tr>
<td class="row1">
<p class="breadcrumbs"><a href="../index.php">Foren-Übersicht</a> » <a href="../knowledge/">Knowledge Base</a></p>
<p class="datetime">Alle Zeiten sind UTC + 1 Stunde </p>
</td>
</tr>
</table>
<br />
<form id="postform" method="post" action="kbposting.php" onsubmit="return checkForm(this);">
<input type="hidden" name="time" value="1199822937" />
<div class="panel" id="postingbox">
<div class="inner"><span class="corners-top"><span></span></span>
<h3>Einen Arktikel hinzufügen</h3>
<fieldset class="fields1">
<dl style="clear: left;">
<dt><label for="subject">Themen Titel:</label></dt>
<dd><input type="text" name="subject" id="subject" size="45" maxlength="64" tabindex="1" value="" class="inputbox autowidth" /></dd>
</dl>
<dl style="clear: left;">
<dt><label for="subject">Themen Beschreibung:</label></dt>
<dd><textarea cols="40" tabindex="3" name="description" class="inputbox autowidth"></textarea></dd>
</dl>
<dl style="clear: left;">
<dt><label for="subject">Kategorie:</label></dt>
<dd><select size="1" tabindex="4" name="kb_cat"></select></dd>
</dl>
<tr valign="middle" align="left">
<td colspan="2">
<script type="text/javascript">
// <![CDATA[
// Define the bbCode tags
var bbcode = new Array();
var bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','
','
','
','[img]','[/img]','
','','[flash=]', '[/flash]','[size=]','[/size]');
var imageTag = false;
// Helpline messages
var help_line = {
b: 'Fett:
Text',
i: 'Kursiv:
Text',
u: 'Unterstrichen:
Text',
q: 'Zitat: [quote]Text[/quote]',
c: 'Code anzeigen:
',
l: 'Aufzählung:
',
o: 'Geordnete Aufzählung:
',
p: 'Bild einfügen: [img]http://bild_url[/img]',
w: 'Link einfügen:
http://url oder
Linktext',
s: 'Schriftfarbe:
Text Tipp: Sie können auch color=#FF0000 benutzen',
f: 'Schriftgröße:
kleiner Text',
e: 'Aufzählung: Listenelement hinzufügen',
d: 'Flash: [flash=Breite,Höhe]
http://url[/flash]',
t: '{ BBCODE_T_HELP }',
tip: 'Tipp: Formatierungen können schnell auf den markierten Text angewandt werden.'
}
// ]]>
</script>
<script type="text/javascript" src="../styles/acidtech/template/editor.js"></script>
<input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px;" onclick="bbstyle(2)" onmouseover="helpline('i')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px;" onclick="bbstyle(4)" onmouseover="helpline('u')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" onmouseover="helpline('q')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="t" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" onmouseout="helpline('tip')" />
<span class="genmed nowrap">Schriftgröße: <select class="gensmall" name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" onmouseover="helpline('f')" onmouseout="helpline('tip')">
<option value="50">Sehr klein</option>
<option value="85">Klein</option>
<option value="100" selected="selected">Normal</option>
<option value="150">Groß</option>
<option value="200">Riesig</option>
</select></span>
</td>
</tr>
<tr>
<td id="helpline">Tipp: Formatierungen können schnell auf den markierten Text angewandt werden. </td>
<td class="genmed" align="center">Schriftfarbe</td>
</tr>
<div id="smiley-box">
<strong>Smilies</strong><br />
<a href="#" onclick="insert_text(':D', true); return false;"><img src="../images/smilies/icon_e_biggrin.gif" width="15" height="17" alt=":D" title="Überglücklich" /></a>
<a href="#" onclick="insert_text(':)', true); return false;"><img src="../images/smilies/icon_e_smile.gif" width="15" height="17" alt=":)" title="Lächeln" /></a>
<a href="#" onclick="insert_text(';)', true); return false;"><img src="../images/smilies/icon_e_wink.gif" width="15" height="17" alt=";)" title="Zwinkern" /></a>
<a href="#" onclick="insert_text(':(', true); return false;"><img src="../images/smilies/icon_e_sad.gif" width="15" height="17" alt=":(" title="Traurig" /></a>
<a href="#" onclick="insert_text(':o', true); return false;"><img src="../images/smilies/icon_e_surprised.gif" width="15" height="19" alt=":o" title="Überrascht" /></a>
<a href="#" onclick="insert_text(':shock:', true); return false;"><img src="../images/smilies/icon_eek.gif" width="15" height="15" alt=":shock:" title="Erschüttert" /></a>
<a href="#" onclick="insert_text(':?', true); return false;"><img src="../images/smilies/icon_e_confused.gif" width="15" height="17" alt=":?" title="Verwirrt" /></a>
<a href="#" onclick="insert_text('8-)', true); return false;"><img src="../images/smilies/icon_cool.gif" width="15" height="15" alt="8-)" title="Fetzig" /></a>
<a href="#" onclick="insert_text(':lol:', true); return false;"><img src="../images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Lachend" /></a>
<a href="#" onclick="insert_text(':x', true); return false;"><img src="../images/smilies/icon_mad.gif" width="15" height="15" alt=":x" title="Verärgert" /></a>
<a href="#" onclick="insert_text(':P', true); return false;"><img src="../images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Hänseln" /></a>
<a href="#" onclick="insert_text(':oops:', true); return false;"><img src="../images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Verlegen" /></a>
<a href="#" onclick="insert_text('

', true); return false;"><img src="../images/smilies/icon_cry.gif" width="15" height="15" alt="

" title="Weinend oder sehr traurig" /></a>
<a href="#" onclick="insert_text(':evil:', true); return false;"><img src="../images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Böse oder sehr verärgert" /></a>
<a href="#" onclick="insert_text(':twisted:', true); return false;"><img src="../images/smilies/icon_twisted.gif" width="15" height="15" alt=":twisted:" title="Verrückter Teufel" /></a>
<a href="#" onclick="insert_text(':roll:', true); return false;"><img src="../images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Augen verdrehen" /></a>
<a href="#" onclick="insert_text(':!:', true); return false;"><img src="../images/smilies/icon_exclaim.gif" width="15" height="15" alt=":!:" title="Ausruf" /></a>
<a href="#" onclick="insert_text(':?:', true); return false;"><img src="../images/smilies/icon_question.gif" width="15" height="15" alt=":?:" title="Frage" /></a>
<a href="#" onclick="insert_text(':idea:', true); return false;"><img src="../images/smilies/icon_idea.gif" width="15" height="15" alt=":idea:" title="Idee" /></a>
<a href="#" onclick="insert_text(':arrow:', true); return false;"><img src="../images/smilies/icon_arrow.gif" width="15" height="15" alt=":arrow:" title="Pfeil" /></a>
<a href="#" onclick="insert_text(':|', true); return false;"><img src="../images/smilies/icon_neutral.gif" width="15" height="15" alt=":|" title="Neutral" /></a>
<a href="#" onclick="insert_text(':mrgreen:', true); return false;"><img src="../images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green" /></a>
<a href="#" onclick="insert_text(':geek:', true); return false;"><img src="../images/smilies/icon_e_geek.gif" width="17" height="17" alt=":geek:" title="Computerfreak / Geek" /></a>
<a href="#" onclick="insert_text(':ugeek:', true); return false;"><img src="../images/smilies/icon_e_ugeek.gif" width="19" height="18" alt=":ugeek:" title="Extremer Computerfreak / Uber Geek" /></a>
<br /><a href="" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">Mehr Smilies anzeigen</a>
<hr />
<a href="../faq.php?mode=bbcode">BBCode</a> ist <em>eingeschaltet</em><br />
[img] ist <em>eingeschaltet</em><br />
[flash] ist <em>eingeschaltet</em><br />
[url] ist <em>eingeschaltet</em><br />
Smilies sind <em>eingeschaltet</em> </div>
<div id="message-box">
<textarea name="message" id="message" rows="15" cols="76" tabindex="5" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" class="inputbox"></textarea>
</div>
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
<div class="panel bg2">
<div class="inner"><span class="corners-top"><span></span></span>
<fieldset class="submit-buttons">
<input type="submit" tabindex="4" name="preview" value="Vorschau" class="button1" onclick="document.getElementById('postform').action += '#preview';" />
<input type="submit" accesskey="s" tabindex="5" name="post" value="Absenden" class="button1" />
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
<div id="tabs">
<ul>
<li id="options-panel-tab" class="activetab"><a href="#tabs" onclick="subPanels('options-panel'); return false;"><span>Optionen</span></a></li>
</ul>
</div>
<div class="panel bg3" id="options-panel">
<div class="inner"><span class="corners-top"><span></span></span>
<fieldset class="fields1">
<div><label for="disable_bbcode"><input type="checkbox" name="disable_bbcode" id="disable_bbcode" /> BBCode ausschalten</label></div>
<div><label for="disable_smilies"><input type="checkbox" name="disable_smilies" id="disable_smilies" /> Smilies ausschalten</label></div>
<div><label for="disable_magic_url"><input type="checkbox" name="disable_magic_url" id="disable_magic_url" /> URLs nicht automatisch verlinken</label></div>
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
</form>
<br />
<div id="wrapfooter">
<span class="gensmall">[ <a href="../adm/index.php?sid=b6e449bffa9b246dd716a0cc08c9c53f">Administrations-Bereich</a> ]</span><br /><br /> <span class="copyright">
Powered by <a href="
http://www.phpbb.com/">phpBB</a> © phpBB Group.
<br />Designed by <a href="
http://www.stsoftware.biz/">Vjacheslav Trushkin</a> for <a href="
http://www.freeforums.org" title="Free Forum Hosting">Free Forums</a>/<a href="http://www.divisioncore.com">DivisionCore</a>.
<br />Deutsche Übersetzung durch <a href="
http://www.phpbb.de/">phpBB.de</a></span>
</div>
</td>
</tr>
</table>
</body>
</html>[/code]