put in form

This commit is contained in:
Sanj 2012-04-22 16:35:14 +05:30
parent ce8bc43831
commit 2684fd906c

View File

@ -7,6 +7,7 @@
display: none;
}
</style>
<script type="text/javascript">
$(function() {
@ -26,7 +27,33 @@ No of results: {{ no_of_results }} &nbsp; displaying page {{ page }} of {{ no_of
</div>
<div id="leftCol">
<form id="shipFilterForm" action="" method="GET">
Form goes here
<!--
<input type="date" name="start_date" id="id_start_date" />
<input type="date" name="end_date" id="id_end_date" />
-->
<label for="id_bill_type">Bill Type:</label>
<select name="bill_type" id="id_bill_type">
<option value="Import">Import</option>
<option value="Export">Export</option>
<option value="Rexport">Rexport</option>
</select><br />
<label for="id_ship_name">Ship Name:</label>
<input type="text" name="ship_name" id="id_ship_name" /> <br />
<label for="id_port">Port:</label>
<input type="text" name="port" id="id_port" /><br />
<label for="id_captain">Captain:</label>
<input type="text" name="captain" id="id_captain" /><br />
<label for="id_owner">Owner:</label>
<input type="text" name="owner" id="id_owner" /><br />
<label for="id_goods">Goods:</label>
<input type="text" name="goods" id="id_goods" /><br />
<input type="submit" value="Submit" />
</form>
</div>
<div id="rightCol">