Subversion-Projekte lars-tiefland.webhosting

Revision

Revision 87 | Revision 89 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 87 Revision 88
Zeile 147... Zeile 147...
147
					}
147
					}
148
				break;
148
				break;
149
			}
149
			}
150
		}
150
		}
151
		$(function() {
151
		$(function() {
152
			$("#tabs").tabs({
152
			tabs=$("#tabs").tabs({
153
				select: function(event, ui) {
153
				select: function(event, ui) {
154
				        var isValid = check_step(); // form validation returning true or false
154
				        var isValid = check_step(); // form validation returning true or false
155
					        return isValid;
155
					return isValid;
156
			}
156
				}
157
			//$("#step-2").click(check_step1);
157
				//$("#step-2").click(check_step1);
158
		});
158
			});
-
 
159
			$("#b2").click(function() {tabs.tabs("select",1)});
-
 
160
			$("#b3").click(function() {tabs.tabs("select",2)});
-
 
161
			$("#b4").click(function() {tabs.tabs("select",3)});
-
 
162
			$("#b5").click(function() {tabs.tabs("select",4)});
-
 
163
			$("#b6").click(function() {tabs.tabs("select",5)});
159
		});
164
		});
160
	</script>
165
	</script>
161
{/literal}
166
{/literal}
162
<div class="error">{$meld}</div><div class="error_upd">{$db_meld}</div>
167
<div class="error">{$meld}</div><div class="error_upd">{$db_meld}</div>
163
<form name="order" action="{$SCRIPTNAME}" method="post">
168
<form name="order" action="{$SCRIPTNAME}" method="post">
164
<DIV id="tabs">
169
<DIV id="tabs">
165
	<UL>
170
	<UL>
166
		<LI><A href="#step1">Step 1</A></LI>
171
		<LI><A href="#step1">allgemeine Daten</A></LI>
167
		<LI><A href="#step2">Step 2</A></LI>
172
		<LI><A href="#step2">E-Mails</A></LI>
168
		<LI><A href="#step3">Step 3</A></LI>
173
		<LI><A href="#step3">Traffic</A></LI>
169
		<LI><A href="#step4">Step 4</A></LI>
174
		<LI><A href="#step4">Software</A></LI>
170
		<LI><A href="#step5">Step 5</A></LI>
175
		<LI><A href="#step5">Zugänge</A></LI>
171
		<LI><A href="#step6">Step 6</A></LI>
176
		<LI><A href="#step6">Bestellung aufgeben</A></LI>
172
	</UL>
177
	</UL>
173
<div id="step1">
178
<div id="step1">
174
	<table class="bodyline">
179
	<table class="bodyline">
175
		<tr>
180
		<tr>
176
			<th>Eigenschaft</th>
181
			<th>Eigenschaft</th>
Zeile 195... Zeile 200...
195
		<tr>
200
		<tr>
196
			<td>Domain <b>(OHNE www!)</b></td>
201
			<td>Domain <b>(OHNE www!)</b></td>
197
			<td><input type="text" name="domain" value="{$domain}"></td>
202
			<td><input type="text" name="domain" value="{$domain}"></td>
198
		</tr>
203
		</tr>
199
		<tr>
204
		<tr>
200
			<td class="catBottom" colspan="2"><input type="submit" value="Schritt 2"></td>
205
			<td class="catBottom" colspan="2"><input type="button" value="Schritt 2" id="b2"></td>
201
		</tr>
206
		</tr>
202
	</table>
207
	</table>
203
	<input type="hidden" name="mode" value="step2">
-
 
