| Line 12... |
Line 12... |
| 12 |
</style>
|
12 |
</style>
|
| 13 |
</head>
|
13 |
</head>
|
| 14 |
<body>
|
14 |
<body>
|
| 15 |
#if($action.displayForm())
|
15 |
#if($action.displayForm())
|
| 16 |
<form name="itemstring" action="$action.getServletContextPath()/price-approval" method="post" style="font-size: 100px;">
|
16 |
<form name="itemstring" action="$action.getServletContextPath()/price-approval" method="post" style="font-size: 100px;">
|
| 17 |
<label><input style="width:3em; height:3em;" type="radio" name="approve" value="true">Approve</label><br>
|
17 |
<label><input style="width:3em; height:3em;" type="radio" name="approve" value="true">Approve</label><br><br>
|
| 18 |
<label><input style="width:3em; height:3em;" type="radio" name="approve" value="false">Reject</label><br>
|
18 |
<label><input style="width:3em; height:3em;" type="radio" name="approve" value="false">Reject</label><br>
|
| 19 |
<input type="hidden" name="orderId" value="$action.getOrderId()"><br>
|
19 |
<input type="hidden" name="orderId" value="$action.getOrderId()"><br>
|
| 20 |
<input style="font-size: 100px;" type="submit" value="Submit">
|
20 |
<input style="font-size: 100px;" type="submit" value="Submit">
|
| 21 |
</form>
|
21 |
</form>
|
| 22 |
#else
|
22 |
#else
|