Subversion-Projekte lars-tiefland.webhosting

Revision

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

Revision 19 Revision 33
Zeile -... Zeile 1...
-
 
1
<!-- $URL$ last modified in Revision $Rev$ by $Author$ at $Date$ -->
1
<form name="order" action="{$SCRIPTNAME}" method="post">
2
<form name="order" action="{$SCRIPTNAME}" method="post">
2
	<table>
3
	<table>
3
		<tr>
4
		<tr>
4
			<th>Eigenschaft</th>
5
			<th>Eigenschaft</th>
5
			<th>Wert</th>
6
			<th>Wert</th>
Zeile 9... Zeile 10...
9
			<td>Webmail Interface</td>
10
			<td>Webmail Interface</td>
10
			<td>{html_radios values=$webm_val output=$webm_out name="webmail" checked=$webmail}</td>
11
			<td>{html_radios values=$webm_val output=$webm_out name="webmail" checked=$webmail}</td>
11
		</tr>
12
		</tr>
12
		{/if}
13
		{/if}
13
		<tr>
14
		<tr>
14
			<td>phpBB Forum?</td>
15
			<td>Forum?</td>
15
			<td>{html_radios values=$y_n_val output=$y_n_out name="phpbb" checked=$phpbb}</td>
16
			<td>{html_radios values=$f_val output=$f_out name="forum" checked=$forum}</td>
16
		</tr>
17
		</tr>
17
		<tr>
18
		<tr>
18
			<td>Coppermine Fotogalerie?</td>
19
			<td>Coppermine Fotogalerie?</td>
19
			<td>{html_radios values=$y_n_val output=$y_n_out name="copper" checked=$copper}</td>
20
			<td>{html_radios values=$y_n_val output=$y_n_out name="copper" checked=$copper}</td>
20
		</tr>
21
		</tr>