summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/au/au_show.dwt
blob: f6bfe6632959831131886f05cf01d0c9509f5859 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<table border='0' cellpadding='5' cellspacing='0' width='100%'> 
  	<tr>
  		<td colspan='2'><h3>Administrative Unit - &nbsp;<code class='font_object'>{AU}</code></h3></td>
  	</tr>
  	<tr>
  		<td height='10'></td>
  	</tr>
  	<tr>
  		<td>
  			Sie k&ouml;nnen den Namen und die Beschreibung bearbeiten. Zur Verwaltung, der ihnen 
  			zugeordneten IP Adressbereiche benutzen Sie bitte das Modul <b>IP Management</b>.<br>
  			Wollen Sie ihren DNS Domainnamen &auml;ndern	so wenden Sie sich an den Haupt-Administrator 
  			ihrer &uuml;bergeordneten AU &nbsp;- &nbsp;<b>{PARENTAU}</b> &nbsp;
  			(Email: &nbsp;<b>{EMAILMA}</b> )
  			
  		</td>
  	</tr>
  	<tr><td>
  		<table cellpadding='7' cellspacing='0' border='1' align='left' width='90%' style='border-width: 0 0 0 0;'>
			
				<form action='au_change.php' method='post'>
			
			<tr height='45'>
				<td width='45%' class='tab_h'><b>Attribut</b></td>
				<td width='55%' class='tab_h'><b>Wert</b></td>
			</tr>
			<tr height='45'>
				<td width='45%' class='tab_d'><b>Name: </b></td>
				<td width='55%' class='tab_d'>
					<input type='Text' name='commonname' value='{CN}' size='40' class='medium_form_field'>
					<input type='hidden' name='oldcn' value='{CN}'>
					<input type='hidden' name='audn' value='{AUDN}'> &nbsp;
				</td>
			</tr>
			<tr height='45'>
				<td width='45%' class='tab_d'><b>Bechreibung:</b></td>
				<td width='55%' class='tab_d'>
					<input type='Text' name='description' value='{DSC}' size='40' class='medium_form_field'>
					<input type='hidden' name='olddesc' value='{DSC}'>
					<input type='hidden' name='audn' value='{AUDN}'> &nbsp;
				</td>
			</tr>
			<tr height='45'>
				<td width='45%' class='tab_d'><b>DNS Domain:</b></td>
				<td width='55%' class='tab_d'>{DOMAIN} &nbsp;</td>
			</tr>
			<tr height='45' valign='top'>
				<td width='45%' class='tab_d'><b>IP Bereiche:</b></td>
				<td width='55%' class='tab_d'>{MIPBS} &nbsp;</td>
			</tr>						

		</table></td>
  	</tr>
  	<tr>
		<td><input type='Submit' name='apply' value='anwenden' class='small_loginform_button'>
		</form></td>
	</tr>
	
	<!--	
	<tr>
  		<td height='40'></td>
  	</tr>
	<tr>
  		<td><h4>Weitere Statistiken zu Ihrer AU:</h4></td>
  	</tr>
  	<tr><td>
  		<table cellpadding='7' cellspacing='0' border='1' align='left' width='90%' style='border-width: 0 0 0 0;'>
			<tr height='1'>
				<td width='45%' class='tab_h'>&nbsp;</td>
				<td width='55%' class='tab_h'>&nbsp;</td>
			</tr>
			<tr height='45'>
				<td width='45%' class='tab_d'><b>Hauptadministratoren:</b></td>
				<td width='55%' class='tab_d'>...</td>
			</tr>
			<tr height='45'>
				<td width='45%' class='tab_d'><b>Anzahl Rechner:</b></td>
				<td width='55%' class='tab_d'>...</td>
			</tr>
			<tr height='45'>
				<td width='45%' class='tab_d'><b>.... :</b></td>
				<td width='55%' class='tab_d'>...</td>
			</tr>
		</table></td>
	</tr>
	-->
	
</table>