├── ConfigGuide.txt ├── Makefile ├── Tanda.conf ├── capture ├── cgic.c ├── cgic.h ├── cgictest.c ├── config.c ├── config.cgi ├── config.html ├── index.html ├── login.cgi ├── login ├── cgic.c ├── cgic.h ├── login.c └── login.cgi ├── photos ├── background.jpg ├── checkcode.bmp ├── index-footer-bg.gif ├── index-header-bg.gif ├── index-logo.gif ├── index-logout.png ├── index-menu-bg.gif ├── index-menu-bg2.gif ├── index-menu-title.gif ├── index-menu-title.png ├── index-nav-bg.png ├── index-nav-firstbg.png ├── index-nav-left.png ├── index-nav-right.png ├── index-submenu-bg.gif ├── index-subnav-bg.gif ├── index-subnav-left.gif ├── index-subnav-right.gif ├── login-bg.gif ├── login-bg.png ├── login-btn.gif ├── login-input.gif ├── login.css ├── page-bg.gif ├── page-pageTitle-bg.gif ├── page-thead-bg.gif ├── sidebar-on.gif └── style.css ├── readme.txt ├── waterconfig.c └── watersys.html /ConfigGuide.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/ConfigGuide.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/Makefile -------------------------------------------------------------------------------- /Tanda.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/Tanda.conf -------------------------------------------------------------------------------- /capture: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/capture -------------------------------------------------------------------------------- /cgic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/cgic.c -------------------------------------------------------------------------------- /cgic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/cgic.h -------------------------------------------------------------------------------- /cgictest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/cgictest.c -------------------------------------------------------------------------------- /config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/config.c -------------------------------------------------------------------------------- /config.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/config.cgi -------------------------------------------------------------------------------- /config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/config.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/index.html -------------------------------------------------------------------------------- /login.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/login.cgi -------------------------------------------------------------------------------- /login/cgic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/login/cgic.c -------------------------------------------------------------------------------- /login/cgic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/login/cgic.h -------------------------------------------------------------------------------- /login/login.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/login/login.c -------------------------------------------------------------------------------- /login/login.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/login/login.cgi -------------------------------------------------------------------------------- /photos/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/background.jpg -------------------------------------------------------------------------------- /photos/checkcode.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/checkcode.bmp -------------------------------------------------------------------------------- /photos/index-footer-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/index-footer-bg.gif -------------------------------------------------------------------------------- /photos/index-header-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/index-header-bg.gif -------------------------------------------------------------------------------- /photos/index-logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/index-logo.gif -------------------------------------------------------------------------------- /photos/index-logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/index-logout.png -------------------------------------------------------------------------------- /photos/index-menu-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/index-menu-bg.gif -------------------------------------------------------------------------------- /photos/index-menu-bg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/index-menu-bg2.gif -------------------------------------------------------------------------------- /photos/index-menu-title.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/index-menu-title.gif -------------------------------------------------------------------------------- /photos/index-menu-title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/index-menu-title.png -------------------------------------------------------------------------------- /photos/index-nav-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/index-nav-bg.png -------------------------------------------------------------------------------- /photos/index-nav-firstbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/index-nav-firstbg.png -------------------------------------------------------------------------------- /photos/index-nav-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/index-nav-left.png -------------------------------------------------------------------------------- /photos/index-nav-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/index-nav-right.png -------------------------------------------------------------------------------- /photos/index-submenu-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/index-submenu-bg.gif -------------------------------------------------------------------------------- /photos/index-subnav-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/index-subnav-bg.gif -------------------------------------------------------------------------------- /photos/index-subnav-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/index-subnav-left.gif -------------------------------------------------------------------------------- /photos/index-subnav-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/index-subnav-right.gif -------------------------------------------------------------------------------- /photos/login-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/login-bg.gif -------------------------------------------------------------------------------- /photos/login-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/login-bg.png -------------------------------------------------------------------------------- /photos/login-btn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/login-btn.gif -------------------------------------------------------------------------------- /photos/login-input.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/login-input.gif -------------------------------------------------------------------------------- /photos/login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/login.css -------------------------------------------------------------------------------- /photos/page-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/page-bg.gif -------------------------------------------------------------------------------- /photos/page-pageTitle-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/page-pageTitle-bg.gif -------------------------------------------------------------------------------- /photos/page-thead-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/page-thead-bg.gif -------------------------------------------------------------------------------- /photos/sidebar-on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/sidebar-on.gif -------------------------------------------------------------------------------- /photos/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/photos/style.css -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/readme.txt -------------------------------------------------------------------------------- /waterconfig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/waterconfig.c -------------------------------------------------------------------------------- /watersys.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingfuyi/cgic/HEAD/watersys.html --------------------------------------------------------------------------------