mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-04-13 11:21:10 +00:00
17 lines
494 B
HTML
17 lines
494 B
HTML
|
|
Module Name: <input id="input_id" type="text" />
|
||
|
|
<select id="editor_mode">
|
||
|
|
<option>CoffeeScript</option>
|
||
|
|
<option>JavaScript</option>
|
||
|
|
</select> is public: <input type="checkbox" id="is_public" checked/>
|
||
|
|
<table id="editor_table">
|
||
|
|
<tr>
|
||
|
|
<td id="editor_col" valign="top">
|
||
|
|
<div id="editor"></div>
|
||
|
|
<button id="but_submit">save</button>
|
||
|
|
</td>
|
||
|
|
<td id="params_col" valign="top">
|
||
|
|
This module requires user-specific properties:
|
||
|
|
<table id="tableParams"></table>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|