实例介绍
php+mysql学术会议管理系统源代码及文档
【实例截图】
【核心代码】
16359647403721708556.zip
└── openconf
├── author
│ ├── edit.php
│ ├── email_papers.php
│ ├── index.html
│ ├── paper.php
│ ├── reset.php
│ ├── submit.php
│ ├── upload.php
│ └── withdraw.php
├── chair
│ ├── assign_advocates.php
│ ├── assign_auto_advocates.php
│ ├── assign_auto_advocates_topic_match.inc
│ ├── assign_auto_advocates_weighted_topic_match.inc
│ ├── assign_auto_reviewers.php
│ ├── assign_auto_reviewers_topic_match.inc
│ ├── assign_auto_reviewers_weighted_topic_match.inc
│ ├── assign_reviews.php
│ ├── clear_advocate_data.php
│ ├── clear_review_data.php
│ ├── db_backup.php
│ ├── db_reset.php
│ ├── email-authors.inc
│ ├── email.php
│ ├── email_username.php
│ ├── export_papers.php
│ ├── index.php
│ ├── install-account.php
│ ├── install-complete.php
│ ├── install-db.php
│ ├── install-include.php
│ ├── install-license.php
│ ├── install.php
│ ├── list_advocates.php
│ ├── list_authors_country.php
│ ├── list_authors.php
│ ├── list_authors_topics.php
│ ├── list_conflicts.php
│ ├── list_paper_dir.php
│ ├── list_papers.php
│ ├── list_recs.php
│ ├── list_reviewers_country.php
│ ├── list_reviewers.php
│ ├── list_reviewers_topics.php
│ ├── list_reviews.php
│ ├── list_scores.php
│ ├── list_topics.php
│ ├── list_topics_p.php
│ ├── list_topics_r.php
│ ├── reset.php
│ ├── set_config_adv.css
│ ├── set_config_adv.js
│ ├── set_config_adv-module.php
│ ├── set_config_adv.php
│ ├── set_config_adv-setting.php
│ ├── set_config_adv-update.php
│ ├── set_config.php
│ ├── set_conflicts.php
│ ├── set_format.php
│ ├── set_password.php
│ ├── set_status.php
│ ├── set_topics.php
│ ├── show_adv_review.php
│ ├── show_paper.php
│ ├── show_reviewer.php
│ ├── show_review.php
│ ├── show_scores.php
│ ├── signin.php
│ ├── signout.php
│ ├── summary.php
│ ├── unassign_review.php
│ └── upgrade.php
├── CHANGES
├── data
│ ├── index.html
│ └── papers
│ └── index.html
├── footer.php
├── header.php
├── images
│ ├── check.gif
│ ├── document.gif
│ ├── documentless-sm.gif
│ ├── document-sm.gif
│ ├── index.html
│ ├── sortasc.gif
│ ├── sortdesc.gif
│ └── sort.gif
├── include.php
├── include-submissions.inc
├── index.php
├── INSTALL.txt
├── lib
│ ├── config-sample.php
│ ├── countries
│ │ ├── countries.php
│ │ ├── countries-update.php
│ │ └── iso_3166-1_list_en.zip
│ ├── DB.sql
│ ├── index.html
│ ├── mime.php
│ ├── UTF8CaseConv.php
│ └── zones
│ ├── zones.php
│ ├── zones-update.php
│ └── zone.tab
├── LICENSE
├── modules
│ ├── activate.php
│ ├── captcha
│ │ ├── author-fields.inc
│ │ ├── author-validate.inc
│ │ ├── index.html
│ │ ├── init.inc
│ │ ├── install-db.sql
│ │ ├── module.inc
│ │ ├── README.html
│ │ ├── recaptchalib.php
│ │ ├── recaptcha-LICENSE
│ │ ├── settings.inc
│ │ └── uninstall-db.sql
│ ├── deactivate.php
│ ├── filetype
│ │ ├── author-upload-validate.inc
│ │ ├── index.html
│ │ ├── init.inc
│ │ ├── install-db.sql
│ │ ├── module.inc
│ │ ├── README.html
│ │ ├── settings.inc
│ │ └── uninstall-db.sql
│ ├── index.php
│ ├── install.php
│ ├── module.php
│ ├── modules.php
│ ├── request.php
│ └── uninstall.php
├── openconf.css
├── openconf.js
├── openconf.php
├── plugins
│ ├── index.html
│ └── README.txt
├── review
│ ├── advocate.php
│ ├── email_username.php
│ ├── guidelines.php
│ ├── index.html
│ ├── list_papers.php
│ ├── paper.php
│ ├── recover.php
│ ├── reset.php
│ ├── reviewer_info.html
│ ├── reviewer.php
│ ├── review_inc.php
│ ├── review.php
│ ├── show_abstract.php
│ ├── show_reviews.php
│ ├── signin.php
│ ├── signout.php
│ ├── signup.php
│ ├── signup_program.html
│ ├── signup_reviewer.html
│ └── update.php
└── upgrade
├── index.html
└── upgrade-3.0-3.10.inc
15 directories, 153 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论