2 * AUTOMATICALLY GENERATED TEMPLATE
3 * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
18 <h3 class="error-message">{{$status}}</h3>
21 <form id="install-form" action="{{$baseurl}}/install" method="post">
23 <input type="hidden" name="phpath" value="{{$phpath}}" />
24 <input type="hidden" name="pass" value="3" />
26 {{include file="field_input.tpl" field=$dbhost}}
27 {{include file="field_input.tpl" field=$dbuser}}
28 {{include file="field_password.tpl" field=$dbpass}}
29 {{include file="field_input.tpl" field=$dbdata}}
32 <input id="install-submit" type="submit" name="submit" value="{{$submit}}" />