204
</div>
208
</div>
205
<div id="step2">
209
<div id="step2">
206
<!-- $URL: http://repos.lars-tiefland.de:8080/svn/webhosting/trunk/templates/order2.tpl $ last modified in Revision $Rev: 69 $ by $Author: lars $ at $Date: 2007-07-14 17:24:18 +0200 (Sa, 14. Jul 2007) $ -->
210
<!-- $URL: http://repos.lars-tiefland.de:8080/svn/webhosting/trunk/templates/order2.tpl $ last modified in Revision $Rev: 69 $ by $Author: lars $ at $Date: 2007-07-14 17:24:18 +0200 (Sa, 14. Jul 2007) $ -->
207
	<table class="bodyline">
211
	<table class="bodyline">
208
		<tr>
212
		<tr>
Zeile 263... Zeile 267...
263
		<tr>
267
		<tr>
264
			<td>Ziel Adressen (bei Weiterleitung;1 pro Zeile)</td>
268
			<td>Ziel Adressen (bei Weiterleitung;1 pro Zeile)</td>
265
			<td><textarea cols="100" rows="10" name="targets">{$targets}</textarea></td>
269
			<td><textarea cols="100" rows="10" name="targets">{$targets}</textarea></td>
266
		</tr>
270
		</tr>
267
		<tr>
271
		<tr>
268
			<td class="catBottom" colspan="2"><input type="submit" value="Schritt 3"></td>
272
			<td class="catBottom" colspan="2"><input type="button" value="Schritt 3" id="b3"></td>
269
		</tr>
273
		</tr>
270
	</table>
274
	</table>
271
	<input type="hidden" name="mode" value="step3">
-
 
272
</div>
275
</div>
273
<!-- $URL: http://repos.lars-tiefland.de:8080/svn/webhosting/trunk/templates/order3.tpl $ last modified in Revision $Rev: 82 $ by $Author: lars $ at $Date: 2009-01-12 21:00:56 +0100 (Mo, 12. Jan 2009) $ -->
276
<!-- $URL: http://repos.lars-tiefland.de:8080/svn/webhosting/trunk/templates/order3.tpl $ last modified in Revision $Rev: 82 $ by $Author: lars $ at $Date: 2009-01-12 21:00:56 +0100 (Mo, 12. Jan 2009) $ -->
274
<div id="step3">
277
<div id="step3">
275
	<table>
278
	<table>
276
		<tr>
279
		<tr>
Zeile 282... Zeile 285...
282
			<td>Traffic / Monat (dient nur zur Info; geschätzter Wert genügt)</td>
285
			<td>Traffic / Monat (dient nur zur Info; geschätzter Wert genügt)</td>
283
			<td><input type="text" name="traffic" value="{$traffic|default:10}" maxlength=3 size=3></td>
286
			<td><input type="text" name="traffic" value="{$traffic|default:10}" maxlength=3 size=3></td>
284
			<td>GB</td>
287
			<td>GB</td>
285
		</tr>
288
		</tr>
286
		<tr>
289
		<tr>
287
			<td colspan=3 class="catBottom"><input type="submit" value="Schritt 4"></td>
290
			<td colspan=3 class="catBottom"><input type="button" value="Schritt 4" id="b4"></td>
288
		</tr>
291
		</tr>
289
	</table>
292
	</table>
290
	<input type="hidden" name="mode" value="step4">
-
 
291
</div>
293
</div>
292
<!-- $URL: http://repos.lars-tiefland.de:8080/svn/webhosting/trunk/templates/order4.tpl $ last modified in Revision $Rev: 69 $ by $Author: lars $ at $Date: 2007-07-14 17:24:18 +0200 (Sa, 14. Jul 2007) $ -->
294
<!-- $URL: http://repos.lars-tiefland.de:8080/svn/webhosting/trunk/templates/order4.tpl $ last modified in Revision $Rev: 69 $ by $Author: lars $ at $Date: 2007-07-14 17:24:18 +0200 (Sa, 14. Jul 2007) $ -->
293
<div id="step4">
295
<div id="step4">
294
	<table>
296
	<table>
295
		<tr>
297
		<tr>
Zeile 317... Zeile 319...
317
		<tr>
