#!/bin/sh . /usr/lib/libmodcgi.sh . /usr/lib/libmodredir.sh check "$LCD4LINUX_OUTPUT" yes:output check "$LCD4LINUX_STATUSPAGE" yes:statuspage check "$LCD4LINUX_WEBENABLED" yes:webenabled check "$LCD4LINUX_WEB_INETD" yes:web_inetd sec_begin "$(lang de:"Starttyp" en:"Start type")" cgi_print_radiogroup_service_starttype "enabled" "$LCD4LINUX_ENABLED" "" "" 0 sec_end if [ "$(/mod/etc/init.d/rc.lcd4linux status)" == "running" -a "$LCD4LINUX_OUTPUT" == "yes" ]; then if [ "$LCD4LINUX_WEBENABLED" = "yes" -o "$LCD4LINUX_STATUSPAGE" = "yes" ]; then sec_begin "$(lang de:"Anzeigen" en:"Show")" if [ "$LCD4LINUX_STATUSPAGE" = "yes" ]; then cat << EOF
EOF fi if [ "$LCD4LINUX_WEBENABLED" = "yes" ]; then cat << EOF EOF fi sec_end fi fi sec_begin "$(lang de:"Konfiguration" en:"Configuration")" cat << EOFEOF if [ "$LCD4LINUX_OUTPUT" == "yes" ]; then cat << EOF $(lang de:"Ausgabedatei (png):" en:"Out file (png):") EOF fi cat << EOF
EOF if [ "$LCD4LINUX_WEBENABLED" = "yes" -a -x /mod/etc/init.d/rc.inetd ]; then cat << EOF
EOF fi sec_end fi