Browse Source

[getGraphsFDN] Add help index

Sebastien Badia 12 years ago
parent
commit
51cfa4ed07
1 changed files with 111 additions and 0 deletions
  1. 111 0
      getGraphsFDN/index.html

+ 111 - 0
getGraphsFDN/index.html

@@ -0,0 +1,111 @@
+<!DOCTYPE html>
+<head>
+<title>Lorraine Data Network - Chez <TPL:PRENOM> <TPL:NOM></title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<style type="text/css">
+<!--
+	body {
+		font-family: sans-serif;
+		text-align: center;
+		margin: 0;
+		padding: 0;
+		background: #2F3B3B url(../../ressources/bg.png) repeat-x;
+	}
+
+	h1 {
+		background-color: #000;
+		background: url(../../ressources/logo.png) no-repeat 44px 0;
+		margin: 0;
+		padding: 0;
+		color: #FFF;
+		height: 150px;
+	}
+
+	h1 div {
+		padding-top: 73px;
+		text-shadow: 1px 1px 1px #000;
+	}
+
+	h2 {
+		text-shadow: 1px 1px 1px #aaa;
+	}
+
+	div#error {
+		background-color: #eee;
+		border-bottom: 1px solid #f00;
+		padding: 20px;
+		font-weight: bold;
+		text-align: center;
+		vertical-align: center;
+	}
+
+	div#main {
+		margin: 0 30px;
+		background-color: #FFF;
+		border: solid 2px #999;
+	}
+
+	dl {
+		padding: 5px 0 20px;
+		background-color: #EEE;
+		margin: 0;
+	}
+
+	dt {
+		width: 500px;
+		border: 1px solid #aaa;
+		background-color: #CCC;
+		font-weight: bold;
+		padding: 5px;
+		margin: 10px auto;
+		font-variant: small-caps;
+	}
+
+	dd {
+		text-align: center;
+		padding: 0 0 5px;
+		margin: 0 auto;
+	}
+
+	p#footer {
+		color: #999;
+	}
+
+	div#box {
+		text-align: right;
+		padding-right: 70px;
+		margin-top: -150px;
+	}
+
+	a {
+		color: #000;
+	}
+
+	a:hover {
+		text-decoration: none;
+	}
+-->
+</style>
+</head>
+
+<body>
+
+<h1><div><TPL:PRENOM> <TPL:NOM></div></h1>
+<div id="box"><img src="../../ressources/box.gif" alt="LDNbox"></div>
+
+<div id="main">
+	<h2>Visualiser vos graphs</h2>
+	<dl>
+		<dt>Adresse</dt> <dd>https://adsl.ldn-fai.net/graphs/<strong>&lsaquo;id-ldn&rsaquo;</strong></dd>
+		<dt>Identifiant</dt> <dd>&lsaquo;id-ldn&rsaquo;</dd>
+		<dt>Mot de passe</dt> <dd>&lsaquo;pass-ldn&rsaquo;</dd>
+	</dl>
+
+	<p><em>Les identifiants LDN correspondent à ceux reçus par courriel lors de la demande d'ouverture de ligne.</em></p>
+</div>
+
+<p id="footer">
+	Contacter le bureau : <em>bureau(A)ldn-fai.net</em>
+</p>
+</body>
+</html>