mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
Add dive mode support for SubsurfaceCSV import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
a41a8c1065
commit
a1c59260bc
1 changed files with 9 additions and 1 deletions
|
@ -142,7 +142,15 @@
|
|||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
|
||||
<divecomputerid deviceid="ffffffff" model="csv" />
|
||||
<divecomputer deviceid="ffffffff" model="SubsurfaceCSV">
|
||||
<xsl:attribute name="dctype">
|
||||
<xsl:call-template name="getFieldByIndex">
|
||||
<xsl:with-param name="index" select="7"/>
|
||||
<xsl:with-param name="line" select="$line"/>
|
||||
</xsl:call-template>
|
||||
</xsl:attribute>
|
||||
</divecomputer>
|
||||
|
||||
|
||||
<depth>
|
||||
<xsl:variable name="max">
|
||||
|
|
Loading…
Reference in a new issue