Commit f953c439 authored by vvengurlekar's avatar vvengurlekar

attendance.xml, dcr.xml, planvsactual.xml - changes done in xml as per prototype


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@179407 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8c80d4c6
......@@ -24,16 +24,15 @@
<mandatory><![CDATA[Y]]></mandatory>
</filter>
</filters>
<page_title><![CDATA[Attendance Compliance Dashboard]]></page_title>
<page_title><![CDATA[Attendance Compliance]]></page_title>
<datasource id ='1' driverName='DriverITM'><![CDATA[AttendanceCompSummaryServlet]]></datasource>
<datasource id ='2' driverName='DriverITM'><![CDATA[AttendanceComplianceServlet]]></datasource>
<view id='1' name='JNJ'>
<component datasource='1' id='1' type='G'>
<ComponentTitle><![CDATA[Complience summary]]></ComponentTitle>
<obj_name><![CDATA[]]></obj_name>
<component_css><![CDATA[outerChartContainerPos1of1]]></component_css>
<component_icon><![CDATA[reportswht.png]]></component_icon>
<component_icon><![CDATA[Compliance summary25x25.png]]></component_icon>
<component_descr><![CDATA[]]></component_descr>
<chart_properties>
<win_properties><![CDATA[]]></win_properties>
......@@ -69,8 +68,8 @@
<component datasource='2' id='2' type='CARD'>
<ComponentTitle><![CDATA[Complience report]]></ComponentTitle>
<component_icon><![CDATA[reportswht.png]]></component_icon>
<component_css><![CDATA[outerChartContainerPos1of2]]></component_css>
<component_icon><![CDATA[Compliance Report 25x25.png]]></component_icon>
<component_css><![CDATA[outerChartContainerPos1of1]]></component_css>
<height><![CDATA[300px]]></height>
<width><![CDATA[100%]]></width>
<display_panel><![CDATA[]]></display_panel>
......@@ -78,7 +77,7 @@
<html><![CDATA[
<form id='myForm' method='post' style='background:#FFF;'>
<div id='excelData1' name='excelData'>
<div style='height: 245px; overflow-y: scroll;'>
<div>
{complianceReportTable}
</div>
<input type='hidden' value='data' id='data' name='data'>
......
......@@ -22,8 +22,8 @@
<view id='1' name='DCR'>
<component datasource='1' id='1' type='CARD'>
<ComponentTitle><![CDATA[Call summary]]></ComponentTitle>
<component_icon><![CDATA[reportswht.png]]></component_icon>
<component_css><![CDATA[outerChartContainerPos1of1]]></component_css>
<component_icon><![CDATA[Todays agenda 25x25.png]]></component_icon>
<component_css><![CDATA[outerChartContainerPos1of2]]></component_css>
<displayProperties><![CDATA[YES]]></displayProperties>
<height><![CDATA[250px]]></height>
<width><![CDATA[100%]]></width>
......
......@@ -44,7 +44,7 @@
<component datasource='1' id='1' type='TREE'>
<ComponentTitle><![CDATA[Week wise summary]]></ComponentTitle>
<component_icon><![CDATA[reportswht.png]]></component_icon>
<component_icon><![CDATA[week wise summary 25x25.png]]></component_icon>
<component_css><![CDATA[outerChartContainerPos1of2]]></component_css>
<height><![CDATA[425px]]></height>
<width><![CDATA[100%]]></width>
......@@ -60,13 +60,27 @@
<component_icon><![CDATA[reportswht.png]]></component_icon>
<component_css><![CDATA[outerChartContainerPos1of2]]></component_css>
<height><![CDATA[425px]]></height>
<width><![CDATA[100%]]></width>
<width><![CDATA[98%]]></width>
<layout protoType='card'>
<html><![CDATA[<table border='0' width='98%'>
<tbody>
<tr>
<td colspan='4' class='defaultIconTitle'>
<table border='0' width='100%'>
<tr>
<td width='2%'>{spName_image}</td>
<td><table cellpadding='0' cellspacing='0' width='70%' style='padding-left:10px;'>
<tr><td><font style='font-size:14px;'>{spName}</font></td></tr>
<tr><td class='defaultIconSubTitle'><font style='font-size:11px;'>MR</font></td></tr>
</table></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan='4' class='defaultIconTitle'>
<table border='0' width='100%' style='padding-left:40px;'>
<tr>
<td>{locality}</td>
</tr>
......@@ -75,14 +89,14 @@
</tr>
<tr>
<td>
<table border='0' width='100%' cellspacing= '5'>
<table border='0' width='100%' cellspacing= '0' style='padding-left:30px;'>
<tr>
<td rowspan = '2' width='9%'>{doctor_image}</td>
<td width='2%'>{doctor_image}</td>
<td rowspan = '2'>{meet_status}</td>
</tr>
<tr>
<td > {speciality} </td>
<td><table cellpadding='0' cellspacing='0' width='70%' style='padding-left:10px;'>
<tr><td><font style='font-size:14px;'>{doctorName} @ {time}</font></td></tr>
<tr><td class='defaultIconSubTitle'><font style='font-size:11px;'>{speciality}</font></td></tr>
</table></td>
</tr>
</table>
</td>
......
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