Opening changes
[myslice.git] / portal / templates / registration_view.html
index 78d6017..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 }}" 
+               <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 add it by clicking the add organization link below. We will send an email to the managers that we have on record for 
+               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">Add organization now.</a></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">
-                                               <a href="/portal/terms" target="_blank">TERMS AND CONDITIONS</a>
-                                       <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>
@@ -477,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 %}
@@ -499,6 +500,7 @@ jQuery(document).ready(function(){
       }
       //select: function( event, ui ) {console.log(jQuery(this))}
     });
+       // for hover texts
        jQuery('[title!=""]').qtip();
 });
 </script>