Code

Updated password change for csvimport
[gosa.git] / gosa-plugins / ldapmanager / addons / ldapmanager / contentexportxls.tpl
1 {if $LDIFError != FALSE || $type == FALSE}
2 <p style="margin-top:5px;">
3   {t}The XLS export plug-in provides methods to download a complete snapshot of the running LDAP directory as XLS. You may save these files for documentation.{/t}
4 </p>
5 <hr>
7 <table summary="" style="width:100%;">
8 <tr>
9         <td width="30%">
10                 <LABEL for="single" >{t}Export single entry{/t}</LABEL>
11         </td>
12         <td>
13                 {*<input id="text" type="text" value="" name="single">*}
14                 <select id="single" name="single" size="1" title="{t}Choose the data you want to export{/t}">
15                         {html_options options=$choicelist selected=0}
16                 </select>
17         </td>
18         <td>
19                 <button type='submit' name='sfrmgetsingle'>{t}Export{/t}</button>
21         </td>
22 </tr>
23 <tr>
24         <td width="30%">
25                 <LABEL for="selfull">{t}Export complete XLS for{/t}</LABEL>
26         </td>
27         <td>
28         {$base}
29         </td>
30         <td>
31                 <button type='submit' name='sfrmgetfull'>{t}Export{/t}</button>
33         </td>
34 </tr>
35         
36 {if $govmode eq "true"}
37 <tr>
38         <td width="30%">
39                 <LABEL for="selivbb">{t}Export IVBB LDIF for{/t}</LABEL>
40         </td>
41         <td>
42                 <select id="selivbb" name="selivbb" size="1" title="{t}Choose the department you want to export{/t}">
43                         {html_options options=$deplist selected=$depselectivbb}
44                 </select>
45         </td>
46         <td>
47                 <button type='submit' name='sfrmgetivbb'>{t}Export{/t}</button>
49         </td>
50 </tr>
51 {/if}
52 </table> 
55 {else}
58 <br>
59         <h3>{t}Export successful{/t}</h3>
60 <br>
61         <div>
62                 {image path="images/filesaveas.png"}
64                 <a href = "plugins/ldapmanager/getxls.php{$para}" title="{t}Click here to save the complete LDAP database to a XLS file{/t} ">{t}Click here to save the LDAP export to a XLS file{/t}</a>
67                 <br>
68                 <br>
69         </div>
70         <div align="right">
71                 <button type='submit' name='back'>{msgPool type=backButton}</button>
73         </div>
74 {/if}
76 <hr>
78 <input type="hidden" name="ignore">