| 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 |
body
|
|
|
8 |
{
|
|
|
9 |
font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
|
|
|
10 |
color: #000000;background-color: #FFFFFF;}
|
|
|
11 |
|
|
|
12 |
.links
|
|
|
13 |
{
|
|
|
14 |
font-size: 10pt;
|
|
|
15 |
color: #FFFFFF;background-color: #005B44;}
|
|
|
16 |
|
|
|
17 |
.rechts
|
|
|
18 |
{
|
|
|
19 |
font-size: 10pt;
|
|
|
20 |
color: #000000;background-color: #FFFFFF;}
|
|
|
21 |
|
|
|
22 |
A:link {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}
|
|
|
23 |
A:visited {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}
|
|
|
24 |
A:active {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}
|
|
|
25 |
A:hover {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}
|
|
|
26 |
</style>
|
|
|
27 |
<style type="text/css">
|
|
|
28 |
<!--
|
|
|
29 |
table.input
|
|
|
30 |
{
|
|
|
31 |
border-width: 2px 1px 1px 2px;
|
|
|
32 |
border-top-color : #CCCCCC;
|
|
|
33 |
border-left-color : #CCCCCC;
|
|
|
34 |
border-bottom-color : #AAAAAA;
|
|
|
35 |
border-right-color : #AAAAAA;
|
|
|
36 |
border-style :inset;
|
|
|
37 |
background-color : #FFFFFF;
|
|
|
38 |
}
|
|
|
39 |
-->
|
|
|
40 |
</style>
|
|
|
41 |
<script language="JavaScript">
|
|
|
42 |
<!--
|
|
|
43 |
|
|
|
44 |
function MM_swapImgRestore() { //v3.0
|
|
|
45 |
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
|
|
46 |
}
|
|
|
47 |
|
|
|
48 |
function MM_preloadImages() { //v3.0
|
|
|
49 |
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
|
|
50 |
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
|
|
51 |
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
|
|
52 |
}
|
|
|
53 |
|
|
|
54 |
function MM_swapImage() { //v3.0
|
|
|
55 |
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
|
|
56 |
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
|
|
57 |
}
|
|
|
58 |
|
|
|
59 |
function MM_findObj(n, d) { //v4.0
|
|
|
60 |
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
|
|
61 |
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
|
|
62 |
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
|
|
63 |
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
|
|
64 |
if(!x && document.getElementById) x=document.getElementById(n); return x;
|
|
|
65 |
}
|
|
|
66 |
|
|
|
67 |
function killkomma(w)
|
|
|
68 |
{
|
|
|
69 |
return w.replace(/,/,'.');
|
|
|
70 |
}
|
|
|
71 |
|
|
|
72 |
function call_editor(Feldname,properties)
|
|
|
73 |
{
|
|
|
74 |
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");;
|
|
|
75 |
}
|
|
|
76 |
|
|
|
77 |
function explore(Feldname,bild_dir,ID)
|
|
|
78 |
{
|
|
|
79 |
explorer_fenster=window.open("explore.php?Tab=artikel&Feld="+Feldname+"&bild_dir="+bild_dir+"&ID="+ID,"explorer_fenster","height=400,width=300,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no");;
|
|
|
80 |
}
|
|
|
81 |
//-->
|
|
|
82 |
</script>
|
|
|
83 |
<script language="JavaScript" src="../checkDate.js"></script>
|
|
|
84 |
<script language="JavaScript" src="../systemtermine/systemtermine.js.php"></script>
|
|
|
85 |
<script type="text/javascript">
|
|
|
86 |
<!--
|
|
|
87 |
_editor_url = "../htmlarea/";
|
|
|
88 |
_editor_lang = "de";
|
|
|
89 |
|
|
|
90 |
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
|
|
91 |
window.open(theURL,winName,features);
|
|
|
92 |
}
|
|
|
93 |
//-->
|
|
|
94 |
</script>
|
|
|
95 |
<script type="text/javascript" src="../htmlarea/htmlarea.js"></script>
|
|
|
96 |
<meta name="description" content="Redaktionssystem">
|
|
|
97 |
<meta name="author" content="Webagentur Niewerth">
|
|
|
98 |
<meta name="robots" content="noindex">
|
|
|
99 |
</head>
|
|
|
100 |
|
|
|
101 |
<body bgcolor="#FFFFFF" leftmargin="20" topmargin="10" marginwidth="20" marginheight="10" text="#000000">
|
|
|
102 |
<form method="post" action="artikel.php" name="formname" enctype="multipart/form-data">
|
|
|
103 |
<table width="558" border="0" cellspacing="0" cellpadding="0">
|
|
|
104 |
<tr valign="top">
|
|
|
105 |
<td width="508">
|
|
|
106 |
<table width="100%" border="1" cellspacing="0" cellpadding="3" bordercolorlight="#FFFFFF" bordercolordark="#999999">
|
|
|
107 |
<tr bgcolor="#005B44">
|
|
|
108 |
<td colspan="3"><font color="#FFFFFF"><b>Artikel:
|
|
|
109 |
|
|
|
110 |
Bearbeiten </b> 5</font>
|
|
|
111 |
|
|
|
112 |
<input type="hidden" name="Father" value="104" size="2">
|
|
|
113 |
</td>
|
|
|
114 |
</tr>
|
|
|
115 |
<tr>
|
|
|
116 |
<td bgcolor="#005B44" valign="middle" width="21%">
|
|
|
117 |
<font color="#FFFFFF"><b>
|
|
|
118 |
Kurzbezeichnung
|
|
|
119 |
</b></font> </td>
|
|
|
120 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
121 |
<input type="text" name="kurzbezeichnung" value="Dachwohnung">
|
|
|
122 |
</td>
|
|
|
123 |
</tr>
|
|
|
124 |
<tr>
|
|
|
125 |
<td bgcolor="#005B44" valign="top" width="21%">
|
|
|
126 |
<font color="#FFFFFF"><b>
|
|
|
127 |
Beschreibung: </b></font> </td>
|
|
|
128 |
<td width="79%" colspan="2" bgcolor="#FFFFFF">
|
|
|
129 |
<font color="#FFFFFF"><b>
|
|
|
130 |
<textarea name="beschreibung" cols="45" rows="6"></textarea>
|
|
|
131 |
</b></font></td>
|
|
|
132 |
</tr>
|
|
|
133 |
<tr>
|
|
|
134 |
<td bgcolor="#005B44" valign="top" width="21%">
|
|
|
135 |
<font color="#FFFFFF"><b>
|
|
|
136 |
Notizen: </b></font> </td>
|
|
|
137 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
138 |
<textarea name="beschreibung2" cols="45" rows="6"></textarea>
|
|
|
139 |
</td>
|
|
|
140 |
</tr>
|
|
|
141 |
<tr>
|
|
|
142 |
<td bgcolor="#005B44" valign="middle" width="21%">
|
|
|
143 |
<font color="#FFFFFF"><b>
|
|
|
144 |
Lage (z.B. EG links): </b></font> </td>
|
|
|
145 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
146 |
<input type="text" name="short_line_1" value="3. OB rechts">
|
|
|
147 |
</td>
|
|
|
148 |
</tr>
|
|
|
149 |
<tr>
|
|
|
150 |
<td bgcolor="#005B44" valign="middle" width="21%">
|
|
|
151 |
<font color="#FFFFFF"><b>
|
|
|
152 |
qm: </b></font> </td>
|
|
|
153 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
154 |
<input type="text" name="short_line_2" value="50">
|
|
|
155 |
</td>
|
|
|
156 |
</tr>
|
|
|
157 |
<tr>
|
|
|
158 |
<td bgcolor="#005B44" valign="middle" width="21%">
|
|
|
159 |
<font color="#FFFFFF"><b>
|
|
|
160 |
Zimmer: </b></font> </td>
|
|
|
161 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
162 |
<input type="text" name="short_line_3" value="">
|
|
|
163 |
</td>
|
|
|
164 |
</tr>
|
|
|
165 |
<tr>
|
|
|
166 |
<td bgcolor="#005B44" valign="middle" width="21%">
|
|
|
167 |
<font color="#FFFFFF"><b>
|
|
|
168 |
</b></font> </td>
|
|
|
169 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
170 |
<input type="text" name="short_line_4" value="">
|
|
|
171 |
</td>
|
|
|
172 |
</tr>
|
|
|
173 |
<tr>
|
|
|
174 |
<td bgcolor="#005B44" valign="top" width="21%">
|
|
|
175 |
<font color="#FFFFFF"><b>
|
|
|
176 |
Bild 1 </b></font> </td>
|
|
|
177 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
178 |
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
|
|
179 |
<tr>
|
|
|
180 |
<td width="55%" nowrap colspan="2"> <font color="#000000">
|
|
|
181 |
<input type="hidden" name="bild_1_url_Pfad" value="/web/apache/gwg-gladbeck.de/images/Bild_1/"> <input type="radio" name="_bild_1_url" value="1" checked>
|
|
|
182 |
kein
|
|
|
183 |
Bild
|
|
|
184 |
<br>
|
|
|
185 |
<input type="radio" name="_bild_1_url" value="2">
|
|
|
186 |
<input type="File" name="bild_1_url" size="17" maxlength="255" onFocus="this.form._bild_1_url[1].checked=true;">
|
|
|
187 |
</font> </td>
|
|
|
188 |
<td width="45%" nowrap align="center"><font color="#000000">
|
|
|
189 |
</font>
|
|
|
190 |
<font color="#000000">
|
|
|
191 |
</font> </td>
|
|
|
192 |
</tr>
|
|
|
193 |
</table>
|
|
|
194 |
|
|
|
195 |
<table border="0" width="50%" cellspacing="0" cellpadding="0">
|
|
|
196 |
</table>
|
|
|
197 |
</td>
|
|
|
198 |
</tr>
|
|
|
199 |
<tr>
|
|
|
200 |
<td bgcolor="#005B44" valign="top" width="21%">
|
|
|
201 |
<font color="#FFFFFF"><b>
|
|
|
202 |
Bild 2 </b></font> </td>
|
|
|
203 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
204 |
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
|
|
205 |
<tr>
|
|
|
206 |
<td width="55%" nowrap colspan="2"> <font color="#000000">
|
|
|
207 |
<input type="hidden" name="bild_2_url_Pfad" value="/web/apache/gwg-gladbeck.de/images/Bild_2/"> <input type="radio" name="_bild_2_url" value="1" checked>
|
|
|
208 |
kein
|
|
|
209 |
Bild
|
|
|
210 |
<br>
|
|
|
211 |
<input type="radio" name="_bild_2_url" value="2">
|
|
|
212 |
<input type="File" name="bild_2_url" size="17" maxlength="255" onFocus="this.form._bild_2_url[1].checked=true;">
|
|
|
213 |
</font> </td>
|
|
|
214 |
<td width="45%" nowrap align="center"><font color="#000000">
|
|
|
215 |
</font>
|
|
|
216 |
<font color="#000000">
|
|
|
217 |
</font> </td>
|
|
|
218 |
</tr>
|
|
|
219 |
</table>
|
|
|
220 |
|
|
|
221 |
<table border="0" width="50%" cellspacing="0" cellpadding="0">
|
|
|
222 |
</table>
|
|
|
223 |
</td>
|
|
|
224 |
</tr>
|
|
|
225 |
<tr>
|
|
|
226 |
<td bgcolor="#005B44" valign="top" width="21%">
|
|
|
227 |
<font color="#FFFFFF"><b>
|
|
|
228 |
Bild 3 </b></font> </td>
|
|
|
229 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
230 |
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
|
|
231 |
<tr>
|
|
|
232 |
<td width="55%" nowrap colspan="2"> <font color="#000000">
|
|
|
233 |
<input type="hidden" name="bild_3_url_Pfad" value="/web/apache/gwg-gladbeck.de/images/Bild_3/"> <input type="radio" name="_bild_3_url" value="1" checked>
|
|
|
234 |
kein
|
|
|
235 |
Bild
|
|
|
236 |
<br>
|
|
|
237 |
<input type="radio" name="_bild_3_url" value="2">
|
|
|
238 |
<input type="File" name="bild_3_url" size="17" maxlength="255" onFocus="this.form._bild_3_url[1].checked=true;">
|
|
|
239 |
</font> </td>
|
|
|
240 |
<td width="45%" nowrap align="center"><font color="#000000">
|
|
|
241 |
</font>
|
|
|
242 |
<font color="#000000">
|
|
|
243 |
</font> </td>
|
|
|
244 |
</tr>
|
|
|
245 |
</table>
|
|
|
246 |
|
|
|
247 |
<table border="0" width="50%" cellspacing="0" cellpadding="0">
|
|
|
248 |
</table>
|
|
|
249 |
</td>
|
|
|
250 |
</tr>
|
|
|
251 |
<tr>
|
|
|
252 |
<td bgcolor="#005B44" valign="top" width="21%">
|
|
|
253 |
<font color="#FFFFFF"><b>
|
|
|
254 |
Bild 4 </b></font> </td>
|
|
|
255 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
256 |
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
|
|
257 |
<tr>
|
|
|
258 |
<td width="55%" nowrap colspan="2"> <font color="#000000">
|
|
|
259 |
<input type="hidden" name="bild_4_url_Pfad" value="/web/apache/gwg-gladbeck.de/images/Bild_4/"> <input type="radio" name="_bild_4_url" value="1" checked>
|
|
|
260 |
kein
|
|
|
261 |
Bild
|
|
|
262 |
<br>
|
|
|
263 |
<input type="radio" name="_bild_4_url" value="2">
|
|
|
264 |
<input type="File" name="bild_4_url" size="17" maxlength="255" onFocus="this.form._bild_4_url[1].checked=true;">
|
|
|
265 |
</font> </td>
|
|
|
266 |
<td width="45%" nowrap align="center"><font color="#000000">
|
|
|
267 |
</font>
|
|
|
268 |
<font color="#000000">
|
|
|
269 |
</font> </td>
|
|
|
270 |
</tr>
|
|
|
271 |
</table>
|
|
|
272 |
|
|
|
273 |
<table border="0" width="50%" cellspacing="0" cellpadding="0">
|
|
|
274 |
</table>
|
|
|
275 |
</td>
|
|
|
276 |
</tr>
|
|
|
277 |
<tr>
|
|
|
278 |
<td bgcolor="#005B44" width="21%"> <font color="#FFFFFF"><b>
|
|
|
279 |
Kaltmiete: </b></font> </td>
|
|
|
280 |
<td bgcolor="#FFFFFF" colspan="2" width="79%" nowrap><font color="#000000">
|
|
|
281 |
<input type="text" name="preis1" value="0.00" onChange="this.value=killkomma(this.value);">
|
|
|
282 |
<b>
|
|
|
283 |
</b></font><font color="#000000"> </font></td>
|
|
|
284 |
</tr>
|
|
|
285 |
<tr>
|
|
|
286 |
<td bgcolor="#005B44" width="21%"> <font color="#FFFFFF"><b>
|
|
|
287 |
Nebenkosten: </b></font> </td>
|
|
|
288 |
<td bgcolor="#FFFFFF" colspan="2" width="79%" nowrap><font color="#000000">
|
|
|
289 |
<input type="text" name="preis2" value="0.00" onChange="this.value=killkomma(this.value);">
|
|
|
290 |
<b>
|
|
|
291 |
</b></font><font color="#000000"> </font></td>
|
|
|
292 |
</tr>
|
|
|
293 |
|
|
|
294 |
<tr>
|
|
|
295 |
<td bgcolor="#005B44" width="21%"> <font color="#FFFFFF"><b>
|
|
|
296 |
Balkon: </b></font> </td>
|
|
|
297 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
298 |
<input type="hidden" name="Eigenschaft_1" value="0">
|
|
|
299 |
<input type="checkbox" name="Eigenschaft_1" value="1">
|
|
|
300 |
</td>
|
|
|
301 |
</tr>
|
|
|
302 |
<tr>
|
|
|
303 |
<td bgcolor="#005B44" width="21%"> <font color="#FFFFFF"><b>
|
|
|
304 |
Terasse: </b></font> </td>
|
|
|
305 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
306 |
<input type="hidden" name="Eigenschaft_2" value="0">
|
|
|
307 |
<input type="checkbox" name="Eigenschaft_2" value="1">
|
|
|
308 |
</td>
|
|
|
309 |
</tr>
|
|
|
310 |
<tr>
|
|
|
311 |
<td bgcolor="#005B44" width="21%"> <font color="#FFFFFF"><b>
|
|
|
312 |
Keller: </b></font> </td>
|
|
|
313 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
314 |
<input type="hidden" name="Eigenschaft_3" value="0">
|
|
|
315 |
<input type="checkbox" name="Eigenschaft_3" value="1">
|
|
|
316 |
</td>
|
|
|
317 |
</tr>
|
|
|
318 |
<tr>
|
|
|
319 |
<td bgcolor="#005B44" width="21%"> <font color="#FFFFFF"><b>
|
|
|
320 |
Garage: </b></font> </td>
|
|
|
321 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
322 |
<input type="hidden" name="Eigenschaft_4" value="0">
|
|
|
323 |
<input type="checkbox" name="Eigenschaft_4" value="1">
|
|
|
324 |
</td>
|
|
|
325 |
</tr>
|
|
|
326 |
<tr>
|
|
|
327 |
<td bgcolor="#005B44" width="21%"> <font color="#FFFFFF"><b>
|
|
|
328 |
WBS notwendig: </b></font> </td>
|
|
|
329 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
330 |
<input type="hidden" name="Eigenschaft_5" value="0">
|
|
|
331 |
<input type="checkbox" name="Eigenschaft_5" value="1">
|
|
|
332 |
</td>
|
|
|
333 |
</tr>
|
|
|
334 |
|
|
|
335 |
<tr>
|
|
|
336 |
<td bgcolor="#005B44" width="21%">
|
|
|
337 |
<font color="#FFFFFF">
|
|
|
338 |
|
|
|
339 |
<b>Immobilienscout24<br>
|
|
|
340 |
Export</b>
|
|
|
341 |
|
|
|
342 |
</font>
|
|
|
343 |
</td>
|
|
|
344 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
345 |
<input type="hidden" name="immo_export_0" value="0">
|
|
|
346 |
<input type="checkbox" name="immo_export_0" checked value="1">
|
|
|
347 |
</td>
|
|
|
348 |
</tr>
|
|
|
349 |
<tr>
|
|
|
350 |
<td bgcolor="#005B44" width="21%">
|
|
|
351 |
<font color="#FFFFFF">
|
|
|
352 |
|
|
|
353 |
<b>Immonet<br>
|
|
|
354 |
Export</b>
|
|
|
355 |
|
|
|
356 |
</font>
|
|
|
357 |
</td>
|
|
|
358 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
359 |
<input type="hidden" name="immo_export_1" value="0">
|
|
|
360 |
<input type="checkbox" name="immo_export_1" checked value="1">
|
|
|
361 |
</td>
|
|
|
362 |
</tr>
|
|
|
363 |
<tr>
|
|
|
364 |
<td bgcolor="#005B44" width="21%">
|
|
|
365 |
<font color="#FFFFFF">
|
|
|
366 |
|
|
|
367 |
<b>Immopool<br>
|
|
|
368 |
Export</b>
|
|
|
369 |
|
|
|
370 |
</font>
|
|
|
371 |
</td>
|
|
|
372 |
<td bgcolor="#FFFFFF" colspan="2" width="79%">
|
|
|
373 |
<input type="hidden" name="immo_export_2" value="0">
|
|
|
374 |
<input type="checkbox" name="immo_export_2" checked value="1">
|
|
|
375 |
</td>
|
|
|
376 |
</tr>
|
|
|
377 |
|
|
|
378 |
<tr>
|
|
|
379 |
<td bgcolor="#005B44" class="headline" width="20%"><font color="#FFFFFF"><b>
|
|
|
380 |
Gültigkeit:
|
|
|
381 |
</b></font></td>
|
|
|
382 |
<td bgcolor="#FFFFFF"> von
|
|
|
383 |
<input type="text" name="gueltig_von" size="10" value="0000-00-00" onFocus="current_value=this.value;if (this.value=='') {this.value=today()};this.select();" onChange="this.value=check_Date(this.value)">
|
|
|
384 |
bis
|
|
|
385 |
<input type="text" name="gueltig_bis" size="10" value="0000-00-00" onFocus="current_value=this.value;if (this.value=='') {this.value=today()};this.select();" onChange="this.value=check_Date(this.value)"> </td>
|
|
|
386 |
</tr>
|
|
|
387 |
<tr>
|
|
|
388 |
<td bgcolor="#005B44" width="21%">
|
|
|
389 |
<font color="#FFFFFF"><b>erstellt:</b></font>
|
|
|
390 |
</td>
|
|
|
391 |
<td colspan="3" bgcolor="#FFFFFF"><font color="#000000">am:
|
|
|
392 |
12.07.2007 um: 14:28:44 von: admin </font> </td>
|
|
|
393 |
</tr>
|
|
|
394 |
<tr>
|
|
|
395 |
<td bgcolor="#005B44" width="21%" nowrap>
|
|
|
396 |
<font color="#FFFFFF"><b>letzte Änderung:</b></font>
|
|
|
397 |
</td>
|
|
|
398 |
<td colspan="3" bgcolor="#FFFFFF"><font color="#000000">am:
|
|
|
399 |
12.12.2007 um: 15:13:16 von: admin </font> </td>
|
|
|
400 |
</tr>
|
|
|
401 |
<tr bgcolor="#005B44">
|
|
|
402 |
<td align="right" colspan="3"><p>
|
|
|
403 |
</p>
|
|
|
404 |
<p>
|
|
|
405 |
<input type="hidden" name="ID" value="5" size="2">
|
|
|
406 |
<input type="hidden" name="action" value="update">
|
|
|
407 |
<input type="submit" value="OK" >
|
|
|
408 |
<input type="button" value="Zurücksetzen" onClick="location.reload()">
|
|
|
409 |
<input type="submit" value="Löschen" onClick="if (confirm('Wollen Sie diesen Artikel wirklich löschen ?')) {document.formname.Father.value='-2'} else {return false;}">
|
|
|
410 |
<input type="button" value="Termin" onClick="systemtermin('Artikel Dachwohnung')"> </p>
|
|
|
411 |
</td>
|
|
|
412 |
</tr>
|
|
|
413 |
</table>
|
|
|
414 |
<br>
|
|
|
415 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
416 |
<tr>
|
|
|
417 |
|
|
|
418 |
<td width="40%">
|
|
|
419 |
</td>
|
|
|
420 |
<td width="20%"> </td>
|
|
|
421 |
|
|
|
422 |
|
|
|
423 |
<td width="40%"> </td>
|
|
|
424 |
</tr>
|
|
|
425 |
</table>
|
|
|
426 |
</td>
|
|
|
427 |
<td valign="top" align="right" width="50">
|
|
|
428 |
</td>
|
|
|
429 |
</tr>
|
|
|
430 |
</table>
|
|
|
431 |
</form>
|
|
|
432 |
</body>
|