Regform+joinform: redesigned css
[unfold.git] / portal / templates / registration_view.html
1 {% extends "layout.html" %}
2
3 {% block content %}        
4
5 <div class="row">
6         <div class="col-md-12">
7         <h1><img src="{{ STATIC_URL }}icons/user-xs.png" alt="User Registration" />User sign-up</h1>
8         </div>
9 </div>
10 <div class="row">
11         <div class="col-md-12">
12                 <h3>Questions? <a href="/portal/contact" >Contact us</a></h3>
13         </div>
14 </div>
15 {% if errors %}
16 <ul>
17   {% for error in errors %}
18   <li>{{ error }}</li>
19   {% endfor %}
20 </ul>
21 {% endif %}
22    
23 <form class="cmxform form-horizontal" id="registrationForm" method="post" enctype="multipart/form-data" role="form">
24 {% csrf_token %}
25         <div class="form-group">
26                 <label for="authority_hrn" class="control-label">Organization</label>
27                 <input id="authority_hrn" name="authority_hrn" class="form-control" style="width:530px" value="{{ authority_hrn }}" required>
28                 <p class="help-block">Start typing to find the name of your organization (company or university).<br> If it is not in the list, <a href="/portal/join">please add it.</a></p>
29         </div>
30
31         <div class="row">
32         <div class="col-md-4">
33
34     <div class="form-group">
35                 <label for="firstname" class="control-label">Personal Information</label>
36                 <input type="text" name="firstname" class="form-control" style="width:200px" minlength="2" value="{{ firstname }}" placeholder="First Name" required />
37     </div>
38     <div class="form-group">
39                 <input type="text" name="lastname" size="25" class="form-control" style="width:200px" minlength="2" value="{{ lastname }}" placeholder="Last Name" required />
40     </div>
41         <div class="form-group">
42         <input type="email" name="email" size="25"  class="form-control" style="width:200px" value="{{ email }}" 
43                 title="Your e-mail address will be your identifier for logging in. We contact you to verify your account and then, occasionally, for important issues."
44                 placeholder="Email" required/>
45         </div>
46 </div>  
47
48         <!-- LOGIN
49         TODO: Login should be suggested from user email or first/last name, and
50         checked for existence. In addition, the full HRN should be shown to the
51         user.
52     <div class="form-group">
53       <label for="login" class="col-xs-2 control-label">Login</label>
54       <div class="col-xs-4">
55           <input type="text" name="login" size="25" class="form-control" minlength="2" value="{{ login }}" placeholder="Login" required />
56       </div>
57       <div class="col-xs-6"><p class="form-hint">Enter your login</p></div>
58     </div>
59         -->
60 <div class="col-md-4">
61     <div class="form-group">
62       <label for="password" class="control-label">Authentication</label>
63       <input type="password"  id="password" name="password"   class="form-control" style="width:200px" minlength="4" value="{{ password }}" 
64                 title="Your password allows you to log in to this portal."
65                 placeholder="Password" required/>
66     </div>
67     <div class="form-group">
68                 <input type="password"  id="confirmpassword" name="confirmpassword" style="width:200px"  minlength="4" class="form-control" value="" 
69                         placeholder="Confirm Password" required/>
70     </div>
71     <div class="form-group">
72         <!--<label for="question" class="control-label">Keys</label> -->
73                 <select name="question" class="form-control" style="width:200px" id="key-policy" 
74                         title="Your public/private key pair allows you to access the testbeds." required>        
75                         <option value="generate">Generate my keys for me (recommended)</option>
76                         <option value="upload">Upload my public key (advanced users only)</option>
77                 </select>
78     </div>
79     <div class="form-group" style="display:none;" id="upload_key">
80         <label for="file" class="control-label">Upload public key</label>
81         <input type="file" name="user_public_key" class="form-control" style="width:200px" id="user_public_key" required/>
82         <br />
83                 <div class="alert alert-danger" id="pkey_del_msg">
84                         In order for the portal to contact testbeds on your behalf, so as to list and reserve resources, you will need to i
85                         <a href="http://trac.myslice.info/wiki/InstallSfa" target="_blank">delegate your public key to the portal.</a>
86                 </div>
87     </div>
88         </div>
89         </div>
90         <div class="form-group">
91                 <input type="checkbox" name="agreement" value="agreement" required/> I agree to the 
92                 <button class="btn btn-primary btn-xs" data-toggle="modal" data-target="#myModal">terms and conditions</button> 
93         </div>
94         <!-- Modal - columns selector -->
95                 <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
96                         <div class="modal-dialog">
97                         <div class="modal-content">
98                                 <div class="modal-header">
99                                         <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
100                                                 <h4 class="modal-title" id="myModalLabel">Terms & Conditions</h4>
101                                 </div>
102                                 <div class="modal-body">
103                                                 <p align="left">
104                                         TERMS AND CONDITIONS
105                                         <br/>
106                                         for OneLab Basic level service
107                                         <br/>
108                                         Version 0.6 of 20 May 2014
109                                                 </p>
110                                         <h1 align="left">1 Context</h1>
111                                         <h2 align="left">1.1 OneLab</h2>
112                                         <p align="left">
113                                 OneLab is an experimental facility for testing new ideas and new technologies in the area of computer networking. It consists of a variety of types of
114                                 platforms, including:</p>
115                                         <ul type="disc">
116                                 <li>
117                                 <strong>internet overlay testbeds</strong>
118                                 , testbeds that offer virtual machines distributed across locations in different countries, allowing users to deploy overlays on the internet;
119                                 </li>
120                                 <li>
121                                 <strong>wireless testbeds</strong>
122                                 , testbeds that consist of clusters of computers that are within Wi-Fi communication range of each other, either in an office environment or in an
123                                 isolated setting;
124                                 </li>
125                                 <li>
126                                 <strong>internet of things testbeds</strong>
127                                 , testbeds that consist of embedded computing nodes with sensor capabilities, communicating wirelessly in an isolated environment;
128                                 </li>
129                                 <li>
130                                 <strong>emulation testbeds,</strong>
131                                 computing clusters that offer virtual machines on servers that are interconnected by a high speed switch, enabling large scale network emulation.
132                                 </li>
133                                         </ul>
134                                         <p align="left">
135                                 This list of types of platforms is subject to change, and the current list, along with the identities of the specific platforms of each type, can be found
136                                 on the OneLab website (onelab.eu).</p>
137                                         <p align="left">
138                                 Each platform has its own owners, and OneLab is the grouping of these platforms through a consortium of institutions. The OneLab consortium is coordinated
139                                 by UPMC Sorbonne Universités. It operates on a not-for-profit basis.</p>
140                                         <p align="left">
141                                 Access to OneLab may also provide access to additional platforms that are not part of OneLab, due to a federation agreement between OneLab and the owners
142                                 of those platforms.</p>
143                                         <h2 align="left">1.2 Fee-free Basic level service</h2>
144                                         <p align="left">These terms and conditions define and apply to OneLab's Basic level service, which is available free of charge.</p>
145                                         <p align="left">
146                                 Users who would like additional services are encouraged to contact support@onelab.eu. Some additional services require a written agreement, but are
147                                 otherwise free. Others require the payment of fees or in-kind contributions. (An example of an in-kind contribution is the hosting of a PlanetLab Europe
148                                 server node.)</p>
149                                         <h2 align="left">1.3 Managers and standard users</h2>
150                                         <p align="left">
151                                 There are two classes of OneLab user: the manager and the standard user. OneLab grants access rights to managers, who, in turn, provide access rights to
152                                         standard users. Examples are: for a small enterprise, an executive may be the manager and the employees may be standard users; for a research team, a
153                                 senior scientist (faculty member or research scientist) may be a manager and doctoral students and other members of the team may be standard users; for a
154                                 university course, a professor may be a manager and the students may be standard users.</p>
155                                         <h2 align="left">1.4 These terms and conditions</h2>
156                                         <p align="left">
157                                 Acceptance of these terms and conditions is a condition of obtaining OneLab Basic level user service. They are posted to the OneLab portal site
158                                 (portal.onelab.eu). They may be changed without other notice than the posting of a new version to the portal site.</p>
159                                         <h1 align="left">2 Services provided by OneLab</h1>
160                                         <h2 align="left">2.1 Access to the experimental facility</h2>
161                                         <p align="left">
162                                 OneLab provides users with access to the platforms that make up the experimental facility. Each platform owner determines the specifics of this access (for
163                                 example, how many nodes are available to a user, what happens in case of oversubscription, etc.), with the proviso that Basic level service requires that
164                                         users be able to conduct meaningful experiments on every OneLab testbed.</p>
165                                         <p align="left">
166                                 Basic level service may also provide access to platforms that are federated with OneLab, but such access depends upon the terms of the federation
167                                 agreements with those platforms, which may require that the user have a higher level of service in order to gain access. For example, Basic level service
168                                 provides access to PlanetLab Europe, a OneLab platform, without providing access to PlanetLab Central, a federated platform. Users wanting full access
169                                 across the global PlanetLab system should contact support@onelab.eu to arrange to enter into a PlanetLab Europe membership agreement.</p>
170                                         <p align="left">OneLab's role is to facilitate access to the platforms. Specifically, it provides each user with:</p>
171                                         <ul>
172                                 <li align="left">
173                                 <strong>a single account,</strong>
174                                 the credentials for which can be used to access all of the OneLab testbeds;
175                                 </li>
176                                 <li align="left">
177                                 <strong>tools through which to access the testbeds</strong>
178                                 , including, notably, a web-based portal (portal.onelab.eu) that allows a user to see the resources available on each testbed and to reserve them,
179                                 along with a number of experiment control tools that a user can employ to deploy an experiment on those resources;
180                                 </li>
181                                 <li align="left">
182                                 <strong>support</strong>
183                                 , with documentation on how to use the tools, pointers to documentation for individual testbeds, and a helpdesk to respond to user questions.
184                                 </li>
185                                         </ul>
186 <p align="left">
187     Additional support, such as accompaniment through the design and deployment of experiments and the interpretation of their results, is available through
188     higher levels of service.
189 </p>
190 <h2 align="left">
191     2.2 Best effort, without guarantees
192 </h2>
193 <p align="left">
194     OneLab and the owners of the individual OneLab testbeds do their best to provide the services outlined here, with the understanding that Basic level
195     service offers no guarantees. Users should clearly understand the following limitations.
196 </p>
197 <ul type="disc">
198     <li>
199         <strong>Reliability:</strong>
200         OneLab does not provide any guarantees with respect to the reliability of the portal, of other tools, or of the individual nodes on platforms. These
201         may be taken down for maintenance, rebooted, or reinstalled at any time. Reinstallation implies that disks are wiped, meaning that users should not
202         consider a local disk to be a persistent form of storage.
203     </li>
204     <li>
205         <strong>Fitness:</strong>
206         OneLab does not guarantee that the platforms are suitable for the experiments that users intend to conduct. There may be limitations in the
207         technologies that are offered that prevent certain types of experiments from being carried out.
208     </li>
209     <li>
210         <strong>Privacy</strong>
211         : OneLab does not guarantee the privacy of traffic generated on the platforms (e.g., wireless signals, packets). Unless otherwise specified by an
212         individual platform owner, users should assume that traffic is monitored and logged. Such monitoring may be done intentionally, for example, to allow
213         platform administrators as well as other users to investigate abuse.
214     </li>
215 </ul>
216 <p align="left">
217     Users who seek such guarantees are invited to consider a higher level of service.
218 </p>
219 <h2 align="left">
220     <a name="_Toc261537715">2.3 Limited</a>
221     liability
222 </h2>
223 <p align="left">
224     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
225     any damages arising out of loss of use or loss of data, to the extent that such damages arise out of the activities of OneLab consortium partners, or any
226     breach of the present terms and conditions, even if the consortium partner has been advised of the possibility of such damages.
227 </p>
228 <p align="left">
229     Nothing contained in these terms and conditions shall be deemed as creating any rights or liabilities in or for third parties who are not Basic level users
230     of OneLab.
231 </p>
232 <h1 align="left">
233     3 Acceptable use policy
234 </h1>
235 <h2 align="left">
236     3.1 Responsibilities of managers and standard users
237 </h2>
238 <p align="left">
239     OneLab creates and administers accounts for managers and delegates to managers the responsibility for creating and administering accounts for standard
240     users. Both managers and standard users are required to follow OneLab's acceptable use policy. In addition, managers are fully responsible for the
241     activities of the standard users whose accounts they create.
242 </p>
243 <p align="left">
244     A manager is expected to grant user access only an individual with whom he or she has a working relationship. In general, this means an individual who
245     works for the same institution as the manager, or, in the case of higher education and research, an individual who is a student at the university where the
246     manager works. Managers may also grant access to individuals from other institutions, provided that they are collaborating on a common project on OneLab.
247     If there is a doubt, a manager should refer the question to support@onelab.eu.
248 </p>
249 <h2 align="left">
250     3.2 Types of use
251 </h2>
252 <p align="left">
253     OneLab may be used by enterprise, by scientific researchers, and by educators.
254 </p>
255 <p align="left">
256     OneLab may be used for pre-commercial research and development. In keeping with OneLab's not-for-profit status, it may not be used to deploy services that
257     are designed to generate a commercial profit.
258 </p>
259 <p align="left">
260     Not-for-profit use of OneLab to deploy services that are designed to generate revenue requires prior approval through a written agreement, and thus may not
261     be carried out on a Basic level account. Interested users are invited to contact support@onelab.eu.
262 </p>
263 <p align="left">
264     OneLab may be used for scientific research.
265 </p>
266 <p align="left">
267     OneLab may be used to host lab exercises for university courses.
268 </p>
269 <p align="left">
270     Questions about other types of use should be addressed to support@onelab.eu.
271 </p>
272 <h2 align="left">
273     3.3 Applicable laws and regulations
274 </h2>
275 <p align="left">
276     OneLab is managed, and the portal is hosted, in France. Information regarding the countries in which individual testbeds are managed and hosted is
277     available from those testbeds. Users are responsible for being aware of the countries in which their experiments are deployed and for ensuring that their
278     use of OneLab fully conforms to the laws and regulations of those countries, as well as the laws and regulations of the country in which they themselves
279     are present when conducting their experiments.
280 </p>
281 <p align="left">
282     Above and beyond specific national laws, the activities email spamming, phishing through web services, and all types of Internet fraud are prohibited on
283     OneLab.
284 </p>
285 <h2>
286     3.4 Security and accounting mechanisms
287 </h2>
288 <p align="left">
289     Users are expected to respect the security and accounting mechanisms put in place by OneLab, its platforms, and federated platforms. For example, access to
290     PlanetLab Europe is designed to take place through the SSH cryptographically-secured connection protocol, which uses public/private key pair
291     authentication, and so users should not attempt to bypass this mechanism. As another example, OneLab's notion of a "slice" associates a set of resources
292     with the group of users who have reserved those resources, and users should not attempt to obscure the identities of participants in a slice.
293 </p>
294 <p align="left">
295     Hacking attempts against the OneLab portal and testbeds are not permitted. This includes "red team" (hacker test) experiments.
296 </p>
297 <h2>
298     3.5 Sharing of resources
299 </h2>
300 <p align="left">
301     OneLab is intended for ambitious experiments. Large numbers of resources and extended leases on resources may legitimately be granted in order to carry
302     these out. At the same time, OneLab and its testbeds are shared environments, and when there is contention for resources, limits must be imposed.
303 </p>
304 <p align="left">
305     Each OneLab platform sets its own policies for handling resource contention. As a general rule, users are encouraged to design their experiments to use
306     resources efficiently. In particular, spinning/busy-waiting techniques for extended periods of time are strongly discouraged. Some resource contention
307     policies (e.g., PlanetLab Europe's) terminate the jobs that are using the most resources in the case of contention.
308 </p>
309 <h2>
310     3.6 Internet-connected platforms
311 </h2>
312 <p align="left">
313     Some of OneLab's platforms allow experiments to take place on resources that have access to the public internet. These experiments can potentially generate
314     traffic to, and receive traffic from, any host or router in the internet.<a></a><a id="_anchor_1" href="#_msocom_1" name="_msoanchor_1">[LB1]</a>
315 </p>
316 <p align="left">
317     Furthermore, some internet-connected platforms (e.g., PlanetLab Europe) consist of servers that are hosted by a large number of member institutions.
318 </p>
319 <p align="left">
320     The accessibility of internet-connected platforms and the distributed hosting model of some of these platforms imply certain responsibilities on the part
321     of users, as detailed below.
322 </p>
323 <h3>
324     3.6.1 General guidance
325 </h3>
326 <p align="left">
327     A good litmus test when considering whether an experiment is appropriate for such internet-connected platforms is to ask what the network administrator at
328     one's own organisation would say about the experiment running locally. If the experiment disrupts local activity (e.g., uses more than its share of the
329     site's internet bandwidth) or triggers complaints from remote network administrators (e.g., performs systematic port scans), then it is not appropriate for
330     such internet-connected platforms.
331 </p>
332 <p align="left">
333     It is the responsibility of the user and the user's manager to ensure that an application that will run on an internet-connected platform is tested and
334     debugged in a controlled environment, to better understand its behaviour prior to deployment.
335 </p>
336 <h3>
337     3.6.2 Standards of network etiquette
338 </h3>
339 <p align="left">
340     Internet-connected platforms are designed to support experiments that generate unusual traffic, such as network measurements. However, it is expected that
341     all users adhere to widely accepted standards of network etiquette in an effort to minimise complaints from network administrators. Activities that have
342     been interpreted as worm and denial-of-service attacks in the past (and should be avoided) include sending SYN packets to port 80 on random machines,
343     probing random IP addresses, repeatedly pinging routers, overloading bottleneck links with measurement traffic, and probing a single target machine from
344     many nodes.
345 </p>
346 <p align="left">
347     For internet-connected platforms that have a distributed hosting model, each host institution will have its own acceptable use policy. Users should not
348     knowingly violate such local policies. Conflicts between local policies and OneLab's stated goal of supporting research into wide-area networks should be
349     brought to the attention of OneLab administrators at support@onelab.eu.
350 </p>
351 <h3>
352     3.6.3 Specific network usage rules
353 </h3>
354 <p align="left">
355     It is not allowed to use one or more nodes of an internet-connected platform to generate a high number of network flows or flood a site with high traffic
356     to the point of interfering with its normal operation. Use of congestion-controlled flows for large transfers is highly encouraged.
357 </p>
358 <p align="left">
359     It is not allowed to perform systematic or random port or address block scans from an internet-connected platform.
360 </p>
361 <p align="left">
362     For internet-connected platforms that use a distributed hosting model, it is not allowed to spoof or sniff traffic on a hosted server or on the network the
363     server belongs to.
364 </p>
365 <p align="left">
366     Access to a server on a distributed hosting platform may not be used to gain access to other servers or networked equipment that are not part of the
367     testbed.
368 </p>
369 <h2>
370     3.7 Wireless platforms
371 </h2>
372 <p align="left">
373     Wireless-connected platforms give users access to nodes that communicate via Wi-Fi and other wireless technologies. They may be capable of detecting
374     wireless activity in the neighbourhood of those nodes: traffic generated by other users of the platform or by individuals not associated with the platform.
375     In general, much of the traffic will be encrypted, with certain aspects (such as SSIDs) not encrypted, but it is also possible that there will be fully
376     unencrypted traffic. They may also be capable of generating wireless activity that reaches equipment outside of the testbed.
377 </p>
378 <p align="left">
379     Furthermore, some wireless-connected platforms may have built-in limitations to prevent them from generating signals at a strength that exceeds health and
380     safety regulations.
381 </p>
382 <p align="left">
383     These characteristics of wireless-connected platforms imply certain responsibilities on the part of users, as detailed below.
384 </p>
385 <h3>
386     3.7.1 Specific network usage rules
387 </h3>
388 <p align="left">
389     Experimenters may make no attempt to defeat the encryption of encrypted third-party traffic. Furthermore, experimenters must treat with utmost discretion
390     any unencrypted traffic. Limited metadata can be recorded for the bona fide purposes of an experiment, but under no case should third party communications
391     be recorded.
392 </p>
393 <p align="left">
394     No attempt may be made to reverse engineer traffic in order to learn the identities of the parties who have generated the traffic.
395 </p>
396 <p align="left">
397     Wireless-connected platforms may not be used to gain access to any network equipment that is not part of the testbed itself.
398 </p>
399 <p align="left">
400     It is not allowed to perform systematic or random scans of wireless networks that are not part of a wireless-connected platform. Similarly, it is not
401     allowed to spoof or sniff wireless traffic of the institution that hosts a wireless-connected platform or of other networks in the proximity.
402 </p>
403 <p align="left">
404     Care must be taken so that traffic on wireless-connected platforms does not interfere with the normal functioning of network equipment that is not part of
405     the testbed itself.
406 </p>
407 <p align="left">
408     No attempt may be made to defeat the mechanisms that limit signal strength on wireless-connected platforms.
409 </p>
410 <h2>
411     3.8 Handling suspected violations
412 </h2>
413 <p align="left">
414     Suspected violations of the OneLab acceptable use policy should be reported to support@onelab.eu.
415 </p>
416 <p align="left">
417     Upon notification or detection of a possible violation, OneLab management will attempt to understand if a violation has in fact occurred. To do so,
418     management will freely communicate with the users concerned, the operators of the platforms concerned, as well as any third parties that might be involved.
419     An example of a third party is a network operator who detects what they believe to be unauthorized traffic emanating from a OneLab platform.
420 </p>
421 <p align="left">
422     The priority is to resolve any real or apparent violations amicably. However, if OneLab management believes that a violation may have occurred, it can, at
423     its sole discretion, and without prior notice, apply any of the following measures:
424 </p>
425 <ul type="disc">
426     <li>
427         notification of the users of the concerned slice (set of resources);
428     </li>
429     <li>
430         disabling of the concerned slice;
431     </li>
432     <li>
433         disabling an individual user's account;
434     </li>
435     <li>
436         reporting of the user's activity to his/her manager;
437     </li>
438     <li>
439         disabling of the manager's account and all user accounts for which the manager is responsible;
440     </li>
441     <li>
442         disabling of all accounts associated with the user's institution.
443     </li>
444 </ul>
445 <p align="left">
446     In the case of suspected illegal activity, OneLab management might need, without prior notice, to notify the relevant authorities.
447 </p>
448 <div>
449     <div>
450         <div id="_com_1">
451         </div>
452     </div>
453 </div>
454                                 </div>
455                                 <div class="modal-footer">
456                                         <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
457                                 </div>
458                         </div>
459                         </div>
460                 </div>
461
462     <div class="form-group" id="register">
463       <button class="submit btn btn-default" type="submit">Sign up</button>
464     </div>
465   </form>  
466 </div>
467 <script>
468 jQuery(document).ready(function(){
469     var availableTags = [
470     {% if authorities %}
471         {% for authority in authorities %}
472             {% if authority.name %}
473                 {value:"{{ authority.authority_hrn }}",label:"{{authority.name}}"},
474             {% else %}
475                 {value:"{{ authority.authority_hrn }}",label:"{{authority.authority_hrn}}"},
476             {% endif %}
477         {% endfor %}    
478     {% else %}
479         {value:"",label:"No authority found !!!"}
480     {% endif %}
481     ];
482     jQuery( "#authority_hrn" ).autocomplete({
483       source: availableTags,
484       minLength: 0,
485       change: function (event, ui) {
486           if(!ui.item){
487               //http://api.jqueryui.com/autocomplete/#event-change -
488               // The item selected from the menu, if any. Otherwise the property is null
489               //so clear the item for force selection
490               jQuery("#authority_hrn").val("");
491           }
492       }
493       //select: function( event, ui ) {console.log(jQuery(this))}
494     });
495 });
496 </script>
497 {% endblock %}
498