mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
git-svn-id: http://www.observium.org/svn/observer/trunk@358 61d68cd4-352d-0410-923a-c4978735b2b8
114 lines
2.2 KiB
HTML
114 lines
2.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html><head>
|
|
<title>JpGraph Documentation</title>
|
|
|
|
<style type="text/css">
|
|
body {
|
|
margin-top : 10px;
|
|
margin-left : 10px;
|
|
margin-right : 10px;
|
|
background-color: #E1E1E1;
|
|
color : Black;
|
|
font-family : Arial,sans-serif;
|
|
}
|
|
|
|
A:link {
|
|
font-family : Arial, Helvetica, sans-serif;
|
|
font-weight : normal;
|
|
text-decoration : none;
|
|
color : black;
|
|
}
|
|
|
|
A:visited {
|
|
font-family : Arial, Helvetica, sans-serif;
|
|
text-decoration : none;
|
|
color : black;
|
|
}
|
|
|
|
A:hover {
|
|
font-family : Arial, Helvetica, sans-serif;
|
|
font-weight : normal;
|
|
text-decoration : underline;
|
|
color : darkred;
|
|
}
|
|
|
|
|
|
table.menu {
|
|
width : 500;
|
|
background-color : white;
|
|
border:navy solid 2pt;
|
|
}
|
|
|
|
td.menutitle {
|
|
font-family : Arial, Helvetica, sans-serif;
|
|
font-size : 1.8em;
|
|
font-weight : bold;
|
|
color : white;
|
|
text-align : left;
|
|
background-color : navy;
|
|
border-bottom : black solid 2pt;
|
|
}
|
|
|
|
td.menuitem {
|
|
font-family : Arial, Helvetica, sans-serif;
|
|
font-size : 1.1em;
|
|
font-weight : normal;
|
|
text-align : center;
|
|
height : 100;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
.copyright {
|
|
color: gray;
|
|
font-family : Arial, Helvetica, sans-serif;
|
|
font-size : 0.8em;
|
|
font-style : italic;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div align=center>
|
|
<table cellspacing=0 cellpadding=5 class="menu">
|
|
<tr>
|
|
<td colspan=3 class="menutitle">
|
|
<a href="http://www.aditus.nu/jpgraph/">
|
|
<img src="JpGraph_Logo.png" align=center width=100 border=0></a>
|
|
Documentation Portal</td>
|
|
</tr>
|
|
<td class="menuitem">
|
|
<a href="html/toc.html" target=blank><img src="manual.png" border=0 ><br>JpGraph Manual</a></td>
|
|
|
|
<td class="menuitem">
|
|
<a href="ref/index.html" target=blank><img src="reference.png" border=0 ><br>Class Reference
|
|
</a></td>
|
|
|
|
</tr>
|
|
|
|
|
|
<tr><td colspan=3 align=center>
|
|
[
|
|
<a href="http://www.aditus.nu/jpgraph/jpgraphhowto.php" target=blank>HowTo
|
|
|
|
|
<a href="http://www.aditus.nu/jpgraph/jpgraphfaq.php" target=blank> FAQ</a>
|
|
|
|
|
<a href="http://www.aditus.nu/jpgraph/" target=blank>JpGraph Site</a>
|
|
|
|
|
<a href="http://jpgraph.intellit.nl/index.php" target=blank>JpGraph Forum</a>
|
|
]
|
|
</td></tr>
|
|
|
|
|
|
</table>
|
|
<span class=copyright>
|
|
© 2001-2007 Aditus Consulting
|
|
</span>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|