webapi-eca/webpages/handlers/templates/forge_module.html
2014-04-24 17:34:00 +02:00

17 lines
No EOL
512 B
HTML

<h2>Module Name: <input id="input_id" type="text" /></h2>
<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>