Code

Created trunk inside of 2.6-lhm
[gosa.git] / trunk / gosa-plugins / fai / admin / fai / faiProfileEntry.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2 <tr>
3   <td style="vertical-align:top;width:600px">
4         <div class="contentboxh" style="height:20px">
5         <p class="contentboxh" style="font-size:12px">
6                 {t}List of FAI objects (Fully Automatic Installation){/t}
7         </p>
8         </div>
9         <div class="contentboxb">
10         {$faihead}
11         </div>
12         <div style='height:4px;'></div>
13         <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
14         {$failist}
15                 <input type=hidden name="edit_helper">
16         </div>
17   </td>
18   <td style="vertical-align:top;">
19         <div class="contentboxh" style="height:20px;border-bottom:1px solid #B0B0B0">
20         <p class="contentboxh" style="font-size:12px">
21                         <img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}
22                 </p>
23         </div>
24         <div class="contentboxb">
25                 <p class="contentboxb" style="border-color:#f0f0f0;">
26                 {t}This menu allows you to select FAI class names and to add them to the currently edited profile.{/t}
27                 </p>
28         </div>
29         <br>
30         <div class="contentboxh" style="height:20px">
31         <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
32         </div>
33         <div class="contentboxb">
34         <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
35                 {$alphabet}
36         </table>
37                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
38                         <tr><td><input onClick='document.mainform.submit()' 
39                                                                 type="checkbox" name="SShowTemplates"   {$SShowTemplatesCHK}>{t}Show only classes with templates{/t}</td></tr>
40                         <tr><td><input onClick='document.mainform.submit()'
41                                                                         type="checkbox" name="SShowScripts"             {$SShowScriptsCHK}>{t}Show only classes with scripts{/t}</td></tr>
42                         <tr><td><input onClick='document.mainform.submit()'
43                                                                         type="checkbox" name="SShowHooks"               {$SShowHooksCHK}>{t}Show only classes with hooks{/t}</td></tr>
44                         <tr><td><input onClick='document.mainform.submit()'
45                                                                         type="checkbox" name="SShowVariables"   {$SShowVariablesCHK}>{t}Show only classes with variables{/t}</td></tr>
46                         <tr><td><input onClick='document.mainform.submit()'
47                                                                         type="checkbox" name="SShowPackages"    {$SShowPackagesCHK}>{t}Show only classes with packages{/t}</td></tr>
48                         <tr><td><input onClick='document.mainform.submit()'
49                                                                 type="checkbox" name="SShowPartitions"  {$SShowPartitionsCHK}>{t}Show only classes with partitions{/t}</td></tr>
50                  </table>
51          <table summary=""  style="width:100%;border-top:1px solid #B0B0B0;">
52                 <tr>
53                         <td>
54                                         <img alt="{t}Display objects matching{/t}" src="{$search_image}" 
55                                                         align=middle title='{t}Display objects matching{/t}'>
56                         </td>
57                         <td width="99%">
58                                         <input type='text' name='Sregex' maxlength='20' style='width:99%' value='{$Sregex}' id='filter' 
59                                                 title='{t}Regular expression for matching object names{/t}' >
60                         </td>
61                 </tr>
62         </table>
63                 {$apply}
64                 </div>
65         </td>
66 </tr>
67 </table>
69 <div align="right" style="align:right;">
70         <input name="SaveSubObject" value="{msgPool type=applyButton}" type="submit">
71         <input name="CancelSubObject" value="{msgPool type=cancelButton}" type="submit">
72 </div>
73 <!-- Place cursor -->