aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/install_db.tpl
blob: fe8aee85b6629afd5b36c182ab68b385132a39b2 (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
26
27
28
29
30
31
32
33
34
35
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}

<h1>{{$title}}</h1>
<h2>{{$pass}}</h2>


<p>
{{$info_01}}<br>
{{$info_02}}<br>
{{$info_03}}
</p>

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

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

<input type="hidden" name="phpath" value="{{$phpath}}" />
<input type="hidden" name="pass" value="3" />

{{include file="field_input.tpl" field=$dbhost}}
{{include file="field_input.tpl" field=$dbuser}}
{{include file="field_password.tpl" field=$dbpass}}
{{include file="field_input.tpl" field=$dbdata}}


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

</form>