Code

Moved to trunk/branches/tags structure
[gosa.git] / plugins / addons / ldapmanager / contentimport.tpl
1 {if $type == FALSE || $LDIFError != FALSE}
2 <p style="margin-top:5px;">
3   {t}The LDIF import plugin provides methods to upload a set of entries to your running LDAP directory as ldif. You may use this to add new or modify existing entries. Remember that GOsa will not check your ldifs for GOsa conformance.{/t}
4 </p>
6 <p class="seperator">&nbsp;</p>
7 <div>
8 <form enctype="multipart/form-data" action="" method="post">
9 <table>
10 <tr>
11     <td width="30%">
12                 {t}Import LDIF File{/t}
13     </td>
14     <td>
15                         <input type="hidden" name="ignore">
16                         <input type="hidden" name="MAX_FILE_SIZE" value="2097152">
17                         <input name="userfile" type="file" value="{t}Browse{/t}">
18     </td>
19 </tr>
20 <tr>
21         <td>
22                 &nbsp;
23         </td>
24         <td>
25         <input type="checkbox" name="overwrite" value="1">
26                 {t}Modify existing attributes{/t}
27         </td>
28 </tr>
29 <tr>
30         <td heigth="20">
31         </td>
32 </tr>
33 <tr>
34         <td>
35                 &nbsp;
36         </td>
37         <td>
38         <input type="checkbox" name="cleanup" value="1">
39                 {t}Overwrite existing entry{/t}
40         </td>
41 </tr>
42 </table>
43 </div>
44 {else}
46 <br>
47     <h1>{t}Import successfull{/t}</h1>
48 <br>
50 <div align="right">
51         <a href="">{t}Back{/t}</a>&nbsp;
52 </div>
53                 
54 {/if}
55 <p class="plugbottom">
56 <input type="submit" value="{t}Import{/t}" name="fileup" >
57 </form>
58 </p>
59 <input type="hidden" name="ignore">