Code

Moved ldapmanager
[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 plugin 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 <p class="seperator">&nbsp;</p>
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                 <input type="submit" value="{t}Export{/t}" name="sfrmgetsingle">
20         </td>
21 </tr>
22 <tr>
23         <td width="30%">
24                 <LABEL for="selfull">{t}Export complete XLS for{/t}</LABEL>
25         </td>
26         <td>
27                 <select id="selfull" name="selfull" size="1" title="{t}Choose the department you want to Export{/t}">
28                         {html_options options=$deplist selected=0}
29                 </select>
30         </td>
31         <td>
32                 <input type="submit" value="{t}Export{/t}" name="sfrmgetfull">
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                 <input type="submit" value="{t}Export{/t}" name="sfrmgetivbb">
48         </td>
49 </tr>
50 {/if}
51 </table> 
54 {else}
57 <br>
58         <h1>{t}Export successful{/t}</h1>
59 <br>
60         <div>
61                 <img alt="" border="0" align=middle src="images/filesaveas.png">
62                 <a href = "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>
65                 <br>
66                 <br>
67         </div>
68         <div align="right">
69                 <input type="submit" value="{t}Back{/t}" name='back'>
70         </div>
71 {/if}
72 <p class="plugbottom">
73   &nbsp;
74 </p>
76 <input type="hidden" name="ignore">