aboutsummaryrefslogtreecommitdiffstats
path: root/view/install_settings.tpl
blob: 05b87f904e72ad363160e0b9bbe8d43dba991d89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<h1>$title</h1>
<h2>$pass</h2>


{{ if $status }}
<h3 class="error-message">$status</h3>
{{ endif }}

<form id="install-form" action="$baseurl/install" method="post">

<input type="hidden" name="phpath" value="$phpath" />
<input type="hidden" name="dbhost" value="$dbhost" />
<input type="hidden" name="dbuser" value="$dbuser" />
<input type="hidden" name="dbpass" value="$dbpass" />
<input type="hidden" name="dbdata" value="$dbdata" />
<input type="hidden" name="pass" value="4" />

{{ inc field_input.tpl with $field=$adminmail }}{{endinc}}
$timezone

<input id="install-submit" type="submit" name="submit" value="$submit" /> 

</form>