Subversion-Projekte lars-tiefland.webhosting

Revision

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

Revision 28 Revision 33
Zeile -... Zeile 1...
-
 
1
<!-- $URL$ last modified in Revision $Rev$ by $Author$ at $Date$ -->
1
{literal}
2
{literal}
2
	<script language="JavaScript" type="text/javascript">
3
	<script language="JavaScript" type="text/javascript">
3
		function check_step()
4
		function check_step()
4
		{
5
		{
5
			var svn=document.order.svn.value;
6
			var svn=document.order.svn.value;
6
			var phpbb=document.order.phpbb.value;
7
			var forum=document.order.forum.value;
7
			var copper=document.order.copper.value;
8
			var copper=document.order.copper.value;
8
			if (phpbb==1 || copper==1)
9
			if (forum==1 || forum==2 || copper==1)
9
			{
10
			{
10
				var admin_name=document.order.admin_name.value;
11
				var admin_name=document.order.admin_name.value;
11
				var admin_pw=document.order.admin_pw.value;
12
				var admin_pw=document.order.admin_pw.value;
12
				var admin_pw_conf=document.order.admin_pw_conf.value;
13
				var admin_pw_conf=document.order.admin_pw_conf.value;
13
				if (admin_name=="")
14
				if (admin_name=="")
Zeile 73... Zeile 74...
73
		<tr>
74
		<tr>
74
			<th>Eigenschaft</th>
75
			<th>Eigenschaft</th>
75
			<th>Wert</th>
76
			<th>Wert</th>
76
			<th>Bemerkungen</th>
77
			<th>Bemerkungen</th>
77
		</tr>
78
		</tr>
78
		{if $phpbb || $copper || $svn}
79
		{if $forum || $copper || $svn}
79
		{if $phpbb || $copper}
80
		{if $forum || $copper}
80
		<tr>
81
		<tr>
81
			<td>phpBB/Coppermin Admin Name</td>
82
			<td>Forum/Coppermin Admin Name</td>
82
			<td><input type="text" name="admin_name" value="{$admin_name}" maxlength=32 size=36></td>
83
			<td><input type="text" name="admin_name" value="{$admin_name}" maxlength=32 size=36></td>
83
			<td>min. 5; max. 20 Zeichen</td>
84
			<td>min. 5; max. 20 Zeichen</td>
84
		</tr>
85
		</tr>
85
		<tr>
86
		<tr>
86
			<td>Admin Passwort</td>
87
			<td>Admin Passwort</td>
Zeile 124... Zeile 125...
124
	<input type="hidden" name="db_anz" value="{$db_anz}">
125
	<input type="hidden" name="db_anz" value="{$db_anz}">
125
	<input type="hidden" name="space" value="{$space}">
126
	<input type="hidden" name="space" value="{$space}">
126
	<input type="hidden" name="email_type" value="{$email_type}">
127
	<input type="hidden" name="email_type" value="{$email_type}">
127
	<input type="hidden" name="traffic" value="{$traffic}">
128
	<input type="hidden" name="traffic" value="{$traffic}">
128
	<input type="hidden" name="webmail" value="{$webmail}">
129
	<input type="hidden" name="webmail" value="{$webmail}">
129
	<input type="hidden" name="phpbb" value="{$phpbb}">
130
	<input type="hidden" name="forum" value="{$forum}">
130
	<input type="hidden" name="copper" value="{$copper}">
131
	<input type="hidden" name="copper" value="{$copper}">
131
	<input type="hidden" name="svn" value="{$svn}">
132
	<input type="hidden" name="svn" value="{$svn}">
132
</form>
133
</form>