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

25 lines
No EOL
584 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 id="params_col" valign="top">
User-specific properties:
<table id="tableParams">
</table>
</td>
</td>
</tr>
</table> -->