Code

Updated registration dialog
[gosa.git] / gosa-core / plugins / generic / dashBoard / Register / register.tpl
1 <h3>{t}GOsa registration{/t}</h3>
3 {t}Do you want to register GOsa and benefit from the features it brings?{/t}
5 <p>
6  <input type='radio' name='registrationType' value=''
7         {if $default == ""} checked {/if}><b>{t}I do not want to register{/t}</b>
8     <p style='padding-left:20px;'>
9         <!-- Add a descritive text later -->
10     </p>
12     <input type='radio' name='registrationType' value='annonym'
13         {if $default == "annonym"} checked {/if}><b>{t}Annonym access{/t}</b>
14     <p style='padding-left:20px;'>
15     <ul>
16         <li>{t}Access to the 'Open-Channels' to easily install or remove plugins within the GOsa user interface{/t}</li>
17         <li>{t}Use the inbuild bugtracker and keep track of their status on the dash-board.{/t}</li>
18     </ul>
19     </p>
21     <p style='padding-left:20px;'>
22     {t}What information will be transmitted to the backend and maybe stored:{/t}
23     <ul>
24         <li>{t}Information about the installed plugins and their version.{/t}</li>
25         <li>{t}The GOsa-UUID (will be generated during the registration) and a password, to authenticate.{/t}</li>
26         <li>{t}The bugs you will report and the corresponding trace. You can select what information you want to send in.{/t}</li>
27     </ul>
28     </p>
29     
30     <input type='radio' name='registrationType' value='registered'
31         {if $default == "registered"} checked {/if}><b>{t}Register{/t}</b>
32     <p style='padding-left:20px;'>
33     {t}Additionally to the 'Annonomous' account you can:{/t}
34     <ul>
35         <li>{t}Access to 'Premium-Channels'.{/t}</li>
36         <li>{t}Watch the status of current plugin updates/patches and the availability of new plugins.{/t}</li>
37         <li>{t}Receive newsletter, if wanted.{/t}</li>
38         <li>{t}View several usefull statistics about your GOsa installation{/t}.</li>
39     </ul>
40     </p>
41        
42     <p style='padding-left:20px;'>
43     {t}What information will be transmitted to the backend and maybe stored:{/t}
44     <ul>
45         <li>{t}All personal information filled in the registration form.{/t}</li>
46         <li>{t}Information about the installed plugins and their version.{/t}</li>
47         <li>{t}The GOsa-UUID (will be generated during the registration) and a password, to authenticate.{/t}</li>
48         <li>{t}The bugs you will report and the corresponding trace. You can select what information you want to send in.{/t}</li>
49         <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>
50     </ul>
51         
52     </p>
53  
54 </p>