Code

Moved to trunk/branches/tags structure
[gosa.git] / plugins / addons / ldapmanager / contentexport.tpl
1 {if $LDIFError != FALSE || $type == FALSE}
2 <p style="margin-top:5px;">
3   {t}The LDIF export plugin provides methods to download a complete snapshot of the running LDAP directory as ldif. You may save these files for backup purpose or when initializing a new server.{/t}
4 </p>
5 <p class="seperator">&nbsp;</p>
7 <table style="width:100%;">
8 <div>
10 <table>
11 <tr>
12         <td width="30%">
13                 {t}Export single entry{/t}
14         </td>
15         <td>
16                 <input type="text" value="" name="single">
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                 {t}Export complete LDIF for{/t}
25         </td>
26         <td>
27                 <select 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                 {t}Export IVBB LDIF for{/t}
40         </td>
41         <td>
42                 <select 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> 
52 </div>
55 {else}
58 <br>
59         <h1>{t}Export successfull{/t}</h1>
60 <br>
61         <div>
62                 <img border="0" align=center src="images/filesaveas.png">
63                 <a href = "getldif.php{$para}" title="{t}Click here to save the complete LDAP database to a file{/t} ">{t}Click here to save the LDAP Export {/t}</a>
66                 <br>
67                 <br>
68         </div>
69         <div align="right">
70                 <a href="">{t}Back{/t}</a>&nbsp;
71         </div>
72 {/if}
73 <p class="plugbottom">
74   &nbsp;
75 </p>
77 <input type="hidden" name="ignore">