| 1 |
lars |
1 |
<html>
|
|
|
2 |
<head>
|
|
|
3 |
<title>GWG: Redaktionssystem</title>
|
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
|
5 |
<link rel=stylesheet type="text/css" href="redaktion.css">
|
|
|
6 |
<style type="text/css">
|
|
|
7 |
A:link {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}
|
|
|
8 |
A:visited {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #333333}
|
|
|
9 |
A:active {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #CC0000}
|
|
|
10 |
A:hover {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #669933}
|
|
|
11 |
p {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000096}
|
|
|
12 |
p.error {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-weight: bold}
|
|
|
13 |
span {font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
|
|
|
14 |
span.blue {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; background-color:#0000A0; font-size: 10pt}
|
|
|
15 |
span.small {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none}
|
|
|
16 |
td {font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
|
|
|
17 |
td.timeout {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FF0000;}
|
|
|
18 |
td.small {font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
|
|
|
19 |
td.headline {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; font-weight: bold}
|
|
|
20 |
td.haupt {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold}
|
|
|
21 |
td.selectet_language {border: 1px outset; border-color: #CCCCCC #999999 #999999 #CCCCCC}
|
|
|
22 |
input {font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
|
|
|
23 |
select {font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
|
|
|
24 |
textarea {font-family: Arial, Helvetica, sans-serif; font-size: 8pt}.button { border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; cursor: auto; width: 100%}
|
|
|
25 |
</style>
|
|
|
26 |
<style type="text/css">
|
|
|
27 |
<!--
|
|
|
28 |
table.input
|
|
|
29 |
{
|
|
|
30 |
border-width: 2px 1px 1px 2px;
|
|
|
31 |
border-top-color : #CCCCCC;
|
|
|
32 |
border-left-color : #CCCCCC;
|
|
|
33 |
border-bottom-color : #AAAAAA;
|
|
|
34 |
border-right-color : #AAAAAA;
|
|
|
35 |
border-style :inset;
|
|
|
36 |
background-color : #FFFFFF;
|
|
|
37 |
}
|
|
|
38 |
-->
|
|
|
39 |
</style>
|
|
|
40 |
<script language="JavaScript">
|
|
|
41 |
<!--
|
|
|
42 |
function MM_swapImgRestore() { //v3.0
|
|
|
43 |
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
|
|
44 |
}
|
|
|
45 |
|
|
|
46 |
function MM_preloadImages() { //v3.0
|
|
|
47 |
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
|
|
48 |
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
|
|
49 |
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
|
|
50 |
}
|
|
|
51 |
|
|
|
52 |
function MM_swapImage() { //v3.0
|
|
|
53 |
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
|
|
54 |
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
|
|
55 |
}
|
|
|
56 |
|
|
|
57 |
function MM_validateForm() { //v4.0
|
|
|
58 |
var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
|
|
|
59 |
for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
|
|
|
60 |
if (val) { nm=val.name; if ((val=val.value)!="") {
|
|
|
61 |
if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
|
|
|
62 |
if (p<1 || p==(val.length-1)) errors+='- '+nm+' muss eine E-Mail Adresse sein.\n';
|
|
|
63 |
} else if (test!='R') {
|
|
|
64 |
if (isNaN(val)) errors+='- '+nm+' muss eine Zahl sein.\n';
|
|
|
65 |
if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
|
|
|
66 |
min=test.substring(8,p); max=test.substring(p+1);
|
|
|
67 |
if (val<min || max<val) errors+='- '+nm+' muss eine Zahl zwischen '+min+' und '+max+' sein.\n';
|
|
|
68 |
} } } else if (test.charAt(0) == 'R') errors += '- '+nm+' wird benötigt.\n'; }
|
|
|
69 |
} if (errors) alert('Folgende Fehler sind aufgetreten:\n'+errors);
|
|
|
70 |
document.MM_returnValue = (errors == '');
|
|
|
71 |
}
|
|
|
72 |
|
|
|
73 |
function MM_findObj(n, d) { //v4.01
|
|
|
74 |
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
|
|
75 |
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
|
|
76 |
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
|
|
77 |
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
|
|
78 |
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
|
|
79 |
}
|
|
|
80 |
|
|
|
81 |
function call_editor(Feldname,properties)
|
|
|
82 |
{
|
|
|
83 |
editor=window.open("../editor/editor.php?properties="+properties,Feldname,"height=400,width=750,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no");;
|
|
|
84 |
}
|
|
|
85 |
//-->
|
|
|
86 |
</script>
|
|
|
87 |
<script type="text/javascript">
|
|
|
88 |
_editor_url = "../htmlarea/";
|
|
|
89 |
_editor_lang = "de";
|
|
|
90 |
</script>
|
|
|
91 |
<script type="text/javascript" src="../htmlarea/htmlarea.js"></script>
|
|
|
92 |
<script type="text/javascript">
|
|
|
93 |
var config = new HTMLArea.Config();
|
|
|
94 |
with (config)
|
|
|
95 |
{
|
|
|
96 |
width = '555';
|
|
|
97 |
height = '500';
|
|
|
98 |
statusBar=false;
|
|
|
99 |
toolbar =
|
|
|
100 |
[
|
|
|
101 |
[
|
|
|
102 |
"fontname", "space", "fontsize", "space", "formatblock", "space",
|
|
|
103 |
"bold", "italic", "underline", "separator",
|
|
|
104 |
"strikethrough", "subscript", "superscript", "separator",
|
|
|
105 |
"copy", "cut", "paste", "separator", "undo", "redo"
|
|
|
106 |
],
|
|
|
107 |
[
|
|
|
108 |
"justifyleft", "justifycenter", "justifyright", "justifyfull", "separator",
|
|
|
109 |
"insertorderedlist", "insertunorderedlist", "outdent", "indent", "separator",
|
|
|
110 |
"forecolor", "hilitecolor", "textindicator", "separator",
|
|
|
111 |
"inserthorizontalrule", "createlink", "insertimage", "htmlmode"
|
|
|
112 |
]
|
|
|
113 |
];
|
|
|
114 |
}
|
|
|
115 |
</script>
|
|
|
116 |
<script language="JavaScript" src="../systemtermine/systemtermine.js.php"></script>
|
|
|
117 |
<meta name="description" content="Redaktionssystem">
|
|
|
118 |
<meta name="author" content="Webagentur Niewerth">
|
|
|
119 |
<meta name="robots" content="noindex">
|
|
|
120 |
</head>
|
|
|
121 |
|
|
|
122 |
<body bgcolor="#FFFFFF" leftmargin="20" topmargin="10" marginwidth="20" marginheight="10" text="#000000">
|
|
|
123 |
<form method="post" action="#" name="formname" enctype="multipart/form-data">
|
|
|
124 |
<table width="558" border="0" cellspacing="0" cellpadding="0">
|
|
|
125 |
<tr valign="top">
|
|
|
126 |
<td width="488">
|
|
|
127 |
|
|
|
128 |
<table width="100%" border="1" cellspacing="0" cellpadding="3" bordercolorlight="#FFFFFF" bordercolordark="#999999">
|
|
|
129 |
<tr bgcolor="#005B44">
|
|
|
130 |
<td colspan="2"><font color="#FFFFFF"><b>Ordner:
|
|
|
131 |
Bearbeiten
|
|
|
132 |
<input type="hidden" name="Father" value="100">
|
|
|
133 |
</b></font></td>
|
|
|
134 |
</tr>
|
|
|
135 |
<tr>
|
|
|
136 |
<td bgcolor="#005B44" valign="middle" width="14%">
|
|
|
137 |
<font color="#FFFFFF">
|
|
|
138 |
<b>Name</b>
|
|
|
139 |
</font>
|
|
|
140 |
</td>
|
|
|
141 |
<td bgcolor="#FFFFFF">
|
|
|
142 |
<input type="text" name="Name" value="Hofstraße 14">
|
|
|
143 |
</td>
|
|
|
144 |
</tr>
|
|
|
145 |
<tr>
|
|
|
146 |
<td bgcolor="#005B44" valign="top" width="14%"><font color="#FFFFFF"><b>
|
|
|
147 |
Artikelstamm </b></font></td>
|
|
|
148 |
<td bgcolor="#FFFFFF">
|
|
|
149 |
<input type="hidden" name="Artikelstamm" value="0">
|
|
|
150 |
<input type="checkbox" name="Artikelstamm" value="1" checked>
|
|
|
151 |
</td>
|
|
|
152 |
</tr>
|
|
|
153 |
<tr>
|
|
|
154 |
<td bgcolor="#005B44" valign="top" width="21%">
|
|
|
155 |
<font color="#FFFFFF"><b>
|
|
|
156 |
Bild 1: </b></font> </td>
|
|
|
157 |
<td bgcolor="#FFFFFF" width="79%">
|
|
|
158 |
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
|
|
159 |
<tr>
|
|
|
160 |
<td width="55%" nowrap colspan="2"> <font color="#000000">
|
|
|
161 |
<input type="hidden" name="bild_url_Pfad" value="/web/apache/gwg-gladbeck.de/images/directory/1/">
|
|
|
162 |
<input type="radio" name="_bild_url" value="0" checked>
|
|
|
163 |
<a href="http://www.gwg-gladbeck.de/images/directory/1/104_DE_logo.gif" target="blank">
|
|
|
164 |
104_DE_logo.gif </a>
|
|
|
165 |
( 2 KB 140x117 )<BR> <input type="radio" name="_bild_url" value="1" >
|
|
|
166 |
kein
|
|
|
167 |
Bild
|
|
|
168 |
<br>
|
|
|
169 |
<input type="radio" name="_bild_url" value="2">
|
|
|
170 |
<input type="File" name="bild_url" size="17" maxlength="255" onFocus="this.form._bild_url[2].checked=true;">
|
|
|
171 |
</font> </td>
|
|
|
172 |
<td width="45%" nowrap align="center"><font color="#000000">
|
|
|
173 |
</font>
|
|
|
174 |
<a href="http://www.gwg-gladbeck.de/images/directory/1/104_DE_logo.gif" target="blank"><img height="60" src="http://www.gwg-gladbeck.de/images/directory/1/104_DE_logo.gif" border="0"></a>
|
|
|
175 |
<font color="#000000">
|
|
|
176 |
</font> </td>
|
|
|
177 |
</tr>
|
|
|
178 |
</table>
|
|
|
179 |
|
|
|
180 |
<table border="0" width="50%" cellspacing="0" cellpadding="0">
|
|
|
181 |
</table>
|
|
|
182 |
</td>
|
|
|
183 |
</tr>
|
|
|
184 |
<tr>
|
|
|
185 |
<td bgcolor="#005B44" valign="top" width="21%">
|
|
|
186 |
<font color="#FFFFFF"><b>
|
|
|
187 |
Bild 2: </b></font> </td>
|
|
|
188 |
<td bgcolor="#FFFFFF" width="79%">
|
|
|
189 |
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
|
|
190 |
<tr>
|
|
|
191 |
<td width="55%" nowrap colspan="2"> <font color="#000000">
|
|
|
192 |
<input type="hidden" name="bild_url2_Pfad" value="/web/apache/gwg-gladbeck.de/images/directory/2/">
|
|
|
193 |
<input type="radio" name="_bild_url2" value="1" checked>
|
|
|
194 |
kein
|
|
|
195 |
Bild
|
|
|
196 |
<br>
|
|
|
197 |
<input type="radio" name="_bild_url2" value="2">
|
|
|
198 |
<input type="File" name="bild_url2" size="17" maxlength="255" onFocus="this.form._bild_url2[1].checked=true;">
|
|
|
199 |
</font> </td>
|
|
|
200 |
<td width="45%" nowrap align="center"><font color="#000000">
|
|
|
201 |
</font>
|
|
|
202 |
<font color="#000000">
|
|
|
203 |
</font> </td>
|
|
|
204 |
</tr>
|
|
|
205 |
</table>
|
|
|
206 |
|
|
|
207 |
<table border="0" width="50%" cellspacing="0" cellpadding="0">
|
|
|
208 |
</table>
|
|
|
209 |
</td>
|
|
|
210 |
</tr>
|
|
|
211 |
<tr>
|
|
|
212 |
<td bgcolor="#005B44" valign="top" width="21%">
|
|
|
213 |
<font color="#FFFFFF"><b>
|
|
|
214 |
Bild 3: </b></font> </td>
|
|
|
215 |
<td bgcolor="#FFFFFF" width="79%">
|
|
|
216 |
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
|
|
217 |
<tr>
|
|
|
218 |
<td width="55%" nowrap colspan="2"> <font color="#000000">
|
|
|
219 |
<input type="hidden" name="bild_url3_Pfad" value="/web/apache/gwg-gladbeck.de/images/directory/3/">
|
|
|
220 |
<input type="radio" name="_bild_url3" value="1" checked>
|
|
|
221 |
kein
|
|
|
222 |
Bild
|
|
|
223 |
<br>
|
|
|
224 |
<input type="radio" name="_bild_url3" value="2">
|
|
|
225 |
<input type="File" name="bild_url3" size="17" maxlength="255" onFocus="this.form._bild_url3[1].checked=true;">
|
|
|
226 |
</font> </td>
|
|
|
227 |
<td width="45%" nowrap align="center"><font color="#000000">
|
|
|
228 |
</font>
|
|
|
229 |
<font color="#000000">
|
|
|
230 |
</font> </td>
|
|
|
231 |
</tr>
|
|
|
232 |
</table>
|
|
|
233 |
|
|
|
234 |
<table border="0" width="50%" cellspacing="0" cellpadding="0">
|
|
|
235 |
</table>
|
|
|
236 |
</td>
|
|
|
237 |
</tr>
|
|
|
238 |
<tr>
|
|
|
239 |
<td bgcolor="#005B44" valign="top" width="21%">
|
|
|
240 |
<font color="#FFFFFF"><b>
|
|
|
241 |
Bild 4: </b></font> </td>
|
|
|
242 |
<td bgcolor="#FFFFFF" width="79%">
|
|
|
243 |
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
|
|
244 |
<tr>
|
|
|
245 |
<td width="55%" nowrap colspan="2"> <font color="#000000">
|
|
|
246 |
<input type="hidden" name="bild_url4_Pfad" value="/web/apache/gwg-gladbeck.de/images/directory/4/">
|
|
|
247 |
<input type="radio" name="_bild_url4" value="1" checked>
|
|
|
248 |
kein
|
|
|
249 |
Bild
|
|
|
250 |
<br>
|
|
|
251 |
<input type="radio" name="_bild_url4" value="2">
|
|
|
252 |
<input type="File" name="bild_url4" size="17" maxlength="255" onFocus="this.form._bild_url4[1].checked=true;">
|
|
|
253 |
</font> </td>
|
|
|
254 |
<td width="45%" nowrap align="center"><font color="#000000">
|
|
|
255 |
</font>
|
|
|
256 |
<font color="#000000">
|
|
|
257 |
</font> </td>
|
|
|
258 |
</tr>
|
|
|
259 |
</table>
|
|
|
260 |
|
|
|
261 |
<table border="0" width="50%" cellspacing="0" cellpadding="0">
|
|
|
262 |
</table>
|
|
|
263 |
</td>
|
|
|
264 |
</tr>
|
|
|
265 |
<tr>
|
|
|
266 |
<td bgcolor="#005B44" valign="top" width="21%">
|
|
|
267 |
<font color="#FFFFFF"><b>
|
|
|
268 |
Dokument: </b></font> </td>
|
|
|
269 |
<td bgcolor="#FFFFFF" width="79%">
|
|
|
270 |
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
|
|
271 |
<tr>
|
|
|
272 |
<td width="55%" nowrap colspan="2"> <font color="#000000">
|
|
|
273 |
<input type="hidden" name="bild_url5_Pfad" value="/web/apache/gwg-gladbeck.de/images/directory/5/">
|
|
|
274 |
<input type="radio" name="_bild_url5" value="1" checked>
|
|
|
275 |
kein
|
|
|
276 |
Dokument
|
|
|
277 |
<br>
|
|
|
278 |
<input type="radio" name="_bild_url5" value="2">
|
|
|
279 |
<input type="File" name="bild_url5" size="17" maxlength="255" onFocus="this.form._bild_url5[1].checked=true;">
|
|
|
280 |
</font> </td>
|
|
|
281 |
<td width="45%" nowrap align="center"><font color="#000000">
|
|
|
282 |
</font>
|
|
|
283 |
<font color="#000000">
|
|
|
284 |
</font> </td>
|
|
|
285 |
</tr>
|
|
|
286 |
</table>
|
|
|
287 |
|
|
|
288 |
<table border="0" width="50%" cellspacing="0" cellpadding="0">
|
|
|
289 |
</table>
|
|
|
290 |
</td>
|
|
|
291 |
</tr>
|
|
|
292 |
<tr>
|
|
|
293 |
<td bgcolor="#005B44" valign="top" width="21%">
|
|
|
294 |
<font color="#FFFFFF"><b>
|
|
|
295 |
Beschreibung </b></font> </td>
|
|
|
296 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
297 |
<textarea id="Beschreibung" name="Beschreibung" cols="45" rows="6"></textarea>
|
|
|
298 |
</td>
|
|
|
299 |
</tr>
|
|
|
300 |
<tr>
|
|
|
301 |
<td bgcolor="#005B44" valign="middle" width="21%">
|
|
|
302 |
<font color="#FFFFFF"><b>
|
|
|
303 |
Straße: </b></font> </td>
|
|
|
304 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
305 |
<input type="text" name="short_line_1" value="Hofstraße 14"> </td>
|
|
|
306 |
</tr>
|
|
|
307 |
<tr>
|
|
|
308 |
<td bgcolor="#005B44" valign="middle" width="21%">
|
|
|
309 |
<font color="#FFFFFF"><b>
|
|
|
310 |
Wohneinheiten: </b></font> </td>
|
|
|
311 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
312 |
<input type="text" name="short_line_2" value="11"> </td>
|
|
|
313 |
</tr>
|
|
|
314 |
<tr>
|
|
|
315 |
<td bgcolor="#005B44" valign="middle" width="21%">
|
|
|
316 |
<font color="#FFFFFF"><b>
|
|
|
317 |
Wohn- bzw. Nutzfläche: </b></font> </td>
|
|
|
318 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
319 |
<input type="text" name="short_line_3" value="610,31"> </td>
|
|
|
320 |
</tr>
|
|
|
321 |
<tr>
|
|
|
322 |
<td bgcolor="#005B44" valign="top" width="14%"><font color="#FFFFFF"><b>
|
|
|
323 |
Position </b></font></td>
|
|
|
324 |
<td bgcolor="#FFFFFF" valign="top">
|
|
|
325 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
326 |
<tr>
|
|
|
327 |
<td><iframe name="position" frameborder="1" src="pos.php?show=104&init=true"></iframe></td>
|
|
|
328 |
<td valign="top">
|
|
|
329 |
<input type="button" value="Verschieben" onClick="document.position.location='show_pos.php?show=104&init=true'">
|
|
|
330 |
</td>
|
|
|
331 |
</tr>
|
|
|
332 |
</table>
|
|
|
333 |
</td>
|
|
|
334 |
</tr>
|
|
|
335 |
<tr>
|
|
|
336 |
<td bgcolor="#005B44" width="20%">
|
|
|
337 |
<font color="#FFFFFF"><b>erstellt:</b></font>
|
|
|
338 |
</td>
|
|
|
339 |
<td bgcolor="#FFFFFF"><font color="#000000">am:
|
|
|
340 |
03.07.2007 um: 09:13:04 von: admin </font> </td>
|
|
|
341 |
</tr>
|
|
|
342 |
<tr>
|
|
|
343 |
<td bgcolor="#005B44" width="20%" nowrap>
|
|
|
344 |
<font color="#FFFFFF"><b>letzte Änderung:</b></font>
|
|
|
345 |
</td>
|
|
|
346 |
<td bgcolor="#FFFFFF"><font color="#000000">am:
|
|
|
347 |
13.09.2007 um: 14:45:43 von: admin </font> </td>
|
|
|
348 |
</tr>
|
|
|
349 |
<tr bgcolor="#005B44">
|
|
|
350 |
<td align="right" colspan="2">
|
|
|
351 |
<input type="hidden" name="ID" value="104">
|
|
|
352 |
<input type="hidden" name="action" value="update">
|
|
|
353 |
<input type="submit" value="OK">
|
|
|
354 |
<input type="reset" name="Button" value="Zurücksetzen">
|
|
|
355 |
</td>
|
|
|
356 |
</tr>
|
|
|
357 |
</table>
|
|
|
358 |
<br>
|
|
|
359 |
<table border="0" cellspacing="0" cellpadding="4" align="center" width="100%">
|
|
|
360 |
<tr>
|
|
|
361 |
<td width="33%" align="left">
|
|
|
362 |
<input type="button" value="Neuen Ordner erstellen" onClick="document.location='directory.php?action=edit&Father=104'" class="button"></td><td align="center" width="33%"><input type="button" value="Neuen Artikel anlegen" onClick="document.location='artikel.php?action=edit&Father=104'" class="button"> </td>
|
|
|
363 |
<td align="right" width="33%">
|
|
|
364 |
<!--|104|--><!--|DE|--><!--|online_shop|--><!--|directory|--><!--|Ordner_loeschen|--><!--||--><input type="submit" value="Löschen" onClick="if (confirm('Wollen Sie diesen Ordner wirklich löschen ?')) {document.formname.Father.value='-2';} else {return false;}" class="button"> </td>
|
|
|
365 |
</tr>
|
|
|
366 |
<tr align="center">
|
|
|
367 |
<td colspan="3">
|
|
|
368 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
369 |
<tr>
|
|
|
370 |
<td width="40%">
|
|
|
371 |
</td>
|
|
|
372 |
<td width="20%">
|
|
|
373 |
<input type="button" value="Firmenzuordnung" onClick="document.location='firma_verlinken.php?Father[typ]=d&Father[ID]=104&Target[typ]=d'" class="button">
|
|
|
374 |
</td>
|
|
|
375 |
<td width="40%">
|
|
|
376 |
</td>
|
|
|
377 |
</tr>
|
|
|
378 |
</table>
|
|
|
379 |
</td>
|
|
|
380 |
</tr>
|
|
|
381 |
</table>
|
|
|
382 |
</td>
|
|
|
383 |
|
|
|
384 |
</tr>
|
|
|
385 |
</table>
|
|
|
386 |
</form>
|
|
|
387 |
</body>
|