init III
This commit is contained in:
87
Perl Ubiquiti mpower steuerung/control center/add.php
Normal file
87
Perl Ubiquiti mpower steuerung/control center/add.php
Normal file
@@ -0,0 +1,87 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
|
||||
<head>
|
||||
<title>power.andregeissler.de</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||||
<link rel="shortcut icon" href="images/favicon.ico">
|
||||
<style type="text/css">
|
||||
/* <![CDATA[ */
|
||||
<!--
|
||||
ul#navigation {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
ul#navigation li {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
ul#navigation li a:link {
|
||||
border: 1px solid #000;
|
||||
background-color: #CCCCCC;
|
||||
padding: 2px 5px 2px 5px;
|
||||
font-size: 12px;
|
||||
color: #000;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
ul#navigation li a:visited {
|
||||
border: 1px solid #000;
|
||||
background-color: #CCCCCC;
|
||||
padding: 2px 5px 2px 5px;
|
||||
font-size: 12px;
|
||||
color: #000;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
ul#navigation li a:hover {
|
||||
border: 1px solid #000;
|
||||
background-color: #333333;
|
||||
padding: 2px 5px 2px 5px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
font#act {
|
||||
color: #0a0;
|
||||
}
|
||||
|
||||
ul#content li {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 770px;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<ul id="navigation">
|
||||
<li><a href="index.php">Geräteliste</a></li>
|
||||
<li><a href="add.php"><font id="act">Hinzufügen</font></a></li>
|
||||
<li><a href="deviceview.php">Geräteansicht</a></li>
|
||||
</ul>
|
||||
<br>
|
||||
<form action="index.php" target="_top" method="post">
|
||||
NAME <input type="text" name="name" value="name"><br>
|
||||
PORTS <select name=port>
|
||||
<option value="1">1</option>
|
||||
<option value="3">3</option>
|
||||
<option value="6">6</option>
|
||||
</select>
|
||||
<input type="hidden" name="add" value="yes">
|
||||
<input type="submit" value="Anlegen"/>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user