@@ -150,7 +150,7 @@ <h2>Workflow: <span th:text="${workflow.label}">Workflow Name</span></h2>
150
150
</ div >
151
151
< div class ="row ">
152
152
< div class ="col-lg-9 col-md-8 col-sm-6 ">
153
- < div class ="permalink hidden-xs-down ">
153
+ < div class ="permalink hidden-xs-down " th:unless =" ${workflow.packed} " >
154
154
Permalink:
155
155
< a href ="https://w3id.org/cwl/view/ " rel ="noopener " class ="help " target ="_blank "> [?]</ a >
156
156
< a id ="permalink " th:href ="${workflow.permalink} " th:text ="${workflow.permalink} "
@@ -161,7 +161,7 @@ <h2>Workflow: <span th:text="${workflow.label}">Workflow Name</span></h2>
161
161
< div id ="graph-menu hidden-print " class ="pull-right ">
162
162
< button id ="view-dot " class ="hidden-print hidden-sm-down btn btn-primary " type ="button " data-toggle ="modal " data-target ="#dotGraph "> View DOT</ button >
163
163
< div class ="btn-group hidden-print ">
164
- < button type ="button " class ="btn btn-primary dropdown-toggle " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
164
+ < button type ="button " class ="btn btn-primary dropdown-toggle " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
165
165
Download Image < span class ="caret "> </ span >
166
166
</ button >
167
167
< ul class ="dropdown-menu ">
@@ -180,7 +180,7 @@ <h2>Workflow: <span th:text="${workflow.label}">Workflow Name</span></h2>
180
180
< img id ="selectParents " class ="graphControl " th:src ="@{/img/parents-logo.svg} " src ="../static/img/parents-logo.svg " alt ="parents " data-tooltip ="true " title ="Select All Parents " />
181
181
< div id ="graph " data-th-attr ="data-svgurl=@{${workflow.getVisualisationSvg()}} "> </ div >
182
182
</ div >
183
- < img alt ="Workflow as SVG " src ="@{${workflow.getVisualisationSvg()}} " class ="visible-print-block " />
183
+ < img alt ="Workflow as SVG " src ="../static/img/workflow-compile.svg " th:src =" @{${workflow.getVisualisationSvg()}} " class ="visible-print-block " />
184
184
< ul class ="legend ">
185
185
< li > < span class ="selectednode hidden-print "> </ span > Selected</ li >
186
186
< li class ="hidden-xs "> |</ li >
@@ -291,6 +291,14 @@ <h2>Outputs</h2>
291
291
</ div >
292
292
</ div >
293
293
</ div >
294
+ < div class ="row hidden-print " th:unless ="${workflow.packed} ">
295
+ < div class ="col-md-12 text-center " id ="formats ">
296
+ < span th:each ="format : ${formats} ">
297
+ < a th:id ="|format-${format}| " role ="button " class ="btn btn-default btn-sm " th:href ="${workflow.getPermalink(format.name())} " th:text ="${format} "
298
+ href ="# "> html</ a >
299
+ </ span >
300
+ </ div >
301
+ </ div >
294
302
</ div >
295
303
296
304
< div th:replace ="fragments/footer :: copy "> </ div >
0 commit comments