319
		<tr>
318
			<td>Subversion Repository?</td>
320
			<td>Subversion Repository?</td>
319
			<td>{html_radios values=$y_n_val output=$y_n_out name="svn" checked=$svn}</td>
321
			<td>{html_radios values=$y_n_val output=$y_n_out name="svn" checked=$svn}</td>
320
		</tr>
322
		</tr>
321
		<tr>
323
		<tr>
322
			<td class="catBottom" colspan="2"><input type="submit" value="Schritt 5"></td>
324
			<td class="catBottom" colspan="2"><input type="button" value="Schritt 5" id="b5"></td>
323
		</tr>
325
		</tr>
324
	</table>
326
	</table>
325
	<input type="hidden" name="mode" value="step5">
-
 
326
</div>
327
</div>
327
<!-- $URL: http://repos.lars-tiefland.de:8080/svn/webhosting/trunk/templates/order5.tpl $ last modified in Revision $Rev: 69 $ by $Author: lars $ at $Date: 2007-07-14 17:24:18 +0200 (Sa, 14. Jul 2007) $ -->
328
<!-- $URL: http://repos.lars-tiefland.de:8080/svn/webhosting/trunk/templates/order5.tpl $ last modified in Revision $Rev: 69 $ by $Author: lars $ at $Date: 2007-07-14 17:24:18 +0200 (Sa, 14. Jul 2007) $ -->
328
<div id="step5">
329
<div id="step5">
329
	<table class="bodyline">
330
	<table class="bodyline">
330
		<tr>
331
		<tr>
Zeile 366... Zeile 367...
366
			<tr>
367
			<tr>
367
				<td colspan=3><div class="error">Du hast keine Software ausgewählt. Daher gibt es nichts zu konfigurieren.</div></td>
368
				<td colspan=3><div class="error">Du hast keine Software ausgewählt. Daher gibt es nichts zu konfigurieren.</div></td>
368
			</tr>
369
			</tr>
369
		{/if}
370
		{/if}
370
		<tr>
371
		<tr>
371
			<td class="catBottom" colspan="3"><input type="submit" value="Schritt 6"></td>
372
			<td class="catBottom" colspan="3"><input type="button" value="Schritt 6" id="b6"></td>
372
		</tr>
373
		</tr>
373
	</table>
374
	</table>
374
	<input type="hidden" name="mode" value="step6">
-
 
375
</div>
375
</div>
376
<div id="step6">
376
<div id="step6">
377
<div align="center">
-
 
378
		<input type="submit" value="Daten ändern">
-
 
379
		<input type="hidden" name="mode" value="change">
-
 
380
</div>
-
 
381
<br>
-
 
382
<form name="order" action="{$SCRIPTNAME}" method="post">
-
 
383
	<table class="bodyline">
377
	<table class="bodyline">
384
		<tr>
378
		<tr>
385
			<th>Eigenschaft</th>
379
			<th>Eigenschaft</th>
386
			<th>Wert</th>
380
			<th>Wert</th>
387
		</tr>
381
		</tr>
Zeile 469... Zeile 463...
469
		{/if}
463
		{/if}
470
		<tr>
464
		<tr>
471
			<td class="catBottom" colspan="2"><input type="submit" value="Bestellen"></td>
465
			<td class="catBottom" colspan="2"><input type="submit" value="Bestellen"></td>
472
		</tr>
466
		</tr>
473
	</table>
467
	</table>
474
	<input type="hidden" name="mode" value="finish">
-
 
475
<br>
-
 
476
<div align="center">
-
 
477
	<form action="{$SCRIPTNAME}" method="post">
-
 
478
		<input type="submit" value="Daten ändern">
-
 
479
		<input type="hidden" name="mode" value="change">
-
 
480
	</form>
-
 
481
</div>
468
</div>
482
</div>
469
</div>
483
</form>
470
</form>
484
</div>
471
</div>