Files
pathfinder/public/templates/tooltip/character_info.html
Exodus4D a6234749ad - closed #102 added "set waypoint/destination" context menu to route finder module
- update "Select2" 4.0.0 -> 4.0.3
- update "Font Awesome" 4.6.1 -> 4.6.3
2016-06-20 17:16:27 +02:00

32 lines
780 B
HTML

<div class="pf-popover">
<img class="pull-right" src="https://image.eveonline.com//Character/{{created.character.id}}_32.jpg">
<h6>
<small>
<i class="fa fa-fw fa-circle pf-user-status {{createdStatusClass}}"></i>
</small> {{created.character.name}}
</h6>
<div class="well well-sm text-center">
{{createdTime}}
</div>
<div style="height: 1px">&nbsp;</div>
<img class="pull-right" src="https://image.eveonline.com//Character/{{updated.character.id}}_32.jpg">
<h6>
<small>
<i class="fa fa-fw fa-circle pf-user-status {{updatedStatusClass}}"></i>
</small> {{updated.character.name}}
</h6>
<div class="well well-sm text-center">
{{updatedTime}}
</div>
</div>