mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
31 lines
1.4 KiB
Plaintext
31 lines
1.4 KiB
Plaintext
li(id="macro-dropdown" class="right")
|
|
a(class="menu-button" href="#")
|
|
+navbar_led("hid-recorder-led", "led-gear")
|
|
span(i18n="kvm_text32") Macro
|
|
div(class="menu")
|
|
div(class="text")
|
|
b(i18n="kvm_text33") Record and play HID/ATX/GPIO actions#[br]
|
|
sub(i18n="kvm_text34") For security reasons, the record will not be saved on the PiKVM
|
|
hr
|
|
div(class="buttons buttons-row")
|
|
button(disabled data-force-hide-menu id="hid-recorder-record" class="row25" i18n="kvm_text35") • Rec
|
|
button(disabled id="hid-recorder-stop" class="row25" i18n="kvm_text36") Stop
|
|
button(disabled id="hid-recorder-play" class="row25" i18n="kvm_text37") Play
|
|
button(disabled id="hid-recorder-clear" class="row25" i18n="kvm_text38") Clear
|
|
hr
|
|
table(class="kv")
|
|
tr
|
|
td(i18n="kvm_text39") Script time:
|
|
td(colspan="2" id="hid-recorder-time" class="value") 00:00:00.0
|
|
tr
|
|
td(i18n="kvm_text40") Scripted events:
|
|
td(id="hid-recorder-events-count" class="value") 0
|
|
td #[sup #[i(i18n="kvm_text41") include delays]]
|
|
hr
|
|
+menu_switch("hid-recorder-loop-switch", "Infinite loop playback", false, false, "hid-recorder-loop-switch")
|
|
hr
|
|
input(type="file" id="hid-recorder-new-script-file")
|
|
div(class="buttons buttons-row")
|
|
button(disabled id="hid-recorder-upload" class="row50" i18n="kvm_text42") Upload script
|
|
button(disabled id="hid-recorder-download" class="row50" i18n="kvm_text43") Download script
|