在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → PHP 人才管理系统

PHP 人才管理系统

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:8.15M
  • 下载次数:10
  • 浏览次数:44
  • 发布时间:2023-11-24
  • 实例类别:PHP语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.RAR
  • 所需积分:2
 相关标签: 管理系统 php hp 管理 系统

实例介绍

【实例简介】PHP 人才管理系统
系统支持PHP与MYSQL数据库 cache目录(模板缓存目录),需要有可写入的权限 data目录(数据保存目录),需要有可写入的权限 templates/temp (模板目录)所有站点前台显示包括用户中心的界面均在些修改(用户升级的时候唯一不...

【实例截图】

from clipboard

from clipboard

from clipboard

【核心代码】

.
├── PHP 人才管理系统_PHP人才系统v1.0.RAR
└── PHP人才系统
    ├── nbyuyao.com
    │   ├── admin
    │   │   ├── admin_article
    │   │   │   ├── article.php
    │   │   │   ├── channel.php
    │   │   │   ├── images
    │   │   │   ├── inc.php
    │   │   │   └── tpl
    │   │   │       ├── _msg.tpl.php
    │   │   │       ├── article.add.tpl.php
    │   │   │       ├── article.channel.tpl.php
    │   │   │       ├── article.edit.tpl.php
    │   │   │       ├── article.folder.add.tpl.php
    │   │   │       ├── article.folder.edit.tpl.php
    │   │   │       ├── article.html.exe.tpl.php
    │   │   │       ├── article.html.frame.tpl.php
    │   │   │       ├── article.search.tpl.php
    │   │   │       ├── article.tpl.php
    │   │   │       ├── channel.add.tpl.php
    │   │   │       ├── channel.edit.tpl.php
    │   │   │       ├── channel.tpl.php
    │   │   │       ├── footer.tpl.php
    │   │   │       └── header.tpl.php
    │   │   ├── admin_company
    │   │   │   ├── company.php
    │   │   │   ├── company_vip.php
    │   │   │   ├── images
    │   │   │   ├── inc.php
    │   │   │   ├── job.php
    │   │   │   ├── job_invite.php
    │   │   │   ├── resume_collect.php
    │   │   │   ├── resume_search.php
    │   │   │   └── tpl
    │   │   │       ├── _msg.tpl.php
    │   │   │       ├── company.edit.tpl.php
    │   │   │       ├── company.tpl.php
    │   │   │       ├── company_vip.add.tpl.php
    │   │   │       ├── company_vip.edit.tpl.php
    │   │   │       ├── company_vip.tpl.php
    │   │   │       ├── footer.tpl.php
    │   │   │       ├── header.tpl.php
    │   │   │       ├── job.add.tpl.php
    │   │   │       ├── job.edit.tpl.php
    │   │   │       ├── job.tpl.php
    │   │   │       ├── job_invite.tpl.php
    │   │   │       ├── resume_collect.tpl.php
    │   │   │       └── resume_search.tpl.php
    │   │   ├── admin_other
    │   │   │   ├── ads.php
    │   │   │   ├── friendlink.php
    │   │   │   ├── inc.php
    │   │   │   ├── msgbook.php
    │   │   │   └── tpl
    │   │   │       ├── _msg.tpl.php
    │   │   │       ├── ads.add.tpl.php
    │   │   │       ├── ads.edit.tpl.php
    │   │   │       ├── ads.tpl.php
    │   │   │       ├── footer.tpl.php
    │   │   │       ├── friendlink.add.tpl.php
    │   │   │       ├── friendlink.edit.tpl.php
    │   │   │       ├── friendlink.tpl.php
    │   │   │       ├── header.tpl.php
    │   │   │       ├── msgbook.return.tpl.php
    │   │   │       └── msgbook.tpl.php
    │   │   ├── admin_personal
    │   │   │   ├── images
    │   │   │   ├── inc.php
    │   │   │   ├── job.category.php
    │   │   │   ├── job_apply.php
    │   │   │   ├── job_search.php
    │   │   │   ├── resume.php
    │   │   │   └── tpl
    │   │   │       ├── _msg.tpl.php
    │   │   │       ├── footer.tpl.php
    │   │   │       ├── header.tpl.php
    │   │   │       ├── job.category.tpl.php
    │   │   │       ├── job_apply.tpl.php
    │   │   │       ├── job_search.tpl.php
    │   │   │       ├── resume.edit.tpl.php
    │   │   │       ├── resume.photo.tpl.php
    │   │   │       └── resume.tpl.php
    │   │   ├── admin_sys
    │   │   │   ├── admin.php
    │   │   │   ├── admin_group.php
    │   │   │   ├── admin_log.php
    │   │   │   ├── admin_page.php
    │   │   │   ├── area.php
    │   │   │   ├── config.php
    │   │   │   ├── database.php
    │   │   │   ├── images
    │   │   │   │   ├── bbs.png
    │   │   │   │   ├── bg_admin.jpg
    │   │   │   │   ├── bg_body.jpg
    │   │   │   │   ├── btn_close.jpg
    │   │   │   │   ├── calendar.gif
    │   │   │   │   ├── customers_img.png
    │   │   │   │   ├── docs_img.png
    │   │   │   │   ├── document_img.png
    │   │   │   │   ├── edo_fee.png
    │   │   │   │   ├── file.jpg
    │   │   │   │   ├── flows_icon.png
    │   │   │   │   ├── folder.gif
    │   │   │   │   ├── model_article.png
    │   │   │   │   ├── model_store.png
    │   │   │   │   ├── model_sys.png
    │   │   │   │   ├── model_tour.png
    │   │   │   │   ├── model_upload.png
    │   │   │   │   ├── program_img.png
    │   │   │   │   ├── project_img.png
    │   │   │   │   ├── report_img.png
    │   │   │   │   ├── workgroup_img.png
    │   │   │   │   └── worklog_img.png
    │   │   │   ├── inc.php
    │   │   │   ├── model.php
    │   │   │   ├── mypwd.php
    │   │   │   ├── tpl
    │   │   │   │   ├── _msg.tpl.php
    │   │   │   │   ├── admin.add.tpl.php
    │   │   │   │   ├── admin.edit.tpl.php
    │   │   │   │   ├── admin.log.tpl.php
    │   │   │   │   ├── admin.tpl.php
    │   │   │   │   ├── admin_group.add.tpl.php
    │   │   │   │   ├── admin_group.edit.tpl.php
    │   │   │   │   ├── admin_group.tpl.php
    │   │   │   │   ├── admin_page.add.tpl.php
    │   │   │   │   ├── admin_page.edit.tpl.php
    │   │   │   │   ├── admin_page.tpl.php
    │   │   │   │   ├── area.tpl.php
    │   │   │   │   ├── config.add.tpl.php
    │   │   │   │   ├── config.edit.tpl.php
    │   │   │   │   ├── config.tpl.php
    │   │   │   │   ├── database.back.tpl.php
    │   │   │   │   ├── database.back_list.tpl.php
    │   │   │   │   ├── database.back_row.tpl.php
    │   │   │   │   ├── database.create_back.tpl.php
    │   │   │   │   ├── database.reset.tpl.php
    │   │   │   │   ├── database.reset_row.tpl.php
    │   │   │   │   ├── database.reset_table.tpl.php
    │   │   │   │   ├── database.tpl.php
    │   │   │   │   ├── footer.tpl.php
    │   │   │   │   ├── header.tpl.php
    │   │   │   │   ├── model.add.tpl.php
    │   │   │   │   ├── model.edit.tpl.php
    │   │   │   │   ├── model.tpl.php
    │   │   │   │   ├── mypwd.tpl.php
    │   │   │   │   ├── user.add.tpl.php
    │   │   │   │   ├── user.edit.tpl.php
    │   │   │   │   └── user.tpl.php
    │   │   │   └── user.php
    │   │   ├── images
    │   │   │   ├── Thumbs.db
    │   │   │   ├── arrow.gif
    │   │   │   ├── b_drop.png
    │   │   │   ├── b_edit.png
    │   │   │   ├── bg_1.jpg
    │   │   │   ├── bg_15.jpg
    │   │   │   ├── bg_8.jpg
    │   │   │   ├── bg_admin.jpg
    │   │   │   ├── bg_body.jpg
    │   │   │   ├── calendar.gif
    │   │   │   ├── css.css
    │   │   │   ├── down_1.gif
    │   │   │   ├── file.jpg
    │   │   │   ├── folder.gif
    │   │   │   ├── image_s.gif
    │   │   │   ├── js.js
    │   │   │   ├── pic_0.gif
    │   │   │   ├── pic_code.jpg
    │   │   │   ├── pic_pwd.jpg
    │   │   │   ├── pic_user.jpg
    │   │   │   ├── up_1.gif
    │   │   │   └── 复件 js.js
    │   │   ├── inc.php
    │   │   ├── index
    │   │   │   ├── admin.php
    │   │   │   ├── admingroup.php
    │   │   │   ├── adminpage.php
    │   │   │   ├── ads.php
    │   │   │   ├── apply.php
    │   │   │   ├── area.php
    │   │   │   ├── article.php
    │   │   │   ├── company.php
    │   │   │   ├── config.php
    │   │   │   ├── file.php
    │   │   │   ├── forms.php
    │   │   │   ├── friendlink.php
    │   │   │   ├── goods.php
    │   │   │   ├── goodscategory.php
    │   │   │   ├── hotel.php
    │   │   │   ├── hotelroom.php
    │   │   │   ├── htmlfile.php
    │   │   │   ├── images
    │   │   │   │   ├── bg_admin.jpg
    │   │   │   │   ├── bg_body.jpg
    │   │   │   │   ├── btn_close.jpg
    │   │   │   │   ├── calendar.gif
    │   │   │   │   ├── css.css
    │   │   │   │   ├── file.jpg
    │   │   │   │   └── folder.gif
    │   │   │   ├── inc.php
    │   │   │   ├── index.php
    │   │   │   ├── job.php
    │   │   │   ├── jobcategory.php
    │   │   │   ├── line.php
    │   │   │   ├── line_msg.php
    │   │   │   ├── login.php
    │   │   │   ├── main.php
    │   │   │   ├── menu.php
    │   │   │   ├── msgbook.php
    │   │   │   ├── orders.php
    │   │   │   ├── payment.php
    │   │   │   ├── pwd.php
    │   │   │   ├── resume.php
    │   │   │   ├── scenic.php
    │   │   │   ├── scenic_msg.php
    │   │   │   ├── shop.php
    │   │   │   ├── temp.php
    │   │   │   ├── templates.php
    │   │   │   ├── top.php
    │   │   │   ├── tpl
    │   │   │   │   ├── admin.add.tpl.php
    │   │   │   │   ├── admin.edit.tpl.php
    │   │   │   │   ├── admin.tpl.php
    │   │   │   │   ├── admingroup.add.tpl.php
    │   │   │   │   ├── admingroup.edit.tpl.php
    │   │   │   │   ├── admingroup.tpl.php
    │   │   │   │   ├── adminpage.tpl.php
    │   │   │   │   ├── ads.add.tpl.php
    │   │   │   │   ├── ads.edit.tpl.php
    │   │   │   │   ├── ads.tpl.php
    │   │   │   │   ├── apply.lineapply.return.tpl.php
    │   │   │   │   ├── apply.lineapply.tpl.php
    │   │   │   │   ├── apply.roomapply.return.tpl.php
    │   │   │   │   ├── apply.roomapply.tpl.php
    │   │   │   │   ├── area.tpl.php
    │   │   │   │   ├── article.add.tpl.php
    │   │   │   │   ├── article.channel.tpl.php
    │   │   │   │   ├── article.edit.tpl.php
    │   │   │   │   ├── article.tpl.php
    │   │   │   │   ├── channel.add.tpl.php
    │   │   │   │   ├── channel.edit.tpl.php
    │   │   │   │   ├── company.edit.tpl.php
    │   │   │   │   ├── company.tpl.php
    │   │   │   │   ├── config.add.tpl.php
    │   │   │   │   ├── config.edit.tpl.php
    │   │   │   │   ├── config.tpl.php
    │   │   │   │   ├── file.tpl.php
    │   │   │   │   ├── folder.add.tpl.php
    │   │   │   │   ├── folder.edit.tpl.php
    │   │   │   │   ├── footer.tpl.php
    │   │   │   │   ├── forms.add.tpl.php
    │   │   │   │   ├── forms.edit.tpl.php
    │   │   │   │   ├── forms.tpl.php
    │   │   │   │   ├── friendlink.tpl.php
    │   │   │   │   ├── goods.add.tpl.php
    │   │   │   │   ├── goods.edit.tpl.php
    │   │   │   │   ├── goods.tpl.php
    │   │   │   │   ├── goodscategory.tpl.php
    │   │   │   │   ├── goodscategoryattribute.add.tpl.php
    │   │   │   │   ├── goodscategoryattribute.edit.tpl.php
    │   │   │   │   ├── goodscategoryattribute.tpl.php
    │   │   │   │   ├── header.tpl.php
    │   │   │   │   ├── hotel.add.tpl.php
    │   │   │   │   ├── hotel.edit.tpl.php
    │   │   │   │   ├── hotel.room.add.tpl.php
    │   │   │   │   ├── hotel.room.edit.tpl.php
    │   │   │   │   ├── hotel.room.tpl.php
    │   │   │   │   ├── hotel.tpl.php
    │   │   │   │   ├── htmlfile.add.tpl.php
    │   │   │   │   ├── htmlfile.edit.tpl.php
    │   │   │   │   ├── htmlfile.tpl.php
    │   │   │   │   ├── index.tpl.php
    │   │   │   │   ├── job.edit.tpl.php
    │   │   │   │   ├── job.tpl.php
    │   │   │   │   ├── jobcategory.tpl.php
    │   │   │   │   ├── line.add.tpl.php
    │   │   │   │   ├── line.edit.tpl.php
    │   │   │   │   ├── line.tpl.php
    │   │   │   │   ├── line_msg.tpl.php
    │   │   │   │   ├── login.tpl.php
    │   │   │   │   ├── main.tpl.php
    │   │   │   │   ├── menu.tpl.php
    │   │   │   │   ├── msg.tpl.php
    │   │   │   │   ├── msgbook.return.tpl.php
    │   │   │   │   ├── msgbook.tpl.php
    │   │   │   │   ├── orders.detail.tpl.php
    │   │   │   │   ├── orders.tpl.php
    │   │   │   │   ├── payment.edit.tpl.php
    │   │   │   │   ├── payment.tpl.php
    │   │   │   │   ├── pwd.tpl.php
    │   │   │   │   ├── resume.edit.tpl.php
    │   │   │   │   ├── resume.tpl.php
    │   │   │   │   ├── scenic.add.tpl.php
    │   │   │   │   ├── scenic.edit.tpl.php
    │   │   │   │   ├── scenic.spots.add.tpl.php
    │   │   │   │   ├── scenic.spots.edit.tpl.php
    │   │   │   │   ├── scenic.spots.tpl.php
    │   │   │   │   ├── scenic.tpl.php
    │   │   │   │   ├── scenic_msg.tpl.php
    │   │   │   │   ├── shop.add.tpl.php
    │   │   │   │   ├── shop.edit.tpl.php
    │   │   │   │   ├── shop.tpl.php
    │   │   │   │   ├── temp.add.tpl.php
    │   │   │   │   ├── temp.edit.tpl.php
    │   │   │   │   ├── temp.tpl.php
    │   │   │   │   ├── templates.file.add.tpl.php
    │   │   │   │   ├── templates.file.edit.tpl.php
    │   │   │   │   ├── templates.folder.add.tpl.php
    │   │   │   │   ├── templates.tpl.php
    │   │   │   │   ├── top.tpl.php
    │   │   │   │   ├── user.add.tpl.php
    │   │   │   │   ├── user.edit.tpl.php
    │   │   │   │   ├── user.editconfig.tpl.php
    │   │   │   │   ├── user.tpl.php
    │   │   │   │   ├── usergroup.add.tpl.php
    │   │   │   │   ├── usergroup.edit.tpl.php
    │   │   │   │   ├── usergroup.tpl.php
    │   │   │   │   ├── usermsg.open.tpl.php
    │   │   │   │   └── usermsg.tpl.php
    │   │   │   ├── user.php
    │   │   │   ├── usergroup.php
    │   │   │   └── usermsg.php
    │   │   ├── index.php
    │   │   ├── login.php
    │   │   ├── main.php
    │   │   ├── manage.php
    │   │   ├── menu.php
    │   │   ├── top.php
    │   │   └── tpl
    │   │       ├── footer.tpl.php
    │   │       ├── header.tpl.php
    │   │       ├── index.tpl.php
    │   │       └── login.tpl.php
    │   ├── article
    │   │   ├── 315.html
    │   │   ├── 316.html
    │   │   ├── 317.html
    │   │   ├── 318.html
    │   │   ├── 319.html
    │   │   ├── 320.html
    │   │   ├── 321.html
    │   │   ├── 322.html
    │   │   ├── 323.html
    │   │   ├── 324.html
    │   │   ├── 325.html
    │   │   ├── 326.html
    │   │   ├── 327.html
    │   │   ├── 328.html
    │   │   ├── 329.html
    │   │   ├── 330.html
    │   │   ├── 331.html
    │   │   ├── 332.html
    │   │   ├── 333.html
    │   │   ├── 334.html
    │   │   ├── 338.html
    │   │   ├── 339.html
    │   │   ├── 340.html
    │   │   ├── 341.html
    │   │   ├── 342.html
    │   │   ├── 343.html
    │   │   ├── 344.html
    │   │   ├── 345.html
    │   │   ├── 346.html
    │   │   ├── 347.html
    │   │   ├── 348.html
    │   │   ├── 349.html
    │   │   ├── 350.html
    │   │   ├── 351.html
    │   │   ├── 352.html
    │   │   ├── 353.html
    │   │   ├── 354.html
    │   │   ├── 355.html
    │   │   ├── 356.html
    │   │   ├── 357.html
    │   │   ├── 358.html
    │   │   ├── 359.html
    │   │   ├── 360.html
    │   │   ├── 361.html
    │   │   ├── 362.html
    │   │   ├── 363.html
    │   │   ├── 364.html
    │   │   ├── 365.html
    │   │   ├── 366.html
    │   │   ├── 367.html
    │   │   ├── 368.html
    │   │   ├── 369.html
    │   │   ├── 370.html
    │   │   ├── 371.html
    │   │   ├── 372.html
    │   │   ├── 373.html
    │   │   ├── 374.html
    │   │   ├── 375.html
    │   │   ├── 376.html
    │   │   ├── 377.html
    │   │   ├── 378.html
    │   │   ├── 379.html
    │   │   ├── 380.html
    │   │   ├── 381.html
    │   │   ├── 382.html
    │   │   ├── 383.html
    │   │   ├── 384.html
    │   │   ├── 385.html
    │   │   ├── 386.html
    │   │   ├── 387.html
    │   │   ├── 388.html
    │   │   ├── 389.html
    │   │   ├── 390.html
    │   │   ├── 391.html
    │   │   ├── 392.html
    │   │   ├── 393.html
    │   │   ├── 394.html
    │   │   ├── 395.html
    │   │   ├── 396.html
    │   │   ├── 397.html
    │   │   ├── 398.html
    │   │   ├── 399.html
    │   │   ├── 400.html
    │   │   ├── 401.html
    │   │   ├── 402.html
    │   │   ├── 403.html
    │   │   ├── 404.html
    │   │   ├── 405.html
    │   │   ├── 406.html
    │   │   ├── 407.html
    │   │   ├── 408.html
    │   │   ├── 409.html
    │   │   ├── 410.html
    │   │   ├── 411.html
    │   │   ├── 412.html
    │   │   ├── 413.html
    │   │   ├── 414.html
    │   │   ├── 415.html
    │   │   ├── 416.html
    │   │   ├── 417.html
    │   │   ├── 418.html
    │   │   ├── 419.html
    │   │   ├── 420.html
    │   │   ├── 421.html
    │   │   ├── 422.html
    │   │   ├── 423.html
    │   │   ├── 424.html
    │   │   ├── 425.html
    │   │   ├── 426.html
    │   │   ├── 427.html
    │   │   ├── 428.html
    │   │   ├── 429.html
    │   │   ├── 430.html
    │   │   ├── 431.html
    │   │   ├── 432.html
    │   │   ├── 433.html
    │   │   ├── 434.html
    │   │   ├── 435.html
    │   │   ├── 436.html
    │   │   ├── 437.html
    │   │   ├── 438.html
    │   │   ├── 439.html
    │   │   ├── 440.html
    │   │   ├── 441.html
    │   │   ├── 442.html
    │   │   ├── 443.html
    │   │   ├── 444.html
    │   │   ├── 445.html
    │   │   ├── 446.html
    │   │   ├── 447.html
    │   │   ├── 448.html
    │   │   ├── 449.html
    │   │   ├── 450.html
    │   │   ├── 451.html
    │   │   ├── 452.html
    │   │   ├── 453.html
    │   │   ├── 454.html
    │   │   ├── 455.html
    │   │   ├── 456.html
    │   │   ├── 457.html
    │   │   ├── 458.html
    │   │   ├── 459.html
    │   │   ├── 460.html
    │   │   ├── 461.html
    │   │   ├── 462.html
    │   │   ├── 463.html
    │   │   ├── 464.html
    │   │   ├── 465.html
    │   │   ├── 466.html
    │   │   ├── 467.html
    │   │   ├── 468.html
    │   │   ├── 469.html
    │   │   ├── 470.html
    │   │   ├── 471.html
    │   │   ├── 472.html
    │   │   ├── 473.html
    │   │   ├── 474.html
    │   │   ├── 475.html
    │   │   ├── 476.html
    │   │   ├── 477.html
    │   │   ├── 478.html
    │   │   ├── 479.html
    │   │   ├── 480.html
    │   │   ├── 481.html
    │   │   ├── 482.html
    │   │   ├── 483.html
    │   │   ├── 484.html
    │   │   ├── 485.html
    │   │   ├── 486.html
    │   │   ├── 487.html
    │   │   ├── 488.html
    │   │   ├── 489.html
    │   │   ├── 490.html
    │   │   ├── 491.html
    │   │   ├── 492.html
    │   │   ├── 493.html
    │   │   ├── 494.html
    │   │   ├── 495.html
    │   │   ├── 496.html
    │   │   ├── 497.html
    │   │   ├── 498.html
    │   │   ├── 499.html
    │   │   ├── 500.html
    │   │   ├── 501.html
    │   │   ├── 502.html
    │   │   ├── 503.html
    │   │   ├── 504.html
    │   │   ├── 505.html
    │   │   ├── 506.html
    │   │   ├── 507.html
    │   │   ├── 508.html
    │   │   ├── 509.html
    │   │   ├── 510.html
    │   │   ├── 511.html
    │   │   ├── 512.html
    │   │   ├── 513.html
    │   │   ├── 514.html
    │   │   ├── 515.html
    │   │   ├── 516.html
    │   │   ├── 517.html
    │   │   ├── 518.html
    │   │   ├── 519.html
    │   │   ├── 520.html
    │   │   ├── 521.html
    │   │   ├── 522.html
    │   │   ├── 523.html
    │   │   ├── 524.html
    │   │   ├── 525.html
    │   │   ├── 526.html
    │   │   ├── 527.html
    │   │   ├── 528.html
    │   │   ├── 529.html
    │   │   ├── 530.html
    │   │   ├── 531.html
    │   │   ├── 532.html
    │   │   ├── 533.html
    │   │   ├── 534.html
    │   │   ├── 535.html
    │   │   ├── 536.html
    │   │   ├── 537.html
    │   │   ├── 538.html
    │   │   ├── 539.html
    │   │   ├── 540.html
    │   │   ├── 541.html
    │   │   ├── 542.html
    │   │   ├── 543.html
    │   │   ├── 544.html
    │   │   └── 545.html
    │   ├── cache
    │   │   └── temp
    │   ├── company.php
    │   ├── data
    │   │   ├── back
    │   │   │   └── install
    │   │   │       ├── tab_uke_article
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_article_channel
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_article_folder
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_companh_vip_record
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_company
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_company_group
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_company_industry
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_company_nature
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_company_vip
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_dianka_record
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_dianka_result
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_hunt
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_hunt_job
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_job
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_job_apply
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_job_category
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_job_collect
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_job_history
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_job_invite
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_job_search
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_job_view
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_letter
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_resume
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_resume_collect
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_resume_search
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_resume_view
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_train
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_hr_train_course
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_other_ads
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_other_friendlink
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_other_msgbook
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_other_upload
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_other_upload_attatch
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_other_upload_folder
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_sys_admin
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_sys_admin_group
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_sys_admin_log
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_sys_admin_page
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_sys_area
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_sys_caiji
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_sys_config
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_sys_domain
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_sys_model
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_sys_session
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_sys_user
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_upload
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       ├── tab_uke_upload_attatch
    │   │   │       │   ├── 1.sql
    │   │   │       │   └── create.sql
    │   │   │       └── tab_uke_upload_folder
    │   │   │           ├── 1.sql
    │   │   │           └── create.sql
    │   │   ├── config.inc.php
    │   │   └── config.php
    │   ├── images
    │   │   ├── Thumbs.db
    │   │   ├── btn_close.jpg
    │   │   ├── css
    │   │   │   ├── Thumbs.db
    │   │   │   ├── btn_close.jpg
    │   │   │   ├── css.css
    │   │   │   └── msgbg.jpg
    │   │   └── js
    │   │       ├── ajax.js
    │   │       ├── common.js
    │   │       ├── date.js
    │   │       ├── dialog.js
    │   │       ├── form.js
    │   │       ├── formjs.js
    │   │       ├── job.js
    │   │       ├── jquery-1.3.2-vsdoc2.js
    │   │       ├── place.js
    │   │       ├── 复件 ajax.js
    │   │       └── 复件 dialog.js
    │   ├── inc.php
    │   ├── index.php
    │   ├── login.php
    │   ├── plus
    │   │   ├── ajax
    │   │   │   ├── hr_job_category.php
    │   │   │   ├── hr_job_category_next.php
    │   │   │   ├── inc.php
    │   │   │   ├── index.php
    │   │   │   ├── onmsg.php
    │   │   │   ├── sys_area.php
    │   │   │   ├── sys_area_next.php
    │   │   │   └── tpl
    │   │   │       ├── footer.tpl.php
    │   │   │       ├── header.tpl.php
    │   │   │       ├── hr_job_category.tpl.php
    │   │   │       ├── hr_job_category_next.tpl.php
    │   │   │       └── sys_area.tpl.php
    │   │   ├── dialog
    │   │   │   ├── ajax.php
    │   │   │   ├── company.php
    │   │   │   ├── file_file.php
    │   │   │   ├── images
    │   │   │   │   ├── bg_admin.jpg
    │   │   │   │   ├── bg_body.jpg
    │   │   │   │   ├── create_folder.jpg
    │   │   │   │   ├── css.css
    │   │   │   │   ├── file
    │   │   │   │   │   ├── asp.gif
    │   │   │   │   │   ├── css.gif
    │   │   │   │   │   ├── db.gif
    │   │   │   │   │   ├── gif.gif
    │   │   │   │   │   ├── htm.gif
    │   │   │   │   │   ├── html.gif
    │   │   │   │   │   ├── jpeg.gif
    │   │   │   │   │   ├── jpg.gif
    │   │   │   │   │   ├── js.gif
    │   │   │   │   │   ├── mp3.gif
    │   │   │   │   │   ├── php.gif
    │   │   │   │   │   ├── pic
    │   │   │   │   │   │   ├── asp.gif
    │   │   │   │   │   │   ├── dir.gif
    │   │   │   │   │   │   ├── htm.gif
    │   │   │   │   │   │   ├── html.gif
    │   │   │   │   │   │   ├── mp3.gif
    │   │   │   │   │   │   ├── php.gif
    │   │   │   │   │   │   ├── rar.gif
    │   │   │   │   │   │   ├── wma.gif
    │   │   │   │   │   │   └── wmv.gif
    │   │   │   │   │   ├── rar.gif
    │   │   │   │   │   ├── rm.gif
    │   │   │   │   │   ├── wav.gif
    │   │   │   │   │   └── wma.gif
    │   │   │   │   ├── file.gif
    │   │   │   │   ├── file.jpg
    │   │   │   │   ├── folder.gif
    │   │   │   │   ├── js.js
    │   │   │   │   ├── list.jpg
    │   │   │   │   ├── menubg.gif
    │   │   │   │   ├── my_icon.gif
    │   │   │   │   ├── pic
    │   │   │   │   │   ├── asp.gif
    │   │   │   │   │   ├── dir.gif
    │   │   │   │   │   ├── htm.gif
    │   │   │   │   │   ├── html.gif
    │   │   │   │   │   ├── mp3.gif
    │   │   │   │   │   ├── php.gif
    │   │   │   │   │   ├── rar.gif
    │   │   │   │   │   ├── wma.gif
    │   │   │   │   │   └── wmv.gif
    │   │   │   │   ├── search.jpg
    │   │   │   │   ├── title_user_bg.jpg
    │   │   │   │   ├── up.jpg
    │   │   │   │   ├── upfile.gif
    │   │   │   │   ├── 复件 (2) upfile.gif
    │   │   │   │   ├── 复件 (3) upfile.gif
    │   │   │   │   └── 复件 upfile.gif
    │   │   │   ├── inc.php
    │   │   │   ├── job_apply.php
    │   │   │   ├── job_invite.php
    │   │   │   ├── tpl
    │   │   │   │   ├── company.tpl.php
    │   │   │   │   ├── file_file.tpl.php
    │   │   │   │   ├── footer.tpl.php
    │   │   │   │   ├── header.tpl.php
    │   │   │   │   ├── job.apply.tpl.php
    │   │   │   │   ├── job.invite.tpl.php
    │   │   │   │   ├── store.tpl.php
    │   │   │   │   ├── upload.default.tpl.php
    │   │   │   │   ├── upload.pic.tpl.php
    │   │   │   │   ├── upload.tpl.php
    │   │   │   │   ├── upload_attatch.tpl.php
    │   │   │   │   ├── upload_upfile.tpl.php
    │   │   │   │   ├── user.tpl.php
    │   │   │   │   ├── wintemp.tpl.php
    │   │   │   │   └── wintemplates.tpl.php
    │   │   │   ├── upload.php
    │   │   │   ├── upload_attatch.php
    │   │   │   ├── upload_upfile.php
    │   │   │   ├── user.php
    │   │   │   ├── wintemplates.php
    │   │   │   └── wintemplates_lib.php
    │   │   ├── fckeditor
    │   │   │   ├── editor
    │   │   │   │   ├── css
    │   │   │   │   │   ├── behaviors
    │   │   │   │   │   │   ├── disablehandles.htc
    │   │   │   │   │   │   └── showtableborders.htc
    │   │   │   │   │   ├── fck_editorarea.css
    │   │   │   │   │   ├── fck_internal.css
    │   │   │   │   │   ├── fck_showtableborders_gecko.css
    │   │   │   │   │   └── images
    │   │   │   │   │       ├── Thumbs.db
    │   │   │   │   │       ├── block_address.png
    │   │   │   │   │       ├── block_blockquote.png
    │   │   │   │   │       ├── block_div.png
    │   │   │   │   │       ├── block_h1.png
    │   │   │   │   │       ├── block_h2.png
    │   │   │   │   │       ├── block_h3.png
    │   │   │   │   │       ├── block_h4.png
    │   │   │   │   │       ├── block_h5.png
    │   │   │   │   │       ├── block_h6.png
    │   │   │   │   │       ├── block_p.png
    │   │   │   │   │       ├── block_pre.png
    │   │   │   │   │       ├── fck_anchor.gif
    │   │   │   │   │       ├── fck_flashlogo.gif
    │   │   │   │   │       ├── fck_hiddenfield.gif
    │   │   │   │   │       ├── fck_pagebreak.gif
    │   │   │   │   │       └── fck_plugin.gif
    │   │   │   │   ├── dialog
    │   │   │   │   │   ├── common
    │   │   │   │   │   │   ├── fck_dialog_common.css
    │   │   │   │   │   │   ├── fck_dialog_common.js
    │   │   │   │   │   │   └── images
    │   │   │   │   │   │       ├── locked.gif
    │   │   │   │   │   │       ├── reset.gif
    │   │   │   │   │   │       └── unlocked.gif
    │   │   │   │   │   ├── fck_about
    │   │   │   │   │   │   ├── logo_fckeditor.gif
    │   │   │   │   │   │   ├── logo_fredck.gif
    │   │   │   │   │   │   └── sponsors
    │   │   │   │   │   │       └── spellchecker_net.gif
    │   │   │   │   │   ├── fck_about.html
    │   │   │   │   │   ├── fck_anchor.html
    │   │   │   │   │   ├── fck_button.html
    │   │   │   │   │   ├── fck_checkbox.html
    │   │   │   │   │   ├── fck_colorselector.html
    │   │   │   │   │   ├── fck_div.html
    │   │   │   │   │   ├── fck_docprops
    │   │   │   │   │   │   └── fck_document_preview.html
    │   │   │   │   │   ├── fck_docprops.html
    │   │   │   │   │   ├── fck_flash
    │   │   │   │   │   │   ├── fck_flash.js
    │   │   │   │   │   │   └── fck_flash_preview.html
    │   │   │   │   │   ├── fck_flash.html
    │   │   │   │   │   ├── fck_form.html
    │   │   │   │   │   ├── fck_hiddenfield.html
    │   │   │   │   │   ├── fck_image
    │   │   │   │   │   │   ├── fck_image.js
    │   │   │   │   │   │   └── fck_image_preview.html
    │   │   │   │   │   ├── fck_image.html
    │   │   │   │   │   ├── fck_link
    │   │   │   │   │   │   └── fck_link.js
    │   │   │   │   │   ├── fck_link.html
    │   │   │   │   │   ├── fck_listprop.html
    │   │   │   │   │   ├── fck_media.html
    │   │   │   │   │   ├── fck_paste.html
    │   │   │   │   │   ├── fck_radiobutton.html
    │   │   │   │   │   ├── fck_replace.html
    │   │   │   │   │   ├── fck_select
    │   │   │   │   │   │   └── fck_select.js
    │   │   │   │   │   ├── fck_select.html
    │   │   │   │   │   ├── fck_smiley.html
    │   │   │   │   │   ├── fck_source.html
    │   │   │   │   │   ├── fck_specialchar.html
    │   │   │   │   │   ├── fck_spellerpages
    │   │   │   │   │   │   └── spellerpages
    │   │   │   │   │   │       ├── blank.html
    │   │   │   │   │   │       ├── controlWindow.js
    │   │   │   │   │   │       ├── controls.html
    │   │   │   │   │   │       ├── server-scripts
    │   │   │   │   │   │       │   ├── spellchecker.cfm
    │   │   │   │   │   │       │   ├── spellchecker.php
    │   │   │   │   │   │       │   └── spellchecker.pl
    │   │   │   │   │   │       ├── spellChecker.js
    │   │   │   │   │   │       ├── spellchecker.html
    │   │   │   │   │   │       ├── spellerStyle.css
    │   │   │   │   │   │       └── wordWindow.js
    │   │   │   │   │   ├── fck_spellerpages.html
    │   │   │   │   │   ├── fck_table.html
    │   │   │   │   │   ├── fck_tablecell.html
    │   │   │   │   │   ├── fck_template
    │   │   │   │   │   │   └── images
    │   │   │   │   │   │       ├── template1.gif
    │   │   │   │   │   │       ├── template2.gif
    │   │   │   │   │   │       └── template3.gif
    │   │   │   │   │   ├── fck_template.html
    │   │   │   │   │   ├── fck_textarea.html
    │   │   │   │   │   └── fck_textfield.html
    │   │   │   │   ├── dtd
    │   │   │   │   │   ├── fck_dtd_test.html
    │   │   │   │   │   ├── fck_xhtml10strict.js
    │   │   │   │   │   └── fck_xhtml10transitional.js
    │   │   │   │   ├── fckdebug.html
    │   │   │   │   ├── fckdialog.html
    │   │   │   │   ├── fckeditor.html
    │   │   │   │   ├── fckeditor.original.html
    │   │   │   │   ├── filemanager
    │   │   │   │   │   ├── browser
    │   │   │   │   │   │   └── default
    │   │   │   │   │   │       ├── browser.css
    │   │   │   │   │   │       ├── browser.html
    │   │   │   │   │   │       ├── frmactualfolder.html
    │   │   │   │   │   │       ├── frmcreatefolder.html
    │   │   │   │   │   │       ├── frmfolders.html
    │   │   │   │   │   │       ├── frmresourceslist.html
    │   │   │   │   │   │       ├── frmresourcetype.html
    │   │   │   │   │   │       ├── frmupload.html
    │   │   │   │   │   │       ├── images
    │   │   │   │   │   │       │   ├── ButtonArrow.gif
    │   │   │   │   │   │       │   ├── Folder.gif
    │   │   │   │   │   │       │   ├── Folder32.gif
    │   │   │   │   │   │       │   ├── FolderOpened.gif
    │   │   │   │   │   │       │   ├── FolderOpened32.gif
    │   │   │   │   │   │       │   ├── FolderUp.gif
    │   │   │   │   │   │       │   ├── icons
    │   │   │   │   │   │       │   │   ├── 32
    │   │   │   │   │   │       │   │   │   ├── ai.gif
    │   │   │   │   │   │       │   │   │   ├── avi.gif
    │   │   │   │   │   │       │   │   │   ├── bmp.gif
    │   │   │   │   │   │       │   │   │   ├── cs.gif
    │   │   │   │   │   │       │   │   │   ├── default.icon.gif
    │   │   │   │   │   │       │   │   │   ├── dll.gif
    │   │   │   │   │   │       │   │   │   ├── doc.gif
    │   │   │   │   │   │       │   │   │   ├── exe.gif
    │   │   │   │   │   │       │   │   │   ├── fla.gif
    │   │   │   │   │   │       │   │   │   ├── gif.gif
    │   │   │   │   │   │       │   │   │   ├── htm.gif
    │   │   │   │   │   │       │   │   │   ├── html.gif
    │   │   │   │   │   │       │   │   │   ├── jpg.gif
    │   │   │   │   │   │       │   │   │   ├── js.gif
    │   │   │   │   │   │       │   │   │   ├── mdb.gif
    │   │   │   │   │   │       │   │   │   ├── mp3.gif
    │   │   │   │   │   │       │   │   │   ├── pdf.gif
    │   │   │   │   │   │       │   │   │   ├── png.gif
    │   │   │   │   │   │       │   │   │   ├── ppt.gif
    │   │   │   │   │   │       │   │   │   ├── rdp.gif
    │   │   │   │   │   │       │   │   │   ├── swf.gif
    │   │   │   │   │   │       │   │   │   ├── swt.gif
    │   │   │   │   │   │       │   │   │   ├── txt.gif
    │   │   │   │   │   │       │   │   │   ├── vsd.gif
    │   │   │   │   │   │       │   │   │   ├── xls.gif
    │   │   │   │   │   │       │   │   │   ├── xml.gif
    │   │   │   │   │   │       │   │   │   └── zip.gif
    │   │   │   │   │   │       │   │   ├── ai.gif
    │   │   │   │   │   │       │   │   ├── avi.gif
    │   │   │   │   │   │       │   │   ├── bmp.gif
    │   │   │   │   │   │       │   │   ├── cs.gif
    │   │   │   │   │   │       │   │   ├── default.icon.gif
    │   │   │   │   │   │       │   │   ├── dll.gif
    │   │   │   │   │   │       │   │   ├── doc.gif
    │   │   │   │   │   │       │   │   ├── exe.gif
    │   │   │   │   │   │       │   │   ├── fla.gif
    │   │   │   │   │   │       │   │   ├── gif.gif
    │   │   │   │   │   │       │   │   ├── htm.gif
    │   │   │   │   │   │       │   │   ├── html.gif
    │   │   │   │   │   │       │   │   ├── jpg.gif
    │   │   │   │   │   │       │   │   ├── js.gif
    │   │   │   │   │   │       │   │   ├── mdb.gif
    │   │   │   │   │   │       │   │   ├── mp3.gif
    │   │   │   │   │   │       │   │   ├── pdf.gif
    │   │   │   │   │   │       │   │   ├── png.gif
    │   │   │   │   │   │       │   │   ├── ppt.gif
    │   │   │   │   │   │       │   │   ├── rdp.gif
    │   │   │   │   │   │       │   │   ├── swf.gif
    │   │   │   │   │   │       │   │   ├── swt.gif
    │   │   │   │   │   │       │   │   ├── txt.gif
    │   │   │   │   │   │       │   │   ├── vsd.gif
    │   │   │   │   │   │       │   │   ├── xls.gif
    │   │   │   │   │   │       │   │   ├── xml.gif
    │   │   │   │   │   │       │   │   └── zip.gif
    │   │   │   │   │   │       │   └── spacer.gif
    │   │   │   │   │   │       └── js
    │   │   │   │   │   │           ├── common.js
    │   │   │   │   │   │           └── fckxml.js
    │   │   │   │   │   └── connectors
    │   │   │   │   │       └── php
    │   │   │   │   │           ├── basexml.php
    │   │   │   │   │           ├── commands.php
    │   │   │   │   │           ├── config.php
    │   │   │   │   │           ├── connector.php
    │   │   │   │   │           ├── io.php
    │   │   │   │   │           ├── phpcompat.php
    │   │   │   │   │           ├── upload.php
    │   │   │   │   │           ├── uploadfile
    │   │   │   │   │           │   ├── d
    │   │   │   │   │           │   └── fff
    │   │   │   │   │           └── util.php
    │   │   │   │   ├── images
    │   │   │   │   │   ├── anchor.gif
    │   │   │   │   │   ├── arrow_ltr.gif
    │   │   │   │   │   ├── arrow_rtl.gif
    │   │   │   │   │   ├── smiley
    │   │   │   │   │   │   └── msn
    │   │   │   │   │   │       ├── angel_smile.gif
    │   │   │   │   │   │       ├── angry_smile.gif
    │   │   │   │   │   │       ├── broken_heart.gif
    │   │   │   │   │   │       ├── cake.gif
    │   │   │   │   │   │       ├── confused_smile.gif
    │   │   │   │   │   │       ├── cry_smile.gif
    │   │   │   │   │   │       ├── devil_smile.gif
    │   │   │   │   │   │       ├── embaressed_smile.gif
    │   │   │   │   │   │       ├── envelope.gif
    │   │   │   │   │   │       ├── heart.gif
    │   │   │   │   │   │       ├── kiss.gif
    │   │   │   │   │   │       ├── lightbulb.gif
    │   │   │   │   │   │       ├── omg_smile.gif
    │   │   │   │   │   │       ├── regular_smile.gif
    │   │   │   │   │   │       ├── sad_smile.gif
    │   │   │   │   │   │       ├── shades_smile.gif
    │   │   │   │   │   │       ├── teeth_smile.gif
    │   │   │   │   │   │       ├── thumbs_down.gif
    │   │   │   │   │   │       ├── thumbs_up.gif
    │   │   │   │   │   │       ├── tounge_smile.gif
    │   │   │   │   │   │       ├── whatchutalkingabout_smile.gif
    │   │   │   │   │   │       └── wink_smile.gif
    │   │   │   │   │   └── spacer.gif
    │   │   │   │   ├── js
    │   │   │   │   │   ├── fckadobeair.js
    │   │   │   │   │   ├── fckeditorcode_gecko.js
    │   │   │   │   │   └── fckeditorcode_ie.js
    │   │   │   │   ├── lang
    │   │   │   │   │   ├── _translationstatus.txt
    │   │   │   │   │   ├── en-uk.js
    │   │   │   │   │   ├── en.js
    │   │   │   │   │   ├── zh-cn.js
    │   │   │   │   │   └── zh.js
    │   │   │   │   ├── plugins
    │   │   │   │   │   ├── autogrow
    │   │   │   │   │   │   └── fckplugin.js
    │   │   │   │   │   ├── bbcode
    │   │   │   │   │   │   ├── _sample
    │   │   │   │   │   │   │   ├── sample.config.js
    │   │   │   │   │   │   │   └── sample.html
    │   │   │   │   │   │   └── fckplugin.js
    │   │   │   │   │   ├── dragresizetable
    │   │   │   │   │   │   └── fckplugin.js
    │   │   │   │   │   ├── media
    │   │   │   │   │   │   └── fckplugin.js
    │   │   │   │   │   ├── placeholder
    │   │   │   │   │   │   ├── fck_placeholder.html
    │   │   │   │   │   │   ├── fckplugin.js
    │   │   │   │   │   │   ├── lang
    │   │   │   │   │   │   │   ├── de.js
    │   │   │   │   │   │   │   ├── en.js
    │   │   │   │   │   │   │   ├── es.js
    │   │   │   │   │   │   │   ├── fr.js
    │   │   │   │   │   │   │   ├── it.js
    │   │   │   │   │   │   │   └── pl.js
    │   │   │   │   │   │   └── placeholder.gif
    │   │   │   │   │   ├── simplecommands
    │   │   │   │   │   │   └── fckplugin.js
    │   │   │   │   │   └── tablecommands
    │   │   │   │   │       └── fckplugin.js
    │   │   │   │   └── skins
    │   │   │   │       ├── _fckviewstrips.html
    │   │   │   │       ├── default
    │   │   │   │       │   ├── fck_dialog.css
    │   │   │   │       │   ├── fck_dialog_ie6.js
    │   │   │   │       │   ├── fck_editor.css
    │   │   │   │       │   ├── fck_strip.gif
    │   │   │   │       │   └── images
    │   │   │   │       │       ├── dialog.sides.gif
    │   │   │   │       │       ├── dialog.sides.png
    │   │   │   │       │       ├── dialog.sides.rtl.png
    │   │   │   │       │       ├── sprites.gif
    │   │   │   │       │       ├── sprites.png
    │   │   │   │       │       ├── toolbar.arrowright.gif
    │   │   │   │       │       ├── toolbar.buttonarrow.gif
    │   │   │   │       │       ├── toolbar.collapse.gif
    │   │   │   │       │       ├── toolbar.end.gif
    │   │   │   │       │       ├── toolbar.expand.gif
    │   │   │   │       │       ├── toolbar.separator.gif
    │   │   │   │       │       └── toolbar.start.gif
    │   │   │   │       ├── office2003
    │   │   │   │       │   ├── fck_dialog.css
    │   │   │   │       │   ├── fck_dialog_ie6.js
    │   │   │   │       │   ├── fck_editor.css
    │   │   │   │       │   ├── fck_strip.gif
    │   │   │   │       │   └── images
    │   │   │   │       │       ├── dialog.sides.gif
    │   │   │   │       │       ├── dialog.sides.png
    │   │   │   │       │       ├── dialog.sides.rtl.png
    │   │   │   │       │       ├── sprites.gif
    │   │   │   │       │       ├── sprites.png
    │   │   │   │       │       ├── toolbar.arrowright.gif
    │   │   │   │       │       ├── toolbar.bg.gif
    │   │   │   │       │       ├── toolbar.buttonarrow.gif
    │   │   │   │       │       ├── toolbar.collapse.gif
    │   │   │   │       │       ├── toolbar.end.gif
    │   │   │   │       │       ├── toolbar.expand.gif
    │   │   │   │       │       ├── toolbar.separator.gif
    │   │   │   │       │       └── toolbar.start.gif
    │   │   │   │       └── silver
    │   │   │   │           ├── fck_dialog.css
    │   │   │   │           ├── fck_dialog_ie6.js
    │   │   │   │           ├── fck_editor.css
    │   │   │   │           ├── fck_strip.gif
    │   │   │   │           └── images
    │   │   │   │               ├── dialog.sides.gif
    │   │   │   │               ├── dialog.sides.png
    │   │   │   │               ├── dialog.sides.rtl.png
    │   │   │   │               ├── sprites.gif
    │   │   │   │               ├── sprites.png
    │   │   │   │               ├── toolbar.arrowright.gif
    │   │   │   │               ├── toolbar.buttonarrow.gif
    │   │   │   │               ├── toolbar.buttonbg.gif
    │   │   │   │               ├── toolbar.collapse.gif
    │   │   │   │               ├── toolbar.end.gif
    │   │   │   │               ├── toolbar.expand.gif
    │   │   │   │               ├── toolbar.separator.gif
    │   │   │   │               └── toolbar.start.gif
    │   │   │   ├── fckconfig.js
    │   │   │   ├── fckeditor.js
    │   │   │   ├── fckstyles.xml
    │   │   │   ├── fcktemplates.xml
    │   │   │   └── 复件 fckconfig.js
    │   │   ├── install
    │   │   │   ├── images
    │   │   │   │   ├── Thumbs.db
    │   │   │   │   ├── box.gif
    │   │   │   │   ├── box_bottom.gif
    │   │   │   │   ├── box_top.gif
    │   │   │   │   ├── btn.gif
    │   │   │   │   ├── css.css
    │   │   │   │   ├── no.gif
    │   │   │   │   ├── step1.gif
    │   │   │   │   ├── step2.gif
    │   │   │   │   ├── step3.gif
    │   │   │   │   ├── step4.gif
    │   │   │   │   ├── top.gif
    │   │   │   │   └── yes.gif
    │   │   │   ├── inc.php
    │   │   │   ├── index.php
    │   │   │   └── tpl
    │   │   │       ├── footer.tpl.php
    │   │   │       ├── header.tpl.php
    │   │   │       ├── index.1.tpl.php
    │   │   │       ├── index.2.tpl.php
    │   │   │       ├── index.3.tpl.php
    │   │   │       ├── index.4.tpl.php
    │   │   │       ├── index.5.tpl.php
    │   │   │       └── index.6.tpl.php
    │   │   ├── js
    │   │   │   ├── hits.php
    │   │   │   ├── inc.php
    │   │   │   ├── init.php
    │   │   │   ├── login.php
    │   │   │   └── refresh.php
    │   │   ├── page.code.php
    │   │   └── webedit
    │   │       ├── bk_edit.html
    │   │       ├── css_mod1
    │   │       │   ├── bk_css.css
    │   │       │   ├── bk_editcss.css
    │   │       │   ├── css.css
    │   │       │   ├── editcss.css
    │   │       │   ├── menu.css
    │   │       │   ├── modecss.css
    │   │       │   └── toolbar
    │   │       │       ├── btnBack.gif
    │   │       │       ├── btnBold.gif
    │   │       │       ├── btnColor.gif
    │   │       │       ├── btnCopy.gif
    │   │       │       ├── btnCut.gif
    │   │       │       ├── btnDelete.gif
    │   │       │       ├── btnHF.gif
    │   │       │       ├── btnImg.gif
    │   │       │       ├── btnItalic.gif
    │   │       │       ├── btnJustifyCenter.gif
    │   │       │       ├── btnJustifyFull.gif
    │   │       │       ├── btnJustifyLeft.gif
    │   │       │       ├── btnJustifyRight.gif
    │   │       │       ├── btnPaste.gif
    │   │       │       ├── btnPasteText.gif
    │   │       │       ├── btnPasteWord.gif
    │   │       │       ├── btnSelectAll.gif
    │   │       │       ├── btnStrikeThrough.gif
    │   │       │       ├── btnSubscript.gif
    │   │       │       ├── btnSuperscript.gif
    │   │       │       ├── btnTable.gif
    │   │       │       ├── btnUnderLine.gif
    │   │       │       ├── btnUnselect.gif
    │   │       │       └── doc_tit.gif
    │   │       ├── dialog
    │   │       │   ├── dialog.css
    │   │       │   ├── dialog.js
    │   │       │   ├── file.htm
    │   │       │   ├── img.htm
    │   │       │   ├── selcolor.htm
    │   │       │   ├── table.htm
    │   │       │   └── xx.htm
    │   │       ├── index.html
    │   │       ├── js
    │   │       │   ├── common.js
    │   │       │   ├── dialog.js
    │   │       │   ├── event.js
    │   │       │   ├── js.js
    │   │       │   ├── menu.js
    │   │       │   ├── new_js.js
    │   │       │   ├── new_menu.js
    │   │       │   └── table.js
    │   │       ├── menu.html
    │   │       ├── oldDialog
    │   │       │   ├── about
    │   │       │   │   └── ewebeditor.gif
    │   │       │   ├── about.htm
    │   │       │   ├── anchor.htm
    │   │       │   ├── backimage.htm
    │   │       │   ├── dialog.js
    │   │       │   ├── emot.htm
    │   │       │   ├── fieldset.htm
    │   │       │   ├── file.htm
    │   │       │   ├── findreplace.htm
    │   │       │   ├── flash.htm
    │   │       │   ├── fullscreen.htm
    │   │       │   ├── help
    │   │       │   │   ├── main.htm
    │   │       │   │   └── top.htm
    │   │       │   ├── help.htm
    │   │       │   ├── hyperlink.htm
    │   │       │   ├── iframe.htm
    │   │       │   ├── img.htm
    │   │       │   ├── map.htm
    │   │       │   ├── marquee.htm
    │   │       │   ├── media.htm
    │   │       │   ├── selcolor.htm
    │   │       │   ├── symbol.htm
    │   │       │   ├── table.htm
    │   │       │   ├── tablecell.htm
    │   │       │   └── tablecellsplit.htm
    │   │       └── 复件 index.html
    │   ├── sys
    │   │   ├── cls
    │   │   │   ├── cls.access.php
    │   │   │   ├── cls.ip.php
    │   │   │   ├── cls.msg.php
    │   │   │   ├── cls.mssql.php
    │   │   │   ├── cls.mysql.php
    │   │   │   └── cls.pic.php
    │   │   ├── cls_ctl
    │   │   │   ├── ctl.admin.php
    │   │   │   ├── ctl.data_back.php
    │   │   │   ├── ctl.file.php
    │   │   │   ├── ctl.limit.php
    │   │   │   ├── ctl.mail.php
    │   │   │   ├── ctl.pic.php
    │   │   │   ├── ctl.templates.php
    │   │   │   ├── ctl.upload.php
    │   │   │   └── ctl.user.php
    │   │   ├── cls_tab
    │   │   │   ├── base.table.php
    │   │   │   ├── tab.admin.php
    │   │   │   ├── tab.admingroup.php
    │   │   │   ├── tab.adminpage.php
    │   │   │   ├── tab.article.channel.php
    │   │   │   ├── tab.article.folder.php
    │   │   │   ├── tab.article.php
    │   │   │   ├── tab.hr.company.php
    │   │   │   ├── tab.hr.company.vip.php
    │   │   │   ├── tab.hr.job.apply.php
    │   │   │   ├── tab.hr.job.category.php
    │   │   │   ├── tab.hr.job.collect.php
    │   │   │   ├── tab.hr.job.history.php
    │   │   │   ├── tab.hr.job.invite.php
    │   │   │   ├── tab.hr.job.php
    │   │   │   ├── tab.hr.job.search.php
    │   │   │   ├── tab.hr.job.view.php
    │   │   │   ├── tab.hr.letter.php
    │   │   │   ├── tab.hr.resume.collect.php
    │   │   │   ├── tab.hr.resume.php
    │   │   │   ├── tab.hr.resume.search.php
    │   │   │   ├── tab.hr.resume.view.php
    │   │   │   ├── tab.other.ads.php
    │   │   │   ├── tab.other.friendlink.php
    │   │   │   ├── tab.other.msgbook.php
    │   │   │   ├── tab.other.upload.attatch.php
    │   │   │   ├── tab.other.upload.php
    │   │   │   ├── tab.sys.admin.group.php
    │   │   │   ├── tab.sys.admin.log.php
    │   │   │   ├── tab.sys.admin.page.php
    │   │   │   ├── tab.sys.admin.php
    │   │   │   ├── tab.sys.area.php
    │   │   │   ├── tab.sys.config.php
    │   │   │   ├── tab.sys.domain.php
    │   │   │   ├── tab.sys.model.php
    │   │   │   ├── tab.sys.session.php
    │   │   │   └── tab.sys.user.php
    │   │   ├── fun
    │   │   │   ├── fun.common.php
    │   │   │   ├── fun.file.php
    │   │   │   ├── fun.temp.php
    │   │   │   └── fun.website.php
    │   │   ├── inc.php
    │   │   ├── phpmailer
    │   │   │   ├── class.phpmailer.php
    │   │   │   ├── class.pop3.php
    │   │   │   └── class.smtp.php
    │   │   └── tool
    │   │       ├── font
    │   │       │   └── simkai.ttf
    │   │       ├── ip.Dat
    │   │       └── payment
    │   │           ├── 99bill_service.php
    │   │           ├── alipay
    │   │           │   ├── alipay_notify.php
    │   │           │   ├── alipay_service.php
    │   │           │   ├── index.php
    │   │           │   ├── notify_url.php
    │   │           │   ├── return_url.php
    │   │           │   └── 使用说明.txt
    │   │           ├── alipay_service.php
    │   │           └── tenpay_service.php
    │   ├── templates
    │   │   ├── lib
    │   │   │   ├── article.php
    │   │   │   ├── article_list.php
    │   │   │   ├── hr
    │   │   │   │   ├── company
    │   │   │   │   │   ├── apply.php
    │   │   │   │   │   ├── base.php
    │   │   │   │   │   ├── collect.php
    │   │   │   │   │   ├── index.php
    │   │   │   │   │   ├── invite.php
    │   │   │   │   │   ├── job.php
    │   │   │   │   │   ├── job_view.php
    │   │   │   │   │   ├── letter.php
    │   │   │   │   │   ├── msgbook.php
    │   │   │   │   │   ├── search.php
    │   │   │   │   │   └── user.php
    │   │   │   │   ├── company_reg.php
    │   │   │   │   ├── companyview.php
    │   │   │   │   ├── index.php
    │   │   │   │   ├── joblist.php
    │   │   │   │   ├── jobview.php
    │   │   │   │   ├── resumelist.php
    │   │   │   │   ├── resumeview.php
    │   │   │   │   ├── user
    │   │   │   │   │   ├── base.php
    │   │   │   │   │   ├── base_letter.php
    │   │   │   │   │   ├── base_photo.php
    │   │   │   │   │   ├── index.php
    │   │   │   │   │   ├── job_apply.php
    │   │   │   │   │   ├── job_collect.php
    │   │   │   │   │   ├── job_invite.php
    │   │   │   │   │   ├── msgbook.php
    │   │   │   │   │   ├── resume_send.php
    │   │   │   │   │   ├── resume_view.php
    │   │   │   │   │   ├── search.php
    │   │   │   │   │   └── user.php
    │   │   │   │   └── user_reg.php
    │   │   │   ├── login.php
    │   │   │   └── msgbook.php
    │   │   └── temp
    │   │       └── hr
    │   │           ├── article.html
    │   │           ├── article_list.html
    │   │           ├── company
    │   │           │   ├── apply.html
    │   │           │   ├── base.html
    │   │           │   ├── collect.html
    │   │           │   ├── footer.html
    │   │           │   ├── header.html
    │   │           │   ├── index.html
    │   │           │   ├── invite.html
    │   │           │   ├── invite_left.html
    │   │           │   ├── job.html
    │   │           │   ├── job_edit.html
    │   │           │   ├── job_left.html
    │   │           │   ├── job_save.html
    │   │           │   ├── job_view.html
    │   │           │   ├── letter.html
    │   │           │   ├── login.html
    │   │           │   ├── msgbook.html
    │   │           │   ├── pwd.html
    │   │           │   ├── search_edit.html
    │   │           │   ├── search_left.html
    │   │           │   ├── search_list.html
    │   │           │   ├── search_save.html
    │   │           │   ├── sys_left.html
    │   │           │   └── uname.html
    │   │           ├── company_login.html
    │   │           ├── company_reg.html
    │   │           ├── companyview.html
    │   │           ├── footer.html
    │   │           ├── header.html
    │   │           ├── img
    │   │           │   ├── Thumbs.db
    │   │           │   ├── ad_1.jpg
    │   │           │   ├── ad_2.jpg
    │   │           │   ├── ad_3.jpg
    │   │           │   ├── ad_4.jpg
    │   │           │   ├── ad_5.jpg
    │   │           │   ├── ad_6.jpg
    │   │           │   ├── arrow.gif
    │   │           │   ├── bg_1.jpg
    │   │           │   ├── bg_10.jpg
    │   │           │   ├── bg_11.jpg
    │   │           │   ├── bg_12.jpg
    │   │           │   ├── bg_13.jpg
    │   │           │   ├── bg_14.jpg
    │   │           │   ├── bg_15.jpg
    │   │           │   ├── bg_16.jpg
    │   │           │   ├── bg_17.jpg
    │   │           │   ├── bg_18.jpg
    │   │           │   ├── bg_19.jpg
    │   │           │   ├── bg_2.jpg
    │   │           │   ├── bg_20.jpg
    │   │           │   ├── bg_21.jpg
    │   │           │   ├── bg_22.jpg
    │   │           │   ├── bg_22_1.jpg
    │   │           │   ├── bg_3.jpg
    │   │           │   ├── bg_4.jpg
    │   │           │   ├── bg_5.jpg
    │   │           │   ├── bg_6.jpg
    │   │           │   ├── bg_7.jpg
    │   │           │   ├── bg_8.jpg
    │   │           │   ├── bg_9.jpg
    │   │           │   ├── bg_valid_ok.gif
    │   │           │   ├── br_err.jpg
    │   │           │   ├── btn_bg_100.jpg
    │   │           │   ├── btn_bg_142.jpg
    │   │           │   ├── btn_bg_67.jpg
    │   │           │   ├── btn_del.jpg
    │   │           │   ├── btn_green.jpg
    │   │           │   ├── btn_login1.jpg
    │   │           │   ├── btn_search.jpg
    │   │           │   ├── btn_search1.jpg
    │   │           │   ├── btn_x_121.jpg
    │   │           │   ├── btn_x_175.jpg
    │   │           │   ├── btn_zt.jpg
    │   │           │   ├── css.css
    │   │           │   ├── dot_1.jpg
    │   │           │   ├── dot_2.jpg
    │   │           │   ├── loginout.gif
    │   │           │   ├── logo.jpg
    │   │           │   ├── pic_0.gif
    │   │           │   ├── pic_1.gif
    │   │           │   ├── pic_1.jpg
    │   │           │   ├── pic_2.gif
    │   │           │   ├── pic_2.jpg
    │   │           │   ├── pic_3.gif
    │   │           │   ├── pic_3.jpg
    │   │           │   ├── pic_4.jpg
    │   │           │   ├── pic_5.jpg
    │   │           │   ├── pic_6.jpg
    │   │           │   ├── pic_code.jpg
    │   │           │   ├── pic_pwd.jpg
    │   │           │   ├── pic_search.jpg
    │   │           │   ├── pic_user.jpg
    │   │           │   ├── search_collect.jpg
    │   │           │   ├── search_job.jpg
    │   │           │   └── title_login.gif
    │   │           ├── index.html
    │   │           ├── joblist.html
    │   │           ├── jobview.html
    │   │           ├── msgbook.html
    │   │           ├── resume_email.html
    │   │           ├── resumelist.html
    │   │           ├── resumeview.html
    │   │           ├── user
    │   │           │   ├── base_left.html
    │   │           │   ├── base_letter.html
    │   │           │   ├── base_photo.html
    │   │           │   ├── base_privacy.html
    │   │           │   ├── base_step1.html
    │   │           │   ├── base_step2.html
    │   │           │   ├── base_step3.html
    │   │           │   ├── base_step4.html
    │   │           │   ├── base_step5.html
    │   │           │   ├── base_step6.html
    │   │           │   ├── footer.html
    │   │           │   ├── header.html
    │   │           │   ├── index.html
    │   │           │   ├── job_apply.html
    │   │           │   ├── job_collect.html
    │   │           │   ├── job_invite.html
    │   │           │   ├── job_left.html
    │   │           │   ├── login.html
    │   │           │   ├── msgbook.html
    │   │           │   ├── pwd.html
    │   │           │   ├── resume_send.html
    │   │           │   ├── resume_view.html
    │   │           │   ├── search_edit.html
    │   │           │   ├── search_left.html
    │   │           │   ├── search_list.html
    │   │           │   ├── search_save.html
    │   │           │   ├── sys_left.html
    │   │           │   └── uname.html
    │   │           ├── user_login.html
    │   │           └── user_reg.html
    │   ├── upload
    │   └── user.php
    ├── 说明.htm
    ├── 下载说明.txt
    └── 安装说明.txt

176 directories, 1364 files


实例下载地址

PHP 人才管理系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警