mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
15 lines
875 B
HTML
15 lines
875 B
HTML
<div class="page_header">
|
|
<itopblock blockclass="MenuBlock" type="popup" encoding="text/oql" label="Actions">SELECT $class$ WHERE id = $id$</itopblock>
|
|
<h1>$class_name$: <span class="hilite">$name$</span></h1>
|
|
<itopblock blockclass="HistoryBlock" type="toggle" encoding="text/oql">SELECT CMDBChangeOp WHERE objkey = $id$ AND objclass = '$class$'</itopblock>
|
|
</div>
|
|
<img src="../images/tar.png" style="margin-top:-10px; margin-right:10px; float:right">
|
|
<itopblock blockclass="DisplayBlock" asynchronous="false" type="bare_details" encoding="text/oql">SELECT bizInterface WHERE id = $id$</itopblock>
|
|
<itoptabs>
|
|
<itoptab name="Groups">
|
|
<itopblock blockclass="DisplayBlock" type="links" link_attr="infra_id" object_id="$id$" target_attr="infra_group_id" encoding="text/oql">SELECT lnkInfraGrouping WHERE infra_id = $id$</itopblock>
|
|
</itoptab>
|
|
|
|
|
|
</itoptabs>
|