premiere version fonctionelle. il y a encore beaucoup d'ameliorations a faire.
[bazdig.git] / bazdig / db / index.php
blobfbd842d5019d89d1acabdb42efffc2cdfc015505
1 <title>bazdig database settings</title>
2 <link rel="stylesheet" type="text/css" href="../bazdig.css" />
3 <div id="nav"><a href="../console/" accesskey="c" title="(c)" class="button">console</a></div>
4 <form id="settings" method='get' action='./set/' >
5 <label>Type <input type='text' name='dbt' /></label>
6 <label>Name <input type='text' name='dbn' /></label>
7 <label>Host <input type='text' name='dbh' /></label>
8 <label>User <input type='text' name='dbu' /></label>
9 <label>Password <input type='password' name='dbp' /></label>
10 <input type='submit' />
11 </form>