2014-04-05 17:02:03 +00:00
|
|
|
<select id="module_type">
|
|
|
|
|
<option>Event Poller</option>
|
|
|
|
|
<option>Action Invoker</option>
|
|
|
|
|
</select>
|
|
|
|
|
|
2014-04-17 16:19:40 +00:00
|
|
|
<!-- <table>
|
2014-04-05 17:02:03 +00:00
|
|
|
<tr>
|
2014-04-17 16:19:40 +00:00
|
|
|
<td valign="top"> -->
|
2014-04-05 17:02:03 +00:00
|
|
|
<h3>Available Modules:</h3>
|
|
|
|
|
<table id="tableModules"></table>
|
2014-04-17 16:19:40 +00:00
|
|
|
<!--</td>
|
2014-04-05 17:02:03 +00:00
|
|
|
<td width="50px"></td>
|
2014-04-06 19:36:34 +00:00
|
|
|
<td valign="top" width="700px">
|
2014-04-05 17:02:03 +00:00
|
|
|
<div id="moduleName"><h2> </h2></div>
|
|
|
|
|
<div id="moduleLanguage"><b> </b></div>
|
2014-04-09 14:07:31 +00:00
|
|
|
<div id="editor"></div>
|
|
|
|
|
<td id="params_col" valign="top">
|
|
|
|
|
User-specific properties:
|
|
|
|
|
<table id="tableParams">
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
</td>
|
2014-04-05 17:02:03 +00:00
|
|
|
</td>
|
|
|
|
|
</tr>
|
2014-04-17 16:19:40 +00:00
|
|
|
</table> -->
|