mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Add visibility and weather to dive notes
This adds a bit more information to dive notes on DiveLog import. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4f26240b55
commit
371feac82f
1 changed files with 5 additions and 0 deletions
|
@ -55,8 +55,13 @@
|
|||
<xsl:value-of select="@Site"/>
|
||||
</location>
|
||||
|
||||
<xsl:variable name="lf">
|
||||
<xsl:text>
|
||||
</xsl:text>
|
||||
</xsl:variable>
|
||||
<notes>
|
||||
<xsl:value-of select="notes"/>
|
||||
<xsl:value-of select="concat($lf, 'Weather: ', @Weather, $lf, 'Visibility: ', @Visibility)"/>
|
||||
</notes>
|
||||
|
||||
<cylinder>
|
||||
|
|
Loading…
Reference in a new issue