mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
21 lines
592 B
Cheetah
21 lines
592 B
Cheetah
<h3>Echo editor:</h3>
|
|
{{for data.echo_params}}
|
|
<div class="item">
|
|
<div class="itemLabel">
|
|
{{:value.name}}
|
|
{{if value.real}}
|
|
(real value)
|
|
{{else}}
|
|
(integer value)
|
|
{{/if}}
|
|
</div>
|
|
<div class="itemContent">
|
|
<div style="float: left; text-align: center; width: 100px">
|
|
{{:value.value}}
|
|
</div>
|
|
{{:helper.link('?', null, {'target': 'desc', 'index': value.index})}}
|
|
{{:helper.link('R', null, {'target': 'reset', 'index': value.index})}}
|
|
{{:helper.link('E', null, {'target': 'set', 'index': value.index})}}
|
|
</div>
|
|
</div>
|
|
{{/for}} |