mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Style Korrekturen
This commit is contained in:
@@ -52,20 +52,10 @@ $stsem = $stsem_obj->getaktorNext();
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table class="tabcontent" id="inhalt">
|
||||
<tr>
|
||||
<td class="tdwidth10"> </td>
|
||||
<td><table class="tabcontent">
|
||||
<tr>
|
||||
<td class="ContentHeader"><font class="ContentHeader"> <?php echo $p->t('freifach/freifaecherAnmeldung');?></font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo $p->t('freifach/markierenFreifachFuerAnmeldung');?>:
|
||||
<br />
|
||||
<h1><?php echo $p->t('freifach/freifaecherAnmeldung');?></h1>
|
||||
|
||||
<?php echo $p->t('freifach/markierenFreifachFuerAnmeldung');?>:
|
||||
<br />
|
||||
<?php
|
||||
//Wenn das Formular abgeschickt wurde
|
||||
if(isset($_POST['submit']))
|
||||
@@ -154,8 +144,7 @@ else
|
||||
die($p->t('freifach/fehlerBeimAuslesenFreifach'));
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
@@ -167,8 +156,6 @@ else
|
||||
</tr>-->
|
||||
</table>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -48,20 +48,9 @@ $user = get_uid();
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table class="tabcontent" id="inhalt">
|
||||
<tr>
|
||||
<td class="tdwidth10"> </td>
|
||||
<td><table class="tabcontent">
|
||||
<tr>
|
||||
<td class="ContentHeader"><font class="ContentHeader"> <?php echo $p->t('freifach/freifaecherAnmeldungsuebersicht');?></font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo $p->t('freifach/bitteFreifachAuswaehlen');?>
|
||||
<br />
|
||||
<h1><?php echo $p->t('freifach/freifaecherAnmeldungsuebersicht');?></h1>
|
||||
<?php echo $p->t('freifach/bitteFreifachAuswaehlen');?>
|
||||
<br />
|
||||
<?php
|
||||
$lvid = trim(isset($_POST['lvid'])?$_POST['lvid']:'');
|
||||
|
||||
@@ -169,8 +158,6 @@ if($lvid!='')
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -71,17 +71,17 @@ if(!$erg=$db->db_query($sql_query))
|
||||
else
|
||||
{
|
||||
$htmlstr .= "<form name='multitermin' action='abgabe_lektor_multitermin.php' title='Serientermin' target='al_detail' method='POST'>";
|
||||
$htmlstr .= "<table id='t1' class='liste table-autosort:4 table-stripeclass:alternate table-autostripe'>\n";
|
||||
$htmlstr .= "<table id='t1' class='tablesorter' width='100%'>\n";
|
||||
$htmlstr .= "<thead><tr class='liste'>\n";
|
||||
$htmlstr .= "<th></th><th class='table-sortable:default'>".$p->t('global/uid').' / '.$p->t('global/personenkz')."</th>
|
||||
$htmlstr .= "<th></th><th>".$p->t('global/uid').' / '.$p->t('global/personenkz')."</th>
|
||||
<th>".$p->t('global/mail')."</th>
|
||||
<th class='table-sortable:default'>".$p->t('global/vorname')."</th>
|
||||
<th class='table-sortable:alphanumeric'>".$p->t('global/nachname')."</th>";
|
||||
$htmlstr .= "<th class='table-sortable:alphanumeric'>".$p->t('abgabetool/typ')."</th>
|
||||
<th class='table-sortable:alphanumeric'>".$p->t('lvplan/stg')."</th>
|
||||
<th class='table-sortable:alphanumeric'>".$p->t('lvplan/sem')."</th>
|
||||
<th>".$p->t('global/vorname')."</th>
|
||||
<th>".$p->t('global/nachname')."</th>";
|
||||
$htmlstr .= "<th>".$p->t('abgabetool/typ')."</th>
|
||||
<th>".$p->t('lvplan/stg')."</th>
|
||||
<th>".$p->t('lvplan/sem')."</th>
|
||||
<th>".$p->t('abgabetool/titel')."</th>
|
||||
<th class='table-sortable:alphanumeric'>".$p->t('abgabetool/betreuerart')."</th>";
|
||||
<th>".$p->t('abgabetool/betreuerart')."</th>";
|
||||
$htmlstr .= "</tr></thead><tbody>\n";
|
||||
$i = 0;
|
||||
while($row=$db->db_fetch_object($erg))
|
||||
@@ -110,9 +110,9 @@ echo '
|
||||
<head>
|
||||
<title>'.$p->t('abgabetool/abgabetool').'</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" href="../../../skin/vilesci.css" type="text/css">
|
||||
<link rel="stylesheet" href="../../../include/js/tablesort/table.css" type="text/css">
|
||||
<script src="../../../include/js/tablesort/table.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="../../../skin/style.css.php" type="text/css">
|
||||
<script type="text/javascript" src="../../../include/js/jquery.js"></script>
|
||||
<link rel="stylesheet" href="../../../skin/tablesort.css" type="text/css"/>
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
function confdel()
|
||||
{
|
||||
@@ -120,12 +120,22 @@ echo '
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
$(document).ready(function()
|
||||
{
|
||||
$("#t1").tablesorter(
|
||||
{
|
||||
sortList: [[4,0]],
|
||||
widgets: ["zebra"]
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body class="background_main">';
|
||||
<body>';
|
||||
|
||||
echo "<h2><div style='float: left'>".$p->t('abgabetool/ueberschrift')." ($getuid) </div><div style='text-align:right'><a href='../../../cms/dms.php?id=".$p->t('dms_link/abgabetoolLektorHandbuch')."' target='_blank'><img src='../../../skin/images/information.png' alt='Anleitung' title='Anleitung BaDa-Abgabe' border=0> ".$p->t('global/handbuch')."</a></div></h2>";
|
||||
echo "<h1><div style='float: left'>".$p->t('abgabetool/ueberschrift')." ($getuid) </div><div style='text-align:right'><a href='../../../cms/dms.php?id=".$p->t('dms_link/abgabetoolLektorHandbuch')."' target='_blank'><img src='../../../skin/images/information.png' alt='Anleitung' title='Anleitung BaDa-Abgabe' border=0> ".$p->t('global/handbuch')."</a></div></h1>";
|
||||
|
||||
echo $htmlstr;
|
||||
|
||||
|
||||
@@ -106,10 +106,9 @@ echo '
|
||||
<html>
|
||||
<head>
|
||||
<title>'.$p->t('abgabetool/abgabetool').'</title>
|
||||
<link rel="stylesheet" href="../../../skin/vilesci.css" type="text/css">
|
||||
<link rel="stylesheet" href="../../../include/js/tablesort/table.css" type="text/css">
|
||||
<link rel="stylesheet" href="../../../skin/style.css.php" type="text/css">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<script src="../../../include/js/tablesort/table.js" type="text/javascript"></script>
|
||||
|
||||
<script language="Javascript">
|
||||
function confdel()
|
||||
{
|
||||
@@ -117,7 +116,7 @@ echo '
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="Background_main" style="background-color:#eeeeee;">
|
||||
<body>
|
||||
<h3>'.$p->t('abgabetool/abgabeLektorenbereich').'</h3>';
|
||||
|
||||
// Speichern eines Termines
|
||||
|
||||
@@ -4,12 +4,12 @@
|
||||
<head>
|
||||
<title>Bachelor-/Diplomarbeitsabgabe - Lektor</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<link rel="stylesheet" href="../../../skin/vilesci.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../../../skin/style.css.php" type="text/css" />
|
||||
</head>
|
||||
|
||||
<frameset rows="70%,*">
|
||||
<frame src="abgabe_lektor.php" id="uebersicht" name="uebersicht" frameborder="0" />
|
||||
<frame src="abgabe_lektor_details.php" id="al_detail" name="al_detail" frameborder="0" />
|
||||
<frameset rows="50%,*" frameborder="1" border="1" framespacing="1">
|
||||
<frame src="abgabe_lektor.php" id="uebersicht" name="uebersicht"/>
|
||||
<frame src="abgabe_lektor_details.php" id="al_detail" name="al_detail"/>
|
||||
<noframes>
|
||||
<body bgcolor="#FFFFFF">
|
||||
This application works only with a frames-enabled browser.<br />
|
||||
|
||||
@@ -158,13 +158,11 @@ echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Mehrfachtermin PA-Abgabe</title>
|
||||
<link rel="stylesheet" href="../../../skin/vilesci.css" type="text/css">
|
||||
<link rel="stylesheet" href="../../../include/js/tablesort/table.css" type="text/css">
|
||||
<link rel="stylesheet" href="../../../skin/style.css.php" type="text/css">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<script src="../../../include/js/tablesort/table.js" type="text/javascript"></script>
|
||||
</head>
|
||||
<body class="Background_main" style="background-color:#eeeeee;">
|
||||
<h3>'.$p->t('abgabetool/eingabeTerminPersonen').'</h3>';
|
||||
<body>
|
||||
<h2>'.$p->t('abgabetool/eingabeTerminPersonen').'</h2>';
|
||||
|
||||
//Eingabezeile für neuen Termin
|
||||
$htmlstr .= "<br><b>".$p->t('abgabetool/abgabetermine').":</b>\n";
|
||||
|
||||
@@ -38,7 +38,7 @@ echo '
|
||||
<head>
|
||||
<title>Terminübersicht</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link href="../../../skin/vilesci.css" rel="stylesheet" type="text/css">
|
||||
<link href="../../../skin/style.css.php" rel="stylesheet" type="text/css">
|
||||
<link href="../../../skin/tablesort.css" rel="stylesheet" type="text/css"/>
|
||||
|
||||
<script type="text/javascript" src="../../../include/js/jquery.js"></script>
|
||||
|
||||
@@ -99,7 +99,7 @@ echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>'.$p->t('abgabetool/abgabeZusatzdaten').'</title>
|
||||
<link rel="stylesheet" href="../../../skin/vilesci.css" type="text/css">
|
||||
<link rel="stylesheet" href="../../../skin/style.css.php" type="text/css">
|
||||
<link rel="stylesheet" href="../../../include/js/tablesort/table.css" type="text/css">
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<script src="../../../include/js/tablesort/table.js" type="text/javascript"></script>
|
||||
|
||||
@@ -142,10 +142,19 @@ echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>'.$p->t('abgabetool/ueberschrift').'</title>
|
||||
<link rel="stylesheet" href="../../../skin/vilesci.css" type="text/css">
|
||||
<link rel="stylesheet" href="../../../include/js/tablesort/table.css" type="text/css">
|
||||
<link rel="stylesheet" href="../../../skin/style.css.php" type="text/css">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<script src="../../../include/js/tablesort/table.js" type="text/javascript"></script>
|
||||
<style>
|
||||
table.detail
|
||||
{
|
||||
border-style:solid;
|
||||
border-color:#777777;
|
||||
border-width:1px;
|
||||
width:100%;
|
||||
padding:2px;
|
||||
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
function checkEid()
|
||||
{
|
||||
@@ -159,7 +168,7 @@ echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body class="Background_main" style="background-color:#eeeeee;">';
|
||||
<body>';
|
||||
$datum_obj = new datum();
|
||||
$error='';
|
||||
$neu = (isset($_GET['neu'])?true:false);
|
||||
@@ -274,7 +283,7 @@ if($command=="update" && $error!=true)
|
||||
WHERE paabgabe_id='".$paabgabe_id."'";
|
||||
$result=$db->db_query($qry);*/
|
||||
|
||||
echo '<h3>'.$p->t('abgabetool/abgabeStudentenbereich').' - '.$p->t('abgabetool/abgabeZusatzdaten').'</h3>';
|
||||
echo '<h2>'.$p->t('abgabetool/abgabeStudentenbereich').' - '.$p->t('abgabetool/abgabeZusatzdaten').'</h2>';
|
||||
$qry_zd="SELECT * FROM lehre.tbl_projektarbeit WHERE projektarbeit_id='".addslashes($projektarbeit_id)."'";
|
||||
$result_zd=@$db->db_query($qry_zd);
|
||||
$row_zd=@$db->db_fetch_object($result_zd);
|
||||
@@ -403,7 +412,7 @@ if($uid==-1||$projektarbeit_id==-1||$titel==-1)
|
||||
|
||||
if($command!="add")
|
||||
{
|
||||
echo '<h3>'.$p->t('abgabetool/abgabeStudentenbereich').'</h3>';
|
||||
echo '<h2>'.$p->t('abgabetool/abgabeStudentenbereich').'</h2>';
|
||||
|
||||
//Einlesen der Termine
|
||||
$qry="";
|
||||
|
||||
@@ -32,10 +32,10 @@ else
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
</head>
|
||||
|
||||
<frameset rows="200,*">
|
||||
<frameset rows="200,*" frameborder="1" border="1" framespacing="1">
|
||||
<?php
|
||||
echo '<frame src="abgabe_student.php'.($uid!=''?'?uid='.$uid:'').'" id="uebersicht" name="uebersicht" frameborder="0" />';
|
||||
echo '<frame src="abgabe_student_details.php'.($uid!=''?'?uid='.$uid:'').'" id="as_detail" name="as_detail" frameborder="0" />';
|
||||
echo '<frame src="abgabe_student.php'.($uid!=''?'?uid='.$uid:'').'" id="uebersicht" name="uebersicht"/>';
|
||||
echo '<frame src="abgabe_student_details.php'.($uid!=''?'?uid='.$uid:'').'" id="as_detail" name="as_detail"/>';
|
||||
?>
|
||||
<noframes>
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
@@ -36,17 +36,8 @@ $p= new phrasen($sprache);
|
||||
<title><?php echo $p->t('courseInformation/ectsLvInfo');?></title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<table class="tabcontent" id="inhalt">
|
||||
<tr>
|
||||
<td width="3%"> </td>
|
||||
<td>
|
||||
<table class="tabcontent">
|
||||
<tr>
|
||||
<td class="ContentHeader"><font class="ContentHeader"> <?php echo $p->t('courseInformation/lvInfoBeispiele');?></font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<body style="padding: 10px">
|
||||
<h1><?php echo $p->t('courseInformation/lvInfoBeispiele');?></h1>
|
||||
<table class="tabcontent">
|
||||
<tr>
|
||||
<td width="85%">
|
||||
@@ -62,9 +53,7 @@ $p= new phrasen($sprache);
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<table class="tabcontent">
|
||||
<tr>
|
||||
@@ -84,8 +73,6 @@ $p= new phrasen($sprache);
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -153,17 +153,9 @@ function ask() {
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<table class="tabcontent" id="inhalt">
|
||||
<tr>
|
||||
<td width="3%"> </td>
|
||||
<td>
|
||||
<table class="tabcontent">
|
||||
<tr>
|
||||
<td class="ContentHeader"><font class="ContentHeader"> <?php echo $p->t('courseInformation/lvInfoFreigabe');?></font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<body style="padding:10px">
|
||||
<h1><?php echo $p->t('courseInformation/lvInfoFreigabe');?></h1>
|
||||
|
||||
<table class="tabcontent">
|
||||
<tr>
|
||||
<td width="85%">
|
||||
@@ -179,9 +171,7 @@ function ask() {
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<?php
|
||||
//DropDown Menues zur Auswahl von Studiengang und Semester anzeigen
|
||||
@@ -314,8 +304,6 @@ function ask() {
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -68,7 +68,7 @@ if (!$db = new basis_db())
|
||||
-->
|
||||
</script>
|
||||
</head>
|
||||
<body id="inhalt">
|
||||
<body style="padding: 10px">
|
||||
<?php
|
||||
function Cut($string)
|
||||
{
|
||||
@@ -428,9 +428,7 @@ if (!$db = new basis_db())
|
||||
$stg_obj->load($stg);
|
||||
|
||||
//Kopfzeile hinausschreiben und $output ausgeben
|
||||
echo "<table class='tabcontent'><tr><td width='3%'> </td><td>";
|
||||
echo "<table class='tabcontent'><tr>";
|
||||
echo "<td class='ContentHeader'><font class='ContentHeader'> ".$p->t('courseInformation/lvInfoSemester',array($stg_obj->kuerzel, $sem))."</font></td></tr></table>";
|
||||
echo "<h1> ".$p->t('courseInformation/lvInfoSemester',array($stg_obj->kuerzel, $sem))."</h1>";
|
||||
echo $output;
|
||||
|
||||
if(isset($lv) && isset($stg) && isset($sem)) // Wenn oben alles Ausgewaehlt wurde
|
||||
|
||||
@@ -36,17 +36,9 @@ $p= new phrasen($sprache);
|
||||
<title><?php echo $p->t('courseInformation/terminologie');?></title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<table class="tabcontent" id="inhalt">
|
||||
<tr>
|
||||
<td width="3%"> </td>
|
||||
<td>
|
||||
<table class="tabcontent">
|
||||
<tr>
|
||||
<td class="ContentHeader"><font class="ContentHeader"> <?php echo $p->t('courseInformatoin/lvInfoTerminologie')?></font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<body style="padding: 10px">
|
||||
<h1><?php echo $p->t('courseInformatoin/lvInfoTerminologie')?></h1>
|
||||
|
||||
<table class="tabcontent">
|
||||
<tr>
|
||||
<td width="85%">
|
||||
@@ -62,10 +54,6 @@ $p= new phrasen($sprache);
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<table id="tabterm" border="1">
|
||||
|
||||
@@ -929,5 +917,5 @@ $p= new phrasen($sprache);
|
||||
|
||||
<!-- end neu 26.12.2009 seq -->
|
||||
</table>
|
||||
</td></tr></table></td></tr></table>
|
||||
</td></tr></table>
|
||||
</body></html>
|
||||
@@ -172,25 +172,12 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<style type=text/css>A:link {
|
||||
color: black; text-decoration: none
|
||||
}
|
||||
A:visited {
|
||||
color: black; text-decoration: none
|
||||
}
|
||||
A:active {
|
||||
color: black; text-decoration: none
|
||||
}
|
||||
A:hover {
|
||||
color: red; text-decoration: none
|
||||
}
|
||||
</style>
|
||||
<link href="../../../skin/style.css.php" rel="stylesheet" type="text/css">
|
||||
<base target="_self">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1><?php echo $p->t('upload/dateiUpload');?></h1>
|
||||
|
||||
<table class="tabcontent">
|
||||
|
||||
<?php
|
||||
@@ -582,7 +569,8 @@ A:hover {
|
||||
?>
|
||||
<tr>
|
||||
<td align="center" colSpan="5" height="36">
|
||||
<table class="tabcontent">
|
||||
<center>
|
||||
<table>
|
||||
<tr>
|
||||
<td><div align="center"><b><font face="Arial" size="2">
|
||||
<?php
|
||||
@@ -778,7 +766,7 @@ A:hover {
|
||||
}
|
||||
}
|
||||
|
||||
echo '</td></tr>';
|
||||
echo '</td><td> </td></tr>';
|
||||
for($i = 0; $i < $numoffile; $i++)
|
||||
{
|
||||
$j = $i + 1;
|
||||
@@ -795,11 +783,11 @@ A:hover {
|
||||
|
||||
|
||||
?>
|
||||
<tr><td></td><td>
|
||||
<tr><td> </td><td>
|
||||
<font face="Arial" size="2"> <input type="checkbox" name="overwrite" value="overwrite"> <?php echo $p->t('upload/dateienAutomatischUeberschreiben');?></font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</table></center>
|
||||
<?php
|
||||
echo "<table class='tabcontent'>";
|
||||
echo " <tr>";
|
||||
|
||||
@@ -63,17 +63,8 @@ echo '<html>
|
||||
<link rel="stylesheet" href="../../../skin/style.css.php" type="text/css">
|
||||
</head>
|
||||
|
||||
<body id="inhalt">
|
||||
<table class="tabcontent" id="inhalt">
|
||||
<tr>
|
||||
<td class="tdwidth10"> </td>
|
||||
<td>
|
||||
<table class="tabcontent">
|
||||
<tr>
|
||||
<td class="ContentHeader"><font class="ContentHeader"> Urlaubsfreigabe</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<body>
|
||||
<h1>Urlaubsfreigabe</h1>
|
||||
';
|
||||
//Untergebene holen
|
||||
$mitarbeiter = new mitarbeiter();
|
||||
@@ -314,9 +305,6 @@ for($i=0;$i<12;$i++)
|
||||
}
|
||||
echo '</tr></table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>';
|
||||
?>
|
||||
@@ -91,24 +91,24 @@ if($aktion!='zip')
|
||||
<title>'.$p->t('abgabetool/projektabgabeUebersicht').'</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="../../../skin/style.css.php" type="text/css">
|
||||
<link rel="stylesheet" href="../../../include/js/tablesort/table.css" type="text/css">
|
||||
<script src="../../../include/js/tablesort/table.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="../../../skin/tablesort.css" type="text/css"/>
|
||||
<script src="../../../include/js/jquery.js" type="text/javascript"></script>
|
||||
<script src="../../../include/js/jquery-ui.js" type="text/javascript"></script>
|
||||
<script src="../../../include/js/jquery.autocomplete.js" type="text/javascript"></script>
|
||||
<script src="../../../include/js/jquery.autocomplete.min.js" type="text/javascript"></script>
|
||||
<script src="../../../include/js/jquery.autocomplete.min.js" type="text/javascript"></script>
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
$(document).ready(function()
|
||||
{
|
||||
$("#t1").tablesorter(
|
||||
{
|
||||
sortList: [[5,0]],
|
||||
widgets: ["zebra"]
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body class="background_main">
|
||||
<table class="tabcontent">
|
||||
<tr>
|
||||
<td class="tdwidth10"> </td>
|
||||
<td>
|
||||
<table class="tabcontent">
|
||||
<tr>
|
||||
<td class="ContentHeader"><font class="ContentHeader">'.$p->t('abgabetool/projektabgabeUebersicht').'</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>';
|
||||
<body>
|
||||
<H1>'.$p->t('abgabetool/projektabgabeUebersicht').'</H1>';
|
||||
|
||||
$s = new studiengang();
|
||||
$s->loadArray($rechte->getStgKz($berechtigung_kurzbz),'typ,kurzbz');
|
||||
@@ -245,15 +245,15 @@ if(isset($_REQUEST['ok']) || (isset($_REQUEST['aktion']) && $_REQUEST['aktion']=
|
||||
}
|
||||
else
|
||||
{
|
||||
$htmlstr .= "<table id='t1' class='liste table-autosort:2 table-stripeclass:alternate table-autostripe' border=1>\n";
|
||||
$htmlstr .= "<thead><tr class='liste'>\n";
|
||||
$htmlstr .= "<table id='t1' class='tablesorter'>\n";
|
||||
$htmlstr .= "<thead><tr>\n";
|
||||
$htmlstr .= "<th>".$p->t('global/download')."</th>
|
||||
<th>".$p->t('abgabetool/termin')."</th>
|
||||
<th>".$p->t('abgabetool/abgabetyp')."</th>
|
||||
<th class='table-sortable:default'>".$p->t('global/uid')."</th>
|
||||
<th class='table-sortable:default'>".$p->t('global/vorname')."</th>
|
||||
<th class='table-sortable:alphanumeric'>".$p->t('global/nachname')."</th>";
|
||||
$htmlstr .= "<th class='table-sortable:default'>".$p->t('abgabetool/typ')."</th>
|
||||
<th>".$p->t('global/uid')."</th>
|
||||
<th>".$p->t('global/vorname')."</th>
|
||||
<th>".$p->t('global/nachname')."</th>";
|
||||
$htmlstr .= "<th>".$p->t('abgabetool/typ')."</th>
|
||||
<th>".$p->t('abgabetool/titel')."</th>";
|
||||
$htmlstr .= "</tr></thead><tbody>\n";
|
||||
$i = 0;
|
||||
@@ -300,7 +300,7 @@ if(isset($_REQUEST['ok']) || (isset($_REQUEST['aktion']) && $_REQUEST['aktion']=
|
||||
if($zipfile=='')
|
||||
{
|
||||
echo $htmlstr;
|
||||
echo "</td></tr></table></body></html>";
|
||||
echo "</body></html>";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ $this->phrasen['abgabetool/titel']='Titel';
|
||||
$this->phrasen['abgabetool/betreuerart']='Betreuerart';
|
||||
$this->phrasen['abgabetool/student']='Student';
|
||||
$this->phrasen['abgabetool/plagiatspruefung']='zur Plagiatsprüfung';
|
||||
$this->phrasen['abgabetool/studentenansicht']='Studentenansicht';
|
||||
$this->phrasen['abgabetool/studentenansicht']='Studierendenansicht';
|
||||
$this->phrasen['abgabetool/abgabetermine']='Abgabetermine';
|
||||
$this->phrasen['abgabetool/benoten']='benoten';
|
||||
$this->phrasen['abgabetool/fix']='fix'; // Fixtermin
|
||||
@@ -18,7 +18,7 @@ $this->phrasen['abgabetool/abgegebenAm']='abgegeben am';
|
||||
$this->phrasen['abgabetool/zweitbetreuerBei']='Zweitbetreuer bei';
|
||||
$this->phrasen['abgabetool/terminserieAnlegen']='Terminserie Anlegen';
|
||||
$this->phrasen['abgabetool/terminserieAnlegenHelp']='Termin für mehrere Personen anlegen';
|
||||
$this->phrasen['abgabetool/ueberschrift']='Bachelor-/Diplomarbeiten';
|
||||
$this->phrasen['abgabetool/ueberschrift']='Bachelor-/Masterarbeiten';
|
||||
$this->phrasen['abgabetool/alleArbeitenAnzeigen']='alle betreuten Arbeiten anzeigen';
|
||||
$this->phrasen['abgabetool/terminuebersichtAnzeigen']='Terminübersicht anzeigen';
|
||||
$this->phrasen['abgabetool/abgabeLektorenbereich']='Abgabe Lektorenbereich';
|
||||
|
||||
+2
-2
@@ -364,7 +364,7 @@ td.boxshadow /* Farbverlauf im Hintergrund der CIS*/
|
||||
}
|
||||
td.ContentHeader
|
||||
{
|
||||
background-color: #008381; /*gr�n*/
|
||||
background-color: #A5AFB6; /*#DCE4EF;*/
|
||||
font-weight: bold;
|
||||
height: 19px;
|
||||
}
|
||||
@@ -694,7 +694,7 @@ h4
|
||||
}
|
||||
font.ContentHeader
|
||||
{
|
||||
color: #FFFFFF;
|
||||
/*color: #FFFFFF;*/
|
||||
}
|
||||
|
||||
/* #news
|
||||
|
||||
Reference in New Issue
Block a user