← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15476: Added academy server index file

 

------------------------------------------------------------
revno: 15476
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-05-30 13:02:01 +0200
message:
  Added academy server index file
added:
  resources/html/academy-server-index.html


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== added file 'resources/html/academy-server-index.html'
--- resources/html/academy-server-index.html	1970-01-01 00:00:00 +0000
+++ resources/html/academy-server-index.html	2014-05-30 11:02:01 +0000
@@ -0,0 +1,32 @@
+<html>
+<head>
+<style type="text/css">
+html {
+  background-color: #eee;
+  line-height: 1.5em;
+}
+
+#container {
+  margin: 30px auto;
+  padding: 30px 30px 50px 30px;
+  width: 500px;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  border-radius: 4px;
+}
+</style>
+</head>
+
+<body>
+<div id="container">
+<h3>Welcome to the DHIS 2 Academy</h3>
+<p>Available services</p>
+<ul>
+<li><a href="dhis">DHIS 2</a></li>
+<li><a href="moodle">Moodle</a></li>
+<li><a href="files">Files</a></li>
+<li><a href="docs/user/html/dhis2_user_manual_en.html">User manual</a></li>
+<li><a href="docs/implementer/html/dhis2_implementation_guide_en.html">Implementer guide</a></li></ul>
+</div>
+</body>
+</html>