|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "../xml/xhtml1-strict.dtd">
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de"><head>
|
|
|
|
|
<META http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
|
|
<meta content="text/html; charset=windows-1252" http-equiv="Content-Type" />
|
|
|
|
|
<LINK href="/superx/style/superx.css" type="text/css" REL="stylesheet" />
|
|
|
|
|
<LINK href="/superx/xml/superxml_html.css" type="text/css" REL="stylesheet" />
|
|
|
|
|
<LINK href="/superx/xml/maske_html.css" type="text/css" REL="stylesheet" />
|
|
|
|
|
<title>Masken von SuperX</title>
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
<%@ page session="false" %>
|
|
|
|
|
<body>
|
|
|
|
|
<%
|
|
|
|
|
String tid=request.getParameter("tid");
|
|
|
|
|
if(tid != null && ! tid.equals("null")){
|
|
|
|
|
|
|
|
|
|
String seit_sem=request.getParameter("Seit Semester");
|
|
|
|
|
if(seit_sem == null || seit_sem.equals("null"))
|
|
|
|
|
seit_sem="20002";
|
|
|
|
|
String bis_sem=request.getParameter("Bis Semester");
|
|
|
|
|
if(bis_sem == null || bis_sem.equals("null"))
|
|
|
|
|
bis_sem="20052";
|
|
|
|
|
String sem=request.getParameter("Semester");
|
|
|
|
|
if(sem == null || sem.equals("null"))
|
|
|
|
|
sem="20052";
|
|
|
|
|
String stich=request.getParameter("Stichtag");
|
|
|
|
|
if(stich == null || stich.equals("null"))
|
|
|
|
|
stich="0";
|
|
|
|
|
String stich_pruef=request.getParameter("Stichtag");
|
|
|
|
|
if(stich_pruef == null || stich_pruef.equals("null"))
|
|
|
|
|
stich_pruef="0";
|
|
|
|
|
String aggr=request.getParameter("Aggregierung");
|
|
|
|
|
if(aggr == null || aggr.equals("null"))
|
|
|
|
|
aggr="10";
|
|
|
|
|
String style=request.getParameter("Stylesheet");
|
|
|
|
|
if(style == null || style.equals("null"))
|
|
|
|
|
style="tabelle_html_p.xsl";
|
|
|
|
|
String maxoffset=request.getParameter("maxoffset");
|
|
|
|
|
if(maxoffset == null || maxoffset.equals("null"))
|
|
|
|
|
maxoffset="100000";
|
|
|
|
|
String contenttype=request.getParameter("contenttype");
|
|
|
|
|
if(contenttype == null || contenttype.equals("null"))
|
|
|
|
|
contenttype="text/html";
|
|
|
|
|
|
|
|
|
|
%>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<jsp:forward page="../servlet/SuperXmlTabelle" >
|
|
|
|
|
<jsp:param name="tid" value="<%= tid %>" />
|
|
|
|
|
<jsp:param name="kennung" value="superx" />
|
|
|
|
|
<jsp:param name="passwort" value="anfang12" />
|
|
|
|
|
<jsp:param name="Semester" value="<%= sem %>" />
|
|
|
|
|
<jsp:param name="Seit Semester" value="<%= seit_sem %>" />
|
|
|
|
|
<jsp:param name="bis Semester" value="<%= bis_sem %>" />
|
|
|
|
|
<jsp:param name="Bis Semester" value="<%= bis_sem %>" />
|
|
|
|
|
<jsp:param name="K<EFBFBD>pfe oder F<EFBFBD>lle ?" value="studiengang_nr = 1 and fach_nr = 1" />
|
|
|
|
|
<jsp:param name="Stichtag" value="<%= stich %>" />
|
|
|
|
|
<jsp:param name="Stichtag Pr<EFBFBD>fungen" value="<%= stich_pruef %>" />
|
|
|
|
|
<jsp:param name="H<EFBFBD>rerstatus" value="1=1" />
|
|
|
|
|
<jsp:param name="Status" value="1,2,3,5,6" />
|
|
|
|
|
<jsp:param name="Aggregierung Fach" value="<%= aggr %>" />
|
|
|
|
|
<jsp:param name="stylesheet" value="<%= style %>" />
|
|
|
|
|
<jsp:param name="maxoffset" value="<%= maxoffset %>" />
|
|
|
|
|
<jsp:param name="contenttype" value="<%= contenttype %>" />
|
|
|
|
|
|
|
|
|
|
</jsp:forward>
|
|
|
|
|
|
|
|
|
|
<%
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
%>
|
|
|
|
|
<jsp:forward page="index.htm" />
|
|
|
|
|
<%
|
|
|
|
|
}
|
|
|
|
|
%>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
Klicken Sie <a href="xml/index.htm"> hier</a>, um zur Homepage zu gelangen
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|