--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fhiiqm/form/ma_fkt_form.inc.php Thu Sep 08 15:25:25 2011 +0200
@@ -0,0 +1,57 @@
+<?php
+
+/**
+ * @author Bettina Schwarzer, Fritz-Haber-Institut
+ * @copyright 09/2011
+ */
+
+
+
+?>
+<div align="center">
+<table>
+<tr><td class="bigger">Die Auswahl von Mitarbeiter bzw. Funktion geschieht durch<br />Eingeben von mindesten 2 bzw. 1 Zeichen in das entsprechende Feld.
+</td></tr>
+<tr><td class="bigger"><div class="red">Achtung! </div>Umlaute wie 'ä', 'ü', 'ö', 'ß' werden nicht gefunden, bitte benachbarte Zeichen eingeben.</td></tr>
+<tr><td class="bigger"> </td></tr>
+</table>
+</div>
+<form action="<?php $_SERVER['PHP_SELF'] ?>" method="post" enctype="application/x-www-form-urlencoded" name="fmafkt">
+<div align="center">
+ <table border="0" cellspacing="3" cellpadding="3">
+ <div class="ui-widget">
+ <tr><td>Mitarbeiter *</td>
+ <td valign="top"><input class="long20" type="text" name="fkt[persknr]" id="persknr" value="<?php echo $fkt['persknr']; ?>"/>
+ </td>
+ </tr>
+ <tr><td>Funktion *</td>
+ <td valign="top"><input class="long20" type="text" name="fkt[func]" id="func" value="<?php echo $fkt['func']; ?>"/>
+ </td>
+ </tr>
+ <tr><td>Geltungsbereich</td>
+ <td valign="top"><input class="long20" type="text" name="fkt[ber]" id="ber" maxlength="50" value="<?php echo $fkt['ber']; ?>"/>
+ </td>
+ </tr>
+ <tr><td>Beginn</td>
+ <td valign="top"><input class="long10" type="text" name="fkt[von]" id="von" value="<?php echo $fkt['von']; ?>"/>
+ </td>
+ </tr>
+ <tr><td>Ende</td>
+ <td valign="top"><input class="long10" type="text" name="fkt[bis]" id="bis" value="<?php echo $fkt['bis']; ?>"/>
+ </td>
+ </tr>
+ <tr><td>Bemerkung</td>
+ <td valign="top"><textarea name="fkt[bem]" id="bem" rows="3" cols="33"><?php echo $fkt['bem']; ?></textarea>
+ </td>
+ </tr>
+ <tr><td> </td>
+ <td><input class="button" type="submit" name="eintragen" value=" eintragen " />
+ <!-- <input type="submit" name="abbrechen" value="abbrechen"> -->
+ </td>
+ </tr>
+ </div>
+ </table>
+ <input type="hidden" name="fkt[pid]" id="pid" value="<?php echo $fkt['pid']; ?>"/>
+ <input type="hidden" name="fkt[fid]" id="fid" value="<?php echo $fkt['fid']; ?>"/>
+</form>
+</div>
\ No newline at end of file