~azzar1/unity/add-show-desktop-key

443 by dcoles
Added Forum application along with unmodifed version of phpBB3 "Olympus" 3.0.0
1
<!-- INCLUDE install_header.html -->
2
3
<form id="install_install" method="post" action="{U_ACTION}" onsubmit="submit.disabled = 'disabled';">
4
5
<!-- IF TITLE --><h1>{TITLE}</h1><!-- ENDIF -->
6
<!-- IF BODY --><p>{BODY}</p><!-- ENDIF -->
7
8
<!-- IF .checks -->
9
	<fieldset>
10
11
	<!-- BEGIN checks -->
12
		<!-- IF checks.S_LEGEND -->
13
			<!-- IF not checks.S_FIRST_ROW -->
14
			</fieldset>
15
16
			<fieldset>
17
			<!-- ENDIF -->
18
				<legend>{checks.LEGEND}</legend>
19
				<!-- IF checks.LEGEND_EXPLAIN --><p>{checks.LEGEND_EXPLAIN}</p><!-- ENDIF -->
20
		<!-- ELSE -->
21
22
			<dl>
23
				<dt>{checks.TITLE}:<!-- IF checks.S_EXPLAIN --><br /><span class="explain">{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
24
				<dd>{checks.RESULT}</dd>
25
			</dl>
26
		<!-- ENDIF -->
27
	<!-- END checks -->
28
29
	</fieldset>
30
<!-- ENDIF -->
31
32
<!-- IF .options -->
33
	<fieldset>
34
35
	<!-- BEGIN options -->
36
		<!-- IF options.S_LEGEND -->
37
			<!-- IF not options.S_FIRST_ROW -->
38
				</fieldset>
39
		
40
				<fieldset>
41
			<!-- ENDIF -->
42
				<legend>{options.LEGEND}</legend>
43
		<!-- ELSE -->
44
45
			<dl>
46
				<dt><label for="{options.KEY}">{options.TITLE}:</label><!-- IF options.S_EXPLAIN --><br /><span class="explain">{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
47
				<dd>{options.CONTENT}</dd>
48
			</dl>
49
50
		<!-- ENDIF -->
51
	<!-- END options -->
52
53
	</fieldset>
54
<!-- ENDIF -->
55
56
<!-- IF S_SHOW_DOWNLOAD -->
57
	<h1>{L_DL_CONFIG}</h1>
58
	<p>{L_DL_CONFIG_EXPLAIN}</p>
59
60
	<fieldset class="submit-buttons">
61
		<legend>{L_DL_CONFIG}</legend>
62
		{S_HIDDEN}
63
		<input class="button1" type="submit" id="dlconfig" name="dlconfig" value="{L_DL_DOWNLOAD}" />&nbsp;<input class="button1" type="submit" id="dldone" name="dldone" value="{L_DL_DONE}" />
64
	</fieldset>
65
<!-- ENDIF -->
66
67
<!-- IF L_SUBMIT -->
68
	<fieldset class="submit-buttons">
69
		<legend>{L_SUBMIT}</legend>
70
		{S_HIDDEN}
71
		<!-- IF L_SUBMIT --><input class="button1" type="submit" id="submit" onclick="this.className = 'button1 disabled';" name="submit" value="{L_SUBMIT}" /><!-- ENDIF -->
72
	</fieldset>
73
<!-- ENDIF -->
74
75
</form>
76
77
<!-- INCLUDE install_footer.html -->