Opening changes
[unfold.git] / portal / templates / registration_view.html
index 3ab8efc..3cdbecf 100644 (file)
        <div class="form-group">
                <label for="authority_hrn" class="control-label">Organization</label>
                <p></p>
-               <input id="authority_hrn" name="authority_hrn" class="form-control" style="width:530px" value="{{ authority_hrn }}" required>
-               <p class="help-block">Choose your organization (company/university) from the list that apears when you<br> click in the field above and start to type.
-                Use the arrow keys to scroll through the list;<br>type part of the name to narrow down the list. If it is not in the list, 
-               <a href="/portal/join">please add it.</a></p>
+               <input id="authority_hrn" name="org_name" class="form-control" style="width:590px" value="{{ organization }}" 
+               title="Choose your organization (company/university) from the list that apears when you click in the field and start to type.
+                Use the arrow keys to scroll through the list; type part of the name to narrow down the list. If it is not in the list, 
+               please request its addition by clicking the link below. We will send an email to the managers that we have on record for 
+               your organization, asking them to validate your sign-up request." required/>
+               <p></p>
+               <p>Organization not listed? <a href="/portal/join">Request its addition now.</a></p>
        </div>
 
        <div class="row">
                                </div>
                                <div class="modal-body">
                                                <p align="left">
-                                       TERMS AND CONDITIONS
-                                       <br/>
                                        for OneLab Basic level service
                                        <br/>
                                        Version 0.6 of 20 May 2014
+                                               <br>
+                                               <a href="/portal/terms" target="_blank">[Printable format]</a>
                                                </p>
                                        <h1 align="left">1 Context</h1>
                                        <h2 align="left">1.1 OneLab</h2>
     Users who seek such guarantees are invited to consider a higher level of service.
 </p>
 <h2 align="left">
-    <a name="_Toc261537715">2.3 Limited</a>
-    liability
+    2.3 Limitedliability
 </h2>
 <p align="left">
     In no event shall the partners of the OneLab consortium be liable to any user for any consequential, incidental, punitive, or lost profit damages, or for
@@ -475,9 +477,10 @@ jQuery(document).ready(function(){
     {% if authorities %}
         {% for authority in authorities %}
             {% if authority.name %}
-                {value:"{{ authority.authority_hrn }}",label:"{{authority.name}}"},
-            {% else %}
-                {value:"{{ authority.authority_hrn }}",label:"{{authority.authority_hrn}}"},
+                {value:"{{ authority.name }}",label:"{{authority.name}}"},
+                       // to show only full name
+           // {% else %}
+           //     {value:"{{ authority.authority_hrn }}",label:"{{authority.authority_hrn}}"},
             {% endif %}
         {% endfor %}    
     {% else %}
@@ -497,6 +500,8 @@ jQuery(document).ready(function(){
       }
       //select: function( event, ui ) {console.log(jQuery(this))}
     });
+       // for hover texts
+       jQuery('[title!=""]').qtip();
 });
 </script>
 {% endblock %}