Code

Removed old menu parsing
[gosa.git] / plugins / admin / fai / faiPackageNew.tpl
1 <div style="font-size: 18px;">
2     {t}Repository settings{/t}
3 </div>
4 <br>
5 <p class="seperator">
6 {t}To add packages to your package list you have to setup the repository settings first.{/t}
7 <br>
8 {t}Packages are usually stored on different servers called mirrors. These mirrors have different types of releases (for example woody/sarge/etch), which finally contain packages sorted by section.{/t}
9 <br>
10 <br>
11 {t}Section and release can't be changed in future dialogs, but the mirror can be changed by editing the entry.{/t}
12 <br>
13 <br>
14 </p>
15 <br>
16 <p class="seperator"><b>
17 {t}First select the preferred release, then the section and finally the mirror.{/t}</b>
18 <br>
19 <br>
20 </p>
21 <table>
22 <tr>
23         <td height="30">
24                 <h2>
25                         <LABEL for="release">{t}Following releases are available{/t}</LABEL>: 
26                 </h2>
27         </td>
28         <td>
29                 <select name="FAIdebianReleaseS" title="{t}Release{/t}" {$ReleaseACL}>
30                         {html_options options=$releases selected=$release}
31                 </select>
32         </td>
33 </tr>
34 {if $DisRelease neq false}
35 <tr>
36         <td height="30">
37         <h2>{t}Sections for this release{/t}: </h2> 
38                 
39         </td>
40         <td>
41                 {$sections} 
42         </td>
43 </tr>
44 {/if}
45 {if $DisSection neq false}
46 <tr>
47         <td height="30">
48                 <h2><LABEL for="mirror">{t}Matching mirrors{/t}</LABEL>: </h2>
49         </td>
50         <td>
51                 <select name="FAIdebianMirrorS" title="{t}mirror{/t}" {$MirrorACL}>
52                         {html_options options=$mirrors selected=$mirror}
53                 </select>
54         </td>
55 </tr>
56 {/if}
57 </table>
58 {if $ContinueACL neq ""}
59 <input type="submit" value="{t}set{/t}" name="SetRepository">
60 {/if}
61 <p class="seperator">&nbsp;
62 </p>
64 <div align="right" style="align:right;">
65     <input name="SaveObjectNew" value="{t}Continue{/t}" type="submit" {$ContinueACL}>
66     <input name="edit_cancel" value="{t}Cancel{/t}" type="submit">
67 </div>