2012-05-22 12:45:42 +02:00
|
|
|
<div id="history_content" class="ui-widget ui-widget-content block-shadow alpha-block padded">
|
2013-07-18 07:31:20 +02:00
|
|
|
<?php echo $this->date_form; ?>
|
|
|
|
|
|
|
|
<div id="his-tabs">
|
|
|
|
<ul>
|
2013-08-29 00:25:46 +02:00
|
|
|
<?php if ($this->userType != UTYPE_HOST): ?>
|
2013-08-01 23:50:10 +02:00
|
|
|
<li><a href="#his-tabs-1"><?php echo _("Log Sheet"); ?></a></li>
|
|
|
|
<li><a href="#his-tabs-2"><?php echo _("File Summary"); ?></a></li>
|
2013-08-29 00:25:46 +02:00
|
|
|
<?php endif; ?>
|
|
|
|
<li><a href="#his-tabs-3"><?php echo _("Show Summary"); ?></a></li>
|
2013-07-18 07:31:20 +02:00
|
|
|
</ul>
|
2013-08-29 00:25:46 +02:00
|
|
|
<?php if ($this->userType != UTYPE_HOST): ?>
|
2013-07-18 07:31:20 +02:00
|
|
|
<div id="his-tabs-1">
|
2013-07-23 00:11:44 +02:00
|
|
|
<table id="history_table_list" cellpadding="0" cellspacing="0" class="datatable"></table>
|
2013-07-18 07:31:20 +02:00
|
|
|
</div>
|
|
|
|
<div id="his-tabs-2">
|
2013-07-23 00:11:44 +02:00
|
|
|
<table id="history_table_aggregate" cellpadding="0" cellspacing="0" class="datatable"></table>
|
2013-07-18 07:31:20 +02:00
|
|
|
</div>
|
2013-08-29 00:25:46 +02:00
|
|
|
<?php endif; ?>
|
|
|
|
<div id="his-tabs-3">
|
2013-08-29 01:37:46 +02:00
|
|
|
<ul id="history_show_summary">
|
|
|
|
<li>Show Summary</li>
|
|
|
|
</ul>
|
2013-08-29 00:25:46 +02:00
|
|
|
</div>
|
2013-07-18 07:31:20 +02:00
|
|
|
</div>
|
|
|
|
|
2012-05-22 12:45:42 +02:00
|
|
|
</div>
|