<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Ramagal Supplier</title>
<link rel="stylesheet" type="text/css" media="screen, projection" href="css/dynamicMenuTabStyle.css"/>
<link rel="stylesheet" type="text/css" href="css/base.css" />
<link rel="stylesheet" type="text/css" href="css/redmond/jquery-ui-1.8.7.custom.css"/>
<link rel="stylesheet" type="text/css" href="css/ui.jqgrid.custom.css" />
<script type="text/javascript" src="js/json2.js"></script>
<script type="text/javascript" src="js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.7.custom.min.js"></script>
<script type="text/javascript" src="js/i18n/grid.locale-en.js"></script>
<script type="text/javascript" src="js/jquery.jqGrid.min.js"></script>
<script type="text/javascript" src="js/jquery.jqGrid.fluid.js"></script>
<script type="text/javascript" src="js/jquery.cookie.js"></script>
<script type="text/javascript" src="globalFunc.js"></script>
<!-- <script type="text/javascript" src="supplier.js"></script>
<script type="text/javascript" src="woodClassification.js"></script>
<script type="text/javascript" src="supplierPrice.js"></script> -->
<script type="text/javascript" src="newSP1.js"></script>
<script type="text/javascript" src="mainindex.js"></script>
<script type="text/javascript" src="prime-settings.js"></script>
<style>
html, body {
margin: 0;
padding: 0;
font-size: 83.5%;
}
.ui-jqgrid {font-size:0.8em}
</style>
</head>
<body>
<h1>Supplier Price Table</h1>
<h2>Query Data</h2><br>
<p>Search from any fields: <input type = "text" id = "searchSupPriceAny" value = "">
<input type = "button" id = "btnsearchSupPriceAny" value = "Go simple"><p>
<div style="width:100%">
<table id="tblSupplierPrice"></table>
<div id="tblSupplierPricePager"></div>
</div>
</div>
<!--//dialog for adding data -->
<div id="dialogSupPriceAdd" title="Add new data">
<p class="validateTips">All form fields are required.</p>
<form><fieldset>
<p><label>Supplier name & contact person:</label>
<input class = 'supplier' type = 'text' id = 'supplierInput' value = '' disabled="disabled" STYLE="color: blue";>
<input type = 'button' id = 'supplierGrid' value = '...'>
<p><label>Wood Code & Description :</label>
<input class = 'wood' type = 'text' id = 'woodInput' value = '' disabled="disabled" STYLE="color: blue";>
<input type = 'button' id = 'woodClasificationGrid' value = '...'></p>
<p><label>Supplier Price Description. :</label>
<input type="text" id="addSupPriceDesc" value=""/></p>
<p><label>Price :</label>
<input type="text" id="addSupPrice" value=""/></p>
</p></fieldset>
</form>
</div>
<!-- //dialog for SupplierGrid in adding -->
<div id="dialogSupplierTbl" title="Supplier">
</div>
<!-- //dialog for WoodGrid in adding -->
<div id="dialogWoodTbl" title="Wood Classification">
</div>
<button id="btnSupPriceAddnew"> Add </button>
<div id="dialog" title="Message">
<p><span id="message"></span></p>
</div>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Ramagal Supplier</title>
<link rel="stylesheet" type="text/css" media="screen, projection" href="css/dynamicMenuTabStyle.css"/>
<link rel="stylesheet" type="text/css" href="css/base.css" />
<link rel="stylesheet" type="text/css" href="css/redmond/jquery-ui-1.8.7.custom.css"/>
<link rel="stylesheet" type="text/css" href="css/ui.jqgrid.custom.css" />
<script type="text/javascript" src="js/json2.js"></script>
<script type="text/javascript" src="js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.7.custom.min.js"></script>
<script type="text/javascript" src="js/i18n/grid.locale-en.js"></script>
<script type="text/javascript" src="js/jquery.jqGrid.min.js"></script>
<script type="text/javascript" src="js/jquery.jqGrid.fluid.js"></script>
<script type="text/javascript" src="js/jquery.cookie.js"></script>
<script type="text/javascript" src="globalFunc.js"></script>
<!-- <script type="text/javascript" src="supplier.js"></script>
<script type="text/javascript" src="woodClassification.js"></script>
<script type="text/javascript" src="supplierPrice.js"></script> -->
<script type="text/javascript" src="newSP1.js"></script>
<script type="text/javascript" src="mainindex.js"></script>
<script type="text/javascript" src="prime-settings.js"></script>
<style>
html, body {
margin: 0;
padding: 0;
font-size: 83.5%;
}
.ui-jqgrid {font-size:0.8em}
</style>
</head>
<body>
<h1>Supplier Price Table</h1>
<h2>Query Data</h2><br>
<p>Search from any fields: <input type = "text" id = "searchSupPriceAny" value = "">
<input type = "button" id = "btnsearchSupPriceAny" value = "Go simple"><p>
<div style="width:100%">
<table id="tblSupplierPrice"></table>
<div id="tblSupplierPricePager"></div>
</div>
</div>
<!--//dialog for adding data -->
<div id="dialogSupPriceAdd" title="Add new data">
<p class="validateTips">All form fields are required.</p>
<form><fieldset>
<p><label>Supplier name & contact person:</label>
<input class = 'supplier' type = 'text' id = 'supplierInput' value = '' disabled="disabled" STYLE="color: blue";>
<input type = 'button' id = 'supplierGrid' value = '...'>
<p><label>Wood Code & Description :</label>
<input class = 'wood' type = 'text' id = 'woodInput' value = '' disabled="disabled" STYLE="color: blue";>
<input type = 'button' id = 'woodClasificationGrid' value = '...'></p>
<p><label>Supplier Price Description. :</label>
<input type="text" id="addSupPriceDesc" value=""/></p>
<p><label>Price :</label>
<input type="text" id="addSupPrice" value=""/></p>
</p></fieldset>
</form>
</div>
<!-- //dialog for SupplierGrid in adding -->
<div id="dialogSupplierTbl" title="Supplier">
</div>
<!-- //dialog for WoodGrid in adding -->
<div id="dialogWoodTbl" title="Wood Classification">
</div>
<button id="btnSupPriceAddnew"> Add </button>
<div id="dialog" title="Message">
<p><span id="message"></span></p>
</div>
</body>
</html>
Your blog article is very intersting and fanstic,at the same time the blog theme is unique and perfect,great job.To your success.
ReplyDelete-----------------
WOW Gold Buy WOW Gold Cheap WOW Gold