| Line 94... |
Line 94... |
| 94 |
<th>#springMessage("support.email")</th>
|
94 |
<th>#springMessage("support.email")</th>
|
| 95 |
#if($contactUsEditor)<th>Action</th>#end
|
95 |
#if($contactUsEditor)<th>Action</th>#end
|
| 96 |
</tr>
|
96 |
</tr>
|
| 97 |
|
97 |
|
| 98 |
#foreach($contact in $mainContacts)
|
98 |
#foreach($contact in $mainContacts)
|
| 99 |
<tr>
|
99 |
<tr data-cu-id="$!{contact.id}" data-cu-name="$!{contact.name}" data-cu-section="$!{contact.section}">
|
| 100 |
<td>$!{contact.area}</td>
|
100 |
<td>$!{contact.area}</td>
|
| 101 |
<td>$!{contact.baseArea}</td>
|
101 |
<td>$!{contact.baseArea}</td>
|
| 102 |
<td>$!{contact.name}</td>
|
102 |
<td>$!{contact.name}</td>
|
| 103 |
<td>$!{contact.designation}</td>
|
103 |
<td>$!{contact.designation}</td>
|
| 104 |
<td>$!{contact.mobile}</td>
|
104 |
<td>$!{contact.mobile}</td>
|
| 105 |
<td>
|
105 |
<td>
|
| 106 |
<a href="mailto:$!{contact.email}">$!{contact.email}</a>
|
106 |
<a href="mailto:$!{contact.email}">$!{contact.email}</a>
|
| 107 |
</td>
|
107 |
</td>
|
| 108 |
#if($contactUsEditor)
|
108 |
#if($contactUsEditor)
|
| 109 |
<td style="white-space: nowrap;">
|
109 |
<td style="white-space: nowrap;">
|
| - |
|
110 |
<button type="button" class="btn btn-xs btn-default contact-action-btn contact-up-btn"
|
| - |
|
111 |
data-id="$!{contact.id}" title="Move up"><i class="fa fa-arrow-up"></i></button>
|
| - |
|
112 |
<button type="button" class="btn btn-xs btn-default contact-action-btn contact-down-btn"
|
| - |
|
113 |
data-id="$!{contact.id}" title="Move down"><i class="fa fa-arrow-down"></i></button>
|
| 110 |
<button type="button" class="btn btn-xs btn-info contact-action-btn contact-edit-btn"
|
114 |
<button type="button" class="btn btn-xs btn-info contact-action-btn contact-edit-btn"
|
| 111 |
data-id="$!{contact.id}" data-section="$!{contact.section}"
|
115 |
data-id="$!{contact.id}" data-section="$!{contact.section}"
|
| 112 |
data-area="$!{contact.area}" data-basearea="$!{contact.baseArea}"
|
116 |
data-area="$!{contact.area}" data-basearea="$!{contact.baseArea}"
|
| 113 |
data-name="$!{contact.name}" data-designation="$!{contact.designation}"
|
117 |
data-name="$!{contact.name}" data-designation="$!{contact.designation}"
|
| 114 |
data-mobile="$!{contact.mobile}" data-email="$!{contact.email}">
|
118 |
data-mobile="$!{contact.mobile}" data-email="$!{contact.email}">
|
| Line 142... |
Line 146... |
| 142 |
<th>Mobile</th>
|
146 |
<th>Mobile</th>
|
| 143 |
<th>Email</th>
|
147 |
<th>Email</th>
|
| 144 |
#if($contactUsEditor)<th>Action</th>#end
|
148 |
#if($contactUsEditor)<th>Action</th>#end
|
| 145 |
</tr>
|
149 |
</tr>
|
| 146 |
#foreach($contact in $escalationContacts)
|
150 |
#foreach($contact in $escalationContacts)
|
| 147 |
<tr>
|
151 |
<tr data-cu-id="$!{contact.id}" data-cu-name="$!{contact.name}" data-cu-section="$!{contact.section}">
|
| 148 |
<td>$!{contact.area}</td>
|
152 |
<td>$!{contact.area}</td>
|
| 149 |
<td>$!{contact.baseArea}</td>
|
153 |
<td>$!{contact.baseArea}</td>
|
| 150 |
<td>$!{contact.name}</td>
|
154 |
<td>$!{contact.name}</td>
|
| 151 |
<td>$!{contact.designation}</td>
|
155 |
<td>$!{contact.designation}</td>
|
| 152 |
<td>$!{contact.mobile}</td>
|
156 |
<td>$!{contact.mobile}</td>
|
| 153 |
<td>
|
157 |
<td>
|
| 154 |
<a href="mailto:$!{contact.email}">$!{contact.email}</a>
|
158 |
<a href="mailto:$!{contact.email}">$!{contact.email}</a>
|
| 155 |
</td>
|
159 |
</td>
|
| 156 |
#if($contactUsEditor)
|
160 |
#if($contactUsEditor)
|
| 157 |
<td style="white-space: nowrap;">
|
161 |
<td style="white-space: nowrap;">
|
| - |
|
162 |
<button type="button" class="btn btn-xs btn-default contact-action-btn contact-up-btn"
|
| - |
|
163 |
data-id="$!{contact.id}" title="Move up"><i class="fa fa-arrow-up"></i></button>
|
| - |
|
164 |
<button type="button" class="btn btn-xs btn-default contact-action-btn contact-down-btn"
|
| - |
|
165 |
data-id="$!{contact.id}" title="Move down"><i class="fa fa-arrow-down"></i></button>
|
| 158 |
<button type="button" class="btn btn-xs btn-info contact-action-btn contact-edit-btn"
|
166 |
<button type="button" class="btn btn-xs btn-info contact-action-btn contact-edit-btn"
|
| 159 |
data-id="$!{contact.id}" data-section="$!{contact.section}"
|
167 |
data-id="$!{contact.id}" data-section="$!{contact.section}"
|
| 160 |
data-area="$!{contact.area}" data-basearea="$!{contact.baseArea}"
|
168 |
data-area="$!{contact.area}" data-basearea="$!{contact.baseArea}"
|
| 161 |
data-name="$!{contact.name}" data-designation="$!{contact.designation}"
|
169 |
data-name="$!{contact.name}" data-designation="$!{contact.designation}"
|
| 162 |
data-mobile="$!{contact.mobile}" data-email="$!{contact.email}">
|
170 |
data-mobile="$!{contact.mobile}" data-email="$!{contact.email}">
|
| Line 212... |
Line 220... |
| 212 |
</div>
|
220 |
</div>
|
| 213 |
<div class="form-group">
|
221 |
<div class="form-group">
|
| 214 |
<label>Email Id</label>
|
222 |
<label>Email Id</label>
|
| 215 |
<input type="text" class="form-control" id="cuEmail" name="email"/>
|
223 |
<input type="text" class="form-control" id="cuEmail" name="email"/>
|
| 216 |
</div>
|
224 |
</div>
|
| - |
|
225 |
<div class="form-group" id="cuPositionGroup">
|
| - |
|
226 |
<label>Position in list</label>
|
| - |
|
227 |
<select class="form-control" id="cuPosition"></select>
|
| - |
|
228 |
</div>
|
| 217 |
</form>
|
229 |
</form>
|
| 218 |
</div>
|
230 |
</div>
|
| 219 |
<div class="modal-footer">
|
231 |
<div class="modal-footer">
|
| 220 |
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
|
232 |
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
|
| 221 |
<button type="button" class="btn btn-primary" id="contactUsSaveBtn">Save</button>
|
233 |
<button type="button" class="btn btn-primary" id="contactUsSaveBtn">Save</button>
|