#!/bin/sh
. /www/cgi-bin/functions.sh
lock_cgiwait
#totalnum=$(ls /tmp/configs/static_router* | wc -l)
totalnum=`nvram show | grep ^static_router | wc -l`
print_cgi_header
print_http_header "/funcs.js" "/str_router.js"
print_noload_header "_STR_routes"
print_table_header ""
echo ""
cat <
#
EOF
print_http_footer