Code

Updated colsize
[gosa.git] / gosa-core / plugins / generic / dashBoard / Register / register.tpl
1 <h3>{t}GOsa registration{/t}</h3>
4 {if $step == 0}
6     {t}Do you want to register GOsa and benefit from the features it brings?{/t}
7     <p>
8      <input type='radio' name='registrationType' value='' id="registrationType_"
9          {if $default == ""} checked {/if}><b><LABEL for="registrationType_">{t}I do not want to register{/t}</LABEL></b>
10         <p style='padding-left:20px;'>
11             <!-- Add a descritive text later -->
12         </p>
13         <input type='radio' name='registrationType' value='annonym' id="registrationType_annonym"
14             {if $default == "annonym"} checked {/if}><b><LABEL for="registrationType_annonym">{t}Annonym access{/t}</LABEL></b>
15         <p style='padding-left:20px;'>
16         <ul>
17             <li>{t}Access to the 'Open-Channels' to easily install or remove plugins within the GOsa user interface{/t}</li>
18             <li>{t}Use the inbuild bugtracker and keep track of their status on the dash-board.{/t}</li>
19         </ul>
20         </p>
22         <p style='padding-left:20px;'>
23         {t}What information will be transmitted to the backend and maybe stored:{/t}
24         <ul>
25             <li>{t}Information about the installed plugins and their version.{/t}</li>
26             <li>{t}The GOsa-UUID (will be generated during the registration) and a password, to authenticate.{/t}</li>
27             <li>{t}The bugs you will report and the corresponding trace. You can select what information you want to send in.{/t}</li>
28         </ul>
29         </p>
30         
31         <input type='radio' name='registrationType' value='registered' id="registrationType_registered"
32             {if $default == "registered"} checked {/if}><b><LABEL for="registrationType_registered">{t}Register{/t}</LABEL></b>
33         <p style='padding-left:20px;'>
34         {t}Additionally to the 'Annonomous' account you can:{/t}
35         <ul>
36             <li>{t}Access to 'Premium-Channels'.{/t}</li>
37             <li>{t}Watch the status of current plugin updates/patches and the availability of new plugins.{/t}</li>
38             <li>{t}Receive newsletter, if wanted.{/t}</li>
39             <li>{t}View several usefull statistics about your GOsa installation{/t}.</li>
40         </ul>
41         </p>
42            
43         <p style='padding-left:20px;'>
44         {t}What information will be transmitted to the backend and maybe stored:{/t}
45         <ul>
46             <li>{t}All personal information filled in the registration form.{/t}</li>
47             <li>{t}Information about the installed plugins and their version.{/t}</li>
48             <li>{t}The GOsa-UUID (will be generated during the registration) and a password, to authenticate.{/t}</li>
49             <li>{t}The bugs you will report and the corresponding trace. You can select what information you want to send in.{/t}</li>
50             <li>{t}When the statistics extension is used. GOsa will transmit information about plugins, their usage and the amount of objects present in your ldap database. No sensitive data is transmitted here, just the object type, the action performed, cpu usage, memory usage, elapsed time...{/t}</li>
51         </ul>
52         </p>
53     </p>
54     <hr>
55     <div class="plugin-actions">
56         <button name='startRegistration'>{msgPool type=okButton}</button>
57     </div>
59 {/if}
61 {if $step == 1}
63     {if $default == ""}
64         <b>{t}Selected registration type:{/t} {$default}</b>
65     {elseif $default == "annonym"}
66         <b>{t}Selected registration type:{/t} {$default}</b>
67     {elseif $default == "registered"}
68         
69         <p>
70             {t}Please fill in the fields below.{/t}
71             <br>
72             <i>({$must} {t}Required fields{/t})</i>
73         </p>
76         <table style='width:100%;'>
77             <tr> 
78                 <td style='width:220px;'><LABEL for="mailAddress">{t}Mail-address{/t}{$must}</LABEL></td>
79                 <td>
80                     <input type='text' name="mailAddress" value="{$mailAddress}" id="mailAddress">
81                 </td>
82             </tr>
83             <tr> 
84                 <td for="surname">{t}Surname{/t}{$must}</LABEL></td>
85                 <td>
86                     <input type='text' name="surname" value="{$surname}" id="surname">
87                 </td>
88             </tr>
89             <tr> 
90                 <td for="givenName">{t}Given name{/t}{$must}</LABEL></td>
91                 <td>
92                     <input type='text' name="givenName" value="{$givenName}" id="givenName">
93                 </td>
94             </tr>
95             <tr> 
96                 <td for="company">{t}Company{/t}{$must}</LABEL></td>
97                 <td>
98                     <input type='text' name="company" value="{$company}" id="company">
99                 </td>
100             </tr>
101             <tr> 
102                 <td for="clients">{t}Amount of managed clients{/t}{$must}</LABEL></td>
103                 <td>
104                     <input type='text' name="clients" value="{$clients}" id="clients">
105                 </td>
106             </tr>
107             <tr> 
108                 <td for="knownFrom">{t}Where do you know GOsa from?{/t}{$must}</LABEL></td>
109                 <td>
110                     <input type='text' name="knownFrom" value="{$knownFrom}" id="knownFrom">
111                 </td>
112             </tr>
113         </table>
114        
116     {/if}
118     <hr>
119     <div class="plugin-actions">
120         <button name='stepBack'>{msgPool type=backButton}</button>
121         <button name='registerNow'>{msgPool type=okButton}</button>
122     </div>
123 {/if}
125 {if $step == 2}
127     <hr>
128     <div class="plugin-actions">
129         <button name='stepBack'>{msgPool type=backButton}</button>
130     </div>
131 {/if}
133 {if $step == 200}
134    <h3>VERIFY TEXTS!!!</h3> You have receifed a mail, bafasel, please click link and so on.
136 {/if}