mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
123 lines
2.6 KiB
HTML
123 lines
2.6 KiB
HTML
<style>
|
|
.main_container {
|
|
width: 100%;
|
|
border: 0;
|
|
overflow-y: hidden;
|
|
overflow-x: hidden;
|
|
margin-bottom: 5px;
|
|
margin-top: 5px;
|
|
border-bottom: #ccc 1px solid;
|
|
border-top: #ccc 1px solid;
|
|
}
|
|
.main_header {
|
|
width:100%;
|
|
height: 60px;
|
|
background-color: #F1F1F6;
|
|
}
|
|
.main_header h1 {
|
|
color: #1C94C4;
|
|
margin-top:0;
|
|
margin-bottom:0;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;p
|
|
font-size: 16px;
|
|
line-height: 16px;
|
|
}
|
|
.main_header img {
|
|
margin-top: 10px;
|
|
margin-right: 10px;
|
|
float:left;
|
|
}
|
|
.item {
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
background-color: #fff;
|
|
padding: 5px;
|
|
height: auto;
|
|
}
|
|
.main_menu {
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
height: auto;
|
|
background-color: #eee;
|
|
width: 100%;
|
|
}
|
|
.element {
|
|
display: inline-block;
|
|
height: auto;
|
|
}
|
|
.element a {
|
|
font-size: 10px;
|
|
}
|
|
.element a.actions {
|
|
font-size: 16px;
|
|
text-decoration: none;
|
|
background: transparent;
|
|
color: #666;
|
|
}
|
|
.element a img {
|
|
border: 0;
|
|
}
|
|
.summary-details {
|
|
float:right;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.summary-details td {
|
|
text-align: center;
|
|
background: transparent;
|
|
padding: 5px;
|
|
}
|
|
.summary-details th {
|
|
text-align: center;
|
|
background: #CCC;
|
|
padding: 5px;
|
|
color: #eee;
|
|
}
|
|
a.summary {
|
|
text-decoration: none;
|
|
background: transparent;
|
|
color: #666;
|
|
}
|
|
a.summary:hover {
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
<div id="contacts_menu">
|
|
|
|
<!-- ######################################### -->
|
|
|
|
<div id="menu_1" class="main_container">
|
|
|
|
<div class="main_header drag_handle" id="config_devices">
|
|
<img src="../modules/itop-config-mgmt-1.0.0/images/team.png"/>
|
|
<itopblock BlockClass="DisplayBlock" type="summary" asynchronous="false" encoding="text/oql" parameters="title[block]:Menu_Contact;context_filter:1;label[block]:Menu_ConfigManagement_AllContacts;status[block]:status;status_codes[block]:active,inactive">SELECT Contact</itopblock>
|
|
</div><!-- Drag Handle -->
|
|
|
|
<div class="item">
|
|
<table style="width:100%;text-align:center">
|
|
<tr>
|
|
<td style="width:50%">
|
|
|
|
<div class="element">
|
|
<itopblock BlockClass="DisplayBlock" type="actions" asynchronous="false" encoding="text/oql" parameters="context_filter:1">SELECT Team</itopblock>
|
|
</div><!-- element -->
|
|
|
|
<div class="element">
|
|
<itopblock BlockClass="DisplayBlock" type="actions" asynchronous="false" encoding="text/oql" parameters="context_filter:1">SELECT Person</itopblock>
|
|
</div><!-- element -->
|
|
|
|
</td>
|
|
<td style="width:50%">
|
|
<itopblock BlockClass="DisplayBlock" type="open_flash_chart" parameters="chart_type:pie;chart_title:UI-ContactsMenu-ContactsByLocation;group_by:location_name" asynchronous="false" encoding="text/oql">SELECT Contact</itopblock>
|
|
</td>
|
|
</tr></table>
|
|
|
|
</div><!-- item -->
|
|
|
|
</div><!-- menu_1 -->
|
|
|
|
<!-- ######################################### -->
|
|
|
|
</div>
|