More work on new installer

This commit is contained in:
Duncan Sommerville 2014-11-28 15:30:11 -05:00
parent 0b77222013
commit 8f46b4dca7
8 changed files with 279 additions and 152 deletions

View file

@ -1,2 +1,18 @@
<?php
?>
<html style="background-color:black;color:white;">
<head>
<link rel="stylesheet" type="text/css" href="css/bootstrap-3.3.1.min.css">
</head>
<body style="padding: 2em 0; min-width: 400px; width: 30%; text-align: center; margin: 3em auto;">
<img src="css/images/airtime_logo_jp.png" style="margin-bottom: .5em;" /><br/>
<form>
<h2>Database Settings</h2>
<input type="text" placeholder="Username"/>
<input type="password" placeholder="Password"/>
<input type="text" placeholder="Name"/>
<input type="text" placeholder="Host" value="localhost"/>
<input type="submit" />
</form>