├── my.js ├── css ├── b2.gif ├── bg.jpg ├── bg12.jpg ├── logo.png ├── style.css └── FrontLogo.png ├── 建环网投票系统.xmind ├── 建环网调查需求分析.doc ├── .gitignore ├── admin ├── index.php ├── footer.htm ├── cleanAll.php ├── cleanVote.php ├── header - 副本.htm ├── login.htm ├── judge.php ├── add.php ├── header.htm ├── Login.php ├── admin.php ├── menu.js └── left.htm ├── README.md ├── footer.htm ├── header.htm ├── vote.php ├── example.js ├── api ├── OperatorDB.php ├── OperatorDB - 副本.php ├── func.php └── OperatorVotingDB.php ├── index.php └── voting.sql /my.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /css/b2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanxi/voting/HEAD/css/b2.gif -------------------------------------------------------------------------------- /css/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanxi/voting/HEAD/css/bg.jpg -------------------------------------------------------------------------------- /css/bg12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanxi/voting/HEAD/css/bg12.jpg -------------------------------------------------------------------------------- /css/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanxi/voting/HEAD/css/logo.png -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanxi/voting/HEAD/css/style.css -------------------------------------------------------------------------------- /建环网投票系统.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanxi/voting/HEAD/建环网投票系统.xmind -------------------------------------------------------------------------------- /建环网调查需求分析.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanxi/voting/HEAD/建环网调查需求分析.doc -------------------------------------------------------------------------------- /css/FrontLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanxi/voting/HEAD/css/FrontLogo.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | INSTALL.txt 2 | LICENSE.txt 3 | README.txt 4 | demos/ 5 | extras/documentation 6 | 7 | -------------------------------------------------------------------------------- /admin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | voting 2 | ====== 3 | 4 | 投票系统,提供后台 5 | 6 | 用户名:hanxi 7 | 8 | 密码:123456 9 | 10 | 11 | 在这里改数据库配置 12 | 13 | https://github.com/hanxi/voting/blob/master/api/OperatorDB.php#L8-L14 14 | -------------------------------------------------------------------------------- /footer.htm: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 |(c)2012 jianhuanwang.com Powered By 涵曦 Version 1.0.0
5 | 6 |