webapi-eca/webpages/handlers/templates/forge_module.html
2014-04-19 03:49:48 +02:00

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>