Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
publisert
standarder
Commits
841406eb
Commit
841406eb
authored
Jun 25, 2021
by
Ann Magdalen Hegge
Browse files
Add visningsstil to document information
parent
a3b4db2e
Changes
6
Hide whitespace changes
Inline
Side-by-side
visningsfil/epikrise/Epikrise2html.xsl
View file @
841406eb
...
...
@@ -1188,7 +1188,9 @@ Om:
</tr>
<tr>
<th>
Visningsversjon
</th>
<td
colspan=
"3"
><xsl:value-of
select=
"$versjon"
/></td>
<td
width=
"{$std-td}"
><xsl:value-of
select=
"$versjon"
/></td>
<th>
Visningsstil
</th>
<td><xsl:value-of
select=
"$stil"
/></td>
</tr>
</tbody>
</table>
...
...
visningsfil/felleskomponenter/eh-komponent1.xsl
View file @
841406eb
...
...
@@ -1264,10 +1264,14 @@
</div>
</xsl:if>
<div
class=
"eh-row-5"
>
<div
class=
"eh-col-
1 eh-last-child
"
>
<div
class=
"eh-col-
2
"
>
<div
class=
"eh-label"
>
Visningsversjon
</div>
<div
class=
"eh-field"
><xsl:value-of
select=
"$versjon"
/></div>
</div>
<div
class=
"eh-col-1 eh-last-child"
>
<div
class=
"eh-label"
>
Visningsstil
</div>
<div
class=
"eh-field"
><xsl:value-of
select=
"$stil"
/></div>
</div>
</div>
</div>
</div>
...
...
visningsfil/felleskomponenter/meldingshode2html.xsl
View file @
841406eb
...
...
@@ -128,14 +128,18 @@
<xsl:value-of
select=
"/descendant::mh:MsgId[1]"
/>
</td>
</tr>
<
xsl:if
test=
"$versjon"
>
<
tr
>
<
tr
>
<
xsl:if
test=
"$versjon"
>
<th>
Visningsversjon
</th>
<td
colspan=
"3"
>
<td>
<xsl:value-of
select=
"$versjon"
/>
</td>
</tr>
</xsl:if>
</xsl:if>
<th>
Visningsstil
</th>
<td>
<xsl:value-of
select=
"$stil"
/>
</td>
</tr>
</tbody>
</table>
</div>
...
...
visningsfil/henvisning/henvisning2html.xsl
View file @
841406eb
...
...
@@ -1175,10 +1175,14 @@ Om:
</div>
</xsl:if>
<div
class=
"eh-row-5"
>
<div
class=
"eh-col-
1 eh-last-child
"
>
<div
class=
"eh-col-
2
"
>
<div
class=
"eh-label"
>
Visningsversjon
</div>
<div
class=
"eh-field"
><xsl:value-of
select=
"$versjon"
/></div>
</div>
<div
class=
"eh-col-1 eh-last-child"
>
<div
class=
"eh-label"
>
Visningsstil
</div>
<div
class=
"eh-field"
><xsl:value-of
select=
"$stil"
/></div>
</div>
</div>
</div>
</div>
...
...
visningsfil/rekvisisjon/rekvisisjon2html.xsl
View file @
841406eb
...
...
@@ -522,9 +522,13 @@ Om:
</tr>
<tr>
<th>
Visningsversjon
</th>
<td
colspan=
"3
"
>
<td
width=
"{$std-td}px
"
>
<xsl:value-of
select=
"$versjon"
/>
</td>
<th>
Visningsstil
</th>
<td>
<xsl:value-of
select=
"$stil"
/>
</td>
</tr>
</tbody>
</table>
...
...
visningsfil/svarrapport/svarrapport2html.xsl
View file @
841406eb
...
...
@@ -1137,10 +1137,14 @@ Om:
</xsl:if>
</div>
<div
class=
"eh-row-5"
>
<div
class=
"eh-col-
1 eh-last-child
"
>
<div
class=
"eh-col-
2
"
>
<div
class=
"eh-label"
>
Visningsversjon
</div>
<div
class=
"eh-field"
><xsl:value-of
select=
"$versjon"
/></div>
</div>
<div
class=
"eh-col-1 eh-last-child"
>
<div
class=
"eh-label"
>
Visningsstil
</div>
<div
class=
"eh-field"
><xsl:value-of
select=
"$stil"
/></div>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment