mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-28 20:00:30 +00:00
17 lines
No EOL
494 B
HTML
17 lines
No EOL
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> |