-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreportFishbone.shtml
52 lines (44 loc) · 2.24 KB
/
reportFishbone.shtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en" xml:lang="en">
<head>
<title>Fishbone Report</title>
<!--#include virtual="head.shtml" -->
<script>
$(document).ready(function() {
var CurrentVal = oo.common.getUrlVars()['Comments'];
if( CurrentVal != '' && CurrentVal == 'hide' && CurrentVal != undefined)
{
$("#btnComments").text('Show Comments');
}
});
</script>
</head>
<body>
<div class="oo_globalWrap">
<div class="oo_module oo_page-reportFishbone oo_module_type-report">
<div class="oo_module-header">
<a href="http://www.openorbit.net" class="oo_logo-full"><img src="content/img/oo_logo-withslogan@2x.png" alt="Open Orbit" title="Open Orbit - Clever meets simple."/></a>
<div class="oo_page-ProcessReportsHeader">
<script type="text/javascript">
//<![CDATA[
try{f_cbload(true, oo.ServerName(), oo.AppKey("ProcessReportsHeader_Fishbone"));}catch(v_e){console.log(v_e);}
//]]>
</script>
</div><!-- end oo_page-ProcessReportsHeader //-->
<h1>Fishbone Report</h1>
<ul class="oo_toolNav">
<!--<li><a href="javascript:void(0);" class="oo_btn oo_btn-misc"><i class="fa fa-angle-left"></i> Back</a></li>-->
<!--<li><a href="javascript:void(0);" onclick="oo.common.gotoPage('projectDetails');" class="oo_btn oo_btn-secondary">Project Details</a></li>-->
<li><a href="javascript:void(0);" onclick="oo.common.gotoPage('reportFishbone','hide');" class="oo_btn oo_btn-secondary" id="btnComments" style="margin-bottom: 5px">Hide Comments</a></li>
</ul>
</div><!-- end oo_module-header //-->
<div class="oo_module-content">
<iframe src="" id="oo_iframe-fishbone" class="oo_content-iframe" data-pageKey="Fishbone" data-pageParams="ProcessID" width="100%" height="400"></iframe>
</div><!-- end oo_module-content //-->
<div class="oo_module-footer">
<p>© 2016 Open Orbit | All rights reserved.</p>
</div><!-- end oo_module-footer //-->
</div><!-- end oo_module //-->
</div><!-- end oo_globalWrap //-->
</body>
</html>