mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-29 11:41:14 +00:00
13 lines
569 B
Cheetah
13 lines
569 B
Cheetah
<!--
|
|
Title: Atmos Control (Map content)
|
|
Used In File(s): \code\workinprogress\mini\atmos_control.dm
|
|
-->
|
|
{{for data.alarms}}
|
|
{{if value.z == 1}}
|
|
<div class="linkActive mapIcon mapIcon16 icon-airalarm {{:helper.dangerToClass(value.danger)}}" style="left: {{:(value.x)}}px; bottom: {{:(value.y)}}px;" unselectable="on" data-href="{{:NanoUtility.generateHref({"alarm":value.ID, "showMap":0})}}">
|
|
<div class="tooltip hidden">
|
|
{{:value.name}} ({{:helper.dangerToSpan(value.danger)}} {{:value.area}}: {{:value.x}}, {{:value.y}})
|
|
</div>
|
|
</div>
|
|
{{/if}}
|
|
{{/for}} |