mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-05-01 03:54:48 +00:00
19 lines
No EOL
442 B
HTML
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> </h2></div>
|
|
<div id="moduleLanguage"><b> </b></div>
|
|
<div id="editor"></div>
|
|
</td>
|
|
</tr>
|
|
</table> |