实例介绍
OA系统前台框架模板含div+css+html代码
【实例截图】
【核心代码】
a697fe6d-2830-4d4d-a7e6-60bad3a61430
└── oa_admin
├── css
│ ├── blue
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── EditorArea.css
│ │ ├── Editor.css
│ │ └── MenuArea.css
│ ├── calendar.css
│ ├── CoolBlue
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── EditorArea.css
│ │ ├── Editor.css
│ │ ├── MenuArea.css
│ │ ├── TBHandle.gif
│ │ ├── ToolbarBg.gif
│ │ ├── ToolbarLeft.gif
│ │ └── ToolbarRight.gif
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── downcode.com.txt
│ ├── dtree.css
│ ├── green
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── EditorArea.css
│ │ ├── Editor.css
│ │ └── MenuArea.css
│ ├── light
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── EditorArea.css
│ │ ├── Editor.css
│ │ └── MenuArea.css
│ ├── mx
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── EditorArea.css
│ │ ├── Editor.css
│ │ └── MenuArea.css
│ ├── Office
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── EditorArea.css
│ │ ├── Editor.css
│ │ └── MenuArea.css
│ ├── Office3D
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── EditorArea.css
│ │ ├── Editor.css
│ │ └── MenuArea.css
│ ├── red
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── EditorArea.css
│ │ ├── Editor.css
│ │ └── MenuArea.css
│ ├── style.css
│ └── yellow
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── EditorArea.css
│ ├── Editor.css
│ └── MenuArea.css
├── images
│ ├── 1.png
│ ├── 2.png
│ ├── 3.png
│ ├── 4.png
│ ├── 5.png
│ ├── 6.png
│ ├── 7.png
│ ├── 8.png
│ ├── accept.png
│ ├── arrow.gif
│ ├── btn_add.gif
│ ├── btn_back.gif
│ ├── btn_edit.gif
│ ├── btn_fs.gif
│ ├── btn_left.gif
│ ├── btn_map.gif
│ ├── btn_msg.gif
│ ├── btn_new.gif
│ ├── btn_print.gif
│ ├── btn_refresh.gif
│ ├── btn_right.gif
│ ├── btn_save.gif
│ ├── btn_search.gif
│ ├── Chart01.png
│ ├── Chart02.png
│ ├── dtree
│ │ ├── base.gif
│ │ ├── cd.gif
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── empty.gif
│ │ ├── folder.gif
│ │ ├── folderopen.gif
│ │ ├── globe.gif
│ │ ├── imgfolder.gif
│ │ ├── joinbottom.gif
│ │ ├── join.gif
│ │ ├── line.gif
│ │ ├── minusbottom.gif
│ │ ├── minus.gif
│ │ ├── musicfolder.gif
│ │ ├── nolines_minus.gif
│ │ ├── nolines_plus.gif
│ │ ├── openfoldericon.png
│ │ ├── page.gif
│ │ ├── plusbottom.gif
│ │ ├── plus.gif
│ │ ├── question.gif
│ │ └── trash.gif
│ ├── error.png
│ ├── gril.jpg
│ ├── icn_ok.gif
│ ├── icn_time.gif
│ ├── icon_card.gif
│ ├── ico_no.png
│ ├── ico_yes.png
│ ├── loginBg.png
│ ├── login_cancel.gif
│ ├── login_enter.gif
│ ├── main_header.gif
│ ├── main_headerL.gif
│ ├── menu_bg.gif
│ ├── menu_bgT.gif
│ ├── menu_foot.gif
│ ├── menu_left.gif
│ ├── menu_right.gif
│ ├── menu_top.gif
│ ├── next.gif
│ ├── opt_current.gif
│ ├── opt_normal.gif
│ ├── prev_end.gif
│ ├── prev.gif
│ ├── prev_top.gif
│ ├── sbtn2_bg.gif
│ ├── sbtn_bg.gif
│ ├── th_bg.gif
│ ├── top_bg.gif
│ ├── top_btn1.gif
│ ├── top_btn2.gif
│ ├── top_btn3.gif
│ ├── top_btn6.gif
│ ├── top_left.gif
│ ├── top_right_a.gif
│ ├── top_right_b1.gif
│ ├── top_right_b2.gif
│ ├── top_right_b3.gif
│ ├── top_right_b4.gif
│ ├── top_right_b5.gif
│ ├── top_right_b6.gif
│ ├── top_right.gif
│ └── 复件 menu_foot.gif
├── js
│ ├── ButonMouse.js
│ ├── calendar.js
│ ├── calendar-setup.js
│ ├── DateTimeCalendar.js
│ ├── dtree.js
│ ├── itemAcc.js
│ ├── lang
│ │ ├── calendar-en.js
│ │ ├── calendar-zh.js
│ │ └── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── main.js
│ ├── MenuDisplay.js
│ ├── menu.js
│ ├── prototype-1.6.0.3.js
│ ├── sortTable.js
│ ├── sysCatLog.js
│ └── waitMsg.js
├── login.html
├── main.html
└── pages
├── based
│ ├── info.html
│ ├── msg.html
│ ├── passwd.html
│ ├── query.html
│ ├── shaixuan_a.html
│ └── shaixuan_b.html
├── fwj
│ ├── 01_detail.html
│ ├── 01_edit.html
│ ├── 01_list.html
│ ├── 02_edit.html
│ ├── 02_list.html
│ ├── 03_detail.html
│ ├── 03_edit2.html
│ ├── 03_edit.html
│ ├── 03_list.html
│ ├── 04_list.html
│ ├── 04_list.html.bak
│ ├── 05_list.html
│ ├── 06_list.html
│ ├── 07_list.html
│ ├── 07_list.html.bak
│ ├── 08_list.html
│ ├── bak
│ │ ├── fwj_01.html
│ │ ├── fwj_03.html
│ │ ├── fwj_04.html
│ │ └── fwj_05.html
│ └── 复件 复件 07_list.html
└── rdjg
└── 01_list.html
32 directories, 204 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论