2024-05-20 10:30:30 +00:00
|
|
|
title: $:/core/ui/testcases/DefaultTemplate/SourceTabs
|
|
|
|
|
|
|
|
\whitespace trim
|
|
|
|
\procedure body()
|
|
|
|
<$list filter="[<currentTab>fields[]] -text +[limit[1]]" variable="ignore">
|
|
|
|
<table class="tc-field-table">
|
|
|
|
<tbody>
|
|
|
|
<$list filter="[<currentTab>fields[]sort[]] -text -title title +[putfirst[]]" variable="fieldName">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<$text text=<<fieldName>>/>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<$view tiddler=<<currentTab>> field=<<fieldName>>/>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</$list>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</$list>
|
|
|
|
<$edit class="tc-edit-texteditor" tiddler=<<currentTab>>/>
|
2024-06-26 09:23:54 +00:00
|
|
|
<div class="tc-test-case-footer-toolbar">
|
|
|
|
<$macrocall $name="copy-to-clipboard" src={{{ [<currentTab>get[text]] }}}/>
|
|
|
|
</div>
|
2024-05-20 10:30:30 +00:00
|
|
|
\end
|
|
|
|
|
|
|
|
<$transclude $variable="body" $mode="inline"/>
|