Subversion-Projekte lars-tiefland.webhosting

Revision

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

Revision 88 Revision 89
Zeile 163... Zeile 163...
163
			$("#b6").click(function() {tabs.tabs("select",5)});
163
			$("#b6").click(function() {tabs.tabs("select",5)});
164
		});
164
		});
165
	</script>
165
	</script>
166
{/literal}
166
{/literal}
167
<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>
168
<form name="order" action="{$SCRIPTNAME}" method="post">
168
	<form name="order" action="{$SCRIPTNAME}" method="post">
169
<DIV id="tabs">
169
		<DIV id="tabs">
170
	<UL>
170
			<UL>
171
		<LI><A href="#step1">allgemeine Daten</A></LI>
171
				<LI><A href="#step1">allgemeine Daten</A></LI>
172
		<LI><A href="#step2">E-Mails</A></LI>
172
				<LI><A href="#step2">E-Mails</A></LI>
173
		<LI><A href="#step3">Traffic</A></LI>
173
				<LI><A href="#step3">Traffic</A></LI>
174
		<LI><A href="#step4">Software</A></LI>
174
				<LI><A href="#step4">Software</A></LI>
175
		<LI><A href="#step5">Zugänge</A></LI>
175
				<LI><A href="#step5">Zugänge</A></LI>
176
		<LI><A href="#step6">Bestellung aufgeben</A></LI>
176
				<LI><A href="#step6">Bestellung aufgeben</A></LI>
177
	</UL>
177
			</UL>
178
<div id="step1">
178
		        <div id="step1">
179
	<table class="bodyline">
179
		            <table class="bodyline">
180
		<tr>
180
                		<tr>
181
			<th>Eigenschaft</th>
181
		                    <th>Eigenschaft</th>
182
			<th>Wert</th>
182
                		    <th>Wert</th>
183
		</tr>
183
				</tr>
184
		<tr>
184
				<tr>
185
			<td>Nachname</td>
185
		                    <td>Nachname</td>
186
			<td><input type="text" name="name" value="{$name}"></td>
186
		                    <td><input type="text" name="name" value="{$name}"></td>
187
		</tr>
187
				</tr>
188
		<tr>
188
				<tr>
189
			<td>Vorname</td>
189
					<td>Vorname</td>
190
			<td><input type="text" name="firstname" value="{$vname}"></td>
190
					<td><input type="text" name="firstname" value="{$vname}"></td>
191
		</tr>
191
				</tr>
192
		<tr>
192
				<tr>
193
			<td>E-Mail Adresse (für Kontakt)</td>
193
					<td>E-Mail Adresse (für Kontakt)</td>
194
			<td><input type="text" name="email" value="{$email}"></td>
194
					<td><input type="text" name="email" value="{$email}"></td>
195
		</tr>
195
				</tr>
196
		<tr>
196
				<tr>
197
			<td>E-Mail Adresse bestätigen</td>
197
					<td>E-Mail Adresse bestätigen</td>
198
			<td><input type="text" name="email_conf" value="{$email}"></td>
198
					<td><input type="text" name="email_conf" value="{$email}"></td>
199
		</tr>
199
				</tr>
200
		<tr>
200
				<tr>
201
			<td>Domain <b>(OHNE www!)</b></td>
201
					<td>Domain <b>(OHNE www!)</b></td>
202
			<td><input type="text" name="domain" value="{$domain}"></td>
202
					<td><input type="text" name="domain" value="{$domain}"></td>
203
		</tr>
203
				</tr>
204
		<tr>
204
				<tr>
205
			<td class="catBottom" colspan="2"><input type="button" value="Schritt 2" id="b2"></td>
205
					<td class="catBottom" colspan="2"><input type="button" value="Schritt 2" id="b2"></td>
206
		</tr>
206
				</tr>
207
	</table>
207
			</table>
208
</div>
208
		</div>
209
<div id="step2">
209
<div id="step2">
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) $ -->
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) $ -->
211
	<table class="bodyline">
211
	<table class="bodyline">
212
		<tr>
212
		<tr>
213
			<th>Eigenschaft</th>
213
			<th>Eigenschaft</th>