#!/bin/sh . /usr/lib/libmodcgi.sh act_logoff=''; act_reboot=''; act_shutdown=''; act_poweroff='' act_standby=''; act_hibernate=''; act_lock=''; act_monoff=''; act_monon='' [ "$HOL_ACTION" = "logoff" ] && act_logoff=' selected' [ "$HOL_ACTION" = "reboot" ] && act_reboot=' selected' [ "$HOL_ACTION" = "shutdown" ] && act_shutdown=' selected' [ "$HOL_ACTION" = "poweroff" ] && act_poweroff=' selected' [ "$HOL_ACTION" = "standby" ] && act_standby=' selected' [ "$HOL_ACTION" = "hibernate" ] && act_hibernate=' selected' [ "$HOL_ACTION" = "lock" ] && act_lock=' selected' [ "$HOL_ACTION" = "monitor_off" ] && act_monoff=' selected' [ "$HOL_ACTION" = "monitor_on" ] && act_monon=' selected' sec_begin '$(lang de:"Entfernter Rechner" en:"Remote Host")' cat << EOF

Port:      Passwort:

EOF sec_end sec_begin '$(lang de:"Aktionen" en:"Actions")' cat << EOF

Aktion:      Wartezeit:   Sekunden

$(lang de:"Meldung" en:"Message"):

EOF sec_end