Commit 2008bb61 authored by jshaikh's avatar jshaikh

Added Workflow Component

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177963 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7e0b1bcb
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<?xml version='1.0' encoding='UTF-8'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<html>
<head>
<link type="text/css" rel="stylesheet" href="/ibase/E12MOBILE/css/workflowsign.css"></link>
<link type="text/css" rel="stylesheet" href="/ibase/E12MOBILE/css/expandy.css"></link>
<link type="text/css" rel="stylesheet" href="/ibase/webitm/css/fonts.css"/>
<link type="text/css" rel="stylesheet" href="/ibase/E12MOBILE/css/hr_portal1.css"></link>
<!--<link type="text/css" rel="stylesheet" href="/home/base/Jaff/Proteus Vision Workflow/css/workflowsign.css"></link>
<link type="text/css" rel="stylesheet" href="/home/base/Jaff/Proteus Vision Workflow/css/expandy.css"></link>
<link type="text/css" rel="stylesheet" href="/home/base/Jaff/Proteus Vision Workflow/css/fonts.css"/>
<link type="text/css" rel="stylesheet" href="/home/base/Jaff/Proteus Vision Workflow/css/hr_portal1.css"></link>-->
<style type="text/css">
.tableClass {margin-bottom:10px; width:100%; background-color:#FFF;
/*padding:10px;*/ border-left: 1px solid #d9d9d9; border-top: 1px
solid #d9d9d9;}
.tableClass td {border-bottom: 1px solid #d9d9d9; border-right: 1px solid
#d9d9d9; font-size:14px;}
.tbletopbrd{border-top:2px solid #5fdeb2;}
.date {
color: #9d9ca2;
font-size: 11px;
font-weight: normal;
}
td {
padding: 5px;
}
</style>
</head>
<body>
<INPUT type="hidden" name="OBJ_NAME" id="OBJ_NAME" value='pcontract'/>
<INPUT type='hidden' name='OBJ_CONTEXT' value='1'/>
<INPUT type='hidden' name='EDIT_FLAG' value='A'/>
<INPUT type='hidden' name='DOM_ID' value='{@domID}'/>
<INPUT type='hidden' name='DB_ID' value='{@dbID}'/>
<xsl:for-each select="//Detail1">
<TABLE name="main" id="main" class="tLabel" style="position:relative; width:100%; border-top: #5fdeb2 3px solid;" cellspacing="0" cellpadding="0" >
<tr>
<td colspan="3" >
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0" class="tblenew">
<tr>
<td class="tLabelDataD3" width="50%" style="text-align:left;" >
<font size="2">
Contract no.:
<b><xsl:value-of select="contract_no" /></b>
</font>
</td>
<td class="tLabelDataD3" width="50%" style="text-align:right;">
<font size="2">
Date:
<b><xsl:value-of select="contract_date"/></b>
</font>
</td>
</tr>
<tr>
<td colspan="3" class = "tLabelDataD3" >
<div class = "tLabelDataD3" >
<font size="4">
<b><xsl:value-of select="supplier_supp_name"/></b>
</font>
</div>
<div class="empInfoDiv" >
<font size="3">
<b><xsl:value-of select="supp_code"/></b>
</font>
</div>
</td>
</tr>
&#160;
<tr>
<td class="tLabelDataD3" width="50%" style="text-align:left;" >
<font size="2">
Contract type:
<b><xsl:value-of select="contract_type"/></b>
</font>
</td>
<td class="tLabelDataD3" width="50%" style="text-align:right;">
<font size="2">
Item series:
<b><xsl:for-each select="//Detail1">
(<xsl:value-of select="item_ser" />)&#160;
<xsl:value-of select="itemser_descr" />
</xsl:for-each></b>
</font>
</td>
</tr>
</TABLE>
</td>
</tr>
<tr>
<td colspan="3">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tTitleD" >
<tr>
<td class="cellttl1"> Delivery term: </td>
<td class="tLabelDataD1" style="text-align:left">
<font size="2">
<xsl:value-of select="dlv_term" />
</font>
</td>
</tr>
<tr>
<td class="cellttl1">Item: </td>
<td class="tLabelDataD1" style="text-align:left">
<font size="2">
<xsl:for-each select="//Detail2">
(<xsl:value-of select= "item_code"/>)&#160;
<xsl:value-of select= "item_descr"/>
</xsl:for-each>
</font>
</td>
</tr>
<tr>
<td class="cellttl1">Credit term: </td>
<td class="tLabelDataD1" style="text-align:left">
<font size="2">
<xsl:for-each select="//Detail2">
<xsl:value-of select= "crterm_descr"/>&#160;
(<xsl:value-of select= "cr_term"/>)
</xsl:for-each>
</font>
</td>
</tr>
</table>
</td>
</tr>
</TABLE>
</xsl:for-each>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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