lien vers history dans db settings et ameliortion des noms des boutons
[bazdig.git] / bazdig / db / index.php
blob2ea0815fa94d063f75e4f47c27f491aff0fcfdde
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><a href="../history/" accesskey="h" title="(h)">history</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' value='Save' />
11 </form>