webapi-eca/webpages/handlers/templates/edit_modules.html
2014-04-06 21:36:34 +02:00

19 lines
No EOL
442 B
HTML

<select id="module_type">
<option>Event Poller</option>
<option>Action Invoker</option>
</select>
<table>
<tr>
<td valign="top">
<h3>Available Modules:</h3>
<table id="tableModules"></table>
</td>
<td width="50px"></td>
<td valign="top" width="700px">
<div id="moduleName"><h2>&nbsp;</h2></div>
<div id="moduleLanguage"><b>&nbsp;</b></div>
<div id="editor"></div>
</td>
</tr>
</table>