| <style id="WebAppStyle" type="text/css"></style> | |
| <table> | |
| <tr> | |
| <td style="text-align: right;" colspan="2"> | |
| <span id="time">Time: … ms.</span> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <label for="request">Request</label> | |
| </td> | |
| <td> | |
| <label for="response">Response</label> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <div id="request"></div> | |
| </td> | |
| <td> | |
| <div id="response"></div> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td colspan="2"> | |
| <button id="send">Send Request</button> | |
| <button id="full">Request a Full Help</button> | |
| <button id="help">Get help descriptor in JSON format</button> | |
| <button id="jsonindent">Prettify Request JSON</button> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td colspan="2"> | |
| <div id="autogui_container"></div> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td colspan="2"> | |
| <label for="helpsearch">Search</label><input id="helpsearch"></input> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td colspan="2"> | |
| <div id="helptree"></div> | |
| </td> | |
| </tr> | |
| </table> |