diff options
| author | Patrick Simianer <p@simianer.de> | 2017-07-25 02:17:07 +0200 | 
|---|---|---|
| committer | Patrick Simianer <p@simianer.de> | 2017-07-25 02:17:07 +0200 | 
| commit | 93bdac797ed3cf04a427e276823f9896dcf19a2d (patch) | |
| tree | f3d7b5c300125a276f4d1af8f34c8f6f28657caf /index.php | |
| parent | b5897a62732dd7c13b2b10d7b132855d40afae0d (diff) | |
lfpe 2017 (neural edition)
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -28,8 +28,8 @@    <input type="txt" id="name" name="name" style="width:12em" />        <strong>Session type:</strong>    <select name="ui_type"> -    <!--<option value="t">text</option>--> -    <option value="g">graphical</option> +    <option value="t">text</option> +    <!--<option value="g">graphical</option>-->  </select>       <input type="button" value="Submit" onclick="check_submit()" /> | 
