diff options
| author | Lars Müller | 2008-03-01 19:04:26 +0100 |
|---|---|---|
| committer | Lars Müller | 2008-03-01 19:04:26 +0100 |
| commit | cd46d68991f7ae0cf319f915c5fecdd71b78ee34 (patch) | |
| tree | e9a48065f3203c8e16b14f82216452810d0f53ee /ldap-site-mngmt/webinterface/ip/ip_deleg.dwt | |
| parent | Optimizations, improvements ... (diff) | |
| download | core-cd46d68991f7ae0cf319f915c5fecdd71b78ee34.tar.gz core-cd46d68991f7ae0cf319f915c5fecdd71b78ee34.tar.xz core-cd46d68991f7ae0cf319f915c5fecdd71b78ee34.zip | |
Reorganisation of the repo structure as discussed on the devel list.
- Move the majority of trunk and all branches to the new openslx/ dir.
- Move ldap-site-mngmt to contrib/.
- Move openslx/trunk/os-plugins/plugins/vmchooser/src/ to
openslx-src-tools/trunk/os-plugins/plugins/vmchooser/
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1591 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'ldap-site-mngmt/webinterface/ip/ip_deleg.dwt')
| -rw-r--r-- | ldap-site-mngmt/webinterface/ip/ip_deleg.dwt | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/ldap-site-mngmt/webinterface/ip/ip_deleg.dwt b/ldap-site-mngmt/webinterface/ip/ip_deleg.dwt deleted file mode 100644 index 3eb0ea74..00000000 --- a/ldap-site-mngmt/webinterface/ip/ip_deleg.dwt +++ /dev/null @@ -1,40 +0,0 @@ -<table border='0' cellpadding='5' cellspacing='0' width='100%'> - <tr> - <td colspan='2'><h3>Folgende IP Adressen haben Sie an untergeordnete Abteilungen delegiert: </h3></td> - </tr> - <tr> - <td height='10'></td> - </tr> - <tr><td> - <table cellpadding='7' cellspacing='0' border='1' align='left' width='90%' style='border-width: 0 0 0 0;'> - <tr> - <td width='35%' style='border-color: black; border-style: solid; border-width: 0 0 3 0;'><b>Untergeordnete Abteilung</b></td> - <td width='65%' style='border-color: black; border-style: solid; border-width: 0 0 3 0;'><b>Delegierte IP Bereiche</b></td> - </tr> - - <form action='ip_deleg_change.php' method='post'> - - <!-- BEGIN DYNAMIC BLOCK: AUs --> - <tr> - <td style='border-color: black; border-style: solid; border-width: 0 0 1 0;'>{CHILDOU} </td> - <td style='border-color: black; border-style: solid; border-width: 0 0 1 0;'> - - <!-- BEGIN DYNAMIC BLOCK: Delegs --> - <input type='Text' name='range1[]' value='{RANGE1}' size='15' class='medium_form_field'> - - - <input type='Text' name='range2[]' value='{RANGE2}' size='15' class='medium_form_field'><br> - <input type='hidden' name='oldrange1[]' value='{RANGE1}'> - <input type='hidden' name='oldrange2[]' value='{RANGE2}'> - <input type='hidden' name='childaudn[]' value='{CHILDDN}'> - <input type='hidden' name='audn[]' value='{AUDN}'> - <!-- END DYNAMIC BLOCK: Delegs --> - </td> - </tr> - <!-- END DYNAMIC BLOCK: AUs --> - - </table></td> - <tr> - <td><input type='Submit' name='apply' value='anwenden' class='small_loginform_button'> - </form></td> - </tr> -</table>
\ No newline at end of file |
