<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:import href="pageComponents_html.xsl" /> <!--In diesem Stylesheet können Sie individuelle templates unterbringen, die in ihrer Präzedenz das normale Stylesheet pageComponents_html.xsl überragt. --> <xsl:import href="pageComponents_html_final.xsl" /> <xsl:import href="maskComponents_html.xsl" /> <xsl:import href="levels.xsl" /> <xsl:variable name="useragent" select="'mozilla'" /> <xsl:template match="/"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>SuperX GANG</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO 8859-1" /> <LINK REL="stylesheet" type="text/css" href="../style/superx.css"/> <LINK REL="stylesheet" type="text/css" href="../xml/maske_html.css"/> <LINK REL="stylesheet" type="text/css" href="../xml/superxml_html.css"/> <LINK REL="stylesheet" type="text/css" href="gang.css"/> <style> html, body{ width: 100%; /* make the body expand to fill the visible window */ height: 100%; overflow: hidden; /* erase window level scrollbars */ padding: 0 0 0 0; margin: 0 0 0 0; } .dojoSplitPane{ margin: 5px; } #rightPane { margin: 0; } ul#minitabs{overflow: auto;width: 100%;list-style: none;margin: 0; padding: 0;border-bottom: 1px solid #CCC;} ul#minitabs li{float: left;border: thin solid blue;margin: 0;padding: 0 1px;height:35px;background-color:#99ccff} ul#minitabs a{float: left;text-decoration: none;padding: 1px 0 1px; color: #000066;text-align: center} ul#minitabs a#current,ul#minitabs a:hover{color: yellow; background-color:#0000ff} ul#minitabs a#current{color: white} .dojoTabContainer { position : relative; } .dojoTab { position : relative; float : left; padding-left : 9px; border-bottom : 1px solid #6290d2; background : url(../edit/gang/images/tab_left.gif) no-repeat left top; cursor: pointer; white-space: nowrap; z-index: 3; height:35px; } .dojoTab div { display : block; padding : 4px 15px 4px 6px; background : url(../edit/gang/images/tab_top_right.gif) no-repeat right top; color : #333; font-size : 90%; height:27px; } .dojoTab .close { display : inline-block; height : 12px; width : 12px; padding : 0 12px 0 0; margin : 0 -10px 0 10px; cursor : default; font-size: small; } .dojoTab .closeImage { background : url(../edit/gang/images/tab_close.gif) no-repeat right top; } .dojoTab .closeHover { background-image : url(../edit/gang/images/tab_close_h.gif); } .dojoTab.current { padding-bottom : 1px; border-bottom : 0; background-position : 0 -150px; } .dojoTab.current div { padding-bottom : 5px; margin-bottom : -1px; background-position : 100% -150px; } a.tabLink:link { color:black; text-decoration:none } a.tabLink:visited { color:black; text-decoration:none } a.tabLink:active { color:red; text-decoration:none } a.tabLinkAktiv:link { color:black; text-decoration:underline } a.tabLinkAktiv:visited { color:black; text-decoration:underline } a.tabLinkAktiv:active { color:red; text-decoration:none } </style> </head> <script type="text/javascript"> var djConfig = {isDebug: true}; //djConfig.debugAtAllCosts = true; </script> <script type="text/javascript" src="/superx/xml/js/dojo/dojo.js"> //dummy line for dojo; </script> <script language="JavaScript" type="text/javascript"> dojo.require("dojo.widget.LayoutContainer"); dojo.require("dojo.widget.ContentPane"); dojo.require("dojo.widget.LinkPane"); dojo.require("dojo.widget.SplitContainer"); dojo.require("dojo.widget.ColorPalette"); dojo.require("dojo.widget.TabContainer"); dojo.hostenv.writeIncludes(); </script> <body> <table width="100%"><tr><td valign="top" align="left"> <img alt="" ><xsl:attribute name="src"><xsl:call-template name="logo_path"/></xsl:attribute></img> </td><td valign="top">GANG Studiengangsverwaltung<br /> </td> <td valign="top" align="right"><img alt="Logo der Hochschule" src="{normalize-space(/maske/felder/feld [ name='Logo' ] /defaultwert/key)}" /></td> </tr> </table> <xsl:variable name="tid"><xsl:value-of select="normalize-space(/maske/felder/feld [ name='Studiengang' ] /defaultwert/key)" /></xsl:variable> <h1 align="center">Studiengänge Hauptmenü</h1> <div id="hauptmenue" style="margin-left:20%;margin-right:20%;padding-left:40px;border:thin solid blue;background-color:#ffffcc"> <xsl:if test="/maske/felder/feld [ name='Bearbeiter' ] /defaultwert/key > 0 or /maske/felder/feld [ name='Administratoren' ] /defaultwert/key > 0"> <ul>Aktionen <li><a target="nextedit"><xsl:if test="string-length($tid) > 0"> <xsl:attribute name="href"><xsl:value-of select="concat('../edit/gang/gang_bearbeiten.jsp?tid=',$tid)" /> </xsl:attribute> <xsl:attribute name="onClick"><xsl:text>javascript:neu=window.open('</xsl:text><xsl:value-of select="concat('../edit/gang/gang_bearbeiten.jsp?tid=',$tid)" /> <xsl:text>','_blank','directories=no,location=no,menubar=no,scrollbars=yes,resizable=yes,toolbar=no,width=900,height=700'); return false;</xsl:text></xsl:attribute> </xsl:if> Studiengänge bearbeiten</a> </li> <xsl:if test="/maske/felder/feld [ name='Administratoren' ] /defaultwert/key > 0"> <li><a target="_self"> <xsl:attribute name="href"><xsl:value-of select="'../servlet/SuperXmlMaske?tid=25060'" /> </xsl:attribute> Schlüsseltabellen bearbeiten</a> </li> <li><a target="_self"> <xsl:attribute name="href"><xsl:value-of select="'../servlet/SuperXmlMaske?tid=25020'" /> </xsl:attribute> Prüfprotokoll</a> </li> </xsl:if> </ul > </xsl:if> <ul>Berichte <li><a target="_self"> <xsl:attribute name="href"><xsl:value-of select="'../servlet/SuperXmlMaske?tid=25100'" /> </xsl:attribute>Studiengangsverzeichnis</a></li> <li><a target="_self"> <xsl:attribute name="href"><xsl:value-of select="'../servlet/SuperXmlMaske?tid=25440'" /> </xsl:attribute>Lehrverflechtungsmatrix</a></li> <li><a target="_self"> <xsl:attribute name="href"><xsl:value-of select="'../servlet/SuperXmlMaske?tid=25500'" /> </xsl:attribute>Meldung fürs Landesamt (An- und Abmeldung)</a></li> <li><a target="_self"> <xsl:attribute name="href"><xsl:value-of select="'../servlet/SuperXmlMaske?tid=25480'" /> </xsl:attribute>Akkreditierungen nach Agentur und Status</a></li> <li><a target="_self"> <xsl:attribute name="href"><xsl:value-of select="'../servlet/SuperXmlMaske?tid=25460'" /> </xsl:attribute>Bewerber und Zulassungen, Aufnahmekap.,Anfänger</a></li> </ul> <ul>Dokumentation <li><a href="http://www.superx-projekt.de/doku/gang_modul/benutzer/index.htm" target="_blank" title="Benutzerhandbuch GANG-Modul">Benutzerhandbuch</a></li> <li><a href="http://www.superx-projekt.de/doku/gang_modul/admin/index.htm" target="_blank" title="Administrationshandbuch GANG-Modul">Administrationshandbuch</a></li> <li><a href="http://gang-modul.superx-projekt.de/" target="_blank" title="Homepage GANG-Modul">Homepage des Projektes</a></li> <li><a href="http://www.studio-fuer-textdesign.de/superx/doku/gang_modul/admin/f_Einfhrung.htm" target="_blank" title="Projektmitglieder">Auftraggeber</a></li> </ul> </div> </body> </html> </xsl:template> </xsl:stylesheet>