You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.8 KiB
59 lines
1.8 KiB
2 years ago
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta http-equiv="content-type" content="text/html;">
|
||
|
<title>HFT Stuttgart Finanzbericht</title>
|
||
|
<link rel="stylesheet" type="text/css" href="format.css">
|
||
|
|
||
|
</head>
|
||
|
<script language="Javascript">
|
||
|
function oeffne(url)
|
||
|
{
|
||
|
self.maske.location.href=url;
|
||
|
}
|
||
|
function applyMerkmale(merkmale)
|
||
|
{
|
||
|
self.maske.applyMerkmale(merkmale);
|
||
|
}
|
||
|
</script>
|
||
|
<script type="text/javascript" src="js/dojo/dojo.js"></script>
|
||
|
|
||
|
<%if (request.getParameter("logoff") != null&&request.getSession()!=null) {
|
||
|
request.getSession().invalidate();
|
||
|
};
|
||
|
if (request.getSession()!=null&&request.getSession().getAttribute("sessiontype")!=null&&request.getSession().getAttribute("sessiontype").equals("superx")) {%>
|
||
|
|
||
|
<frameset id="superxframes" rows="*,60" frameborder="0" framespacing="0" border="0">
|
||
|
<frame name="maske" src="/superx/servlet/SuperXmlMaske?tid=14571000&MandantenID=BISP">
|
||
|
<frame name="menue" scrolling="no" src="/superx/xml/management/menu.jsp">
|
||
|
|
||
|
<noframes>
|
||
|
|
||
|
</frameset>
|
||
|
<% }else {%>
|
||
|
<body>
|
||
|
<div id="memtext">
|
||
|
<p align="center"><img src="Hochschule.png"></p>
|
||
|
|
||
|
<!--
|
||
|
<p><a href="Finanzbericht-Anleitung.pdf">Anleitung (PDF)</a></p>
|
||
|
<p><a href="anleitung_viewlet_swf.html" target="_blank">Videoanleitung</a></p>
|
||
|
<br><br><br>-->
|
||
|
|
||
|
<FORM ACTION="/superx/servlet/SuperXmlAnmeldung" METHOD="post">
|
||
|
<p>Kennung: <br /><INPUT TYPE="Text" NAME="kennung" VALUE="">
|
||
|
</p>
|
||
|
<p>Passwort: <br /><INPUT TYPE="Password" NAME="passwort" value="">
|
||
|
<INPUT TYPE="hidden" NAME="MandantenID" value="BISP">
|
||
|
</p><br>
|
||
|
<input type="hidden" Name="requestedServlet" value="/superx/xml/management/finanzbericht.jsp"/>
|
||
|
<input type="hidden" Name="alt_redirect_url" value="/superx/xml/management/index.jsp"/>
|
||
|
<INPUT TYPE="Submit" NAME="Abschicken" VALUE="Anmelden" class="clsButtonStyle">
|
||
|
|
||
|
|
||
|
</FORM>
|
||
|
<p> Eine gemeinsame Entwicklung von Meikel Bisping und der HFT Stuttgart</p>
|
||
|
</div>
|
||
|
</body>
|
||
|
<% }%>
|
||
|
</html>
|