2014-11-01 23:26:19 +08:00
|
|
|
<ul class="nav nav-pills nav-stacked" role="tablist">
|
2014-11-02 08:51:56 +08:00
|
|
|
<li><a href="?view=monitor">Add New Monitor</a></li>
|
2014-11-01 23:26:19 +08:00
|
|
|
<li><input class="btn btn-default btn-block" type="button" name="editBtn" value="<?= $SLANG['Edit'] ?>" onclick="editMonitor( this )" disabled="disabled"/></li>
|
|
|
|
<li><input class="btn btn-default btn-block" type="button" name="deleteBtn" value="<?= $SLANG['Delete'] ?>" onclick="deleteMonitor( this )" disabled="disabled"/></li>
|
2014-11-16 00:51:39 +08:00
|
|
|
<li><a href="?view=groups"><?= sprintf( $CLANG['MonitorCount'], count($displayMonitors), zmVlang( $VLANG['Monitor'], count($displayMonitors) ) ).($group?' ('.$group['Name'].')':'')?></a></li>
|
2014-11-01 23:26:19 +08:00
|
|
|
</ul>
|
|
|
|
|