Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[unfold.git] / portal / templates / documentationview.html
index 2ecfdb7..00a07f9 100644 (file)
@@ -1,13 +1,10 @@
-{% extends "layout-unfold1.html" %}
-
-{% block head %}
-{{ wizard.form.media }}
-{% endblock %}
-
-{% block unfold_main %}
-
-<h1>OneLab Portal Documentation<h1>
+{% extends "layout.html" %}
 
+{% block content %}
+<div class="row">
+       <h1><img src="{{ STATIC_URL }}img/icon_support_small.png" alt="Open a Ticket" /> OneLab Portal Documentation</h1>
+</div>
+<div class="row">
 <h2>Portal Components</h2>
 <h3>Myslice (Web Frontend)</h3>
 <p>
@@ -31,7 +28,26 @@ Manifold is the backend that is running behind the portal.
 <p> More Info: <a href="http://svn.planet-lab.org/wiki/SfaDeveloperRegistryTutorial#RunninginRegistry-Onlymode" target="_blank">SFA Registry</a></p>
 <h2>FAQ<h2>
 <h3>Users</h3>
-<h3>Managers</h3>
+<h5>Who is a User?</h5>
+<p>A user is an experimenter who registers to the onelab portal and able to use all the facilites that the portal has to offer. However, a user does not
+have the right to do any admin operation such as managing slices, users and resources.</p>
+<h5>How do I register?</h5>
+<h5>Why can't I register with my email?</h5>
+<h5>Who is responsible for validating my account?</h5>
+<h5>How long I have to wait for validation?</h5>
+<h5>I just registered. Why can't I see any slices and resources?</h5>
+<h5>How can I get access to a slice?</h5>
+<h5>I forgot my password, how to recover it?</h5>
 
+<h3>Managers</h3>
+<h5>Who is a Manager?</h5>
+<p>A manager is the Principal Investigator (PI) of the institution. Each PI has authority over his own institution. A PI can add, delete, validate users or 
+slices that belongs to his institution.</p>
+<h5>What is pending users/slices?</h5>
+<h5>How to see the pending users/slices of my instituion?</h5>
+<h5>How to validate/reject pending users/slices?</h5>
+<h5>Can I see the pending users/slices of other institutions?</h5>
+<h5>How can I manage the users that belong to my institution?</h5>
+</div>
 {% endblock %}