welsonjs/app/test.html
2025-02-11 17:00:43 +09:00

37 lines
1.8 KiB
HTML

<div class="cell">
<div class="col width-fill">
<div class="col">
<div class="panel cell">
<div class="header">List of feature tests</div>
{{for data.tests}}
<div class="body">
<div class="cell">
<div class="col">
<div class="col width-fit mobile-width-fit"><span class="icon icon-bookmark color-blue"></span></div>
<div class="col width-fill mobile-width-fill" style="position: relative">
<span class="float-right" style="position: absolute; top: 0; right: 0;">
{{if id == 'gui_check'}}
<button class="button" type="button" onclick="javascript:gui_check()">Test</button>
{{else}}
<button class="button" type="button" onclick="javascript:test_start('{{:id}}')">Test</button>
{{/if}}
</span>
<div class="col width-fill mobile-width-fill">
<a class="fatty" href="#">{{:tags[0]}}</a>
</div>
<div class="col">
{{:description}}
</div>
<div class="col">
{{for tags}}<span class="icon icon-tag"></span> {{:}}{{/for}}
</div>
</div>
</div>
</div>
</div>
{{/for}}
</div>
</div>
</div>
</div>