Code

Created trunk inside of 2.6-lhm
[gosa.git] / trunk / gosa-plugins / dfs / addons / godfs / contents.tpl
1 <script src="TreeMenu.js" language="JavaScript" type="text/javascript"></script>
3 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
4 <tr>
5   <td style="vertical-align:top;width:600px">
6   <div class="contentboxh">
7     <p class="contentboxh">
8      {t}DFS Shares{/t} {$hint}
9     </p>
10   </div>
11   <div class="contentboxb">
12       {$dfshead}
13   </div>
14   <div style='height:4px;'></div>
15   <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
16       {$tree}
17     <input type=hidden name="edit_helper">
18   </div>
19   </td>
20   <td style="vertical-align:top;">
21    <div class="contentboxh">
22     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
23    </div>
24    <div class="contentboxb">
25    <p class="contentboxb">
26      {t}This menu allows you to create, delete and edit selected dfs shares. Having a large numbers of dfs shares, you might prefer the range selectors on top of the dfs share list.{/t}
27    </p>
28    </div>
29    <br>
30    <div class="contentboxh">
31     <p class="contentboxh"><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>
39      <td>
40      <LABEL for "regex"><img alt="{t}Display dfs shares matching{/t}" src="{$search_image}" align=middle title='{t}Display dfs shares matching{/t}'></LABEL>
41      </td>
42      <td width="99%">
43      <input type='text' name='regex' maxlength='20' style='width:99%' value='{*$regex*}' id='filter'
44      title='{t}Regular expression for matching dfs share names{/t}' onChange="mainform.submit()">
45      </td>
46      </tr>
47      </table>
48                             {$apply}
49    </div>
50   </td>
51 </tr>
52 </table summary="">
54 <input type="hidden" name="ignore">