Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?
2
	define ("modul_name", "online_shop");
3
	define ("tool_name", "design");
4
 
5
	require_once "connect2.php";
6
	$self=basename($PHP_SELF);
7
	$tab="shop_properties";
8
 
9
	// content_management anwählen
10
	mysql_select_db ("content_management");
11
 
12
	if ($action=="update")
13
	{
14
		unset($_POST[action]);
15
		unset($_POST[ID]);
16
		$_POST[site]=$site;
17
 
18
		foreach(array_keys($_POST) as $elem)
19
		{
20
			if ($elem[0] == "_")
21
			{
22
				unset($_POST[$elem]);
23
				$button=$$elem;
24
				$elem=substr($elem,1);
25
				$Pfad=$_POST[$elem."_Pfad"];
26
				unset($_POST[$elem."_Pfad"]);
27
				$image=$$elem;
28
				$image_name=$elem."_name";
29
				$image_name=urlencode($$image_name);
30
				switch ($button)
31
				{
32
					case 0:
33
						break;
34
					case 1:
35
						$_POST[$elem]='';
36
	   					break;
37
	   				case 2:
38
						$_POST[$elem]=$image_name;
39
						copy($image,$Pfad.$image_name);
40
				        break;
41
				    default:
42
				        break;
43
			    }
44
			}
45
		}
46
 
47
		$names=implode(",",array_keys($_POST));
48
		foreach(array_keys($_POST) as $elem)
49
		{
50
			$_POST[$elem] = "'".$_POST[$elem]."'";
51
		}
52
		$values=implode(",",$_POST);
53
 
54
		$query = "replace into $tab ($names) values ($values)";
55
		$result = mysql_query ($query) or die (mysql_errno().": ".mysql_error()."<hr>".$query."<hr>");
56
 
57
		require_once "create_images.php";
58
	}
59
?>
60
<html>
61
<head>
62
<title>Content-Management-System - Webagentur Niewerth</title>
63
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
64
<script language="JavaScript">
65
<!--
66
 
67
 
68
 
