mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
FHC-Website Anpassungen auf fhcomplete.org und GmbH
ampel.php: Style "blink" entfernt, da von den meisten Browsern nicht mehr unterstützt tinymce_dms.php: GUI-Anpassungen lva_liste.php: Summe der Stunden und Anzahl der Zeilen wird angezeigt registration.php: Fehler im Code (Anführungszeichen) entfernt
This commit is contained in:
+2
-2
@@ -43,9 +43,9 @@ if(is_user_logged_in())
|
||||
{
|
||||
echo '';
|
||||
if($rot>0 && $gelb==0)
|
||||
echo '<a href="private/tools/ampelverwaltung.php" target="content" title="'.$p->t("tools/ampelsystem").'"><span style="color: red; text-decoration: blink;">'.$p->t("tools/ampelsystem").'</span></a> <span style="color: #A5AFB6">|</span> ';
|
||||
echo '<a href="private/tools/ampelverwaltung.php" target="content" title="'.$p->t("tools/ampelsystem").'"><span style="color: red;">'.$p->t("tools/ampelsystem").'</span></a> <span style="color: #A5AFB6">|</span> ';
|
||||
if($gelb>0 && $rot==0)
|
||||
echo '<a href="private/tools/ampelverwaltung.php" target="content" title="'.$p->t("tools/ampelsystem").'"><span style="color: #0086CC; text-decoration: blink;">'.$p->t("tools/ampelsystem").'</span></a> <span style="color: #A5AFB6">|</span> ';
|
||||
echo '<a href="private/tools/ampelverwaltung.php" target="content" title="'.$p->t("tools/ampelsystem").'"><span style="color: orange;">'.$p->t("tools/ampelsystem").'</span></a> <span style="color: #A5AFB6">|</span> ';
|
||||
echo ' ';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -147,6 +147,7 @@ require_once('../../../include/studiensemester.class.php');
|
||||
{
|
||||
|
||||
echo '<h3>'.$p->t('lvaliste/lehrveranstaltungen').'</h3>';
|
||||
echo $p->t('lvaliste/anzahl').': '.$num_rows;
|
||||
echo '
|
||||
<table class="tablesorter" id="t1">
|
||||
<thead>
|
||||
@@ -171,6 +172,7 @@ require_once('../../../include/studiensemester.class.php');
|
||||
</thead><tbody>';
|
||||
$stg_obj = new studiengang();
|
||||
$stg_obj->getAll();
|
||||
$summe_std=0;
|
||||
|
||||
for ($i=0; $i<$num_rows; $i++)
|
||||
{
|
||||
@@ -210,8 +212,27 @@ require_once('../../../include/studiensemester.class.php');
|
||||
//echo '<td>'.$row->le_anmerkung.'</td>'; Lektoren sollen die Anmerkung dzt. nicht sehen, da nur für intern gedacht
|
||||
|
||||
echo '</tr>';
|
||||
$summe_std+=$row->semesterstunden;
|
||||
}
|
||||
echo '</tbody>';
|
||||
echo '<tfoot>';
|
||||
echo '<tr>';
|
||||
echo '<td> </td>';
|
||||
echo '<td> </td>';
|
||||
echo '<td> </td>';
|
||||
echo '<td> </td>';
|
||||
echo '<td> </td>';
|
||||
echo '<td> </td>';
|
||||
echo '<td> </td>';
|
||||
echo '<td> </td>';
|
||||
echo '<td> </td>';
|
||||
echo '<td> </td>';
|
||||
echo '<td> </td>';
|
||||
echo '<td align="right"><b>'.$p->t('lvaliste/summe').'</b></td>';
|
||||
echo '<th class="header">'.number_format($summe_std,2).'</th>';
|
||||
echo '<td> </td>';
|
||||
echo '</tr>';
|
||||
echo '</tfoot>';
|
||||
echo '</table>';
|
||||
}
|
||||
else
|
||||
@@ -245,6 +266,7 @@ require_once('../../../include/studiensemester.class.php');
|
||||
if($db->db_num_rows($result)>0)
|
||||
{
|
||||
echo '<H3>'.$p->t('lvaliste/betreuungen').'</H3>';
|
||||
echo $p->t('lvaliste/anzahl').': '.$db->db_num_rows($result);
|
||||
echo '<table class="tablesorter" id="t2">';
|
||||
echo '<thead><tr>';
|
||||
echo '<th>'.$p->t('lvaliste/studiengang').'</th>';
|
||||
@@ -303,6 +325,7 @@ require_once('../../../include/studiensemester.class.php');
|
||||
if($db->db_num_rows($result)>0)
|
||||
{
|
||||
echo '<H3>'.$p->t('lvaliste/koordination').'</H3>';
|
||||
echo $p->t('lvaliste/anzahl').': '.$db->db_num_rows($result);
|
||||
echo '<table class="tablesorter" id="t3">';
|
||||
echo '<thead><tr>';
|
||||
echo '<th>'.$p->t('lvaliste/studiengang').'</th>';
|
||||
|
||||
@@ -409,7 +409,7 @@ if (isset($_POST['userid']))
|
||||
<td align="center" valign="center" style="padding-top: 80px;"><h1>'.$p->t('bewerbung/welcome').'</h1><span style="font-size:1.2em"></span></td>
|
||||
</tr>
|
||||
<tr >
|
||||
<td align="center" valign="bottom" style="padding-top: 80px;padding-bottom: 80px;""> <img src="../../skin/styles/'.DEFAULT_STYLE.'/logo.png" style="max-width: 400px; max-height: 400px; overflow: hidden;"></td>
|
||||
<td align="center" valign="bottom" style="padding-top: 80px;padding-bottom: 80px;"> <img src="../../skin/styles/'.DEFAULT_STYLE.'/logo.png" style="max-width: 400px; max-height: 400px; overflow: hidden;"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border ="0" width ="100%">
|
||||
|
||||
+70
-33
@@ -17,7 +17,8 @@
|
||||
*
|
||||
* Authors: Christian Paminger <christian.paminger@technikum-wien.at>,
|
||||
* Andreas Oesterreicher <andreas.oesterreicher@technikum-wien.at> and
|
||||
* Karl Burkhart <karl.burkhart@technikum-wien.at>.
|
||||
* Karl Burkhart <karl.burkhart@technikum-wien.at> and
|
||||
* Manfred Kindl <manfred.kindl@technikum-wien.at>.
|
||||
*/
|
||||
require_once('../config/cis.config.inc.php');
|
||||
require_once('../include/functions.inc.php');
|
||||
@@ -38,11 +39,12 @@ $rechte->getBerechtigungen($user);
|
||||
<link rel="stylesheet" href="../skin/superfish.css" type="text/css">
|
||||
<link rel="stylesheet" href="../skin/fhcomplete.css" type="text/css">
|
||||
<link rel="stylesheet" href="../skin/style.css.php" type="text/css">
|
||||
<link rel="stylesheet" href="../skin/tablesort.css" type="text/css"/>
|
||||
<script type="text/javascript" src="../include/js/jquery.js"></script>
|
||||
<script type="text/javascript" src="../include/js/superfish.js"></script>
|
||||
<script type="text/javascript" src="../include/tiny_mce/tiny_mce_popup.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
function conf_del()
|
||||
{
|
||||
return confirm('Möchten Sie das File wirklich löschen?');
|
||||
@@ -286,7 +288,7 @@ if(isset($_POST['fileupload']))
|
||||
|
||||
if($dms->save(true))
|
||||
{
|
||||
echo 'File wurde erfolgreich hochgeladen. Filename:'.$filename.' ID:'.$dms->dms_id;
|
||||
echo '<span class="ok">File wurde erfolgreich hochgeladen.</span> <br>Filename:'.$filename.' <br>ID:'.$dms->dms_id;
|
||||
$dms_id=$dms->dms_id;
|
||||
|
||||
if($projekt_kurzbz!='' || $projektphase_id!='')
|
||||
@@ -297,12 +299,12 @@ if(isset($_POST['fileupload']))
|
||||
}
|
||||
else
|
||||
{
|
||||
echo 'Fehler beim Speichern der Daten';
|
||||
echo '<span class="error">Fehler beim Speichern der Daten</span>';
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
echo 'Fehler beim Hochladen der Datei';
|
||||
echo '<span class="error">Fehler beim Hochladen der Datei</span>';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -398,7 +400,7 @@ elseif($renameId!='')
|
||||
}
|
||||
else
|
||||
{
|
||||
echo '<div align="left"><h1>Dokument Auswählen</div><div align="right"><a href="admin_dms.php" target="_blank">Administration</a></div>
|
||||
echo '<div align="left"><h1>Dokument Auswählen</h1></div><div align="right"><a href="admin_dms.php" target="_blank">Administration</a></div>
|
||||
<form action="'.$_SERVER['PHP_SELF'].'" method="POST">
|
||||
<input type="text" name="searchstring" value="'.$searchstring.'">
|
||||
<input type="submit" value="Suchen">
|
||||
@@ -449,7 +451,7 @@ else
|
||||
}
|
||||
</script>';
|
||||
echo '</td>
|
||||
<td valign="top" style="border-top: 1px solid lightblue; width: 100%;">';
|
||||
<td valign="top" style="border-top: 1px solid lightblue;">';
|
||||
//Dokumente der Ausgewaehlten Kategorie laden und Anzeigen
|
||||
$dms = new dms();
|
||||
|
||||
@@ -482,7 +484,7 @@ else
|
||||
<table>
|
||||
<tr>
|
||||
<td>Beschreibung</td>
|
||||
<td><textarea name="beschreibung" rows="2" cols="80"></textarea></td>
|
||||
<td><textarea name="beschreibung" rows="2" cols="80" style="font-size: small;"></textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
@@ -493,7 +495,7 @@ else
|
||||
<input type="hidden" name="projektphase_id" value="'.$projektphase_id.'">
|
||||
<input type="submit" name="fileupload" value="Upload">
|
||||
</form>
|
||||
<h3>Files im Import Ordner</h3>';
|
||||
<br>';
|
||||
drawFilesFromImport();
|
||||
echo'
|
||||
</div>';
|
||||
@@ -573,7 +575,8 @@ function drawFilesFromImport()
|
||||
|
||||
if ($handle = opendir(IMPORT_PATH))
|
||||
{
|
||||
echo '<table> <form action ="'.$_SERVER['PHP_SELF'].'" method="POST" name="import" >';
|
||||
echo ' <h3>Files im Import Ordner</h3>
|
||||
<table> <form action ="'.$_SERVER['PHP_SELF'].'" method="POST" name="import" >';
|
||||
|
||||
while (false !== ($file = readdir($handle)))
|
||||
{
|
||||
@@ -582,16 +585,10 @@ function drawFilesFromImport()
|
||||
echo'
|
||||
<tr>
|
||||
<td><img src="../skin/images/blank.png" style="height: 15px">
|
||||
<a> '.$file.'</a>
|
||||
<span> '.$file.'</span>
|
||||
</td>
|
||||
<td>
|
||||
<ul class="sf-menu">
|
||||
<li><a style="font-size:small">Erweitert</a>
|
||||
<ul>
|
||||
<li><a onclick="document.import.importFile.value=\''.$file.'\';document.import.submit();" style="font-size:small">Upload</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
| <a onclick="document.import.importFile.value=\''.$file.'\';document.import.submit();" style="font-size:small">Upload</a>
|
||||
</td>
|
||||
</tr>';
|
||||
}
|
||||
@@ -602,7 +599,7 @@ function drawFilesFromImport()
|
||||
<input type="hidden" name="kategorie_kurzbz" id="kategorie_kurzbz" value="'.$kategorie_kurzbz.'">
|
||||
<input type="hidden" name="projekt_kurzbz" value="'.$projekt_kurzbz.'">
|
||||
<input type="hidden" name="projektphase_id" value="'.$projektphase_id.'">
|
||||
</form></table>';
|
||||
</form></table>';
|
||||
closedir($handle);
|
||||
}
|
||||
}
|
||||
@@ -675,42 +672,82 @@ function drawFilesList($rows)
|
||||
{
|
||||
global $mimetypes, $suche;
|
||||
$dms = new dms();
|
||||
|
||||
if(count($rows)>0)
|
||||
{
|
||||
echo '
|
||||
<script>
|
||||
$(document).ready(function()
|
||||
{
|
||||
$("#t2").tablesorter(
|
||||
{';
|
||||
if($suche == true)
|
||||
echo 'sortList: [[4,0],[1,1]], headers: {3:{sorter:false}},';
|
||||
else
|
||||
echo 'sortList: [[0,0]], headers: {2:{sorter:false}},';
|
||||
|
||||
echo'
|
||||
widgets: ["zebra"]
|
||||
});
|
||||
});
|
||||
</script>
|
||||
';
|
||||
}
|
||||
|
||||
echo '
|
||||
<table>
|
||||
<table class="tablesorter" id="t2">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Titel</th>
|
||||
<th title="Version">V</th>';
|
||||
if($suche == true)
|
||||
{
|
||||
echo '<th>Kategorie</th>';
|
||||
}
|
||||
echo'
|
||||
<th> </th>
|
||||
<th>ID</th>
|
||||
<th>Beschreibung</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
';
|
||||
|
||||
foreach($rows as $row)
|
||||
{
|
||||
echo '
|
||||
<tr>
|
||||
<td>';
|
||||
<td style="padding: 1px;">';
|
||||
if(array_key_exists($row->mimetype,$mimetypes))
|
||||
echo '<img src="../skin/images/'.$mimetypes[$row->mimetype].'" style="height: 15px">';
|
||||
echo '<img title="'.$row->name.'" src="../skin/images/'.$mimetypes[$row->mimetype].'" style="height: 15px">';
|
||||
else
|
||||
echo '<img src="../skin/images/blank.gif" style="height: 15px">';
|
||||
echo '<img title="'.$row->name.'" src="../skin/images/blank.gif" style="height: 15px">';
|
||||
|
||||
// wenn es noch höhere Versionen zu diesem Dokument gibt, wird dieses gekennzeichnet
|
||||
$newVersion = '';
|
||||
$newerVersionAlert='';
|
||||
if($dms->checkVersion($row->dms_id, $row->version))
|
||||
{
|
||||
$newVersion = '*';
|
||||
$newVersion = '--';
|
||||
$newerVersionAlert = 'alert(\'Achtung!! Es gibt eine neuere Version dieses Dokuments. Es wird die aktuellste eingefügt.\');';
|
||||
}
|
||||
|
||||
echo'
|
||||
<a href="id://'.$row->dms_id.'/Auswahl" onclick="'.$newerVersionAlert.' FileBrowserDialog.mySubmit('.$row->dms_id.'); return false;" style="font-size: small" title="'.$row->beschreibung.'">
|
||||
'.$row->name.' '.$newVersion.'</a>
|
||||
'.$newVersion.' '.$row->name.'</a>
|
||||
</td>';
|
||||
|
||||
echo '<td>';
|
||||
echo '<td style="padding: 1px;">';
|
||||
echo $row->version;
|
||||
echo '</td>';
|
||||
|
||||
// zeige bei suche auch kategorie an
|
||||
if($suche == true)
|
||||
{
|
||||
echo '<td style="padding: 1px;">';
|
||||
echo $row->kategorie_kurzbz;
|
||||
echo '</td>';
|
||||
}
|
||||
echo'</td><td>';
|
||||
|
||||
echo'<td style="padding: 1px;">';
|
||||
|
||||
//Upload einer neuen Version
|
||||
echo '<ul class="sf-menu">
|
||||
@@ -726,13 +763,13 @@ function drawFilesList($rows)
|
||||
</li>
|
||||
</ul>';
|
||||
echo '</td>';
|
||||
echo '<td>id:'.$row->dms_id.'</td>';
|
||||
echo '<td>'.$dms->convert_html_chars($row->beschreibung).'</td>';
|
||||
echo '<td style="padding: 1px;">'.$row->dms_id.'</td>';
|
||||
echo '<td style="padding: 1px;">'.$dms->convert_html_chars($row->beschreibung).'</td>';
|
||||
echo '</tr>';
|
||||
|
||||
}
|
||||
echo '
|
||||
</table>';
|
||||
</tbody></table>';
|
||||
$suche = false;
|
||||
}
|
||||
|
||||
@@ -756,7 +793,7 @@ function drawRenameForm($dms_id, $version)
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Beschreibung:</td>
|
||||
<td><textarea name="beschreibung">'.$dms->convert_html_chars($dms->beschreibung).'</textarea></td>
|
||||
<td><textarea name="beschreibung" rows="2" cols="80" style="font-size: small;">'.$dms->convert_html_chars($dms->beschreibung).'</textarea></td>
|
||||
</tr>
|
||||
</table>
|
||||
<input type="hidden" name="action" value="rename">
|
||||
|
||||
+1
-1
@@ -131,7 +131,7 @@
|
||||
<td colspan="7">
|
||||
<br/><br/>
|
||||
<a href="fhcomplete_logindaten.html" onclick="PopupZugangsdaten(this.href); return false">Zugangsdaten und Einstellungen</a>
|
||||
<a href="http://fhcomplete.technikum-wien.at/demo/cis/" target="blank">
|
||||
<a href="http://fhcomplete.org/demo/cis/" target="blank">
|
||||
<p style="text-align: center">Weiter zur Demoseite</p>
|
||||
<img title="CIS-Screenshot" width="266" alt="CIS-Screenshot" src="skin/images/cis-screenshot.png">
|
||||
</a>
|
||||
|
||||
@@ -100,7 +100,7 @@ Registrieren Sie sich am Besten noch heute:</p>
|
||||
<div align='center'><a href="#Mail" onclick="maillink();">Als EntwicklerIn registrieren</a></div>
|
||||
<p>
|
||||
Den aktuellen Fortschritt der Weiterentwicklung können sie jederzeit in unserem Feature-Request-System verfolgen:</p>
|
||||
<div align='center'><a href="http://fhcomplete.technikum-wien.at/mantis/roadmap_page.php" target="blank">Roadmap FH-Complete in Mantis</a></div>
|
||||
<div style="color: #D1D7DA; font-size:14px;" align='center'><a href="http://fhcomplete.technikum-wien.at/mantis/my_view_page.php" target="blank">Roadmap FH-Complete in Mantis</a> -> Roadmap</div>
|
||||
<p>
|
||||
Außerdem haben wir mit der Dokumentation des Systems in unserem Wiki begonnen:</p>
|
||||
<div align='center'><a href="http://fhcomplete.technikum-wien.at/dokuwiki" target="blank">Dokumentation in Dokuwiki</a></div>
|
||||
|
||||
+1
-1
@@ -134,7 +134,7 @@
|
||||
<td colspan="7">
|
||||
<br/><br/>
|
||||
<a href="fhcomplete_logindaten.html" onclick="PopupZugangsdaten(this.href); return false">Zugangsdaten und Einstellungen</a>
|
||||
<a href="http://fhcomplete.technikum-wien.at/demo/content/fas.xul.php" target="blank">
|
||||
<a href="http://fhcomplete.org/demo/content/fas.xul.php" target="blank">
|
||||
<p style="text-align: center">Weiter zur Demoseite</p>
|
||||
<img title="FAS-Screenshot" width="266" alt="FAS-Screenshot" src="skin/images/fas-screenshot.png">
|
||||
</a>
|
||||
|
||||
+20
-18
@@ -11,6 +11,10 @@
|
||||
{
|
||||
window.location.href="mai"+"lto:"+"systementw"+"icklung"+"@techni"+"kum-wien.at";
|
||||
}
|
||||
function mailkoeltringer()
|
||||
{
|
||||
window.location.href="mai"+"lto:"+"gabriele.koeltringer"+"@techni"+"kum-wien.at?subject=Anfrage%20FH-Complete";
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
@@ -58,36 +62,34 @@
|
||||
<p> <br/><br/>
|
||||
<b>Offenlegungspflicht gemäß § 25 Mediengesetz und Informationspflicht gemäß § 5 E-Commerce-Gesetz:<br/><br/>
|
||||
Medieninhaber und Herausgeber</b><br/><br/>
|
||||
Systementwicklung der Fachhochschule Technikum Wien<br/><br/>
|
||||
<a href="http://www.technikum-wien.at" target="blank"><img title="FH Technikum Wien" height="50" alt="Logo FH Technikum Wien" src="skin/images/tw_logo_weiss.png"></a><br/><br/><br/>
|
||||
FH Technikum Wien<br/>
|
||||
Systementwicklung<br/><br/>
|
||||
<a href="http://www.projectsolutions.at" target="blank"><img title="Project Solutions Technikum Wien" height="50" alt="Logo Project Solutions Technikum Wien" src="skin/images/ps_logo_weiss.png"></a><br/><br/><br/>
|
||||
<b>Technikum Wien GmbH</b><br/>
|
||||
|
||||
Höchstädtplatz 5<br/>
|
||||
1200 Wien<br/>
|
||||
T: +43 1 333 40 77-0<br/>
|
||||
F: +43 1 333 40 77-259<br/>
|
||||
<a href="#Mail" onclick="maillink();">E-Mail</a><br/><br/>
|
||||
Höchstädtplatz 6<br/>
|
||||
A-1200 Wien<br/>
|
||||
Gabriele Költringer
|
||||
T: +43 1 333 40 77-630<br/>
|
||||
<a href="#Mail" onclick="mailkoeltringer();">E-Mail</a><br/><br/>
|
||||
|
||||
<b>Für den Inhalt verantwortlich</b><br/><br/>
|
||||
<b>Für den Inhalt verantwortlich</b><br/><br/>
|
||||
|
||||
Systementwicklung der FH Technikum Wien – Fragen, Kommentare und Anregungen zur Website bitte an:<br/>
|
||||
<a href="#Mail" onclick="maillink();">E-Mail</a><br/><br/>
|
||||
<a href="#Mail" onclick="maillink();">Systementwicklung</a><br/><br/>
|
||||
|
||||
<b>Haftungsausschluss</b><br/><br/>
|
||||
|
||||
Das Team der FH Technikum Wien ist bemüht, sämtliche auf http://fhcomplete.technikum-wien.at dargestellte Informationen
|
||||
Unser Team bemüht, sämtliche auf www.fhcomplete.org dargestellte Informationen
|
||||
inhaltlich richtig zu gestalten und laufend aktuell zu halten.<br/>
|
||||
Dessen ungeachtet übernimmt die FH Technikum Wien keine Garantie für Richtigkeit, Vollständigkeit und Aktualität der präsentierten Inhalte.
|
||||
Eine Haftung der FH Technikum Wien wird daher ausgeschlossen. <br/>
|
||||
Dessen ungeachtet übernimmt die Technikum Wien GmbH oder die FH Technikum Wien keine Garantie für Richtigkeit, Vollständigkeit und Aktualität der präsentierten Inhalte.
|
||||
Eine Haftung der Technikum Wien GmbH oder der FH Technikum Wien wird daher ausgeschlossen. <br/>
|
||||
Alle Links zu externen Seiten sind sorgfältig ausgewählt.
|
||||
Da die FH Technikum Wien auf deren Inhalt keinen Einfluss hat, übernimmt die FH Technikum Wien dafür keine Verantwortung.<br/><br/>
|
||||
Da die Technikum Wien GmbH oder die FH Technikum Wien auf deren Inhalt keinen Einfluss hat, übernehmen diese dafür keine Verantwortung.<br/><br/>
|
||||
|
||||
<b>Copyright</b><br/><br/>
|
||||
|
||||
Das Layout der Website, die verwendeten Grafiken und Bilder, die Sammlung sowie einzelne Beiträge sind urheberrechtlich geschützt.
|
||||
Alle Rechte, auch die der fotomechanischen Wiedergabe, der Vervielfältigung und der Verbreitung mittels besonderer
|
||||
Verfahren - zum Beispiel Datenverarbeitung, Datenträger und Datennetze - auch teilweise, behält sich die FH Technikum Wien vor.
|
||||
Das Layout der Website, die verwendeten Grafiken und Bilder sowie einzelne Beiträge sind urheberrechtlich geschützt.
|
||||
Die Wiedergabe mit Quellenangabe ist erlaubt, soweit sie dem Recht Dritter an bestimmten Text- und Multimedia-Daten (z.B. Bildern) nicht entgegensteht.
|
||||
Einzelne Seiten unserer Homepage dürfen nicht in fremde Frames eingebunden werden. Wir freuen uns jedoch, wenn Sie Hyperlinks zu www.fhcomplete.org herstellen.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
+15
-10
@@ -13,11 +13,15 @@
|
||||
}
|
||||
function mailpam()
|
||||
{
|
||||
window.location.href="mai"+"lto:"+"pam"+"@techni"+"kum-wien.at";
|
||||
window.location.href="mai"+"lto:"+"christian.paminger"+"@techni"+"kum-wien.at?subject=Anfrage%20FH-Complete";
|
||||
}
|
||||
function mailkindl()
|
||||
{
|
||||
window.location.href="mai"+"lto:"+"kindlm"+"@techni"+"kum-wien.at";
|
||||
window.location.href="mai"+"lto:"+"manfred.kindl"+"@techni"+"kum-wien.at?subject=Anfrage%20FH-Complete";
|
||||
}
|
||||
function mailkoeltringer()
|
||||
{
|
||||
window.location.href="mai"+"lto:"+"gabriele.koeltringer"+"@techni"+"kum-wien.at?subject=Anfrage%20FH-Complete";
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
@@ -67,26 +71,27 @@
|
||||
<tr>
|
||||
<td width="60%">
|
||||
<p style="padding-left:0px;padding-right:0px;"> <br/><br/>
|
||||
<b>Fachhochschule Technikum Wien</b><br/><br/>
|
||||
<b>Systementwicklung</b><br/><br/>
|
||||
Höchstädtplatz 5<br/>
|
||||
<b>Project Solutions Technikum Wien</b><br/>
|
||||
Höchstädtplatz 6<br/>
|
||||
1200 Wien<br/><br/>
|
||||
|
||||
Gabriele Költringer<br/>
|
||||
<i>Geschäftsführerin Project Solutions Technikum Wien</i><br/>
|
||||
T: +43 1 333 40 77-630<br/>
|
||||
<a href="#Mail" onclick="mailkoeltringer();">E-Mail</a><br/><br/>
|
||||
|
||||
Ing. Dipl.-Ing. (FH) Christian Paminger<br/>
|
||||
<i>Leitung Infrastruktur</i><br/>
|
||||
<i>Leitung Systementwicklung</i><br/>
|
||||
<a href="#Mail" onclick="mailpam();">E-Mail</a><br/><br/>
|
||||
|
||||
Manfred Kindl<br/>
|
||||
<i>Systemadministration</i><br/>
|
||||
<a href="#Mail" onclick="mailkindl();">E-Mail</a><br/><br/>
|
||||
|
||||
T: +43 1 333 40 77-0<br/>
|
||||
F: +43 1 333 40 77-259<br/><br/>
|
||||
|
||||
</p>
|
||||
</td>
|
||||
<td width="40%">
|
||||
<a href="http://www.technikum-wien.at" target="blank"><img title="FH Technikum Wien" height="90" alt="Logo FH Technikum Wien" src="skin/images/tw_logo_weiss.png"></a>
|
||||
<a href="http://www.projectsolutions.at" target="blank"><img title="Project Solutions Technikum Wien" height="90" alt="Logo Project Solutions Technikum Wien" src="skin/images/ps_logo_weiss.png"></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
<td>
|
||||
<br/><br/>
|
||||
<a href="fhcomplete_logindaten.html" onclick="PopupZugangsdaten(this.href); return false">Zugangsdaten und Einstellungen</a>
|
||||
<a href="http://fhcomplete.technikum-wien.at/demo/content/tempus.xul.php" target="blank">
|
||||
<a href="http://fhcomplete.org/demo/content/tempus.xul.php" target="blank">
|
||||
<p style="text-align: center">Weiter zur Demoseite</p>
|
||||
<img title="Tempus-Screenshot" width="266" alt="Tempus-Screenshot" src="skin/images/tempus-screenshot.png">
|
||||
</a>
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
<td>
|
||||
<br/><br/>
|
||||
<a href="fhcomplete_logindaten.html" onclick="PopupZugangsdaten(this.href); return false">Zugangsdaten und Einstellungen</a>
|
||||
<a href="http://fhcomplete.technikum-wien.at/demo/vilesci/" target="blank">
|
||||
<a href="http://fhcomplete.org/demo/vilesci/" target="blank">
|
||||
<p style="text-align: center">Weiter zur Demoseite</p>
|
||||
<img title="Vilesci-Screenshot" width="266" alt="Vilesci-Screenshot" src="skin/images/vilesci-screenshot.png">
|
||||
</a>
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<p>
|
||||
Das Produktpaket FH Complete 2.0 beinhaltet fünf Applikationen,
|
||||
Das Produktpaket FH Complete beinhaltet fünf Applikationen,
|
||||
welche mit einer zentralen Datenbank arbeiten und
|
||||
somit optimal ineinander greifen.<br/><br/>
|
||||
Der gesamte Ablauf eines Studiums wird durch FH Complete
|
||||
@@ -165,7 +165,7 @@
|
||||
<tr>
|
||||
<td style="padding-top:50px; padding-bottom:50px; vertical-align:center;">
|
||||
<div>
|
||||
<a href="Folder_FH_complete.pdf" target="blank">FH-Complete Folder zum Download <img title="Folder" alt="PDF" src="skin/images/pdfpic.gif"></a>
|
||||
<a href="Folder_FH_Complete.pdf" target="blank">FH-Complete Folder zum Download <img title="Folder" alt="PDF" src="skin/images/pdfpic.gif"></a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -28,5 +28,6 @@ $this->phrasen['lvaliste/lehrveranstaltungen']='Lehrveranstaltungen';
|
||||
$this->phrasen['lvaliste/betreuungen']='Betreuungen';
|
||||
$this->phrasen['lvaliste/koordination']='Koordination';
|
||||
$this->phrasen['lvaliste/gesamtnote']='Noten eintragen';
|
||||
|
||||
$this->phrasen['lvaliste/anzahl']='Anzahl';
|
||||
$this->phrasen['lvaliste/summe']='Summe';
|
||||
?>
|
||||
|
||||
@@ -27,5 +27,6 @@ $this->phrasen['lvaliste/keineDatensaetze']='No Entrys for this Semester!';
|
||||
$this->phrasen['lvaliste/lehrveranstaltungen']='Courses';
|
||||
$this->phrasen['lvaliste/betreuungen']='Supervisor';
|
||||
$this->phrasen['lvaliste/koordination']='Coordination';
|
||||
|
||||
$this->phrasen['lvaliste/anzahl']='Number';
|
||||
$this->phrasen['lvaliste/summe']='Total';
|
||||
?>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 44 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 83 KiB |
+23
-4
@@ -133,8 +133,12 @@ input.TextBox
|
||||
{
|
||||
background-color: White;
|
||||
}
|
||||
/*
|
||||
==== Formularfelder und Buttons ====
|
||||
*/
|
||||
|
||||
/* Such-Feld CIS-Suche */
|
||||
input.search
|
||||
input.search input.text
|
||||
{
|
||||
background-color: #E9ECEE;
|
||||
border-width: 1px;
|
||||
@@ -149,16 +153,25 @@ input.search
|
||||
border-color: #A5AFB6;
|
||||
height: 25px;
|
||||
}
|
||||
/* Formularfelder Bewerberportal */
|
||||
input.input_bewerbung
|
||||
{
|
||||
background-color: #E9ECEE;
|
||||
border-width: 1px;
|
||||
border-style:solid;
|
||||
border-color: #A5AFB6;
|
||||
height: 20px;
|
||||
}
|
||||
/* Login-Button CIS-Seite */
|
||||
input.cis_login
|
||||
{
|
||||
cursor: pointer;
|
||||
color: #666666;
|
||||
font-size: 20px;
|
||||
border: 1px solid #A5AFB6;
|
||||
background-color: #E9ECEE;
|
||||
width: 150px;
|
||||
height: 35px;
|
||||
width: 150px;
|
||||
height: 35px;
|
||||
font-size: 20px;
|
||||
}
|
||||
#GlobalMenu
|
||||
{
|
||||
@@ -702,6 +715,12 @@ img.screenshot_boxshadow
|
||||
box-shadow: 0px 0px 5px 5px #888888;
|
||||
margin-left: 10px;
|
||||
}
|
||||
a:hover img.screenshot_boxshadow
|
||||
{
|
||||
border: 1px solid grey;
|
||||
box-shadow: 0px 0px 5px 5px #0086CC;
|
||||
margin-left: 10px;
|
||||
}
|
||||
/*
|
||||
==== Farben ====
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user