Commit 47b08d0d authored by smestry's avatar smestry

W15GSUN010, Added new xsl file for firmplan.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99970 ce508802-f39f-4f6c-b175-0d175dae99d5
parent eeab565b
<?xml version='1.0' encoding='utf-8'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>
<xsl:decimal-format NaN="0"/>
<xsl:template match="/">
<html>
<script type="text/javascript" src="/ibase/webitm/js/firmPlanWizForm.js"></script>
<script type="text/javascript" src="/ibase/webitm/js/jquery-1.10.2.js"></script>
<script type="text/javascript" src="/ibase/webitm/js/jquery-ui-1.10.4.custom.min.js"></script>
<link href="/ibase/webitm/css/DD/jquery-ui-1.10.4.custom.min.css" rel="stylesheet"/>
<link rel="stylesheet" href="/ibase/webitm/css/DD/default.css" type="text/css" />
<link id="userThemeLink" type="text/css" rel="stylesheet" href=""/>
<body>
<form name="firmplanFormI" id="firmplanFormI" METHOD="post" ACTION="/ibase/ITMWizardHandlerServlet">
<div id="header">
<div id="headingText">Firm Plan</div>
</div>
<div class="mainPage-Container" style="overflow: auto;">
<div style="margin-top: 8px; width:100%; padding: 0px; float: left;">
<div style="float: left; width:50%; border: 0px solid; padding: 0px;">
<table id="firmplanTable" border="0" cellSpacing="1" cellPadding="0">
<xsl:for-each select="//Detail1">
<xsl:variable name="dbID"><xsl:value-of select="@dbID"/></xsl:variable>
<xsl:variable name="work_order"><xsl:value-of select="work_order"/></xsl:variable>
<xsl:variable name="campgn_no"><xsl:value-of select="campgn_no"/></xsl:variable>
<xsl:variable name="least_expdt_active_rm"><xsl:value-of select="least_expdt_active_rm"/></xsl:variable>
<tr>
<td class="td_leftAlign" nowrap="true"><strong>Work Order:</strong></td>
<td class="td_leftAlign">
<input type="text" name="Detail1.{normalize-space($dbID)}.work_order" id="work_order"
value="{$work_order}" class="editInputClass" maxlength="10" ISCHANGED="false" style="width: 100%" />
</td>
</tr>
<tr>
<td class="td_leftAlign" nowrap="true"><strong>Campaign No:</strong></td>
<td class="td_leftAlign">
<input type="text" name="Detail1.{normalize-space($dbID)}.campgn_no" id="campgn_no"
value="{$campgn_no}" class="editInputClass" maxlength="10" ISCHANGED="false" style="width: 100%;" />
</td>
</tr>
<tr>
<td class="td_leftAlign" nowrap="true"><strong>Least ExpDt Active:</strong></td>
<td class="td_leftAlign">
<input type="text" name="Detail1.{normalize-space($dbID)}.least_expdt_active_rm" id="least_expdt_active_rm"
value="{$least_expdt_active_rm}" class="editInputClass" maxlength="10" ISCHANGED="false" style="width: 100%;" />
</td>
</tr>
</xsl:for-each>
</table>
<input type="submit" style="cursor:hand;" id="save" class="button" value="Next" title='Next' onclick="javascript: return nextPage()"/>
<table>
<tr>
<td colspan="2">
<input type="hidden" value="1" name="FORM_NO" ID="FORM_NO" />
<input type="hidden" value="firmplan" name="OBJ_NAME" id="OBJ_NAME" />
<input type="hidden" value="next" name="action" id="action" />
</td>
</tr>
</table>
</div>
</div>
</div>
</form>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
<?xml version='1.0' encoding='utf-8'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>
<xsl:decimal-format NaN="0"/>
<xsl:template match="/">
<html>
<script type="text/javascript" src="/ibase/webitm/js/jquery-1.10.2.js"></script>
<script type="text/javascript" src="/ibase/webitm/js/jquery-ui-1.10.4.custom.min.js"></script>
<link href="/ibase/webitm/css/DD/jquery-ui-1.10.4.custom.min.css" rel="stylesheet"/>
<link rel="stylesheet" href="/ibase/webitm/css/DD/default.css" type="text/css" />
<link id="userThemeLink" type="text/css" rel="stylesheet" href=""/>
<body>
<form name="firmplanFormII" id="firmplanFormII" >
<div id="header">
<div id="headingText">Firm Plan</div>
</div>
<div class="mainPage-Container" style="overflow: auto;">
<div style="margin-top: 8px; width:100%; padding: 0px; float: left;">
<div style="float: left; width:50%; border: 0px solid; padding: 0px;">
<table>
<tr>
<td>
Loading data .....................
</td>
</tr>
</table>
</div>
</div>
</div>
</form>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
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