mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
26 lines
1.7 KiB
HTML
26 lines
1.7 KiB
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/starthere.png" style="margin-top:-20px; margin-right:10px; float:right">
|
|
<itopblock blockclass="DisplayBlock" asynchronous="false" type="bare_details" encoding="text/oql">SELECT bizLocation WHERE id = $id$</itopblock>
|
|
<itoptabs>
|
|
<itoptab name="Contacts">
|
|
<itopblock blockclass="DisplayBlock" type="list" object_id="$id$" target_attr="location_id" encoding="text/oql">SELECT bizContact WHERE location_id = $id$</itopblock>
|
|
</itoptab>
|
|
<itoptab name="Servers">
|
|
<itopblock blockclass="DisplayBlock" type="list" encoding="text/oql" object_id="$id$" target_attr="location_id">SELECT bizServer WHERE location_id = $id$</itopblock>
|
|
</itoptab>
|
|
<itoptab name="PCs">
|
|
<itopblock blockclass="DisplayBlock" type="list" encoding="text/oql" object_id="$id$" target_attr="location_id">SELECT bizPC WHERE location_id = $id$</itopblock>
|
|
</itoptab>
|
|
<itoptab name="Network_Devices">
|
|
<itopblock blockclass="DisplayBlock" type="list" encoding="text/oql" object_id="$id$" target_attr="location_id">SELECT bizNetworkDevice WHERE location_id = $id$</itopblock>
|
|
</itoptab>
|
|
|
|
<itoptab name="Documents">
|
|
<itopblock blockclass="DisplayBlock" type="links" link_attr="object_id" object_id="$id$" target_attr="doc_id" encoding="text/oql">SELECT lnkDocumentRealObject WHERE object_id = $id$</itopblock>
|
|
</itoptab>
|
|
</itoptabs>
|