Ich kann auch nichts dafür, wenn es nach mir gänge wäre auf dem Rechner Fedora. Aber hier (in Norwegen) herrscht Windows. Mit Linux kommt man hier nicht ins Netz.
mfg
tcr
//EDIT
<?xml version="1.0" encoding="windows-1252" ?>
<!DOCTYPE html (View Source for full doctype...)>
- <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="de" xml:lang="de">
- <head>
<title>[Habo] | Applikationen | Passwortmanager | Antwort erstellen</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<link rel="index" href="index.php" />
<link rel="help" href="misc.php?action=faq" />
<link rel="search" href="search.php" />
<link rel="up" href="javascript:self.scrollTo(0,0);" />
<link rel="copyright" href="http://www.woltlab.de" />
- <style type="text/css">
- <!--
body {
color: #CCFFFF;
background-color: #000033;
font-family: Verdana, Helvetica,Arial,sans-serif;
margin-top: 13px;
}
body a:link, body a:visited, body a:active {
color: #CCFFFF;
text-decoration: none;
}
body a:hover {
color: #9999ff;
}
.logobackground {
background-image: url(images/logobackground.jpg);
}
.mainpage {
background-color: #000033;
}
.tableoutborder {
background-color: #000000;
}
.tableinborder {
background-color: #000000;
}
.threadline {
color: #000000;
background-color: #000000;
height: 1px;
border: 0;
}
.tabletitle {
color: #ffffff;
background-color: #001122;
background-image: url(images/cellpic.gif);
}
.tabletitle_fc {
color: #ffffff;
}
.inposttable {
background-color: #72849B;
font-size:8pt
}
.tabletitle a:link, .tabletitle a:visited, .tabletitle a:active {
color: #9999ff;
}
.tabletitle a:hover {
color: #ffffcc;
text-decoration: underline;
}
.smallfont {
font-size: 10px;
font-family: Verdana,Tahoma,Helvetica;
color: #CCFFFF;
}
.normalfont {
font-size: 13px;
font-family: Verdana,Tahoma,Helvetica;
color: #CCFFFF;
}
.tablecat {
color: #ffffcc;
background-color: #4f0027;
}
.tablecat_fc {
color: #ffffcc;
}
.tablecat a:link, .tablecat a:visited, .tablecat a:active {
color: #ffffcc;
text-decoration: none;
}
.tablecat a:hover {
color: #ffffff;
}
.tableb {
color: #ffffcc;
background-color: #003c77;
}
.tableb_fc {
color: #ffffcc;
}
.tableb a:link, .tableb a:visited, .tableb a:active {
color: #9999ff;
}
.tableb a:hover {
color: #ffffff;
text-decoration: underline overline;
}
.tablea {
color: #ffffcc;
background-color: #002e5b;
}
.tablea_fc {
color: #ffffcc;
}
.tablea a:link, .tablea a:visited, .tablea a:active {
color: #9999ff;
}
.tablea a:hover {
color: #ffffff;
text-decoration: underline overline;
}
.prefix {
color: #ffffcc;
}
.time {
color: #ffffcc;
}
.highlight {
color: red;
font-weight: bold;
}
select {
font-size: 11px;
font-family: tahoma,helvetica;
color: #000000;
background-color: #cfcfcf;
}
textarea {
font-size: 11px;
font-family: tahoma,helvetica;
color: #000000;
background-color: #cfcfcf;
}
.input {
font-size: 11px;
font-family: verdana,helvetica;
color: #000000;
background-color: #cfcfcf;
}
.publicevent {
color: red;
}
.privateevent {
color: blue;
}
.hoverMenu {
display: none;
position: absolute;
z-index: 10;
padding: 5px;
border: 1px solid #000000;
color: #ffffcc;
background-color: #002e5b;
}
.hoverMenu ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.hoverMenu ul li {
text-align: left;
padding: 0;
}
.yesterday {
color: #cfcfcf;
}
.today {
color: #FF0000;
}
form {
padding:0px;
margin:0px;
}
pre {
padding:0px;
margin:0px;
}
.cssnavi ul {
list-style-type: none;
margin:0;
padding:5px;
white-space: nowrap;
}
.cssnavi li {
display:inline;
}
.cssnavi {
font-size: 70%;
padding:0px;
margin:0px;
float: center;
}
.cssnavi a:link, .cssnavi a:visited, .cssnavi a:active {
color: #CCFFFF;
text-decoration: none;
padding: 2px 4px;
margin: 1px;
}
.cssnavi a:hover
{
border: 1px solid #aacef2;
padding: 2px 4px;
margin: 0;
background-color: #002e5b;
color:#CCFFFF;
text-decoration: none;
}
.feedbuttons {
position:absolute; top:37px; right:215px;
}
-->
</style>
- <script type="text/javascript">
- <!--
tag_prompt = "Geben Sie einen Text ein:";
img_prompt = "Bitte geben Sie die volle Bildadresse ein:";
font_formatter_prompt = "Geben Sie einen Text ein - ";
link_text_prompt = "Geben Sie einen Linknamen ein (optional):";
link_url_prompt = "Geben Sie die volle Adresse des Links ein:";
link_email_prompt = "Geben Sie eine E-Mail-Adresse ein:";
list_type_prompt = "Was für eine Liste möchten Sie? Geben Sie '1' ein für eine nummerierte Liste, 'a' für ein alphabetische, oder gar nichts für eine einfache Punktliste.";
list_item_prompt = "Geben Sie einen Listenpunkt ein.\nGeben Sie nichts ein oder drücken 'Abbrechen' um die Liste fertigzustellen.";
function getAppletText(theForm) {
}
function resetAppletText() {
}
function getMessageLength(theform) {
return theform.message.value.length;
}
var postmaxchars = 100000;
function validate(theform) {
getAppletText(theform);
if (theform.message.value=="") {
alert("Nachrichtfeld muß ausgefüllt werden!");
return false;
}
return messagetolong(theform);
}
function checklength(theform) {
if (postmaxchars != 0) message = " Die maximale Grenze liegt bei "+postmaxchars+" Zeichen.";
else message = "";
var messageLength = getMessageLength(theform);
alert("Ihre Nachricht ist "+messageLength+" Zeichen lang." + message);
}
function messagetolong(theform) {
if (postmaxchars != 0) {
var messageLength = getMessageLength(theform);
if (messageLength > postmaxchars) {
alert("Ihre Nachricht ist zu lang. Bitte reduzieren Sie Ihre Nachricht auf "+postmaxchars+" Zeichen. Momentan ist sie "+messageLength+" Zeichen lang.");
return false;
}
else {
return true;
}
}
else {
return true;
}
}
function changeEditor(theForm, editorID) {
getAppletText(theForm);
theForm.change_editor.value = editorID;
theForm.submit();
}
activeMenu = false;
menuTimerRunning = false;
function toggleMenu(id, toggle) {
if(document.getElementById) {
if(id && toggle) {
element = document.getElementById(id);
status = element.style.display;
if (!status || status == 'undefined' || status == 'none') {
posLeft = getObjectPosLeft(toggle) + 10;
element.style.left = posLeft + 'px';
element.style.top = '0px';
element.style.display = 'block';
posTop = getObjectPosTop(toggle) - element.offsetHeight - 10;
element.style.top = posTop + 'px';
element.onmouseover = checkMenuTimer;
element.onmouseout = startMenuTimer;
activeMenu = id;
}
else {
element.style.display = 'none';
activeMenu = false;
}
}
else if(activeMenu) {
checkMenuTimer();
document.getElementById(activeMenu).style.display = 'none';
activeMenu = false;
}
}
}
function getObjectPosLeft(element) {
var left = element.offsetLeft;
while((element = element.offsetParent) != null) {
left += element.offsetLeft;
}
return left;
}
function getObjectPosTop(element) {
var top = element.offsetTop;
while((element = element.offsetParent) != null) {
top += element.offsetTop;
}
return top;
}
function checkMenuTimer() {
if(menuTimerRunning) {
clearTimeout(menuTimerRunning);
menuTimerRunning = false;
}
}
function startMenuTimer() {
menuTimerRunning = setTimeout("toggleMenu();", 500);
}
//
-->
</script>
<script type="text/javascript" src="js/bbcode.js" />
- <script type="text/javascript">
- <!--
var imageMaxWidth = 600;
var imageMaxHeight = 600;
//
-->
</script>
<script type="text/javascript" src="js/images.js" />
</head>
- <body onload="resizeImages();">
- <table style="width:100%" cellpadding="0" cellspacing="1" align="center" border="0" class="tableoutborder">
- <tr>
- <td class="mainpage" align="center">
- <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="logobackground" style="background-position:right; background-repeat:no-repeat;" align="left">
- <a href="index.php">
<img src="images/logo.gif" border="0" alt="[Habo]" title="[Habo]" />
</a>
- <div class="feedbuttons">
- <a href="http://www.klipfarm.com/farm.php?page=info&klip=2734" target="_blank">
<img src="feed/images/klip.gif" alt="HaBo Serence Klip Feed" border="0" />
</a>
- <a href="http://www.hackerboard.de/rss.php" target="_blank">
<img src="feed/images/rss.gif" alt="HaBo RSS Feed" border="0" />
</a>
</div>
- <div style="position:absolute; top:30px; right:30px;">
- <form action="search.php" method="post">
<input type="hidden" name="sid" value="" />
<input type="hidden" name="topiconly" value="0" />
<input type="hidden" name="showposts" value="0" />
<input type="hidden" name="beforeafter" value="after" />
<input type="hidden" name="searchdate" value="0" />
<input type="hidden" name="sortorder" value="desc" />
<input type="hidden" name="sortby" value="lastpost" />
<input type="hidden" name="send" value="send" />
<input type="hidden" name="boardids[]" value="*" />
- <span class="smallfont">
<input class="input" type="text" name="searchstring" value="Schnellsuche" onclick="JavaScript:this.value='';return true;" />
<input src="images/go.gif" type="image" />
</span>
</form>
</div>
</td>
</tr>
- <tr>
- <td align="left" style="background-image: url(images/cellpic.gif);">
- <span class="cssnavi">
- <ul>
- <li>
<a href="index.php">Start</a>
</li>
- <li>
<a href="usercp.php">Profil</a>
</li>
- <li>
<a href="pms.php">PN-Box</a>
</li>
- <li>
<a href="misc.php?action=faq">FAQ</a>
</li>
- <li>
<a href="thread.php?threadid=704">Regeln</a>
</li>
- <li>
<a href="search.php">Suche</a>
</li>
- <li>
<a href="features.php">? weitere Funktionen</a>
</li>
</ul>
</span>
</td>
</tr>
</table>
<br />
- <table cellpadding="4" cellspacing="1" border="0" style="width:98%" class="tableinborder">
- <tr>
- <td class="tablea">
- <table cellpadding="0" cellspacing="0" border="0" style="width:100%">
- <tr class="tablea_fc">
- <td align="left">
- <span class="smallfont">
- <b>
<a href="index.php">[Habo]</a>
?
<a href="board.php?boardid=17">Software Home</a>
?
<a href="board.php?boardid=18">Applikationen</a>
?
</b>
<span class="prefix">Frage</span>
- <b>
<a href="thread.php?threadid=15766">Passwortmanager</a>
?
Antwort erstellen
</b>
</span>
</td>
- <td align="right">
- <span class="smallfont">
- <b>
?
Hallo tcr [
<a href="logout.php">Abmelden</a>
]
</b>
</span>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
- <form action="addreply.php" method="post" name="bbform" onsubmit="return validate(this)" onreset="resetAppletText()">
- <table cellpadding="4" cellspacing="1" border="0" style="width:98%" class="tableinborder">
- <tr>
- <td class="tabletitle" align="left" colspan="2">
- <span class="normalfont">
<b>Antwort erstellen</b>
</span>
</td>
</tr>
- <tr align="left">
- <td class="tableb">
<span class="normalfont">Benutzername:</span>
</td>
- <td class="tableb">
<span class="normalfont">tcr</span>
- <span class="smallfont">
<a href="logout.php">[abmelden]</a>
</span>
</td>
</tr>
- <tr align="left">
- <td class="tablea">
<span class="normalfont">Thema:</span>
</td>
- <td class="tablea">
<input class="input" type="text" name="topic" value="" size="40" maxlength="100" />
</td>
</tr>
- <tr align="left" class="tableb">
- <td valign="top">
- <span class="normalfont">
Icon:
<br />
<input type="radio" name="iconid" id="radio_icon_0" value="0" checked="checked" />
<label for="radio_icon_0">kein Icon</label>
</span>
</td>
- <td>
- <span class="normalfont">
<input type="radio" name="iconid" value="1" />
<img src="images/icons/icon1.gif" alt="Gähn" title="Gähn" border="0" />
<input type="radio" name="iconid" value="2" />
<img src="images/icons/icon2.gif" alt="Ausrufezeichen" title="Ausrufezeichen" border="0" />
<input type="radio" name="iconid" value="3" />
<img src="images/icons/icon3.gif" alt="fettes Grinsen" title="fettes Grinsen" border="0" />
<input type="radio" name="iconid" value="4" />
<img src="images/icons/icon4.gif" alt="wütend" title="wütend" border="0" />
<input type="radio" name="iconid" value="5" />
<img src="images/icons/icon5.gif" alt="cool" title="cool" border="0" />
<input type="radio" name="iconid" value="6" />
<img src="images/icons/icon6.gif" alt="überrascht" title="überrascht" border="0" />
<input type="radio" name="iconid" value="7" />
<img src="images/icons/icon7.gif" alt="Fragezeichen" title="Fragezeichen" border="0" />
<br />
<input type="radio" name="iconid" value="8" />
<img src="images/icons/icon8.gif" alt="geschockt" title="geschockt" border="0" />
<input type="radio" name="iconid" value="9" />
<img src="images/icons/icon9.gif" alt="misstrauisch" title="misstrauisch" border="0" />
<input type="radio" name="iconid" value="10" />
<img src="images/icons/icon10.gif" alt="Lampe" title="Lampe" border="0" />
<input type="radio" name="iconid" value="11" />
<img src="images/icons/icon11.gif" alt="verrückt" title="verrückt" border="0" />
<input type="radio" name="iconid" value="12" />
<img src="images/icons/icon12.gif" alt="Pfeil" title="Pfeil" border="0" />
<input type="radio" name="iconid" value="13" />
<img src="images/icons/icon13.gif" alt="smile" title="smile" border="0" />
<input type="radio" name="iconid" value="14" />
<img src="images/icons/icon14.gif" alt="Text" title="Text" border="0" />
<br />
<input type="radio" name="iconid" value="15" />
<img src="images/icons/icon15.gif" alt="traurig" title="traurig" border="0" />
<input type="radio" name="iconid" value="16" />
<img src="images/icons/icon16.gif" alt="Daumen hoch!" title="Daumen hoch!" border="0" />
<input type="radio" name="iconid" value="17" />
<img src="images/icons/icon17.gif" alt="Daumen runter!" title="Daumen runter!" border="0" />
<input type="radio" name="iconid" value="18" />
<img src="images/icons/icon18.gif" alt="Zunge raus!" title="Zunge raus!" border="0" />
</span>
</td>
</tr>
- <tr align="left">
- <td class="tablea" valign="top">
- <span class="normalfont">
<b>Nachricht:</b>
</span>
<br />
<br />
- <table cellpadding="4" cellspacing="1" border="0" class="tableinborder">
- <tr>
- <td align="left" class="tableb" nowrap="nowrap">
- <span class="smallfont">
HTML ist
<b>nicht</b>
erlaubt
<br />
BBCode ist erlaubt
<br />
Smilies sind erlaubt
<br />
Bilder sind erlaubt
<br />
</span>
</td>
</tr>
</table>
<br />
- <table cellpadding="4" cellspacing="1" border="0" class="tableinborder">
- <tr>
- <td align="left" colspan="3" class="tabletitle">
- <span class="smallfont">
<b>Smilies:</b>
15 von 17
</span>
</td>
</tr>
- <tr>
- <td class="tableb" align="center">
<img src="images/smilies/biggrin.gif" alt="großes Grinsen" title="großes Grinsen" border="0" onclick="smilie('

')" onmouseover="this.style.cursor='hand';" />
</td>
- <td class="tableb" align="center">
<img src="images/smilies/redface.gif" alt="rotes Gesicht" title="rotes Gesicht" border="0" onclick="smilie(':O')" onmouseover="this.style.cursor='hand';" />
</td>
- <td class="tableb" align="center">
<img src="images/smilies/confused.gif" alt="verwirrt" title="verwirrt" border="0" onclick="smilie('?(')" onmouseover="this.style.cursor='hand';" />
</td>
</tr>
- <tr>
- <td class="tableb" align="center">
<img src="images/smilies/cool.gif" alt="cool" title="cool" border="0" onclick="smilie('8)')" onmouseover="this.style.cursor='hand';" />
</td>
- <td class="tableb" align="center">
<img src="images/smilies/crying.gif" alt="traurig" title="traurig" border="0" onclick="smilie(';(')" onmouseover="this.style.cursor='hand';" />
</td>
- <td class="tableb" align="center">
<img src="images/smilies/eek.gif" alt="geschockt" title="geschockt" border="0" onclick="smilie('8o')" onmouseover="this.style.cursor='hand';" />
</td>
</tr>
- <tr>
- <td class="tableb" align="center">
<img src="images/smilies/pleased.gif" alt="Freude" title="Freude" border="0" onclick="smilie(':]')" onmouseover="this.style.cursor='hand';" />
</td>
- <td class="tableb" align="center">
<img src="images/smilies/frown.gif" alt="unglücklich" title="unglücklich" border="0" onclick="smilie('

