Commit b46799a4 authored by dkasliwal's avatar dkasliwal

GrantChart div container comment from html page and in...

GrantChart div container comment from html page and in GwtDashboardPageMap.html all container comment


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100946 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fe793588
......@@ -457,7 +457,7 @@ right: 10px ;
.filterScrlPnl
{
height: 200px;
width: 190px;
width: 250px;
padding: 0px;
cellspacing: 0px;
background-color: white;
......
......@@ -2,33 +2,26 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script type="text/javascript" language="javascript" src="FusionChart/js/injectDynamicCSSAndJSFile.js"></script>
<link type="text/css" rel="stylesheet" href="GwtDashboardPage.css">
<link type="text/css" rel="stylesheet" href="circle.css">
<script type="text/javascript" language="javascript" src="FusionChart/js/BuildChart.js"></script>
<script type="text/javascript" language="javascript" src="FusionChart/js/FusionCharts.js"></script>
<script type="text/javascript" language="javascript" src="gwtdashboardreport/gwtdashboardreport.nocache.js"></script>
<!--Start-Imports new Css And Script For gantt Chart by sachin on 05-Aug-15 -->
<script type="text/javascript" language="javascript" src="FusionChart/js/dhtmlxgantt.js"></script>
<link type="text/css" rel="stylesheet" href="dhtmlxgantt.css">
<!-- End-Imports new Css And Script For gantt Chart by sachin on 05-Aug-15 -->
<!--Start-Imports new Css And Script For gauge Chart by sachin on 28-Aug-15 -->
<script src="FusionChart/js/AquaGauge.js" type="text/javascript"></script>
<!-- <script src="FusionChart/js/helper.js" type="text/javascript"></script> -->
<!-- <script src="FusionChart/js/helper.js" type="text/javascript"></script>-->
<!-- End-Imports new Css And Script For gauge Chart by sachin on 28-Aug-15 -->
<script type="text/javascript" language="javascript">
function removeCSS()
{
......@@ -69,108 +62,37 @@ function removeCSS()
<!--Start-Added new div For gantt Chart by sachin on 07-Aug-15 -->
<div class="filterhours" id="ganttfilter" align="left" >
<!-- div class="filterhours" id="ganttfilter" align="left" >
<strong> Filtering: &nbsp; </strong>
<label>
<input name='filter' onclick='filter_tasks(this);' type='radio' value='' checked='true'>
<span>All tasks</span></label>
<label>
<input name='filter' onclick='filter_tasks(this);' type='radio' value='1'>
<span>Low priority</span></label>
<label>
<input name='filter' onclick='filter_tasks(this);' type='radio' value='2'>
<span>High priority</span></label>
<span>&nbsp; &nbsp; | &nbsp; &nbsp; </span>
<strong> Zooming: &nbsp; </strong>
<label>
<input name='scales' onclick='zoom_tasks(this)' type='radio' value='hours'>
<span>Hours</span></label>
<label>
<input name='scales' onclick='zoom_tasks(this)' type='radio' value='days' >
<span>Days</span></label>
<label>
<input name='scales' onclick='zoom_tasks(this)' type='radio' value='weeks' >
<span>Week</span></label>
<label>
<input name='scales' onclick='zoom_tasks(this)' type='radio' value='months'>
<span>Months</span></label>
<div id="filter_hours" align="left">
<!--
<span>&nbsp; &nbsp; | &nbsp; &nbsp; </span>
<strong> Display: &nbsp; </strong>
<label>
<input name='scales_filter' onclick='set_scale_units(this)' type='radio' value='full_day'>
<span>Full day</span>
</label>
<label>
<input name='scales_filter' onclick='set_scale_units(this)' type='radio' value='work_hours'>
<span>Office hours</span>
</label> -->
</div>
<div id="filter_days" align="left">
<!--
<span>&nbsp; &nbsp; | &nbsp; &nbsp; </span>
<strong> Display: &nbsp; </strong>
<label>
<input name='scales_filter' onclick='set_scale_units(this)' type='radio' value='full_week'>
<span>Full week</span>
</label>
<label>
<input name='scales_filter' onclick='set_scale_units(this)' type='radio' value='work_week'>
<span>Workdays</span>
</label> -->
</div>
</div>
</div -->
<!--End Added new div For gantt Chart by sachin on 07-Aug-15 -->
</body>
......
ibase3-dashboard-gwt4-6-0-1
ibase3-dashboard-gwt4-7-0-1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment