Revision 54638
Added by Enrico Ottonello about 4 years ago
efg_2_document.xslt | ||
---|---|---|
8 | 8 |
<xsl:output method="html" encoding="UTF-8" indent="yes" omit-xml-declaration="yes"/> |
9 | 9 |
|
10 | 10 |
<xsl:template match="/"> |
11 |
<xsl:variable name="recordId" select="//*[local-name() = 'objIdentifier']" /> |
|
11 | 12 |
<xsl:variable name="type" select="local-name(//*[local-name()='efgEntity']/*)"/> |
13 |
|
|
14 |
<xsl:if test="$type = 'avcreation' or $type = 'avManifestation' or $type = 'nonavcreation' or $type = 'nonAVManifestation'"> |
|
15 |
<div class="row"> |
|
16 |
<div class="col-xs-12"> |
|
17 |
<a class="btn btn-default btn-sm pull-right" href="../ui/patcheditor.do#patch/{$recordId}" > |
|
18 |
<span class="glyphicon glyphicon glyphicon-chevron-left"></span> patch |
|
19 |
</a> |
|
20 |
</div> |
|
21 |
</div> |
|
22 |
</xsl:if> |
|
23 |
|
|
12 | 24 |
<div class="row"> |
13 | 25 |
<div class="col-xs-2"> |
14 | 26 |
<img src="../resources/img/record.png" width="80" height="80"/> |
... | ... | |
40 | 52 |
</div> |
41 | 53 |
</div> |
42 | 54 |
|
55 |
|
|
56 |
|
|
43 | 57 |
<div class="row"> |
44 | 58 |
<div class="col-xs-12"> |
45 | 59 |
<h6> |
60 |
|
|
61 |
|
|
46 | 62 |
<span class="glyphicon glyphicon-align-left"/> |
47 | 63 |
GENERAL INFORMATION |
48 | 64 |
</h6> |
Also available in: Unified diff
add link to patch editor