')" onmouseover="this.style.cursor='hand';" />
</td>
- <td class="tableb" align="center">
<img src="images/smilies/happy.gif" alt="fröhlich" title="fröhlich" border="0" onclick="smilie('=)')" onmouseover="this.style.cursor='hand';" />
</td>
</tr>
- <tr>
- <td class="tableb" align="center">
<img src="images/smilies/mad.gif" alt="böse" title="böse" border="0" onclick="smilie('X(')" onmouseover="this.style.cursor='hand';" />
</td>
- <td class="tableb" align="center">
<img src="images/smilies/smile.gif" alt="smile" title="smile" border="0" onclick="smilie('

')" onmouseover="this.style.cursor='hand';" />
</td>
- <td class="tableb" align="center">
<img src="images/smilies/tongue.gif" alt="Zunge raus" title="Zunge raus" border="0" onclick="smilie('

')" onmouseover="this.style.cursor='hand';" />
</td>
</tr>
- <tr>
- <td class="tableb" align="center">
<img src="images/smilies/wink.gif" alt="Augenzwinkern" title="Augenzwinkern" border="0" onclick="smilie('

')" onmouseover="this.style.cursor='hand';" />
</td>
- <td class="tableb" align="center">
<img src="images/smilies/rolleyes.gif" alt="Augen rollen" title="Augen rollen" border="0" onclick="smilie('

