premiere version fonctionnelle
[bazdig.git] / bazdig / console / index.php
bloba4f046cddd5269407dd62ed83c7e03d1db2184ef
1 <html>
2 <head>
3 <title>bazdig</title>
4 <script src="../codepress/codepress.js" type="text/javascript"></script>
5 </head>
6 <body>
7 <form method="get" action="../sql/exec/" target="_new">
8 <textarea id="input" name="input" class="codepress sql linenumbers-off" style="width:700px;height:350px;" wrap="off" tabindex="1">
9 <?php echo $_GET['q']; ?>
10 </textarea>
11 <input type="hidden" name="q" id="q"/>
12 <button accesskey="g" title="SHIFT-ALT-g" onclick="q.value=input.getCode(); submit();">OK</button>
13 </form>
14 <p><a href="../history/">history</a> | <a href="../db/">database</a> | <a href="../bazdig.db">save</a></p>
15 </body>
16 </html>