webapi-eca/webpages/handlers/templates/edit_modules.html
2014-04-09 16:07:31 +02:00

25 lines
No EOL
566 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>