diff options
Diffstat (limited to 'Dozentenmodul_V1/WebContent/GUI/de/AddOS.jsp')
| -rw-r--r-- | Dozentenmodul_V1/WebContent/GUI/de/AddOS.jsp | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/Dozentenmodul_V1/WebContent/GUI/de/AddOS.jsp b/Dozentenmodul_V1/WebContent/GUI/de/AddOS.jsp deleted file mode 100644 index 58e83fe6..00000000 --- a/Dozentenmodul_V1/WebContent/GUI/de/AddOS.jsp +++ /dev/null @@ -1,47 +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=ISO-8859-1">
-<link rel="stylesheet" type="text/css"
- href="/Dozentenmodul_V1/css/Layout.css"></link>
-<title>Betriebssystem hinzufügen</title>
-</head>
-<body>
-<h1>Betriebssystem hinzufügen</h1>
-<form action="/Dozentenmodul_V1/SaveOS" method="post">
-<table>
-<tr>
-<td>Hersteller des Betriebssystems:</td>
-<td><input name="Hersteller" type="text" size="30"></input></td>
-</tr>
-<tr>
-<td>Name des Betriebssystems:</td>
-<td><input name="Name" type="text" size="30"></input></td>
-</tr>
-<tr>
-<td>Version des Betriebssystems:</td>
-<td><input name="Version" type="text" size="30"></input></td>
-</tr>
-<tr>
-<td>Architektur des Betriebssystems:</td>
-<td><select name="Architektur" style="width:200px;">
-<option>32-Bit</option>
-<option>64-Bit</option>
-</select></td>
-</tr>
-<tr>
-<td>Art des Betriebssystems:</td>
-<td><select name="Kosten" style="width:200px;">
-<option>Kostenpflichtig</option>
-<option>Kostenfrei</option>
-</select></td>
-</tr>
-<tr>
-<td></td>
-<td><button type="submit" style="width:200px;">Speichern</button></td>
-</tr>
-</table>
-
-</form>
-</body>
-</html>
\ No newline at end of file |
