blob: 34629c5051dbc03b218664d378efd740fd58e3f8 [file] [log] [blame]
<script type="text/javascript" src="res/ui/config.js"></script>
<script type="text/javascript">
// <![CDATA[
// data
var configData = ${__data__};
var selectedPid = '${selectedPid}';
var i18n = { // i18n
stat_ok : '${config.status.ok}', // "Configuration Admin Service is running.";
stat_missing : '${config.status.missing}', //"Configuration Admin Service is not installed/running."
save : '${save}',
reset : '${reset}',
del : '${delete}',
abort : '${abort}',
props_title : '${config.properties}',
props_enter : '${config.properties.enter}', // "Enter Name-Value pairs of configuration properties"
cfg_title : '${config.info.title}', // "Configuration Information"
pid : '${config.info.pid}', // "Persistent Identity (PID)";
fpid : '${config.info.fpid}', // "Factory Peristent Identifier (Factory PID)";
binding : '${config.info.binding}', // "Configuration Binding";
unbound : '${config.info.unbound}', // "Unbound or new configuration";
unbind_btn : '${config.unbind.btn}', // "Unbind;
unbind_tip : '${config.unbind.tip}', // "Unbind Configuration from Bundle"
del_ask : '${config.del.ask}', // "Are you sure to delete this configuration ?";
del_config : '${config.del.config}', // "Configuration: ";
del_bundle : '${config.del.bundle}', // "Bundle: ";
unbind_ask : '${config.unbind.ask}' // "Are you sure to unbind this configuration ?"
}
// ]]>
</script>
<!-- status line -->
<p class="statline">&nbsp;</p>
<div id="configContent" >
<div id="fPidsSelect" class="ui-widget-header ui-corner-top buttonGroup">
${config.configurations.title}
</div>
<table class="tablesorter nicetable noauto">
<thead>
<tr>
<th class="col_FPID">Factory PID</th>
<th class="col_Name">Name</th>
<th class="col_Binding">Bundle</th>
<th class="col_Actions" style="width: 7em">Actions</th>
</tr>
</thead>
<tbody>
<tr>
<td>&nbsp;</td>
<td class="pointer">&nbsp;</td>
<td>&nbsp;</td>
<td>
<ul class="icons">
<li class="dynhover" title="${config.edit.tip}"><span class="ui-icon ui-icon-pencil">&nbsp;</span></li>
<li class="ui-state-disabled dynhover" title="${config.unbind.tip}"><span class="ui-icon ui-icon-transferthick-e-w">&nbsp;</span></li>
<li class="dynhover" title="${delete}"><span class="ui-icon ui-icon-trash">&nbsp;</span></li>
</ul>
</td>
</tr>
</tbody>
</table>
<div id="factoryTableCaption" class="ui-widget-header ui-corner-top buttonGroup">
${config.factories.title}
</div>
<table class="tablesorter nicetable noauto">
<thead>
<tr>
<th class="col_FPID">Factory PID</th>
<th class="col_Name">Name</th>
<th class="col_Actions" style="width: 7em">Actions</th>
</tr>
</thead>
<tbody>
<tr>
<td>&nbsp;</td>
<td class="pointer">&nbsp;</td>
<td>
<ul class="icons">
<li class="dynhover" title="${config.create.tip}"><span class="ui-icon ui-icon-plusthick">&nbsp;</span></li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
<!-- placeholder for property editor -->
<div id="editor" class="ui-helper-hidden">
<table id="editorTable" class="nicetable">
<tr><td>&nbsp;</td></tr>
</table>
</div>