Subversion-Projekte lars-tiefland.webhosting

Revision

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

Revision 1 Revision 6
Zeile 65... Zeile 65...
65
				}
65
				}
66
			}
66
			}
67
		}
67
		}
68
	</script>
68
	</script>
69
{/literal}
69
{/literal}
-
 
70
<div class="error_upd">	{$meld}</div>
70
<form name="order" action="{$SCRIPTNAME}" method="post" onsubmit="return check_step();">
71
<form name="order" action="{$SCRIPTNAME}" method="post" onsubmit="return check_step();">
71
	<table class="bodyline">
72
	<table class="bodyline">
72
		<tr>
73
		<tr>
73
			<th>Eigenschaft</th>
74
			<th>Eigenschaft</th>
74
			<th>Wert</th>
75
			<th>Wert</th>
Zeile 76... Zeile 77...
76
		</tr>
77
		</tr>
77
		{if $phpbb || $copper || $svn}
78
		{if $phpbb || $copper || $svn}
78
		{if $phpbb || $copper}
79
		{if $phpbb || $copper}
79
		<tr>
80
		<tr>
80
			<td>phpBB/Coppermin Admin Name</td>
81
			<td>phpBB/Coppermin Admin Name</td>
81
			<td><input type="text" name="admin_name" value="" maxlength=32 size=36></td>
82
			<td><input type="text" name="admin_name" value="{$admin_name}" maxlength=32 size=36></td>
82
			<td>min. 5; max. 20 Zeichen</td>
83
			<td>min. 5; max. 20 Zeichen</td>
83
		</tr>
84
		</tr>
84
		<tr>
85
		<tr>
85
			<td>Admin Passwort</td>
86
			<td>Admin Passwort</td>
86
			<td><input type="password" name="admin_pw" value="" maxlength=32 size=36></td>
87
			<td><input type="password" name="admin_pw" value="" maxlength=32 size=36></td>
Zeile 93... Zeile 94...
93
		</tr>
94
		</tr>
94
		{/if}
95
		{/if}
95
		{if $svn}
96
		{if $svn}
96
		<tr>
97
		<tr>
97
			<td>Suversion Repository Name</td>
98
			<td>Suversion Repository Name</td>
98
			<td><input type="text" name="repo" value="" maxlength=11 size=11></td>
99
			<td><input type="text" name="repo" value="{$repo}" maxlength=11 size=11></td>
99
			<td>min. 3; max. 11 Zeichen</td>
100
			<td>min. 3; max. 11 Zeichen</td>
100
		</tr>
101
		</tr>
101
		<tr>
102
		<tr>
102
			<td>Subversion Benutzer-/Passwort Kombitnationen (1 pro Zeile)</td>
103
			<td>Subversion Benutzer-/Passwort Kombitnationen (1 pro Zeile)</td>
103
			<td><textarea name="svn_user" rows=10 cols=50></textarea></td>
104
			<td><textarea name="svn_user" rows=10 cols=50>{$svn_user}</textarea></td>
104
			<td></td>
105
			<td></td>
105
		</tr>
106
		</tr>
106
		{/if}
107
		{/if}
107
		{else}
108
		{else}
108
			<tr>
109
			<tr>