25 lines
		
	
	
	
		
			641 B
		
	
	
	
		
			Smarty
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			641 B
		
	
	
	
		
			Smarty
		
	
	
		
			Executable file
		
	
	
	
	
| 
 | |
| <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>
 | |
| 
 |