| Line 14... |
Line 14... |
| 14 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "7681">HR-NSSPL/Faridabad</input><br/><br/>'));
|
14 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "7681">HR-NSSPL/Faridabad</input><br/><br/>'));
|
| 15 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "8468">UP-NSSPL/Lucknow</input><br/><br/>'));
|
15 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "8468">UP-NSSPL/Lucknow</input><br/><br/>'));
|
| 16 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "7720">DL-NSSPL/Delhi-HR</input><br/><br/>'));
|
16 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "7720">DL-NSSPL/Delhi-HR</input><br/><br/>'));
|
| 17 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "8889">Punjab</input><br/><br/>'));
|
17 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "8889">Punjab</input><br/><br/>'));
|
| 18 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "8947">Rajasthan</input><br/><br/>'));
|
18 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "8947">Rajasthan</input><br/><br/>'));
|
| 19 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "9203">Uttarakhand</input><br/><br/>'));
|
19 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "9203">Uttarakhand/Dehradun</input><br/><br/>'));
|
| - |
|
20 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "9470">Uttarakhand/Rudrapur</input><br/><br/>'));
|
| 20 |
$('form#tempForm').append($('<input type = "submit" value = "Submit"/>'));
|
21 |
$('form#tempForm').append($('<input type = "submit" value = "Submit"/>'));
|
| 21 |
|
22 |
|
| 22 |
$.colorbox({
|
23 |
$.colorbox({
|
| 23 |
inline : true,
|
24 |
inline : true,
|
| 24 |
width : "325px",
|
25 |
width : "325px",
|