init III
This commit is contained in:
83
Perl Ubiquiti mpower steuerung/control center/deviceview.php
Normal file
83
Perl Ubiquiti mpower steuerung/control center/deviceview.php
Normal file
@@ -0,0 +1,83 @@
|
||||
<!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">Hinzufügen</a></li>
|
||||
<li><a href="deviceview.php"><font id="act">Geräteansicht</font></a></li>
|
||||
</ul>
|
||||
<br>
|
||||
<h3>mPower Pro (EU)</h3>
|
||||
<img width="150px" src="ubnt_mpowerpro_main.jpg">
|
||||
<h3>mPower Main (EU)</h3>
|
||||
<img width="150px" src="UBNT_mPower_main.jpg">
|
||||
<h3>mPower mini (EU)</h3>
|
||||
<img width="150px" src="UBNT_mPowerMini_main.jpg">
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user