#!/bin/sh
#This script is created by ssparser automatically. The parser first created by MaoShouyan
printf "Content-type: text/html;charset=gb2312
Cache-Control: no-cache

"
echo -n ""; 
if [ "${PALANG}" = "en" ]; then
	LANG_001="Config"
	LANG_002="Structure"
	LANG_003="Status"
fi
CGI_browsertitle="Drcom"
. ../../common/common.sh 
myself="/cgi-bin/App/drcom/`basename $0`"
MOD_TAB_LIST="${LANG_001:=}#/cgi-bin/App/drcom/webmain ${LANG_002:=ܹ}#/cgi-bin/App/drcom/drcom_map ${LANG_003:=״̬}#/cgi-bin/App/drcom/drcom_stat"

echo -n "
<body>
";
cgi_print_mod_header "${LANG_003:=״̬}" "100%"

echo -n "
<textarea style=\"width:100%;\" rows=33 readonly>
"; 
${FLOWEYE} drcom stat 

echo -n "
</textarea>
</body>
</html>
";