<%@page pageEncoding="utf-8" contentType="text/html" %>
<%@ page import ="java.util.Hashtable" %>
<%@ page import ="java.util.StringTokenizer" %>
<%@ page import ="info.bliki.wiki.model.*" %>
<%@ page import ="de.superx.common.SxResultSet,de.superx.common.SxResultRow,de.superx.servlet.ServletUtils" %>
<%
String mandantenid="default";
//Ermittlung der Mandantenid zuerst aus Session, 
//wenn leer (d.h. User ist noch nicht angemeldet)
//dann über request-Parameter 
Object mandantobject=request.getSession().getAttribute("MandantenID");
if(mandantobject != null)
	mandantenid=mandantobject.toString();
String mandantparam=request.getParameter("MandantenID");
if(mandantparam !=null && !mandantenid.equals(""))
	mandantenid=mandantparam;

String wikiHeader="Willkommen zu SuperX";
String wikiBody="";
String queryWiki = "select contents_short,contents_long \n"
				+ "from sx_captions where id='WIKI_WELCOME' and locale='de'"
				;
String info_text_html="";
String default_text_html="";
%>

<%@ include file="/xml/wikiSelector.inc" %>
<html>

<head>
<meta http-equiv="content-type" content="text/html;">
<title><%= wikiHeader%></title>
<link rel="stylesheet" type="text/css" href="../style/superx.css" />
<base target="_blank" />
</head>
<body>
<%
if(!info_text_html.equals(""))
{
out.println(info_text_html);
}
else
{
//Default Text falls es keine Wiki Seite gibt:
%>
<hr>
<table border="0" width="100%">
  <tr>
    <td width="100%" colspan="2"><h3><img border="0" src="../images/Symbol.gif" alt="SuperX-Logo">  
      Anmeldung</h3>
      <p>Geben Sie links Ihren Benutzernamen und Ihr Kennwort ein. Danach erscheint das Men&uuml; mit den Abfragen<br />Ein Benutzerhandbuch finden Sie <a href="../doku/kern_modul/benutzer/main.htm" target="_blank"> hier</a>.</p>
      <p>&nbsp;</p>
    </td>
  </tr>
  <tr>
   <td width="100%" colspan="2"> 
    <div id="javascript_test" style="display:block"><h3><img border="0" src="../images/Symbol.gif" alt="SuperX-Logo" /> Javascript eingeschaltet?</h3>
     <p>&nbsp;<span style="font-family:Arial;color:black">Bitte beachten Sie dass die Nutzbarkeit von SuperX erheblich gesteigert wird, wenn Sie Javascript bzw. Active Scripting <a href="../doku/benutzer/f_JavascriptEinstellun.htm" target="_blank"> einschalten</a>.</span></p>
    </div>
    <p>&nbsp;
   </td>
  </tr>
  <tr>
   <td width="58%" valign="top">
    <h3><img border="0" src="../images/Symbol.gif" alt="SuperX-Logo"> Weitere Ressourcen</h3>
    <p>Die WWW-Adresse von SuperX lautet <a href="http://www.superx-projekt.de" target="_parent">www.superx-projekt.de</a>, eine ganze Domain nur f&uuml;r SuperX Darunter finden sich noch weitere Subdomains bzw Mailadressen.</p>
    <table border="1" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border:none">
     <tr>
      <td width="125" valign="top" style="width:93.5pt;border:solid windowtext .5pt;padding:0cm 3.5pt 0cm 3.5pt">
       <p class="MsoNormal" style="text-indent:0cm">Community</p>
      </td>
      <td width="489" valign="top" style="width:367.0pt;border:solid windowtext .5pt;border-left:none;padding:0cm 3.5pt 0cm 3.5pt">
       <p class="MsoNormal" style="text-indent:0cm"><a href="http://community.superx-projekt.de/" target="_blank" title="http://community.superx-projekt.de">http://community.superx-projekt.de</a></p>
      </td>
     </tr>
  <tr>
    <td width="125" valign="top" style="width:93.5pt;border:solid windowtext .5pt;
  border-top:none;padding:0cm 3.5pt 0cm 3.5pt">
      <p class="MsoNormal" style="text-indent:0cm">Forum</p>
    </td>
    <td width="489" valign="top" style="width:367.0pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .5pt;border-right:solid windowtext .5pt;
  padding:0cm 3.5pt 0cm 3.5pt">
      <p class="MsoNormal" style="text-indent:0cm"><a href="http://forum.superx-projekt.de/" target="_blank" title="http://community.superx-projekt.de">http://forum.superx-projekt.de</a></p>
    </td>
  </tr>
  <tr>
    <td width="125" valign="top" style="width:93.5pt;border:solid windowtext .5pt;
  border-top:none;padding:0cm 3.5pt 0cm 3.5pt">
      <p class="MsoNormal" style="text-indent:0cm">Download</p>
    </td>
    <td width="489" valign="top" style="width:367.0pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .5pt;border-right:solid windowtext .5pt;
  padding:0cm 3.5pt 0cm 3.5pt">
      <p class="MsoNormal" style="text-indent:0cm"><a href="http://download.superx-projekt.de/" target="_blank" title="http://download.superx-projekt.de">http://download.superx-projekt.de</a></p>
    </td>
  </tr>
  <tr>
    <td width="125" valign="top" style="width:93.5pt;border:solid windowtext .5pt;
  border-top:none;padding:0cm 3.5pt 0cm 3.5pt">
      <p class="MsoNormal" style="text-indent:0cm">Weitere Infos und Support</p>
    </td>
    <td width="489" valign="top" style="width:367.0pt;border-top:none;border-left:
  none;border-bottom:solid windowtext .5pt;border-right:solid windowtext .5pt;
  padding:0cm 3.5pt 0cm 3.5pt">
      <p class="MsoNormal" style="text-indent:0cm"><a href="mailto:info@superx-projekt.de">info@superx-projekt.de</a></p>
    </td>
  </tr>
</table>

         

 
    </td>
    <td width="42%" valign="top">
      <p align="center">&nbsp;<img border="0" src="../images/Superx-big.gif" alt="SuperX Informationssystem"></p>
    </td>
  </tr>
</table>
<table border="0" width="100%">
  <!--<tr>
    <td width="44%">
      <p dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="font-family: Comic Sans MS; font-size: 24pt; color: #0000FF; font-weight: bold" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2" align="left"><b><font face="Comic Sans MS">SuperX
      ist Super !!</font></b></p>
    </td>
    <td width="56%">
      <h3><img border="0" src="images/SymbolU.gif" width="35" height="34" alt="SuperX-Logo"> Und
      wenn's einmal doch nicht klappt...</h3>
      <p>Schauen Sie doch einfach bei unserer Troubleshooting-Seite vorbei!</p>
      <p align="center">
      <applet code="fphover.class" codebase="./" width="120" height="24" align="left">
        <param name="color" value="#000080">
        <param name="hovercolor" value="#0000FF">
        <param name="textcolor" value="#FFFFFF">
        <param name="text" value="Troubleshooting">
        <param name="effect" value="glow">
        <param name="target" value="Hauptframe">
        <param name="url" valuetype="ref" value="install.htm">
      </applet>
      </p>
      <p align="center">
      &nbsp;
      </p>
    </td>
  </tr>-->
</table>
<hr>
<%
}
%>
</body>
</html>