tooltip-registration improved
[myslice.git] / portal / templates / registration_view.html
index 3ab8efc..78d6017 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="authority_hrn" class="form-control" style="width:530px" value="{{ authority_hrn }}" 
+               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 
+               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>
        </div>
 
        <div class="row">
                                </div>
                                <div class="modal-body">
                                                <p align="left">
-                                       TERMS AND CONDITIONS
+                                               <a href="/portal/terms" target="_blank">TERMS AND CONDITIONS</a>
                                        <br/>
                                        for OneLab Basic level service
                                        <br/>
     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
@@ -497,6 +499,7 @@ jQuery(document).ready(function(){
       }
       //select: function( event, ui ) {console.log(jQuery(this))}
     });
+       jQuery('[title!=""]').qtip();
 });
 </script>
 {% endblock %}