69
function MM_preloadImages() { //v3.0
70
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
71
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
72
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
73
}
74
//-->
75
</script>
76
<script language="javascript" src="../Farb_Assistent.js"></script>
77
<meta name="description" content="Redaktionssystem">
78
<meta name="author" content="Webagentur Niewerth">
79
<meta name="robots" content="noindex">
80
<link rel=stylesheet type="text/css" href="../buttons.css">
81
<style type="text/css"><MM:BeginLock translatorClass="MM_SSI" type="ssi" orig="%3C? require_once %22../buttons.css%22; ?%3E" fileRef="../buttons.css" depFiles="file:///L|/content-management/buttons.css">span {text-decoration:underline; color:#000000}
82
p {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}
83
p.error {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold}
84
span {font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
85
span.blue {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; background-color:#0000A0; font-size: 10pt}
86
span.small {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none}
87
td {font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
88
td.timeout {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FF0000;}
89
td.small {font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
90
td.headline {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; font-weight: bold}
91
td.haupt {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold}
92
input {font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
93
select {font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
94
textarea {font-family: Arial, Helvetica, sans-serif; font-size: 8pt}a {  text-decoration: none}
95
</style><MM:EndLock></style>
96
</head>
97
 
98
<body bgcolor="#<? echo $webs[bgcolor_seite]; ?>" text="#000000" leftmargin="20" topmargin="10" marginwidth="20" marginheight="10">
99
<form method="post" action="<? echo $self ?>" name="formname" enctype="multipart/form-data">
100
  <table width="555" border="0" cellspacing="0" cellpadding="0">
101
    <tr valign="top">
102
      <td width="485">
103
<?
104
	$result = mysql_query ("SELECT * FROM $tab where site='$site'") or die (mysql_errno().": ".mysql_error());
105
	$zeile=mysql_fetch_array($result);
106
?>
107
        <table width="100%" border="1" cellspacing="0" cellpadding="3" bordercolorlight="#FFFFFF" bordercolordark="#999999">
108
          <tr>
109
            <td colspan="2" class="headline" bgcolor="#<? echo $webs[bgcolor_links] ?>"><font color="#<? echo $webs[font_color_links] ?>"><b>Shopdesign:
110
              Bearbeiten</b></font></td>
111
          </tr>
112
          <?
113
	$Feld="shopempfaenger1";
114
	if (isset($user_rechte[modul_name][tool_name][$Feld]))
115
	{
116
?>
117
          <tr>
118
            <td valign="top" class="headline" bgcolor="#<? echo $webs[bgcolor_links] ?>">
119
              <font color="#<? echo $webs[font_color_links] ?>"><b>
120
              <?
121
				if ($web_rechte[modul_name][tool_name][$Feld])
122
				{
123
					echo $web_rechte[modul_name][tool_name][$Feld];
124
				}
125
				else
126
				{
127
			?>
128
              ShopEmpf&auml;nger1:
129
              <?
130
				}
131
			?>
132
              </b></font>
133
			  </td>
134
            <td height="23" class="headline" bgcolor="#<? echo $webs[bgcolor_rechts] ?>">
135
<input type="text" name="shopempfaenger1" value="<? echo $zeile[shopempfaenger1] ?>"></td>
136
          </tr>
137
          <?
138
	}
139
?>
140
          <?
141
	$Feld="shopempfaenger2";
142
	if (isset($user_rechte[modul_name][tool_name][$Feld]))
143
	{
144
?>
145
          <tr>
146
            <td valign="top" class="headline" bgcolor="#<? echo $webs[bgcolor_links] ?>">
147
              <font color="#<? echo $webs[font_color_links] ?>"><b>
148
              <?
149
				if ($web_rechte[modul_name][tool_name][$Feld])
150
				{
151
					echo $web_rechte[modul_name][tool_name][$Feld];
152
				}
153
				else
154
				{
155
			?>
156
              ShopEmpf&auml;nger2:
157
              <?
158
				}
159
			?>
160
              </b></font></td>
161
            <td height="23" class="headline" bgcolor="#<? echo $webs[bgcolor_rechts] ?>"><input type="text" name="shopempfaenger2" value="<? echo $zeile[shopempfaenger2] ?>"></td>
162
          </tr>
163
          <?
164
	}
165
?>
166
          <tr>
167
            <td valign="top" class="headline" bgcolor="#<? echo $webs[bgcolor_links] ?>"><font color="#<? echo $webs[font_color_links] ?>"><b>Text
168
              Best&auml;tiungs-<br>
169
              Mail Kunde1:</b></font></td>
170
            <td height="23" bgcolor="#<? echo $webs[bgcolor_rechts] ?>"><font color="#<? echo $webs[font_color_rechts] ?>">
171
              <textarea name="bestmailkunde1" cols="60" rows="6"><? echo $zeile[bestmailkunde1] ?></textarea>
172
              <br>
173
              Nutzen Sie dieses Template f&uuml;r die </font></td>
174
          </tr>
175
          <tr>
176
            <td valign="top" class="headline" bgcolor="#<? echo $webs[bgcolor_links] ?>"><font color="#<? echo $webs[font_color_links] ?>"><b>Text
177
              Best&auml;tiungs-<br>
178
              Mail Kunde2:</b></font></td>
179
            <td height="23" class="headline" bgcolor="#<? echo $webs[bgcolor_rechts] ?>">
180
              <textarea name="bestmailkunde2" cols="60" rows="6"><? echo $zeile[bestmailkunde2] ?></textarea></td>
181
          </tr>
182
          <tr>
183
            <td valign="top" class="headline" bgcolor="#<? echo $webs[bgcolor_links] ?>"><font color="#<? echo $webs[font_color_links] ?>"><b>Text
184
              Best&auml;tiungs-<br>
185
              Mail1:</b></font></td>
186
            <td height="23" class="headline" bgcolor="#<? echo $webs[bgcolor_rechts] ?>"><textarea name="bestmailshop1" cols="60" rows="6"><? echo $zeile[bestmailshop1] ?></textarea></td>
187
          </tr>
188
          <tr>
189
            <td valign="top" class="headline" bgcolor="#<? echo $webs[bgcolor_links] ?>"><font color="#<? echo $webs[font_color_links] ?>"><b>Text
190
              Best&auml;tiungs-<br>
191
              Mail1:</b></font></td>
192
            <td height="23" class="headline" bgcolor="#<? echo $webs[bgcolor_rechts] ?>">
193
              <textarea name="bestmailshop2" cols="60" rows="6"><? echo $zeile[bestmailshop2] ?></textarea></td>
194
          </tr>
195
          <tr>
196
            <td valign="top" class="headline" bgcolor="#<? echo $webs[bgcolor_links] ?>" width="105"><font color="#<? echo $webs[font_color_links] ?>"><b>Grafikbutton
197
              verwenden:</b></font></td>
198
            <td height="23" class="headline" bgcolor="#<? echo $webs[bgcolor_rechts] ?>" width="432">
199
              <table border="0" cellpadding="0" cellspacing="0">
200
                <tr>
201
                  <td width="54%" height="20"> <input type="radio" name="grafik" value="1"<? if ($zeile[grafik] == 1) {echo "checked";}?>>
202
                    ja</td>
203
                </tr>
204
                <tr>
205
                  <td width="54%"> <input type="radio" name="grafik" value="0"<? if ($zeile[grafik] == 0) {echo "checked";}?>>
206
                    nein </td>
207
                </tr>
208
              </table></td>
209
          </tr>
210
          <tr>
211
            <td bgcolor="#<? echo $webs[bgcolor_links] ?>" class="headline" valign="top" width="105"><font color="#<? echo $webs[font_color_links] ?>"><b>Text
212
              Farbe:</b></font></td>
213
            <td bgcolor="#<? echo $webs[bgcolor_rechts] ?>" width="432"> <table border="0" cellspacing="0" cellpadding="0" width="100%">
214
                <tr>
215
                  <td nowrap width="6%">&nbsp;</td>
216
                  <td nowrap>Farbe: #
217
                    <input type="text" name="textcolor" size="6" maxlength="6" value="<? echo $zeile[textcolor] ?>">
218
                    <input type="button" value="Farb Assistent" onClick="Farb_Assistent(this.form.textcolor.value,'document.formname.textcolor.value');" name="button3">
219
                  </td>
220
                  <td width="40%" align="center"> <table width="23" height="10" border="1" cellspacing="0" cellpadding="0">
221
                      <tr>
222
                        <td bgcolor="<? echo $zeile[textcolor] ?>">&nbsp;</td>
223
                      </tr>
224
                    </table></td>
225
                </tr>
226
              </table></td>
227
          </tr>
228
          <tr>
229
            <td bgcolor="#<? echo $webs[bgcolor_links] ?>" class="headline" valign="top" width="105"><font color="#<? echo $webs[font_color_links] ?>"><b>Hintergrund
230
              Normal:</b></font></td>
231
            <td bgcolor="#<? echo $webs[bgcolor_rechts] ?>"> <table border="0" cellspacing="0" cellpadding="0" width="100%">
232
                <tr>
233
                  <td nowrap width="6%">
234
                    <?
235
		                $image_name="background";
236
		            	$image_Path="/images/bt_original/";
237
 
238
						$image_raw_Path=$image_Path;
239
						$image_Path=$webs[verzeichnis].$image_Path;
240
              		?>
241
                    <input type="hidden" name="<? echo $image_name ?>_Pfad" value="<? echo $image_Path ?>">
242
                    <?
243
	            	if ($zeile[$image_name] != "")
244
	            	{
245
              		?>
246
                    <input type="radio" name="_<? echo $image_name ?>" value="0" checked>
247
                  </td>
248
                  <td nowrap colspan="2"><a href="http://www.<? echo $site.$image_raw_Path.$zeile[$image_name] ?>" target="blank">
249
                    <? echo $zeile[$image_name]; ?> </a></td>
250
                </tr>
251
                <tr>
252
                  <td nowrap width="6%">
253
                    <? } ?>
254
                    <input type="radio" name="_<? echo $image_name ?>" value="1" <? if ($zeile[$image_name] == "") {echo "checked";}?>>
255
                  </td>
256
                  <td nowrap>Farbe: #
257
                    <input type="text" name="bgcolor" size="6" maxlength="6" value="<? echo $zeile[bgcolor] ?>">
258
                    <input type="button" value="Farb Assistent" onClick="Farb_Assistent(this.form.bgcolor.value,'document.formname.bgcolor.value');" name="button">
259
                  </td>
260
                  <td width="40%" align="center"> <table width="24" height="10" border="1" cellspacing="0" cellpadding="0">
261
                      <tr>
262
                        <td bgcolor="<? echo $zeile[bgcolor] ?>">&nbsp;</td>
263
                      </tr>
264
                    </table></td>
265
                </tr>
266
                <tr>
267
                  <td nowrap width="6%"> <input type="radio" name="_<? echo $image_name ?>" value="2">
268
                  </td>
269
                  <td nowrap colspan="2"> <input type="File" name="<? echo $image_name ?>" size="17" maxlength="255" onFocus="this.form._<? echo $image_name ?>[<? if ($zeile[$image_name] != "") {echo "2";} else {echo "1";} ?>].checked=true;">
270
                  </td>
271
                </tr>
272
              </table></td>
273
          </tr>
274
          <tr>
275
            <td bgcolor="#<? echo $webs[bgcolor_links] ?>" class="headline" valign="top" width="105"><font color="#<? echo $webs[font_color_links] ?>"><b>Text
276
              Farbe:</b></font></td>
277
            <td bgcolor="#<? echo $webs[bgcolor_rechts] ?>" width="432"> <table border="0" cellspacing="0" cellpadding="0" width="100%">
278
                <tr>
279
                  <td nowrap width="6%">&nbsp;</td>
280
                  <td nowrap>Farbe: #
281
                    <input type="text" name="textcolor2" size="6" maxlength="6" value="<? echo $zeile[textcolor2] ?>">
282
                    <input type="button" value="Farb Assistent" onClick="Farb_Assistent(this.form.textcolor2.value,'document.formname.textcolor2.value');" name="button2">
283
                  </td>
284
                  <td width="40%" align="center"> <table width="23" height="10" border="1" cellspacing="0" cellpadding="0">
285
                      <tr>
286
                        <td bgcolor="<? echo $zeile[textcolor2] ?>">&nbsp;</td>
287
                      </tr>
288
                    </table></td>
289
                </tr>
290
              </table></td>
291
          </tr>
292
          <tr>
293
            <td bgcolor="#<? echo $webs[bgcolor_links] ?>" class="headline" valign="top" width="105"><font color="#<? echo $webs[font_color_links] ?>"><b>Hintergrund
294
              Mouseover:</b></font></td>
295
            <td bgcolor="#<? echo $webs[bgcolor_rechts] ?>"> <table border="0" cellspacing="0" cellpadding="0" width="100%">
296
                <tr>
297
                  <td nowrap width="6%">
298
                    <?
299
	                $image_name="background2";
300
	            	$image_Path="/images/bt_original_f2/";
301
 
302
					$image_raw_Path=$image_Path;
303
					$image_Path=$webs[verzeichnis].$image_Path;
304
					?>
305
                    <input type="hidden" name="<? echo $image_name ?>_Pfad" value="<? echo $image_Path ?>">
306
                    <?
307
	            	if ($zeile[$image_name] != "")
308
	            	{
309
              		?>
310
                    <input type="radio" name="_<? echo $image_name ?>" value="0" checked>
311
                  </td>
312
                  <td nowrap colspan="2"><a href="http://www.<? echo $site.$image_raw_Path.$zeile[$image_name] ?>" target="blank">
313
                    <? echo $zeile[$image_name]; ?> </a></td>
314
                </tr>
315
                <tr>
316
                  <td nowrap width="6%">
317
                    <? } ?>
318
                    <input type="radio" name="_<? echo $image_name ?>" value="1" <? if ($zeile[$image_name] == "") {echo "checked";}?>>
319
                  </td>
320
                  <td nowrap>Farbe: #
321
                    <input type="text" name="bgcolor2" size="6" maxlength="6" value="<? echo $zeile[bgcolor2] ?>">
322
                    <input type="button" value="Farb Assistent" onClick="Farb_Assistent(this.form.bgcolor2.value,'document.formname.bgcolor2.value');" name="button">
323
                  </td>
324
                  <td width="40%" align="center"> <table width="24" height="10" border="1" cellspacing="0" cellpadding="0">
325
                      <tr>
326
                        <td bgcolor="<? echo $zeile[bgcolor] ?>">&nbsp;</td>
327
                      </tr>
328
                    </table></td>
329
                </tr>
330
                <tr>
331
                  <td nowrap width="6%"> <input type="radio" name="_<? echo $image_name ?>" value="2">
332
                  </td>
333
                  <td nowrap colspan="2"> <input type="File" name="<? echo $image_name ?>" size="17" maxlength="255" onFocus="this.form._<? echo $image_name ?>[<? if ($zeile[$image_name] != "") {echo "2";} else {echo "1";} ?>].checked=true;">
334
                  </td>
335
                </tr>
336
              </table></td>
337
          </tr>
338
          <tr>
339
            <td class="headline" valign="top" width="105" bgcolor="#<? echo $webs[bgcolor_links] ?>"><font color="#<? echo $webs[font_color_links] ?>"><b>Buttongr&ouml;&szlig;e:</b></font></td>
340
            <td class="headline" nowrap bgcolor="#<? echo $webs[bgcolor_rechts] ?>" width="432">
341
              <table width="75%" border="0" cellpadding="0" cellspacing="0">
342
                <tr>
343
                  <td width="54%">L&auml;nge: </td>
344
                  <td width="46%"> <input type="text" name="horizontal" size="6" maxlength="6" value="<? echo $zeile[horizontal] ?>">
345
                  </td>
346
                </tr>
347
                <tr>
348
                  <td width="54%">H&ouml;he: </td>
349
                  <td width="46%"> <input type="text" name="vertikal" size="6" maxlength="6" value="<? echo $zeile[vertikal] ?>">
350
                  </td>
351
                </tr>
352
              </table></td>
353
          </tr>
354
          <tr>
355
            <td bgcolor="#<? echo $webs[bgcolor_links] ?>" class="headline" valign="top" width="105"><font color="#<? echo $webs[font_color_links] ?>"><b>Text:</b></font></td>
356
            <td bgcolor="#<? echo $webs[bgcolor_rechts] ?>" width="432"> <table width="75%" border="0" cellpadding="0" cellspacing="0">
357
                <tr>
358
                  <td width="54%">Art: </td>
359
                  <td width="46%"> <select name="textart">
360
                      <option value="Alanden.TTF"
361
					    <?if($zeile[textart]=="Alanden.TTF"){echo" selected";}?>>Alan
362
                      Den</option>
363
                      <option value="tt1040m_.ttf"
364
					    <?if($zeile[textart]=="tt1040m_.TTF"){echo" selected";}?>>Amazone
365
                      BT</option>
366
                      <option value="Amelia.ttf"
367
					    <?if($zeile[textart]=="Amelia.ttf"){echo" selected";}?>>Amelia</option>
368
                      <option value="FETNGT.TTF"
369
					    <?if($zeile[textart]=="FETNGT.TTF"){echo" selected";}?>>Federation
370
                      PNG</option>
371
                      <option value="future.ttf"
372
					    <?if($zeile[textart]=="future.ttf"){echo" selected";}?>>Future</option>
373
                      <option value="HIGHLA2.TTF"
374
					    <?if($zeile[textart]=="HIGHLA2.TTF"){echo" selected";}?>>Highlander</option>
375
                      <option value="Nadiannb.ttf"
376
					    <?if($zeile[textart]=="Nadiannb.ttf"){echo" selected";}?>>Nadianne</option>
377
                      <option value="pdark.ttf"
378
					    <?if($zeile[textart]=="pdark.ttf"){echo" selected";}?>>Perfect
379
                      Dark</option>
380
                      <option value="Diploma.ttf"
381
					    <?if($zeile[textart]=="Diploma.ttf"){echo" selected";}?>>PT
382
                      Diploma</option>
383
                      <option value="WARLOCK.TTF"
384
					    <?if($zeile[textart]=="WARLOCK.TTF"){echo" selected";}?>>WarLock</option>
385
                      <option value="PENCB.TTF"
386
					    <?if($zeile[textart]=="PENCB.TTF"){echo" selected";}?>>PencilBox</option>
387
                    </select> </td>
388
                </tr>
389
                <tr>
390
                  <td width="54%">Gr&ouml;&szlig;e in Pixel: </td>
391
                  <td width="46%"> <input type="text" name="textgroesse" value="<? echo $zeile[textgroesse] ?>" maxlength="6" size="6">
392
                  </td>
393
                </tr>
394
              </table></td>
395
          </tr>
396
          <tr>
397
            <td class="headline"valign="top" width="105" bgcolor="#<? echo $webs[bgcolor_links] ?>"><font color="#<? echo $webs[font_color_links] ?>"><b>Textposition:</b></font></td>
398
            <td class="headline" height="18" nowrap width="432" bgcolor="#<? echo $webs[bgcolor_rechts] ?>">
399
              <table width="75%" border="0" cellpadding="0" cellspacing="0">
400
                <tr>
401
                  <td width="54%">Horizontale Ausrichtung: </td>
402
                  <td width="46%"> <input type="text" name="txt_horizontal" size="6" maxlength="6" value="<? echo $zeile[txt_horizontal] ?>">
403
                  </td>
404
                </tr>
405
                <tr>
406
                  <td width="54%">Vertikale Ausrichtung: </td>
407
                  <td width="46%"> <input type="text" name="txt_vertikal" size="6" maxlength="6" value="<? echo $zeile[txt_vertikal] ?>">
408
                  </td>
409
                </tr>
410
              </table></td>
411
          </tr>
412
          <tr>
413
            <td class="headline"valign="top" width="105" bgcolor="#<? echo $webs[bgcolor_links] ?>"><font color="#<? echo $webs[font_color_links] ?>"><b>&Uuml;berlange
414
              Textbutton erlauben:</b></font></td>
415
            <td class="headline" height="18" nowrap width="432" bgcolor="#<? echo $webs[bgcolor_rechts] ?>">
416
              <table width="0" border="0" cellpadding="0" cellspacing="0">
417
                <tr>
418
                  <td height="7"> <input type="radio" name="zugr_txt" value="0"<? if ($zeile[zugr_txt] == 0) {echo "checked";}?>>
419
                    ja </td>
420
                </tr>
421
                <tr>
422
                  <td height="5"> <input type="radio" name="zugr_txt" value="1"<? if ($zeile[zugr_txt] == 1) {echo "checked";}?>>
423
                    nein </td>
424
                </tr>
425
              </table></td>
426
          </tr>
427
          <tr>
428
            <td class="headline"valign="top" width="105" bgcolor="#<? echo $webs[bgcolor_links] ?>"><font color="#<? echo $webs[font_color_links] ?>"><b>Button
429
              dem Text anpassen:</b></font></td>
430
            <td class="headline" nowrap width="432" bgcolor="#<? echo $webs[bgcolor_rechts] ?>">
431
              <table border="0" cellpadding="0" cellspacing="0">
432
                <tr>
433
                  <td height="21"> <input type="radio" name="bt_laenge" value="1"<? if ($zeile[bt_laenge] == 1) {echo "checked";}?>>
434
                    ja </td>
435
                </tr>
436
                <tr>
437
                  <td height="5"> <input type="radio" name="bt_laenge" value="0"<? if ($zeile[bt_laenge] == 0) {echo "checked";}?>>
438
                    nein </td>
439
                </tr>
440
              </table></td>
441
          </tr>
442
          <tr>
443
            <td align="right" colspan="2" bgcolor="#<? echo $webs[bgcolor_links] ?>">
444
              <input type="hidden" name="action" value="update"> <input type="submit" value="OK">
445
              <input type="reset" name="Button" value="Zur&uuml;cksetzen"> </td>
446
          </tr>
447
        </table>
448
      </td>
449
    </tr>
450
  </table>
451
  </form>
452
</body>