|
40 | 40 | <div id="hud" class="main-content"></div> |
41 | 41 | <div id="system-map" class="main-content active"></div> |
42 | 42 | <div id="hostiles" class="main-content"> |
43 | | - <table id="hostiles-list" class="hostile"> |
44 | | - <thead> |
45 | | - <tr> |
46 | | - <th class="ship-icon"> </th> |
47 | | - <th class="name">Name</th> |
48 | | - <th class="alliance">Alliance</th> |
49 | | - <th class="ship-type">Ship Type</th> |
50 | | - <th class="system">System</th> |
51 | | - <th class="reported-at">Time</th> |
52 | | - <th class="actions"> </th> |
53 | | - </tr> |
54 | | - </thead> |
55 | | - <tbody> |
56 | | - </tbody> |
57 | | - </table> |
| 43 | + <div class="list"></div> |
58 | 44 | </div> |
59 | 45 | <div id="dicks" class="main-content"> |
60 | 46 | <table id="hostiles-list" class="hostile"> |
@@ -235,30 +221,32 @@ <h3>{{hostiles}} hostile{{#if hostiles}}s{{/if}} in {{name}}</h3> |
235 | 221 | </script> |
236 | 222 |
|
237 | 223 | <script type="text/x-handlebars-template" id="hostileTemplate"> |
238 | | - <tr id="hostile-{{id}}"> |
239 | | - <td class="ship-icon">{{{shipIcon}}}</td> |
240 | | - <td class="name"><a href="javascript:CCPEVE.showInfo(1377, {{id}});">{{name}}</a></td> |
241 | | - <td class="alliance"> |
242 | | - {{#if allianceName}} |
243 | | - <a href="javascript:CCPEVE.showInfo(16159, {{allianceID}});"><{{allianceName}}></a> |
244 | | - {{else}} |
245 | | - No Alliance |
246 | | - {{/if}} |
247 | | - </td> |
248 | | - <td class="ship-type" onClick="UIPanels.updateHostileDetailsPanel('{{id}}');"> |
249 | | - {{#if shipTypeId}} |
250 | | - <i class="fa fa-eye"></i> <a href="javascript:CCPEVE.showInfo({{shipTypeId}});">{{shipType}}</a> |
251 | | - {{else}} |
252 | | - <i class="fa fa-eye-slash"></i> Non Visual |
253 | | - {{/if}} |
254 | | - </td> |
255 | | - <td class="system {{#if isDocked}}docked{{/if}}"><a href="javascript:CCPEVE.showInfo(5,{{systemId}});">{{systemName}}</a></td> |
256 | | - <td class="reported-at"><a title="Reported by {{reporterName}}">{{reported_at}}</a></td> |
257 | | - <td class="actions"> |
258 | | - <a title="Set Destination" onClick="CCPEVE.setDestination({{systemId}})"><i class="fa fa-map-marker" title="Set Destination"></i></a> |
259 | | - {{killboard_link name id}} |
260 | | - </td> |
261 | | - </tr> |
| 224 | + <table id="hostiles-list" class="hostile"> |
| 225 | + <tr id="hostile-{{id}}"> |
| 226 | + <td class="ship-icon">{{{shipIcon}}}</td> |
| 227 | + <td class="name"><a href="javascript:CCPEVE.showInfo(1377, {{id}});">{{name}}</a></td> |
| 228 | + <td class="alliance"> |
| 229 | + {{#if allianceName}} |
| 230 | + <a href="javascript:CCPEVE.showInfo(16159, {{allianceID}});"><{{allianceName}}></a> |
| 231 | + {{else}} |
| 232 | + No Alliance |
| 233 | + {{/if}} |
| 234 | + </td> |
| 235 | + <td class="ship-type" onClick="UIPanels.updateHostileDetailsPanel('{{id}}');"> |
| 236 | + {{#if shipTypeId}} |
| 237 | + <i class="fa fa-eye"></i> <a href="javascript:CCPEVE.showInfo({{shipTypeId}});">{{shipType}}</a> |
| 238 | + {{else}} |
| 239 | + <i class="fa fa-eye-slash"></i> Non Visual |
| 240 | + {{/if}} |
| 241 | + </td> |
| 242 | + <td class="system {{#if isDocked}}docked{{/if}}"><a href="javascript:CCPEVE.showInfo(5,{{systemId}});">{{systemName}}</a></td> |
| 243 | + <td class="reported-at"><a title="Reported by {{reporterName}}">{{reported_at}}</a></td> |
| 244 | + <td class="actions"> |
| 245 | + <a title="Set Destination" onClick="CCPEVE.setDestination({{systemId}})"><i class="fa fa-map-marker" title="Set Destination"></i></a> |
| 246 | + {{killboard_link name id}} |
| 247 | + </td> |
| 248 | + </tr> |
| 249 | + </table> |
262 | 250 | </script> |
263 | 251 |
|
264 | 252 | <!-- build:js /js/lib.js --> |
|
0 commit comments