mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Import NDL from Shearwater Desktop
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
fcc69103be
commit
afb45a216c
1 changed files with 5 additions and 0 deletions
|
@ -153,6 +153,11 @@
|
||||||
<xsl:value-of select="concat(format-number((tank0pressurePSI * 2 div 14.5037738007), '#.##'), ' bar')"/>
|
<xsl:value-of select="concat(format-number((tank0pressurePSI * 2 div 14.5037738007), '#.##'), ' bar')"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
<xsl:if test="currentNdl != ''">
|
||||||
|
<xsl:attribute name="ndl">
|
||||||
|
<xsl:value-of select="concat(currentNdl, ':00 min')"/>
|
||||||
|
</xsl:attribute>
|
||||||
|
</xsl:if>
|
||||||
</sample>
|
</sample>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</divecomputer>
|
</divecomputer>
|
||||||
|
|
Loading…
Reference in a new issue