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 ; ...@@ -457,7 +457,7 @@ right: 10px ;
.filterScrlPnl .filterScrlPnl
{ {
height: 200px; height: 200px;
width: 190px; width: 250px;
padding: 0px; padding: 0px;
cellspacing: 0px; cellspacing: 0px;
background-color: white; background-color: white;
......
...@@ -2,33 +2,26 @@ ...@@ -2,33 +2,26 @@
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> <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="GwtDashboardPage.css">
<link type="text/css" rel="stylesheet" href="circle.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/BuildChart.js"></script>
<script type="text/javascript" language="javascript" src="FusionChart/js/FusionCharts.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> <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 --> <!--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> <script type="text/javascript" language="javascript" src="FusionChart/js/dhtmlxgantt.js"></script>
<link type="text/css" rel="stylesheet" href="dhtmlxgantt.css"> <link type="text/css" rel="stylesheet" href="dhtmlxgantt.css">
<!-- End-Imports new Css And Script For gantt Chart by sachin on 05-Aug-15 --> <!-- 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 --> <!--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/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 --> <!-- End-Imports new Css And Script For gauge Chart by sachin on 28-Aug-15 -->
<script type="text/javascript" language="javascript"> <script type="text/javascript" language="javascript">
function removeCSS() function removeCSS()
{ {
...@@ -69,108 +62,37 @@ function removeCSS() ...@@ -69,108 +62,37 @@ function removeCSS()
<!--Start-Added new div For gantt Chart by sachin on 07-Aug-15 --> <!--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> <strong> Filtering: &nbsp; </strong>
<label> <label>
<input name='filter' onclick='filter_tasks(this);' type='radio' value='' checked='true'> <input name='filter' onclick='filter_tasks(this);' type='radio' value='' checked='true'>
<span>All tasks</span></label> <span>All tasks</span></label>
<label> <label>
<input name='filter' onclick='filter_tasks(this);' type='radio' value='1'> <input name='filter' onclick='filter_tasks(this);' type='radio' value='1'>
<span>Low priority</span></label> <span>Low priority</span></label>
<label> <label>
<input name='filter' onclick='filter_tasks(this);' type='radio' value='2'> <input name='filter' onclick='filter_tasks(this);' type='radio' value='2'>
<span>High priority</span></label> <span>High priority</span></label>
<span>&nbsp; &nbsp; | &nbsp; &nbsp; </span> <span>&nbsp; &nbsp; | &nbsp; &nbsp; </span>
<strong> Zooming: &nbsp; </strong> <strong> Zooming: &nbsp; </strong>
<label> <label>
<input name='scales' onclick='zoom_tasks(this)' type='radio' value='hours'> <input name='scales' onclick='zoom_tasks(this)' type='radio' value='hours'>
<span>Hours</span></label> <span>Hours</span></label>
<label> <label>
<input name='scales' onclick='zoom_tasks(this)' type='radio' value='days' > <input name='scales' onclick='zoom_tasks(this)' type='radio' value='days' >
<span>Days</span></label> <span>Days</span></label>
<label> <label>
<input name='scales' onclick='zoom_tasks(this)' type='radio' value='weeks' > <input name='scales' onclick='zoom_tasks(this)' type='radio' value='weeks' >
<span>Week</span></label> <span>Week</span></label>
<label> <label>
<input name='scales' onclick='zoom_tasks(this)' type='radio' value='months'> <input name='scales' onclick='zoom_tasks(this)' type='radio' value='months'>
<span>Months</span></label> <span>Months</span></label>
<div id="filter_hours" align="left"> <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>
<div id="filter_days" align="left"> <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> </div -->
<!--End Added new div For gantt Chart by sachin on 07-Aug-15 --> <!--End Added new div For gantt Chart by sachin on 07-Aug-15 -->
</body> </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