webapi-eca/webpages/handlers/templates/forge_module.html

17 lines
512 B
HTML
Raw Normal View History

<h2>Module Name: <input id="input_id" type="text" /></h2>
2014-04-19 01:49:48 +00:00
<select id="editor_mode">
<option>CoffeeScript</option>
<option>JavaScript</option>
2014-04-22 07:59:57 +00:00
</select><!-- is public: <input type="checkbox" id="is_public" checked/> -->
2014-04-19 01:49:48 +00:00
<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>