')" onmouseover="this.style.cursor='hand';" />
</td>
- <td class="tableb" align="center">
<img src="images/smilies/baby.gif" alt="Baby" title="Baby" border="0" onclick="smilie(':baby:')" onmouseover="this.style.cursor='hand';" />
</td>
</tr>
- <tr>
- <td colspan="3" align="center" class="tablea">
<input type="button" value="mehr" name="getmore" onclick="window.open("misc.php?action=moresmilies", "smilies", "toolbar=no,scrollbars=yes,resizable=yes,width=440,height=280")" class="input" />
</td>
</tr>
</table>
</td>
- <td class="tablea">
- <table>
- <tr>
- <td align="center">
- <table cellspacing="0" cellpadding="0">
- <tr class="tablea_fc">
- <td align="left" colspan="3">
- <span class="smallfont">
<input type="radio" name="mode" id="radio_bbcodemode_1" value="0" title="einfacher Modus (alt+n)" accesskey="n" onclick="setmode(this.value)" checked="checked" />
<label for="radio_bbcodemode_1">einfacher Modus</label>
<input type="radio" name="mode" id="radio_bbcodemode_2" value="1" title="erweiterter Modus (alt+e)" accesskey="e" onclick="setmode(this.value)" />
<label for="radio_bbcodemode_2">erweiterter Modus</label>
</span>
</td>
</tr>
- <tr>
- <td>
- <select id="fontselect" onchange="fontformat(this.form,this.options[this.selectedIndex].value,'FONT')">
<option value="0">FONT</option>
<option value="arial">Arial</option>
<option value="comic sans ms">Comic</option>
<option value="courier new">Courier New</option>
<option value="tahoma">Tahoma</option>
<option value="times new roman">Times New Roman</option>
<option value="verdana">Verdana</option>
</select>
- <select id="sizeselect" onchange="fontformat(this.form,this.options[this.selectedIndex].value,'SIZE')">
<option value="0">SIZE</option>
<option value="7">winzig</option>
<option value="10">klein</option>
<option value="12">mittel</option>
<option value="16">groß</option>
<option value="20">riesig</option>
</select>
- <select id="colorselect" onchange="fontformat(this.form,this.options[this.selectedIndex].value,'COLOR')">
<option value="0">COLOR</option>
<option value="skyblue" style="color:skyblue">sky blue</option>
<option value="royalblue" style="color:royalblue">royal blue</option>
<option value="blue" style="color:blue">blue</option>
<option value="darkblue" style="color:darkblue">dark-blue</option>
<option value="orange" style="color

range">orange</option>
<option value="orangered" style="color

rangered">orange-red</option>
<option value="crimson" style="color:crimson">crimson</option>
<option value="red" style="color:red">red</option>
<option value="firebrick" style="color:firebrick">firebrick</option>
<option value="darkred" style="color:darkred">dark red</option>
<option value="green" style="color:green">green</option>
<option value="limegreen" style="color:limegreen">limegreen</option>
<option value="seagreen" style="color:seagreen">sea-green</option>
<option value="deeppink" style="color:deeppink">deeppink</option>
<option value="tomato" style="color:tomato">tomato</option>
<option value="coral" style="color:coral">coral</option>
<option value="purple" style="color

urple">purple</option>
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
A semi colon character was expected. Line 642, Position 123
document.write('<input type="button" value="Dateianhänge" onclick="window.open(\'attachmentedit.php?boardid=18&idhash=7bba9c00491cc0b530b0979d68c4ce34&attachmentids=\'+document.bbform.attachmentids.value+\'\', \'moo\', \'toolbar=no,scrollbars=yes,resizable=yes,width=450,height=400\')" class="input" />');
--------------------------------------------------------------------------------------------------------------------------^