Commit 310d7e1d authored by abibave's avatar abibave

Request Id : W16INOV004

Metadata of Zonewise Coaching Days Dashboard.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104591 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d5999d70
<?xml version='1.0'?>
<Root>
<filters display='N'>
<filter type='4'>
<default_value><![CDATA[]]></default_value>
<col_name><![CDATA[fromDate]]></col_name>
<col_descr><![CDATA[From Date]]></col_descr>
<col_id><![CDATA[fromDate]]></col_id>
<field_name><![CDATA[FROM_DATE]]></field_name>
<mod_name><![CDATA[DASHBOARD]]></mod_name>
<show_ontitle><![CDATA[1]]></show_ontitle>
<mandatory><![CDATA[Y]]></mandatory>
</filter>
<filter type='4'>
<default_value><![CDATA[]]></default_value>
<col_name><![CDATA[toDate]]></col_name>
<col_descr><![CDATA[To Date]]></col_descr>
<col_id><![CDATA[toDate]]></col_id>
<field_name><![CDATA[TO_DATE]]></field_name>
<mod_name><![CDATA[DASHBOARD]]></mod_name>
<show_ontitle><![CDATA[1]]></show_ontitle>
<mandatory><![CDATA[Y]]></mandatory>
</filter>
</filters>
<page_title><![CDATA[Zonewise Coaching Days]]></page_title>
<datasource id='1' driverName='DriverITM'><![CDATA[ZonewiseCoachingDaysServlet]]></datasource>
<view id='1' name='HTML View'>
<component datasource='1' id='1' type='CARD'>
<component_icon><![CDATA[reportswht.png]]></component_icon>
<ComponentTitle><![CDATA[Zonewise Coaching Days]]></ComponentTitle>
<component_css><![CDATA[outerChartContainerPos1of1]]></component_css>
<height><![CDATA[auto]]></height>
<width><![CDATA[99%]]></width>
<layout>
<html>
<![CDATA[
<form id='myForm' method='post'>
<div id="excelData" name="excelData">
<table cellpadding = '5' border= '1' class = 'mt' id='htmlTable' width = '105%'>
<tbody>
{coachingDays}
</tbody>
</table>
</div>
<table id='abc'>
<tr>
<td width='99%'></td>
<td> <img src='{exportToExcel}' width='30px' height='30px' alt='Export to Excel' id='excel' name='excel' onclick='exportExcel()'></td>
<input type='hidden' value='data' id='data' name='data'>
<input type='hidden' value='Excel' id='export' name='export'>
</tr>
</table>
</form>
]]>
</html>
</layout>
</component>
</view>
</Root>
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