Code

Removed unused headpagese
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 12 May 2006 11:13:05 +0000 (11:13 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 12 May 2006 11:13:05 +0000 (11:13 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3315 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/headpage.tpl [deleted file]
plugins/admin/systems/headpage.tpl [deleted file]
plugins/admin/users/headpage.tpl [deleted file]

diff --git a/plugins/admin/groups/headpage.tpl b/plugins/admin/groups/headpage.tpl
deleted file mode 100644 (file)
index f3f1526..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding='4'>
-<tr>
-  <td style="vertical-align:top;">
-  <div class="contentboxh">
-    <p class="contentboxh">
-     <label for="grouplist">{t}List of groups{/t}</label> {$hint}
-    </p>
-  </div>
-  <div class="contentboxb">
-      {$grouplisthead}
-  </div>
-  <div style='height:4px;'></div>
-  <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
-      {$grouplist}
-    <input type=hidden name="edit_helper">
-  </div>
-
-  </td>
-  <td style="vertical-align:top;">
-   <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
-    <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
-   </div>
-   <div class="contentboxb">
-   <p class="contentboxb">
-     {t}This menu allows you to add, edit and remove selected groups. You may want to use the range selector on top of the group listbox, when working with a large number of groups.{/t}
-    </p>
-   </div>
-   <br>
-   <div class="contentboxh">
-    <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
-   </div>
-   <div class="contentboxb">
-     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-      {$alphabet}
-     </table>
-       <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">     
-               <tr>
-                       <td>
-{if $showprimary == "true"}
-       <input type="checkbox" id="primarygroups" name="primarygroups" value="1" {$primarygroups} onClick="mainform.submit()" 
-                       title="{t}Select to see groups that are primary groups of users{/t}">
-               <label for="primarygroups">{t}Show primary groups{/t}</label>
-               <br />
-{/if}
-    <input type='checkbox' id="sambagroups" name="sambagroups" value="1" {$sambagroups} onClick="mainform.submit()" 
-               title="{t}Select to see groups that have samba groups mappings{/t}">
-               <label for="sambagroups">{t}Show samba groups{/t}</label>
-               <br />
-    <input type='checkbox' id="appgroups" name="appgroups" value="1" {$appgroups} onClick="mainform.submit()" 
-               title="{t}Select to see groups that have applications configured{/t}">
-               <label for="appgroups">{t}Show application groups{/t}</label>
-               <br />
-    <input type='checkbox' id="mailgroups" name="mailgroups" value="1" {$mailgroups} onClick="mainform.submit()" 
-               title="{t}Select to see groups that have mail settings{/t}">
-               <label for="mailgroups">{t}Show mail groups{/t}</label>
-               <br />
-    <input type='checkbox' id="functionalgroups" name="functionalgroups" value="1" {$functionalgroups} onClick="mainform.submit()" 
-               title='{t}Select to see normal groups that have only functional aspects{/t}'>
-               <label for="functionalgroups">{t}Show functional groups{/t}</label>
-               <br />
-            </td>
-        </tr>
-    </table>
-
-    <table summary=""  style="width:100%;border-top:1px solid #B0B0B0;">
-               <tr>
-                       <td><label for="regex"><img alt="{t}Display groups matching{/t}" src="{$search_image}" align="left"></label></td>
-                       <td style='width:99%'>
-                               <input type='text' id="regex" name='regex' maxlength='20' style="width:99%;" value='{$regex}' title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()">
-                       </td>
-               </tr>
-       </table>
-       <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-               <tr>
-                       <td><label for="guser"><img alt="{t}Display groups of user{/t}" src="{$searchu_image}" align="left"></label></td>
-                       <td style='width:99%'>
-                               <input id="guser" type='text' name='guser' maxlength='20' style="width:99%;" value='{$guser}' 
-                                       title='{t}User name of which groups are shown{/t}' onChange="mainform.submit()">
-                       </td>
-               </tr>
-       </table>
-   {$apply}
-   </div>
-  </td>
-</tr>
-</table>
-
-<input type="hidden" name="ignore">
diff --git a/plugins/admin/systems/headpage.tpl b/plugins/admin/systems/headpage.tpl
deleted file mode 100644 (file)
index 3641f10..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
-<tr>
-  <td style="vertical-align:top;">
-  <div class="contentboxh">
-    <p class="contentboxh">
-     {t}List of systems{/t} {$hint}
-    </p>
-  </div>
-  <div class="contentboxb">
-      {$terminalshead}
-  </div>
-  <div style='height:4px;'></div>
-  <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
-      {$terminals}
-    <input type=hidden name="edit_helper">
-  </div>
-  </td>
-  <td style="vertical-align:top;">
-   <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
-    <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
-   </div>
-   <div class="contentboxb">
-   <p class="contentboxb">
-    {t}This menu allows you to add, remove and change the properties of specific systems. You can only add systems which have already been started once.{/t}
-   </p>
-   </div>
-   <br>
-   <div class="contentboxh">
-    <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
-   </div>
-   <div class="contentboxb">
-     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-      {$alphabet}
-     </table>
-<table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-       <tr>
-               <td>
-       <input type=checkbox name="servers" value="1" {$servers} onClick="mainform.submit()" title="{t}Select to see servers{/t}">{t}Show servers{/t}<br>
-    <input type=checkbox name="thins" value="1" {$thins} onClick="mainform.submit()" title="{t}Select to see Linux terminals{/t}">{t}Show terminals{/t}<br>
-    <input type=checkbox name="workstations" value="1" {$workstations} onClick="mainform.submit()" title="{t}Select to see Linux workstations{/t}">{t}Show workstations{/t}<br>
-    <input type=checkbox name="winstations" value="1" {$winstations} onClick="mainform.submit()" title="{t}Select to see MicroSoft Windows based workstations{/t}">{t}Show windows based workstations{/t}<br>
-    <input type=checkbox name="printers" value="1" {$printers} onClick="mainform.submit()" title="{t}Select to see network printers{/t}">{t}Show network printers{/t}<br>
-    <input type=checkbox name="phones" value="1" {$phones} onClick="mainform.submit()" title="{t}Select to see VOIP phones{/t}">{t}Show phones{/t}<br>
-    <input type=checkbox name="netdev" value="1" {$netdev} onClick="mainform.submit()" title="{t}Select to see network devices{/t}">{t}Show network devices{/t}<br>
-               </td>
-       </tr>
-</table>    
-<table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-<tr>
-<td><LABEL for="regex"><img alt="{t}Display systems matching{/t}" src="{$search_image}" align=middle></label></td>
-<td width="99%">
-<input type='text' style='width:99%' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching system names{/t}' onChange="mainform.submit()">
-</td>
-</tr>
-</table>
-<table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-<tr>
-<td>
-       <LABEL for="user"><img alt="{t}Display systems of user{/t}" src="{$searchu_image}" align=middle title="{t}Display systems of user{/t}"></LABEL>
-</td>
-<td style="width:99%">
-<input type='text' style='width:99%' align='left' name='user' maxlength='20' value='{$user}' title='{t}User name of which terminal(s) are shown{/t}' onChange="mainform.submit()">
-</td>
-</tr>
-</table>
-   {$apply}
-   </div>
-  </td>
-</tr>
-</table>
-<input type="hidden" name="SystemHeadpagePosted" value="1"> 
-<input type="hidden" name="ignore">
diff --git a/plugins/admin/users/headpage.tpl b/plugins/admin/users/headpage.tpl
deleted file mode 100644 (file)
index f146451..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding="4">
-<tr>
-  <td style="vertical-align:top;width:600px;">
-  <div class="contentboxh">
-    <p class="contentboxh">
-     <label for="userlist">{t}List of users{/t}</label> {$hint}
-    </p>
-  </div>
-  <div class="contentboxb">
-               {$userlisthead}
-  </div>
-  <div style='height:4px;'></div>
-  <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
-                       {$userlist}
-      <input type="hidden" name="edit_helper">
-  </div>
-  </td>
-  <td style="vertical-align:top;">
-   <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
-    <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
-   </div>
-   <div class="contentboxb">
-   <p class="contentboxb">
-    {t}This menu allows you to create, edit and delete selected users. Having a great number of users, you may want to use the range selectors on top of the user list.{/t}
-    </p>
-   </div>
-   <br>
-   <div class="contentboxh">
-    <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
-   </div>
-   <div class="contentboxb">
-     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-      {$alphabet}
-     </table>
-       <table summary="" style="border-top:1px solid #B0B0B0;" width="100%">
-               <tr>
-                       <td>
-                               <input type="checkbox" name="templates" value="1" {$templates} onClick="mainform.submit()" title="{t}Select to see template pseudo users{/t}">{t}Show templates{/t}<br>
-                               <input type="checkbox" name="functionalusers" value="1" {$functionalusers} onClick="mainform.submit()" title="{t}Select to see users that have only a GOsa object{/t}">{t}Show functional users{/t}<br>
-                               <input type="checkbox" name="unixusers" value="1" {$unixusers} onClick="mainform.submit()" title="{t}Select to see users that have posix settings{/t}">{t}Show unix users{/t}<br>
-                               <input type="checkbox" name="mailusers" value="1" {$mailusers} onClick="mainform.submit()" title="{t}Select to see users that have mail settings{/t}">{t}Show mail users{/t}<br>
-                               <input type="checkbox" name="sambausers" value="1" {$sambausers} onClick="mainform.submit()" title="{t}Select to see users that have samba settings{/t}">{t}Show samba users{/t}<br>
-                               <input type="checkbox" name="proxyusers" value="1" {$proxyusers} onClick="mainform.submit()" title="{t}Select to see users that have proxy settings{/t}">{t}Show proxy users{/t}<br>
-
-            </td>
-        </tr>
-    </table>
-    <table summary="" width="100%" style="border-top:1px solid #B0B0B0;"><tr><td><label for='filter'><img alt="Search" src="{$search_image}" class="center" title="{t}Display users matching{/t}"></label></td>
-    <td width="99%"><input id='filter' style='width:99%' type='text' name='regexit' maxlength='20' value='{$regex}' title='{t}Regular expression for matching user names{/t}' onChange="mainform.submit()"></td></tr></table>
-   {$apply}
-   </div>
-  </td>
-</tr>
-</table>
-
-<input type="hidden" name="ignore">