| Line 71... |
Line 71... |
| 71 |
<div class="middle">
|
71 |
<div class="middle">
|
| 72 |
<div class="content">
|
72 |
<div class="content">
|
| 73 |
<div id="frmContactUs">
|
73 |
<div id="frmContactUs">
|
| 74 |
<form name="frmContactUs" method="post" action="">
|
74 |
<form name="frmContactUs" method="post" action="">
|
| 75 |
#if($userinfo.isLoggedIn())
|
75 |
#if($userinfo.isLoggedIn())
|
| - |
|
76 |
<div id="nameComponent">
|
| - |
|
77 |
<label>Name</label>
|
| 76 |
<div id="nameComponent">$userinfo.getNameOfUser()</div>
|
78 |
$userinfo.getNameOfUser()
|
| - |
|
79 |
</div>
|
| 77 |
#end
|
80 |
#end
|
| 78 |
<div id="emailComponent" class="textbox-image">
|
81 |
<div id="emailComponent" class="textbox-image">
|
| 79 |
<label for="email">Email Address :</label>
|
82 |
<label for="email">Reply to</label>
|
| 80 |
#if($userinfo.isLoggedIn())
|
83 |
#if($userinfo.isLoggedIn())
|
| 81 |
<input type="text" id="email" class="textbox" value=$userinfo.getEmail() disabled/>
|
84 |
<input type="text" id="email" class="textbox" value=$userinfo.getEmail() disabled/>
|
| 82 |
<input type="hidden" name="email" value=$userinfo.getEmail() />
|
85 |
<input type="hidden" name="email" value=$userinfo.getEmail() />
|
| 83 |
#else
|
86 |
#else
|
| 84 |
<input type="text" id="email" name="email" class="textbox" value="" />
|
87 |
<input type="text" id="email" name="email" class="textbox" value="" />
|
| 85 |
#end
|
88 |
#end
|
| 86 |
</div>
|
89 |
</div>
|
| 87 |
<div class="clearBoth"></div>
|
90 |
<div class="clearBoth"></div>
|
| 88 |
<div id="categoryComponent" class="textbox-image">
|
91 |
<div id="categoryComponent" class="textbox-image">
|
| - |
|
92 |
<label for="communication_category">Issue</label>
|
| 89 |
<select name="communication_type" id="communication_category">
|
93 |
<select name="communication_type" id="communication_category">
|
| 90 |
<option value="-1">Select Query Type</option>
|
94 |
<option value="-1">Select Issue Type</option>
|
| 91 |
<option value="1">Return Form</option>
|
95 |
<option value="1">Return Product</option>
|
| 92 |
<option value="2">Order Cancellation</option>
|
96 |
<option value="2">Cancel an Order</option>
|
| 93 |
<option value="3">Delivery Problem</option>
|
97 |
<option value="3">Delivery Problem</option>
|
| 94 |
<option value="4">Payment Status</option>
|
98 |
<option value="4">Request Payment Status</option>
|
| 95 |
<option value="5">Order Status</option>
|
99 |
<option value="5">Request Order Status</option>
|
| 96 |
<option value="6">Product Request</option>
|
100 |
<option value="6">Request Product</option>
|
| 97 |
<option value="7">Other</option>
|
101 |
<option value="7">Other</option>
|
| 98 |
</select>
|
102 |
</select>
|
| 99 |
</div>
|
103 |
</div>
|
| 100 |
<div class="clearBoth"></div>
|
104 |
<div class="clearBoth"></div>
|
| 101 |
<div id="orderComponent" class="textbox-image">
|
105 |
<div id="orderComponent" class="textbox-image">
|
| 102 |
<label for="">Order ID</label>
|
106 |
<label for="">Order ID</label>
|
| 103 |
#if($userinfo.isLoggedIn())
|
107 |
#if($userinfo.isLoggedIn())
|
| 104 |
<select name="order_id" id="order_id">
|
108 |
<select name="order_id" id="order_id">
|
| 105 |
$action.getOrderIdSelector()
|
109 |
$action.getIdsOfAllOrders()
|
| 106 |
</select>
|
110 |
</select>
|
| 107 |
#else
|
111 |
#else
|
| 108 |
<input type="text" class="textbox" name="order_id"/>
|
112 |
<input type="text" class="textbox" name="order_id"/>
|
| 109 |
#end
|
113 |
#end
|
| 110 |
</div>
|
114 |
</div>
|
| Line 113... |
Line 117... |
| 113 |
<label for="">AWB Number</label>
|
117 |
<label for="">AWB Number</label>
|
| 114 |
<input type="text" class="textbox" name="awb"/>
|
118 |
<input type="text" class="textbox" name="awb"/>
|
| 115 |
</div>
|
119 |
</div>
|
| 116 |
<div class="clearBoth"></div>
|
120 |
<div class="clearBoth"></div>
|
| 117 |
<div id="productComponent" class="textbox-image">
|
121 |
<div id="productComponent" class="textbox-image">
|
| 118 |
<label for="">Product to Return</label>
|
122 |
<label for="">Product</label>
|
| 119 |
#if($userinfo.isLoggedIn())
|
123 |
#if($userinfo.isLoggedIn())
|
| 120 |
<select name="product" id="product">
|
124 |
<select name="product" id="product">
|
| 121 |
<option value="-1">Select Product</option>
|
125 |
<option value="-1">Select Product</option>
|
| 122 |
</select>
|
126 |
</select>
|
| 123 |
#else
|
127 |
#else
|
| Line 137... |
Line 141... |
| 137 |
<option value="Delivery person asking for Extra shipping/ Octroi Charges">Delivery person asking for Extra shipping/ Octroi Charges</option>
|
141 |
<option value="Delivery person asking for Extra shipping/ Octroi Charges">Delivery person asking for Extra shipping/ Octroi Charges</option>
|
| 138 |
</select>
|
142 |
</select>
|
| 139 |
<input type="text" class="textbox" id="subject" />
|
143 |
<input type="text" class="textbox" id="subject" />
|
| 140 |
</div>
|
144 |
</div>
|
| 141 |
<div class="clearBoth"></div>
|
145 |
<div class="clearBoth"></div>
|
| 142 |
<div id="msgComponent">
|
146 |
<div id="msgComponent" class="textbox-image">
|
| 143 |
<label for="txtaMsg">Message :</label>
|
147 |
<label for="txtaMsg">Message</label>
|
| 144 |
<textarea id="mailBody" name="message"></textarea>
|
148 |
<textarea id="mailBody" name="message"></textarea>
|
| 145 |
</div>
|
149 |
</div>
|
| 146 |
<div class="clearBoth"></div>
|
150 |
<div class="clearBoth"></div>
|
| 147 |
<div class="yellow-image">
|
151 |
<div class="yellow-image">
|
| 148 |
<input type="submit" class="button" name="submit" id="submit" value="Submit your Query" disabled />
|
152 |
<input type="submit" class="button" name="submit" id="submit" value="Submit" disabled />
|
| 149 |
</div>
|
153 |
</div>
|
| 150 |
<div class="clearBoth"></div>
|
154 |
<div class="clearBoth"></div>
|
| 151 |
</form>
|
155 |
</form>
|
| 152 |
</div>
|
156 |
</div>
|
| 153 |
<div id="postalAddress">
|
157 |
<div id="postalAddress">
|