mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -58,8 +58,8 @@ Das Handbuch vermittelt Ihnen die wichtigsten Informationen für die Bedienu
|
||||
</tr>
|
||||
<tr><td> </td></tr>
|
||||
<tr>
|
||||
<td align="right"><a href="https://cis.technikum-wien.at/cis/public/info/handbuecher/Publikationsdatenbank_FHTW_Handbuch.pdf" target="_blank"><img src="../../skin/images/button_i.jpg" border="0" alt="Handbuch"></a></td>
|
||||
<td><a href="https://cis.technikum-wien.at/cis/public/info/handbuecher/Publikationsdatenbank_FHTW_Handbuch.pdf" target="_blank">Handbuch</a></td>
|
||||
<td align="right"><a href="../private/info/handbuecher/Publikationsdatenbank_FHTW_Handbuch.pdf" target="_blank"><img src="../../skin/images/button_i.jpg" border="0" alt="Handbuch"></a></td>
|
||||
<td><a href="../private/info/handbuecher/Publikationsdatenbank_FHTW_Handbuch.pdf" target="_blank">Handbuch</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,66 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link href="../../../../skin/style.css.php" rel="stylesheet" type="text/css"><title>Handbuch</title></head>
|
||||
<body>
|
||||
<table class="tabcontent" id="inhalt">
|
||||
<tbody><tr>
|
||||
<td class="tdwidth10"> </td>
|
||||
<td>
|
||||
<table class="tabcontent">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="ContentHeader"><font class="ContentHeader"> Handbücher</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="ContentHeader2"><font class="ContentHeader2"> Abgabe OPUS</font></td>
|
||||
</tr>
|
||||
<!--
|
||||
<tr class="liste0">
|
||||
<td>
|
||||
<a target="_blank" href="Projektarbeitsabgabe_FHTW_Anleitung.pdf" class='Item'>Projektarbeitsabgabe Anleitung</a>
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
<tr class="liste0">
|
||||
<td>
|
||||
<a target="_blank" href="Projektarbeitsabgabe_FHTW_Anleitung_A.pdf" class='Item'>Projektarbeitsabgabe Anleitung Assistenz</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="liste1">
|
||||
<td>
|
||||
<a target="_blank" href="Projektarbeitsabgabe_FHTW_Anleitung_L.pdf" class='Item'>Projektarbeitsabgabe Lektor(inn)en</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr class="liste0">
|
||||
<td>
|
||||
<a target="_blank" href="Publikationsdatenbank_FHTW_Handbuch.pdf" class='Item'>Publikationsdatenbank Handbuch</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="ContentHeader2"><font class="ContentHeader2"> Benotungstool</font></td>
|
||||
</tr>
|
||||
<tr class="liste0">
|
||||
<td>
|
||||
<a target="_blank" href="../../../cisdocs/handbuch_benotungstool.pdf" class='Item'>Handbuch Benotungstool</a>
|
||||
</td>
|
||||
|
||||
|
||||
</tbody></table></td>
|
||||
<td class="tdwidth30"> </td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
</body></html>
|
||||
@@ -781,7 +781,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdwidth10" nowrap> </td>
|
||||
<td class="tdwrap"><a class="Item" href="public/info/handbuecher/index.html" target="content"><img src="../skin/images/menu_item.gif" alt="menu item" width="7" height="9"> Handbücher</a></td>
|
||||
<td class="tdwrap"><a class="Item" href="private/info/handbuecher/index.php" target="content"><img src="../skin/images/menu_item.gif" alt="menu item" width="7" height="9"> Handbücher</a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
@@ -20,23 +20,20 @@
|
||||
* Rudolf Hangl < rudolf.hangl@technikum-wien.at >
|
||||
* Gerald Simane-Sequens < gerald.simane-sequens@technikum-wien.at >
|
||||
*/
|
||||
// ---------------- Vilesci Include Dateien einbinden
|
||||
$path='../../';
|
||||
|
||||
include_once($path.'config/vilesci.config.inc.php');
|
||||
require_once($path.'include/functions.inc.php');
|
||||
require_once($path.'include/benutzerberechtigung.class.php');
|
||||
require_once($path.'include/person.class.php');
|
||||
require_once($path.'include/mitarbeiter.class.php');
|
||||
require_once($path.'include/ort.class.php');
|
||||
require_once($path.'include/studiengang.class.php');
|
||||
require_once($path.'include/organisationseinheit.class.php');
|
||||
require_once($path.'include/wawi.class.php');
|
||||
require_once($path.'include/betriebsmittel.class.php');
|
||||
require_once($path.'include/betriebsmitteltyp.class.php');
|
||||
require_once($path.'include/betriebsmittelstatus.class.php');
|
||||
require_once($path.'include/betriebsmittel_betriebsmittelstatus.class.php');
|
||||
require_once($path.'include/betriebsmittelperson.class.php');
|
||||
require_once('../../config/vilesci.config.inc.php');
|
||||
require_once('../../include/functions.inc.php');
|
||||
require_once('../../include/benutzerberechtigung.class.php');
|
||||
require_once('../../include/person.class.php');
|
||||
require_once('../../include/mitarbeiter.class.php');
|
||||
require_once('../../include/ort.class.php');
|
||||
require_once('../../include/studiengang.class.php');
|
||||
require_once('../../include/organisationseinheit.class.php');
|
||||
require_once('../../include/wawi.class.php');
|
||||
require_once('../../include/betriebsmittel.class.php');
|
||||
require_once('../../include/betriebsmitteltyp.class.php');
|
||||
require_once('../../include/betriebsmittelstatus.class.php');
|
||||
require_once('../../include/betriebsmittel_betriebsmittelstatus.class.php');
|
||||
require_once('../../include/betriebsmittelperson.class.php');
|
||||
|
||||
if (!$uid = get_uid())
|
||||
die('Keine UID gefunden ! <a href="javascript:history.back()">Zurück</a>');
|
||||
@@ -373,18 +370,17 @@
|
||||
<head>
|
||||
<title>Inventar - Neuanlage</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="<?php echo $path;?>skin/vilesci.css" type="text/css">
|
||||
<link rel="stylesheet" href="<?php echo $path;?>include/js/jquery.css" rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" href="../../skin/vilesci.css" type="text/css">
|
||||
<link rel="stylesheet" href="../../include/js/jquery.css" type="text/css">
|
||||
|
||||
<script src="<?php echo $path;?>include/js/jquery.js" type="text/javascript"></script>
|
||||
<script src="<?php echo $path;?>include/js/jquery-ui.js" type="text/javascript"></script>
|
||||
<script src="<?php echo $path;?>include/js/jquery.autocomplete.js" type="text/javascript"></script>
|
||||
<script src="<?php echo $path;?>include/js/jquery.autocomplete.min.js" type="text/javascript">
|
||||
<script src="<?php echo $path;?>include/js/jquery.barcode.0.3.js" type="text/javascript"></script>
|
||||
<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.min.js" type="text/javascript">
|
||||
<script src="../../include/js/jquery.barcode.0.3.js" type="text/javascript"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<h1 title="Anwender:<?php echo $uid ?>"> Inventar - Neuanlage </h1>
|
||||
<h1> Inventar - Neuanlage </h1>
|
||||
<form name="sendform" action="<?php echo $_SERVER["PHP_SELF"]; ?>" method="post" enctype="application/x-www-form-urlencoded">
|
||||
|
||||
<fieldset>
|
||||
@@ -953,7 +949,7 @@ for ($pos=0;$pos<$anzahl;$pos++)
|
||||
<td id="bcTarget<?php echo $pos; ?>">
|
||||
<table>
|
||||
<tr>
|
||||
<td>druck <img border="0" src="<?php echo $path;?>skin/images/printer.png" title="drucken" > </td>
|
||||
<td>druck <img border="0" src="../../skin/images/printer.png" title="drucken" > </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user