Repository: baok1592/ruhua_vue
Branch: master
Commit: 03733192beec
Files: 479
Total size: 10.4 MB
Directory structure:
gitextract_wa8ztkhb/
├── LICENSE
├── README.md
├── 前端商城/
│ ├── .gitignore
│ ├── App.vue
│ ├── README.md
│ ├── common/
│ │ ├── app.css
│ │ ├── app_token.js
│ │ ├── axios.js
│ │ ├── cache/
│ │ │ └── user.js
│ │ ├── cache.js
│ │ ├── check.js
│ │ ├── config.js
│ │ ├── filters/
│ │ │ └── filters.js
│ │ ├── h5_pay.js
│ │ ├── mixin.js
│ │ ├── switch.js
│ │ ├── uni.css
│ │ ├── wx_token.js
│ │ └── xcx_token.js
│ ├── components/
│ │ ├── actionsheet/
│ │ │ └── actionsheet.vue
│ │ ├── badge/
│ │ │ └── badge.vue
│ │ ├── bottom-popup/
│ │ │ └── bottom-popup.vue
│ │ ├── button/
│ │ │ └── button.vue
│ │ ├── dateTime/
│ │ │ └── dateTime.vue
│ │ ├── discount/
│ │ │ └── discount.vue
│ │ ├── drawer/
│ │ │ └── drawer.vue
│ │ ├── empty.vue
│ │ ├── form_data/
│ │ │ └── form_data.vue
│ │ ├── hch-poster/
│ │ │ ├── hch-poster - 副本.vue
│ │ │ └── hch-poster.vue
│ │ ├── icon/
│ │ │ └── icon.vue
│ │ ├── jing-swiper/
│ │ │ └── jing-swiper.vue
│ │ ├── linnian-CountDown/
│ │ │ ├── readme.md
│ │ │ └── uni-countdown.vue
│ │ ├── loadmore/
│ │ │ └── loadmore.vue
│ │ ├── mix-list-cell.vue
│ │ ├── modal/
│ │ │ └── modal.vue
│ │ ├── new_HB/
│ │ │ ├── index/
│ │ │ │ └── index.vue
│ │ │ └── mg-h5hb/
│ │ │ └── common/
│ │ │ ├── canvas_x.js
│ │ │ ├── myUtil.js
│ │ │ ├── qrCode.js
│ │ │ └── style.scss
│ │ ├── nomore/
│ │ │ └── nomore.vue
│ │ ├── numberbox/
│ │ │ └── numberbox.vue
│ │ ├── plan-image-upload/
│ │ │ ├── index.vue
│ │ │ ├── up_img.vue
│ │ │ └── work_log - 副本.vue
│ │ ├── qy/
│ │ │ ├── Black.vue
│ │ │ ├── Coupon.vue
│ │ │ ├── FenX.vue
│ │ │ ├── List-d.vue
│ │ │ ├── List-f.vue
│ │ │ ├── Tan.vue
│ │ │ ├── Title-c.vue
│ │ │ ├── list/
│ │ │ │ └── h.vue
│ │ │ ├── none.vue
│ │ │ ├── shopProduct.vue
│ │ │ ├── xianshi.vue
│ │ │ └── xieyi.vue
│ │ ├── rate/
│ │ │ └── rate.vue
│ │ ├── share.vue
│ │ ├── tag/
│ │ │ └── tag.vue
│ │ ├── top-dropdown/
│ │ │ └── top-dropdown.vue
│ │ ├── tui-tabs/
│ │ │ └── tui-tabs.vue
│ │ ├── tui-upload/
│ │ │ └── tui-upload.vue
│ │ ├── uni/
│ │ │ ├── uni-badge/
│ │ │ │ └── uni-badge.vue
│ │ │ ├── uni-countdown/
│ │ │ │ └── uni-countdown.vue
│ │ │ ├── uni-icon/
│ │ │ │ └── uni-icon.vue
│ │ │ ├── uni-icons/
│ │ │ │ └── uni-icons.vue
│ │ │ ├── uni-list/
│ │ │ │ └── uni-list.vue
│ │ │ ├── uni-list-item/
│ │ │ │ └── uni-list-item.vue
│ │ │ ├── uni-load-more/
│ │ │ │ └── uni-load-more.vue
│ │ │ ├── uni-notice-bar/
│ │ │ │ └── uni-notice-bar.vue
│ │ │ ├── uni-popup/
│ │ │ │ └── uni-popup.vue
│ │ │ ├── uni-rate/
│ │ │ │ ├── uni-rate.vue
│ │ │ │ └── uni-rates.vue
│ │ │ ├── uni-segmented-control/
│ │ │ │ └── uni-segmented-control.vue
│ │ │ ├── uni-steps/
│ │ │ │ └── uni-steps.vue
│ │ │ └── uni-swipe-action/
│ │ │ └── uni-swipe-action.vue
│ │ ├── uni-icons/
│ │ │ ├── icons.js
│ │ │ └── uni-icons.vue
│ │ ├── uni-number-box.vue
│ │ ├── w-picker/
│ │ │ ├── city-data/
│ │ │ │ ├── area.js
│ │ │ │ ├── city.js
│ │ │ │ └── province.js
│ │ │ ├── w-picker.js
│ │ │ └── w-picker.vue
│ │ └── wx_auth/
│ │ ├── app_auth.vue
│ │ └── xcx_auth.vue
│ ├── main.js
│ ├── manifest.json
│ ├── means/
│ │ ├── coupon/
│ │ │ └── coupon.vue
│ │ ├── discount/
│ │ │ └── discount.vue
│ │ ├── notice/
│ │ │ └── notice.vue
│ │ ├── onebuy/
│ │ │ └── onebuy.vue
│ │ ├── pin/
│ │ │ └── pin.vue
│ │ ├── play/
│ │ │ ├── activity/
│ │ │ │ ├── draw.vue
│ │ │ │ └── draw加密.vue
│ │ │ ├── sherpa-jiugongge/
│ │ │ │ ├── sherpa-jiugongge.vue
│ │ │ │ └── sherpa-jiugongge加密.vue
│ │ │ └── watering/
│ │ │ ├── watering.vue
│ │ │ └── watering加密.vue
│ │ └── qiandao/
│ │ └── qiandao.vue
│ ├── model/
│ │ ├── category.js
│ │ ├── order.js
│ │ └── product.js
│ ├── pages/
│ │ ├── address/
│ │ │ ├── address.vue
│ │ │ └── addressManage.vue
│ │ ├── article/
│ │ │ └── article.vue
│ │ ├── cart/
│ │ │ └── cart.vue
│ │ ├── cartnone/
│ │ │ └── cartnone.vue
│ │ ├── category/
│ │ │ ├── category.1.vue
│ │ │ └── category.vue
│ │ ├── cms/
│ │ │ ├── coupon/
│ │ │ │ └── coupon.vue
│ │ │ ├── coupon_VIP/
│ │ │ │ └── coupon_VIP.vue
│ │ │ ├── couponlist/
│ │ │ │ └── couponlist.vue
│ │ │ ├── couponxuan/
│ │ │ │ └── couponxuan.vue
│ │ │ ├── edit/
│ │ │ │ ├── pro_manage/
│ │ │ │ │ └── pro_manage.vue
│ │ │ │ ├── product/
│ │ │ │ │ ├── addgroup/
│ │ │ │ │ │ └── addgroup.vue
│ │ │ │ │ ├── product-图片上传ID未解决.vue
│ │ │ │ │ └── product.vue
│ │ │ │ ├── shop/
│ │ │ │ │ └── shop.vue
│ │ │ │ ├── shop_login/
│ │ │ │ │ └── shop_login.vue
│ │ │ │ ├── yanzheng/
│ │ │ │ │ └── yanzheng.vue
│ │ │ │ ├── yfmoban/
│ │ │ │ │ └── yfmoban.vue
│ │ │ │ ├── yfset/
│ │ │ │ │ └── yfset.vue
│ │ │ │ └── yunfei/
│ │ │ │ └── yunfei.vue
│ │ │ ├── index/
│ │ │ │ └── index.vue
│ │ │ ├── kedetail/
│ │ │ │ └── kedetail.vue
│ │ │ ├── kehu/
│ │ │ │ └── kehu.vue
│ │ │ ├── kucun/
│ │ │ │ └── kucun.vue
│ │ │ ├── login/
│ │ │ │ ├── login-old.vue
│ │ │ │ └── login.vue
│ │ │ ├── notice/
│ │ │ │ └── notice.vue
│ │ │ ├── order/
│ │ │ │ ├── detail/
│ │ │ │ │ └── detail.vue
│ │ │ │ ├── detail.vue
│ │ │ │ ├── order.vue
│ │ │ │ ├── send/
│ │ │ │ │ └── send.vue
│ │ │ │ └── yz_order.vue
│ │ │ ├── tag_manage/
│ │ │ │ └── tag_manage.vue
│ │ │ └── user/
│ │ │ ├── agent/
│ │ │ │ └── agent.vue
│ │ │ ├── buy_vip.vue
│ │ │ ├── fenxiao/
│ │ │ │ ├── addcard/
│ │ │ │ │ └── addcard.vue
│ │ │ │ ├── bankcard/
│ │ │ │ │ └── bankcard.vue
│ │ │ │ ├── fenxiao.vue
│ │ │ │ ├── success/
│ │ │ │ │ └── success.vue
│ │ │ │ └── tixian/
│ │ │ │ └── tixian.vue
│ │ │ ├── mingxi/
│ │ │ │ └── mingxi.vue
│ │ │ ├── tongji/
│ │ │ │ └── tongji.vue
│ │ │ └── user.vue
│ │ ├── detail/
│ │ │ └── detail.vue
│ │ ├── evaluate/
│ │ │ └── evaluate.vue
│ │ ├── extend-view/
│ │ │ ├── mall/
│ │ │ │ └── mall.vue
│ │ │ ├── news-search/
│ │ │ │ └── news-search.vue
│ │ │ ├── productDetail/
│ │ │ │ ├── components/
│ │ │ │ │ ├── activity.vue
│ │ │ │ │ ├── bottom.vue
│ │ │ │ │ ├── choose_sku.vue
│ │ │ │ │ ├── coupon.vue
│ │ │ │ │ ├── get_coupon.vue
│ │ │ │ │ └── share.vue
│ │ │ │ ├── productDetail++.vue
│ │ │ │ └── productDetail.vue
│ │ │ └── productList/
│ │ │ └── productList.vue
│ │ ├── form/
│ │ │ └── form.vue
│ │ ├── index/
│ │ │ └── index.vue
│ │ ├── invite/
│ │ │ └── invite.vue
│ │ ├── invoices/
│ │ │ └── invoices.vue
│ │ ├── list/
│ │ │ └── list.vue
│ │ ├── login/
│ │ │ ├── login.vue
│ │ │ ├── loginA/
│ │ │ │ └── loginA.vue
│ │ │ └── loginB/
│ │ │ └── loginB.vue
│ │ ├── order/
│ │ │ ├── components/
│ │ │ │ ├── buy_data.vue
│ │ │ │ ├── coupon.vue
│ │ │ │ ├── drive_type.vue
│ │ │ │ ├── group_buy.vue
│ │ │ │ └── receive_address.vue
│ │ │ ├── createOrder.vue
│ │ │ ├── order.vue
│ │ │ └── pay.vue
│ │ ├── pindetail/
│ │ │ └── pindetail.vue
│ │ ├── public/
│ │ │ └── login.vue
│ │ ├── set/
│ │ │ └── set.vue
│ │ ├── shop/
│ │ │ └── shop.vue
│ │ ├── user/
│ │ │ ├── bind_phone/
│ │ │ │ └── bind_phone.vue
│ │ │ ├── cash/
│ │ │ │ └── cash.vue
│ │ │ ├── like/
│ │ │ │ └── like.vue
│ │ │ ├── mycoupon/
│ │ │ │ └── mycoupon.vue
│ │ │ ├── myorder/
│ │ │ │ ├── drive/
│ │ │ │ │ └── drive.vue
│ │ │ │ ├── grade/
│ │ │ │ │ └── grade.vue
│ │ │ │ ├── myorder.vue
│ │ │ │ └── refund/
│ │ │ │ └── refund.vue
│ │ │ ├── record/
│ │ │ │ └── record.vue
│ │ │ ├── set/
│ │ │ │ └── set.vue
│ │ │ └── user.vue
│ │ ├── wxauth.vue
│ │ ├── xieyi/
│ │ │ └── xieyi.vue
│ │ └── zhibo/
│ │ ├── detail.vue
│ │ └── zhibo.vue
│ ├── pages.json
│ ├── static/
│ │ └── style/
│ │ ├── icon.css
│ │ └── thorui.css
│ └── uni.scss
└── 后台cms/
├── .browserslistrc
├── .eslintrc.js
├── .gitignore
├── babel.config.js
├── package.json
├── postcss.config.js
├── public/
│ ├── index.html
│ ├── static/
│ │ └── UEditor/
│ │ ├── dialogs/
│ │ │ ├── anchor/
│ │ │ │ └── anchor.html
│ │ │ ├── attachment/
│ │ │ │ ├── attachment.css
│ │ │ │ ├── attachment.html
│ │ │ │ └── attachment.js
│ │ │ ├── background/
│ │ │ │ ├── background.css
│ │ │ │ ├── background.html
│ │ │ │ └── background.js
│ │ │ ├── charts/
│ │ │ │ ├── chart.config.js
│ │ │ │ ├── charts.css
│ │ │ │ ├── charts.html
│ │ │ │ └── charts.js
│ │ │ ├── emotion/
│ │ │ │ ├── emotion.css
│ │ │ │ ├── emotion.html
│ │ │ │ └── emotion.js
│ │ │ ├── gmap/
│ │ │ │ └── gmap.html
│ │ │ ├── help/
│ │ │ │ ├── help.css
│ │ │ │ ├── help.html
│ │ │ │ └── help.js
│ │ │ ├── image/
│ │ │ │ ├── image.css
│ │ │ │ ├── image.html
│ │ │ │ └── image.js
│ │ │ ├── insertframe/
│ │ │ │ └── insertframe.html
│ │ │ ├── internal.js
│ │ │ ├── link/
│ │ │ │ └── link.html
│ │ │ ├── map/
│ │ │ │ ├── map.html
│ │ │ │ └── show.html
│ │ │ ├── music/
│ │ │ │ ├── music.css
│ │ │ │ ├── music.html
│ │ │ │ └── music.js
│ │ │ ├── preview/
│ │ │ │ └── preview.html
│ │ │ ├── scrawl/
│ │ │ │ ├── scrawl.css
│ │ │ │ ├── scrawl.html
│ │ │ │ └── scrawl.js
│ │ │ ├── searchreplace/
│ │ │ │ ├── searchreplace.html
│ │ │ │ └── searchreplace.js
│ │ │ ├── snapscreen/
│ │ │ │ └── snapscreen.html
│ │ │ ├── spechars/
│ │ │ │ ├── spechars.html
│ │ │ │ └── spechars.js
│ │ │ ├── table/
│ │ │ │ ├── edittable.css
│ │ │ │ ├── edittable.html
│ │ │ │ ├── edittable.js
│ │ │ │ ├── edittd.html
│ │ │ │ └── edittip.html
│ │ │ ├── template/
│ │ │ │ ├── config.js
│ │ │ │ ├── template.css
│ │ │ │ ├── template.html
│ │ │ │ └── template.js
│ │ │ ├── video/
│ │ │ │ ├── video.css
│ │ │ │ ├── video.html
│ │ │ │ └── video.js
│ │ │ ├── webapp/
│ │ │ │ └── webapp.html
│ │ │ └── wordimage/
│ │ │ ├── tangram.js
│ │ │ ├── wordimage.html
│ │ │ └── wordimage.js
│ │ ├── lang/
│ │ │ ├── en/
│ │ │ │ └── en.js
│ │ │ └── zh-cn/
│ │ │ └── zh-cn.js
│ │ ├── themes/
│ │ │ ├── default/
│ │ │ │ ├── css/
│ │ │ │ │ └── ueditor.css
│ │ │ │ └── dialogbase.css
│ │ │ └── iframe.css
│ │ ├── third-party/
│ │ │ ├── SyntaxHighlighter/
│ │ │ │ ├── shCore.js
│ │ │ │ └── shCoreDefault.css
│ │ │ ├── codemirror/
│ │ │ │ ├── codemirror.css
│ │ │ │ └── codemirror.js
│ │ │ ├── highcharts/
│ │ │ │ ├── adapters/
│ │ │ │ │ ├── mootools-adapter.js
│ │ │ │ │ ├── mootools-adapter.src.js
│ │ │ │ │ ├── prototype-adapter.js
│ │ │ │ │ ├── prototype-adapter.src.js
│ │ │ │ │ ├── standalone-framework.js
│ │ │ │ │ └── standalone-framework.src.js
│ │ │ │ ├── highcharts-more.js
│ │ │ │ ├── highcharts-more.src.js
│ │ │ │ ├── highcharts.js
│ │ │ │ ├── highcharts.src.js
│ │ │ │ ├── modules/
│ │ │ │ │ ├── annotations.js
│ │ │ │ │ ├── annotations.src.js
│ │ │ │ │ ├── canvas-tools.js
│ │ │ │ │ ├── canvas-tools.src.js
│ │ │ │ │ ├── data.js
│ │ │ │ │ ├── data.src.js
│ │ │ │ │ ├── drilldown.js
│ │ │ │ │ ├── drilldown.src.js
│ │ │ │ │ ├── exporting.js
│ │ │ │ │ ├── exporting.src.js
│ │ │ │ │ ├── funnel.js
│ │ │ │ │ ├── funnel.src.js
│ │ │ │ │ ├── heatmap.js
│ │ │ │ │ ├── heatmap.src.js
│ │ │ │ │ ├── map.js
│ │ │ │ │ ├── map.src.js
│ │ │ │ │ ├── no-data-to-display.js
│ │ │ │ │ └── no-data-to-display.src.js
│ │ │ │ └── themes/
│ │ │ │ ├── dark-blue.js
│ │ │ │ ├── dark-green.js
│ │ │ │ ├── gray.js
│ │ │ │ ├── grid.js
│ │ │ │ └── skies.js
│ │ │ ├── jquery-1.10.2.js
│ │ │ ├── video-js/
│ │ │ │ ├── video-js.css
│ │ │ │ ├── video.dev.js
│ │ │ │ └── video.js
│ │ │ ├── webuploader/
│ │ │ │ ├── webuploader.css
│ │ │ │ ├── webuploader.custom.js
│ │ │ │ ├── webuploader.flashonly.js
│ │ │ │ ├── webuploader.html5only.js
│ │ │ │ ├── webuploader.js
│ │ │ │ └── webuploader.withoutimage.js
│ │ │ └── zeroclipboard/
│ │ │ └── ZeroClipboard.js
│ │ ├── ueditor.all.js
│ │ ├── ueditor.config.js
│ │ └── ueditor.parse.js
│ └── ueditor/
│ ├── dialogs/
│ │ ├── anchor/
│ │ │ └── anchor.html
│ │ ├── attachment/
│ │ │ ├── attachment.css
│ │ │ ├── attachment.html
│ │ │ └── attachment.js
│ │ ├── background/
│ │ │ ├── background.css
│ │ │ ├── background.html
│ │ │ └── background.js
│ │ ├── charts/
│ │ │ ├── chart.config.js
│ │ │ ├── charts.css
│ │ │ ├── charts.html
│ │ │ └── charts.js
│ │ ├── emotion/
│ │ │ ├── emotion.css
│ │ │ ├── emotion.html
│ │ │ └── emotion.js
│ │ ├── gmap/
│ │ │ └── gmap.html
│ │ ├── help/
│ │ │ ├── help.css
│ │ │ ├── help.html
│ │ │ └── help.js
│ │ ├── image/
│ │ │ ├── image.css
│ │ │ ├── image.html
│ │ │ └── image.js
│ │ ├── insertframe/
│ │ │ └── insertframe.html
│ │ ├── internal.js
│ │ ├── link/
│ │ │ └── link.html
│ │ ├── map/
│ │ │ ├── map.html
│ │ │ └── show.html
│ │ ├── music/
│ │ │ ├── music.css
│ │ │ ├── music.html
│ │ │ └── music.js
│ │ ├── preview/
│ │ │ └── preview.html
│ │ ├── scrawl/
│ │ │ ├── scrawl.css
│ │ │ ├── scrawl.html
│ │ │ └── scrawl.js
│ │ ├── searchreplace/
│ │ │ ├── searchreplace.html
│ │ │ └── searchreplace.js
│ │ ├── snapscreen/
│ │ │ └── snapscreen.html
│ │ ├── spechars/
│ │ │ ├── spechars.html
│ │ │ └── spechars.js
│ │ ├── table/
│ │ │ ├── edittable.css
│ │ │ ├── edittable.html
│ │ │ ├── edittable.js
│ │ │ ├── edittd.html
│ │ │ └── edittip.html
│ │ ├── template/
│ │ │ ├── config.js
│ │ │ ├── template.css
│ │ │ ├── template.html
│ │ │ └── template.js
│ │ ├── video/
│ │ │ ├── video.css
│ │ │ ├── video.html
│ │ │ └── video.js
│ │ ├── webapp/
│ │ │ └── webapp.html
│ │ └── wordimage/
│ │ ├── tangram.js
│ │ ├── wordimage.html
│ │ └── wordimage.js
│ ├── index.html
│ ├── lang/
│ │ ├── en/
│ │ │ └── en.js
│ │ └── zh-cn/
│ │ └── zh-cn.js
│ ├── themes/
│ │ ├── default/
│ │ │ ├── css/
│ │ │ │ └── ueditor.css
│ │ │ └── dialogbase.css
│ │ └── iframe.css
│ ├── third-party/
│ │ ├── SyntaxHighlighter/
│ │ │ ├── shCore.js
│ │ │ └── shCoreDefault.css
│ │ ├── codemirror/
│ │ │ ├── codemirror.css
│ │ │ └── codemirror.js
│ │ ├── highcharts/
│ │ │ ├── adapters/
│ │ │ │ ├── mootools-adapter.js
│ │ │ │ ├── mootools-adapter.src.js
│ │ │ │ ├── prototype-adapter.js
│ │ │ │ ├── prototype-adapter.src.js
│ │ │ │ ├── standalone-framework.js
│ │ │ │ └── standalone-framework.src.js
│ │ │ ├── highcharts-more.js
│ │ │ ├── highcharts-more.src.js
│ │ │ ├── highcharts.js
│ │ │ ├── highcharts.src.js
│ │ │ ├── modules/
│ │ │ │ ├── annotations.js
│ │ │ │ ├── annotations.src.js
│ │ │ │ ├── canvas-tools.js
│ │ │ │ ├── canvas-tools.src.js
│ │ │ │ ├── data.js
│ │ │ │ ├── data.src.js
│ │ │ │ ├── drilldown.js
│ │ │ │ ├── drilldown.src.js
│ │ │ │ ├── exporting.js
│ │ │ │ ├── exporting.src.js
│ │ │ │ ├── funnel.js
│ │ │ │ ├── funnel.src.js
│ │ │ │ ├── heatmap.js
│ │ │ │ ├── heatmap.src.js
│ │ │ │ ├── map.js
│ │ │ │ ├── map.src.js
│ │ │ │ ├── no-data-to-display.js
│ │ │ │ └── no-data-to-display.src.js
│ │ │ └── themes/
│ │ │ ├── dark-blue.js
│ │ │ ├── dark-green.js
│ │ │ ├── gray.js
│ │ │ ├── grid.js
│ │ │ └── skies.js
│ │ ├── jquery-1.10.2.js
│ │ ├── video-js/
│ │ │ ├── video-js.css
│ │ │ ├── video.dev.js
│ │ │ └── video.js
│ │ ├── webuploader/
│ │ │ ├── webuploader.css
│ │ │ ├── webuploader.custom.js
│ │ │ ├── webuploader.flashonly.js
│ │ │ ├── webuploader.html5only.js
│ │ │ ├── webuploader.js
│ │ │ └── webuploader.withoutimage.js
│ │ └── zeroclipboard/
│ │ └── ZeroClipboard.js
│ ├── ueditor.all.js
│ ├── ueditor.config.js
│ └── ueditor.parse.js
├── src/
│ ├── App.vue
│ ├── common/
│ │ ├── axios.js
│ │ ├── city.json
│ │ └── config.js
│ ├── components/
│ │ ├── AddCategory.vue
│ │ ├── Good.vue
│ │ ├── Pro.vue
│ │ ├── addnav.vue
│ │ ├── header.vue
│ │ ├── list/
│ │ │ └── List-a.vue
│ │ ├── navTo.vue
│ │ ├── sku copy.vue
│ │ ├── sku.vue
│ │ └── time_range/
│ │ └── time_range.vue
│ ├── main.js
│ ├── router.js
│ └── views/
│ ├── Home.vue
│ ├── PicList.vue
│ ├── ad/
│ │ ├── ad.vue
│ │ ├── article.vue
│ │ ├── hot.vue
│ │ └── nav.vue
│ ├── backup/
│ │ └── backup.vue
│ ├── data/
│ │ ├── data-old.vue
│ │ └── data.vue
│ ├── extend/
│ │ ├── addcoupon.vue
│ │ ├── coupon.vue
│ │ └── extend.vue
│ ├── login/
│ │ ├── Login.vue
│ │ └── lout.vue
│ ├── money/
│ │ └── money.vue
│ ├── order/
│ │ ├── Details.vue
│ │ ├── evaluate.vue
│ │ ├── new_order.vue
│ │ └── order.vue
│ ├── product/
│ │ ├── Good.vue
│ │ ├── addtemplate.vue
│ │ ├── category.vue
│ │ ├── ed.vue
│ │ ├── edittemplate.vue
│ │ ├── new_product.vue
│ │ └── template.vue
│ ├── set/
│ │ ├── Set-a.vue
│ │ ├── Set-b.vue
│ │ └── set.vue
│ ├── set_gift/
│ │ └── set_gift.vue
│ └── user/
│ ├── point.vue
│ └── user.vue
└── vue.config.js
================================================
FILE CONTENTS
================================================
================================================
FILE: LICENSE
================================================
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
Copyright (C)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
Copyright (C)
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
.
================================================
FILE: README.md
================================================
# ruhua
#### 介绍
如花商城是基于Thinkphp6+uniapp+element开发的一套新零售移动电商系统,采用三端分离。
功能包含商城、优惠券、分销、拼团、限时折扣、积分等功能,更适合企业二次开发;
微信小程序端,微信公众号端,APP端。
匆匆上线,还有很多不完善,疯狂迭代中...
##### 官网: https://mall.telidy.cn/
##### QQ群: 425462686
#### 安装与使用教程
1. 前端商城:uniapp运行
2. 后台cms安装:npm install
3. 后台cms运行:npm run serve
#### 扫码演示
请到官网查看:https://mall.telidy.cn/
#### 后台
演示: http://demo.telidy.cn/one_cms/#/login
仓库:https://github.com/baok1592/ruhua
#### 开源版使用须知
1. 允许用于个人学习、毕业设计、教学案例、公益事业
2. 如果商用必须保留版权信息,请自觉遵守。开源版不适合商用,商用请购买商业版
3. 禁止将本项目的代码和资源进行任何形式的出售,产生的一切任何后果责任由侵权者自负
================================================
FILE: 前端商城/.gitignore
================================================
/unpackage
package-lock.json
*.log
.travis.yml
LICENSE.txt
composer.json
composer.lock
================================================
FILE: 前端商城/App.vue
================================================
================================================
FILE: 前端商城/README.md
================================================
## 如花商城单商户-1.233
1、请全局搜索 “如花” 自行替换为你的商城名称
2、common/config.js 替换Api_url为API网址,公众号打包时设置为/../
3、app.vue中可屏蔽公众号登陆,实现浏览器访问便于调试
4、小程序注意修改manifest.json中的小程序appid
================================================
FILE: 前端商城/common/app.css
================================================
/*app.wxss*/
page {
background: #fafafa;
font-size: 32rpx;
}
.container {
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.phcolor {
color: #ccc;
font-size: 32rpx;
}
button::after {
border: none;
}
.opcity {
opacity: 0.5;
}
.hover {
background: #f7f7f9 !important;
}
.ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/*列表统一样式 */
.list-item {
position: relative;
}
.list-item::after {
content: '';
position: absolute;
border-bottom: 1upx solid #eaeef1;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
bottom: 0;
right: 0;
left: 30rpx;
}
.last::after {
border-bottom: 0 !important;
}
/*按钮样式*/
.btn-primary {
width: 100%;
height: 90rpx;
line-height: 90rpx;
background: linear-gradient(-90deg, #5677fc, #5c8dff);
border-radius: 45rpx;
color: #fff;
font-size: 36rpx;
}
.btn-hover {
color: #d5d4d9;
background: linear-gradient(-90deg, #4a67d6, #4e77d9);
}
.btn-gray {
background: #ededed;
color: #999 !important;
}
.btn-gray-hover {
background: #d5d5d5 !important;
color: #898989;
}
.btn-white {
background: #fff;
color: #333 !important;
}
.tui-white-hover {
background: #e5e5e5 !important;
color: #2e2e2e !important;
}
.btn-disabled {
color: #fafbfc !important;
background: linear-gradient(-90deg, #cad8fb, #c9d3fb);
}
================================================
FILE: 前端商城/common/app_token.js
================================================
import {Api_url} from './config'
import http from './axios.js'
class AppToken {
constructor() {
this.verifyUrl = Api_url + 'auth/token_verify';
}
//初始化登陆
verify() {
console.log("app验证token")
var token = uni.getStorageSync('token'); //获取缓存2
if (!token) {
this.login_page();
} else {
this._veirfyFromServer(token); //验证token是否过期,过期调用.getTokenFromServer函数获取
}
}
//验证token
_veirfyFromServer(token) {
var that = this;
uni.request({
url: that.verifyUrl,
method: 'POST',
data: {
token: token
},
success: function(res) {
var valid = res.data.isValid;
if (!valid) {
that.login_page();
}
}
})
}
login_page(){
let gl=1
http.get("index/user/sys_config").then(res=>{
for (let k in res.data) {
let v = res.data[k]
if(v.key=="merge_mode"){
gl=v.value
}
}
if (gl == 1) {
uni.redirectTo({
url: '/pages/login/login'
})
} else if (gl == 2) {
uni.redirectTo({
url: '/pages/login/loginA/loginA'
})
} else{
uni.redirectTo({
url: '/pages/login/loginB/loginB'
})
}
})
}
}
export {
AppToken
};
================================================
FILE: 前端商城/common/axios.js
================================================
import {Api_url} from './config'
// import {Token} from './token.js'
// var token = new Token();
export default {
async post(url, param,yanci=false) {
if(yanci){
uni.showLoading({
title:'加载中'
})
setTimeout(()=>{
uni.hideLoading()
},3000)
}
const res = await this.uni_request(url,param,'post')
if(yanci){
setTimeout(()=>{
uni.hideLoading()
},200)
}
return res;
},
async get(url, param,yanci=false) {
if(yanci){
uni.showLoading({
title:'加载中'
})
setTimeout(()=>{
uni.hideLoading()
},3000)
}
const res = await this.uni_request(url,param,'get')
if(yanci){
setTimeout(()=>{
uni.hideLoading()
},200)
}
return res;
},
async put(url, param) {
const res = await this.uni_request(url,param,'put')
return res;
},
uni_request(url,param,method,again_quest=false) {
const that=this
return new Promise((cback, reject) => {
uni.request({
url: Api_url + url,
data: param,
method:method,
header: {
token:uni.getStorageSync("token")
},
}).then(data => { //data为一个数组,数组第一项为错误信息,第二项为返回数据
var [error, res] = data;
var res_code = res.statusCode.toString();
if (res_code.charAt(0) == 2) {
if(res_code==200){
console.log('200',url)
cback(res.data);
}else{
console.log('201',url)
uni.showToast({
title:res.data.msg,
icon:'none'
})
}
}else{
if(res_code==401){
//登录失效
console.log('401',url)
if(again_quest){
// token.getTokenFromServer(()=>{
// const again_res=that.uni_request(url,param,method,false)
// //注意这里需要cback,因为是上一个promis的cback
// cback(again_res);
// });
}else{
console.log('再次登陆仍然失败',url)
}
}else{
console.log('400/500',url,error,res)
uni.showToast({
title:res.data.msg?res.data.msg:'请求异常',
icon:'none'
})
}
}
}).catch(err => {
console.log('catch:',err);
})
})
},
}
================================================
FILE: 前端商城/common/cache/user.js
================================================
// 用户的缓存数据
import http from '../axios.js'
var time = Date.parse(new Date()) / 1000
class CUser {
constructor() {
}
info(){
const token=uni.getStorageSync('token')
if(!token) return;
const my=uni.getStorageSync('my')
if(my && (my.save_time+3600*2)>time){
return my.data
}
return http.get('/user/info').then(res => {
let arr={}
arr['data'] = res.data
arr['save_time']=time
uni.setStorageSync('my', arr);//放入缓存
return res.data
})
}
async info_wait(){
const my=uni.getStorageSync('my')
if(my.data && my.data.headpic && (my.save_time+3600*2)>time){
return my.data
}
return http.get('/user/info').then(res => {
let arr={}
arr['data'] = res.data
arr['save_time']=time
uni.setStorageSync('my', arr);//放入缓存
return res.data
})
}
async reset_storage(){
return http.get('/user/info').then(res => {
let arr={}
arr['data'] = res.data
arr['save_time']=time
uni.setStorageSync('my', arr);//放入缓存
return res.data
})
}
}
export { CUser };
================================================
FILE: 前端商城/common/cache.js
================================================
import productModel from "@/model/product.js"
var time = Date.parse(new Date()) / 1000
export default {
_set_home_cache(res){
console.log('11')
console.log(res[0])
let arr={}
arr['data'] = res
arr['cache_time']=time
uni.setStorageSync('home', arr);//放入缓存
console.log('set')
},
//第一次设置缓存
_set_product_cache(res){
console.log("productCache")
uni.removeStorageSync('product')
let goods={
data:{},
pro_time:time+60*20
}
goods.data[res.goods_id]=res
uni.setStorageSync('product',goods)
},
async get_pro_detail(id,xiala){
let cache=uni.getStorageSync('product')
if(cache.pro_time && time < cache.pro_time){ // 时间戳是否过期
if(cache.data[id] && xiala==false){ // 查询缓存,存在就返回
return {
data:cache.data[id]
};
}else{ // 查询缓存,不存在就进行请求加入缓存再返回
return productModel.getProduct(id).then(res=>{
const pro =res.data
cache.data[pro.goods_id]=pro
uni.removeStorageSync('product')
uni.setStorageSync('product',cache)
return res;
})
}
return
}else{
const pro_data=await productModel.getProduct(id).then(res=>{
this._set_product_cache(res.data)
return res
})
return pro_data;
}
},
}
================================================
FILE: 前端商城/common/check.js
================================================
import {
Api_url
} from '@/common/config.js'
import Vue from 'vue'
var x = 0
export default {
GetUrlParame(parameName) {
/// 获取地址栏指定参数的值
/// 参数名
// 获取url中跟在问号后面的部分
var parames = window.location.search
// 检测参数是否存在
if (parames.indexOf(parameName) > -1) {
var parameValue = ''
parameValue = parames.substring(parames.indexOf(parameName), parames.length)
// 检测后面是否还有参数
if (parameValue.indexOf('&') > -1) {
// 去除后面多余的参数, 得到最终 parameName=parameValue 形式的值
parameValue = parameValue.substring(0, parameValue.indexOf('&'))
// 去掉参数名, 得到最终纯值字符串
parameValue = parameValue.replace(parameName + '=', '')
return parameValue
}
return ''
}
},
check_login_xcx() {
let token = uni.getStorageSync('token')
var that = this;
return uni.request({
url: Api_url + 'auth/token_verify',
method: 'POST',
data: {
token: token
},
success: function(res) {
var valid = res.data.isValid;
console.log(res)
if (!valid || res.data.statusCode == 401) {
console.log('token不存在')
x = 0
} else {
x = 1
}
console.log(x)
return x
}
})
},
check_login_h5(e=''){
let type=''
if(e=='userinfo'){
type='userinfo'
}
const code = this.GetUrlParame('code') // 截取code
var domine = window.location.href.split("#")[0]; // 微信会自动识别# 并且清除#后面的内容
var domine = domine.split("?code")[0];
if (!code) {
console.log('获取code')
var token = uni.getStorageSync('token'); //获取缓存
// var token = 'db6e572e7ac70c20b4ec91cabaaa' //获取缓存
if (!token) {
console.log('token不存在')
return x = 0
}else{
return x = 1
}
}
},
check_login_APP(){
var token = uni.getStorageSync('token');
if (!token) {
console.log('token不存在')
return 0
}else{
return 1
}
},
async judge_gl() {
//1 微信 2 微信+手机 3 手机
const swtich=await Vue.prototype.promise_switch.then(res=>{
return res;
})
console.log("xxa:",swtich)
let gl = swtich.merge_mode
if (gl == 1) {
uni.redirectTo({
url: '/pages/login/login'
})
} else if (gl == 2) {
console.log('开始跳转')
uni.redirectTo({
url: '/pages/login/loginA/loginA'
})
} else if (gl == 3) {
uni.redirectTo({
url: '/pages/login/loginB/loginB'
})
}
},
async a() {
const that = this
// #ifdef MP-WEIXIN
let is_login =await that.check_login_xcx()
console.log('xcx', is_login)
// #endif
// #ifdef H5
let is_login =await that.check_login_h5()
console.log('h5', is_login)
// #endif
// #ifdef APP-PLUS
let is_login =await that.check_login_APP()
console.log('App', is_login)
// #endif
if (is_login == 0) {
that.judge_gl()
return false
}
if (is_login == 1) {
return true
}
}
}
================================================
FILE: 前端商城/common/config.js
================================================
const Api_url='/../'
export {
Api_url
}
================================================
FILE: 前端商城/common/filters/filters.js
================================================
const new_price = (price) => {
if(price > 1){
price = Math.floor(price)
}else{
price = price
}
return price
}
const count_price = (price)=>{
price = Math.floor(price * 100)/100
return price.toFixed(2)
}
const date_filter = (v,new_date) => {
let date = new Date(v * 1000); //时间戳为10位需*1000,时间戳为13位的话不需乘1000
var Y = date.getFullYear() + '-';
var M = (date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1) + '-';
var D = date.getDate() + ' ';
var h = (date.getHours() < 10 ? '0' + date.getHours() : date.getHours()) + ':';
var m = (date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes());
var s = date.getSeconds();
if(new_date == "M-D h-m"){
return M + D + h + m
}
if(!new_date){
return Y + M + D + h + m + s
}
}
export{
new_price,
count_price,
date_filter
}
================================================
FILE: 前端商城/common/h5_pay.js
================================================
!function(e,n){"function"==typeof define&&(define.amd||define.cmd)?define(function(){return n(e)}):n(e,!0)}(window,function(o,e){if(!o.jWeixin){var n,c={config:"preVerifyJSAPI",onMenuShareTimeline:"menu:share:timeline",onMenuShareAppMessage:"menu:share:appmessage",onMenuShareQQ:"menu:share:qq",onMenuShareWeibo:"menu:share:weiboApp",onMenuShareQZone:"menu:share:QZone",previewImage:"imagePreview",getLocation:"geoLocation",openProductSpecificView:"openProductViewWithPid",addCard:"batchAddCard",openCard:"batchViewCard",chooseWXPay:"getBrandWCPayRequest",openEnterpriseRedPacket:"getRecevieBizHongBaoRequest",startSearchBeacons:"startMonitoringBeacons",stopSearchBeacons:"stopMonitoringBeacons",onSearchBeacons:"onBeaconsInRange",consumeAndShareCard:"consumedShareCard",openAddress:"editAddress"},a=function(){var e={};for(var n in c)e[c[n]]=n;return e}(),i=o.document,t=i.title,r=navigator.userAgent.toLowerCase(),s=navigator.platform.toLowerCase(),d=!(!s.match("mac")&&!s.match("win")),u=-1!=r.indexOf("wxdebugger"),l=-1!=r.indexOf("micromessenger"),p=-1!=r.indexOf("android"),f=-1!=r.indexOf("iphone")||-1!=r.indexOf("ipad"),m=(n=r.match(/micromessenger\/(\d+\.\d+\.\d+)/)||r.match(/micromessenger\/(\d+\.\d+)/))?n[1]:"",g={initStartTime:L(),initEndTime:0,preVerifyStartTime:0,preVerifyEndTime:0},h={version:1,appId:"",initTime:0,preVerifyTime:0,networkType:"",isPreVerifyOk:1,systemType:f?1:p?2:-1,clientVersion:m,url:encodeURIComponent(location.href)},v={},S={_completes:[]},y={state:0,data:{}};O(function(){g.initEndTime=L()});var I=!1,_=[],w={config:function(e){B("config",v=e);var t=!1!==v.check;O(function(){if(t)M(c.config,{verifyJsApiList:C(v.jsApiList),verifyOpenTagList:C(v.openTagList)},function(){S._complete=function(e){g.preVerifyEndTime=L(),y.state=1,y.data=e},S.success=function(e){h.isPreVerifyOk=0},S.fail=function(e){S._fail?S._fail(e):y.state=-1};var t=S._completes;return t.push(function(){!function(){if(!(d||u||v.debug||m<"6.0.2"||h.systemType<0)){var i=new Image;h.appId=v.appId,h.initTime=g.initEndTime-g.initStartTime,h.preVerifyTime=g.preVerifyEndTime-g.preVerifyStartTime,w.getNetworkType({isInnerInvoke:!0,success:function(e){h.networkType=e.networkType;var n="https://open.weixin.qq.com/sdk/report?v="+h.version+"&o="+h.isPreVerifyOk+"&s="+h.systemType+"&c="+h.clientVersion+"&a="+h.appId+"&n="+h.networkType+"&i="+h.initTime+"&p="+h.preVerifyTime+"&u="+h.url;i.src=n}})}}()}),S.complete=function(e){for(var n=0,i=t.length;n page_onload > mixin_onshow > page_onshow
this.check_login()
},
onShow() {
},
methods: {
check_login() {
console.log('检查登录')
if (!Check.a()) {
return
}
this._load()
},
}
}
================================================
FILE: 前端商城/common/switch.js
================================================
import http from './axios.js'
export default {
set_storage(){
return http.get("index/user/sys_config").then(res=>{
let arr = {}
for (let k in res.data) {
let v = res.data[k]
arr[v.key] = v.value
}
console.log("arr:",arr)
uni.setStorageSync('switch',arr)
return arr
})
}
//获取开关列表
// get_switch_list(){
// uni.request({
// url:"",
// method::"",
// success(res) {
// console.log(res.data)
// uni.setStorageSync(res)
// }
// })
// }
}
================================================
FILE: 前端商城/common/uni.css
================================================
@font-face {
font-family: uniicons;
font-weight: normal;
font-style: normal;
src: url('~@/common/uni.ttf') format('truetype');
}
.uni-flex {
display: flex;
flex-direction: row;
}
.uni-flex-item {
flex: 1;
}
.uni-row {
flex-direction: row;
}
.uni-column {
flex-direction: column;
}
.uni-link{
color:#576B95;
font-size:26upx;
}
.uni-center{
text-align:center;
}
.uni-inline-item{
display: flex;
flex-direction: row;
align-items:center;
}
.uni-inline-item text{
margin-right: 20upx;
}
.uni-inline-item text:last-child{
margin-right: 0upx;
margin-left: 20upx;
}
/* page */
.uni-page-head{
padding:35upx;
text-align: center;
}
.uni-page-head-title {
display: inline-block;
padding: 0 40upx;
font-size: 30upx;
height: 88upx;
line-height: 88upx;
color: #BEBEBE;
box-sizing: border-box;
border-bottom: 2upx solid #D8D8D8;
}
.uni-page-body {
width: 100%;
flex-grow: 1;
overflow-x: hidden;
}
.uni-padding-wrap{
width:690upx;
padding:0 30upx;
}
.uni-word {
text-align: center;
padding:200upx 100upx;
}
.uni-title {
font-size:30upx;
font-weight:500;
padding:20upx 0;
line-height:1.5;
}
.uni-text{
font-size:28upx;
}
.uni-title text{
font-size:24upx;
color:#888;
}
.uni-text-gray{
color: #ccc;
}
.uni-text-small {
font-size:24upx;
}
.uni-common-mb{
margin-bottom:30upx;
}
.uni-common-pb{
padding-bottom:30upx;
}
.uni-common-pl{
padding-left:30upx;
}
.uni-common-mt{
margin-top:30upx;
}
/* 背景色 */
.uni-bg-red{
background:#F76260; color:#FFF;
}
.uni-bg-green{
background:#09BB07; color:#FFF;
}
.uni-bg-blue{
background:#007AFF; color:#FFF;
}
/* 标题 */
.uni-h1 {font-size: 80upx; font-weight:700;}
.uni-h2 {font-size: 60upx; font-weight:700;}
.uni-h3 {font-size: 48upx; font-weight:700;}
.uni-h4 {font-size: 36upx; font-weight:700;}
.uni-h5 {font-size: 28upx; color: #8f8f94;}
.uni-h6 {font-size: 24upx; color: #8f8f94;}
.uni-bold{font-weight:bold;}
/* 文本溢出隐藏 */
.uni-ellipsis {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
/* 竖向百分百按钮 */
.uni-btn-v{
padding:10upx 0;
}
.uni-btn-v button{margin:20upx 0;}
/* 表单 */
.uni-form-item{
display:flex;
width:100%;
padding:10upx 0;
}
.uni-form-item .title{
padding:10upx 25upx;
}
.uni-label {
width: 210upx;
word-wrap: break-word;
word-break: break-all;
text-indent:20upx;
}
.uni-input {
/* height: 50upx;
padding: 15upx 25upx;
line-height:50upx; */
text-indent:20upx;
/* font-size:28upx; */
background:#FCFAED;
flex: 1;
}
.uni-form-item .with-fun{
display:flex;
flex-wrap:nowrap;
background:#FFFFFF;
}
.uni-form-item .with-fun .uni-icon{
width:40px;
height:80upx;
line-height:80upx;
flex-shrink:0;
}
/* loadmore */
.uni-loadmore{
height:80upx;
line-height:80upx;
text-align:center;
padding-bottom:30upx;
}
/*数字角标*/
.uni-badge,
.uni-badge-default {
font-family: 'Helvetica Neue', Helvetica, sans-serif;
font-size: 12px;
line-height: 1;
display: inline-block;
padding: 3px 6px;
color: #333;
border-radius: 100px;
background-color: rgba(0, 0, 0, .15);
}
.uni-badge.uni-badge-inverted {
padding: 0 5px 0 0;
color: #929292;
background-color: transparent
}
.uni-badge-primary {
color: #fff;
background-color: #007aff
}
.uni-badge-blue.uni-badge-inverted,
.uni-badge-primary.uni-badge-inverted {
color: #007aff;
background-color: transparent
}
.uni-badge-green,
.uni-badge-success {
color: #fff;
background-color: #4cd964;
}
.uni-badge-green.uni-badge-inverted,
.uni-badge-success.uni-badge-inverted {
color: #4cd964;
background-color: transparent
}
.uni-badge-warning,
.uni-badge-yellow {
color: #fff;
background-color: #f0ad4e
}
.uni-badge-warning.uni-badge-inverted,
.uni-badge-yellow.uni-badge-inverted {
color: #f0ad4e;
background-color: transparent
}
.uni-badge-danger,
.uni-badge-red {
color: #fff;
background-color: #dd524d
}
.uni-badge-danger.uni-badge-inverted,
.uni-badge-red.uni-badge-inverted {
color: #dd524d;
background-color: transparent
}
.uni-badge-purple,
.uni-badge-royal {
color: #fff;
background-color: #8a6de9
}
.uni-badge-purple.uni-badge-inverted,
.uni-badge-royal.uni-badge-inverted {
color: #8a6de9;
background-color: transparent
}
/*折叠面板 */
.uni-collapse-content {
height: 0;
width: 100%;
overflow: hidden;
}
.uni-collapse-content.uni-active {
height: auto;
}
/*卡片视图 */
.uni-card {
background: #fff;
border-radius: 8upx;
margin:20upx 0;
position: relative;
box-shadow: 0 2upx 4upx rgba(0, 0, 0, .3);
}
.uni-card-content {
font-size: 30upx;
}
.uni-card-content.image-view{
width: 100%;
margin: 0;
}
.uni-card-content-inner {
position: relative;
padding: 30upx;
}
.uni-card-footer,
.uni-card-header {
position: relative;
display: flex;
min-height: 50upx;
padding: 20upx 30upx;
justify-content: space-between;
align-items: center;
}
.uni-card-header {
font-size: 36upx;
}
.uni-card-footer {
color: #6d6d72;
}
.uni-card-footer:before,
.uni-card-header:after {
position: absolute;
top: 0;
right: 0;
left: 0;
height: 2upx;
content: '';
-webkit-transform: scaleY(.5);
transform: scaleY(.5);
background-color: #c8c7cc;
}
.uni-card-header:after {
top: auto;
bottom: 0;
}
.uni-card-media {
justify-content: flex-start;
}
.uni-card-media-logo {
height: 84upx;
width: 84upx;
margin-right: 20upx;
}
.uni-card-media-body {
height: 84upx;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}
.uni-card-media-text-top {
line-height: 36upx;
font-size: 34upx;
}
.uni-card-media-text-bottom {
line-height: 30upx;
font-size: 28upx;
color: #8f8f94;
}
.uni-card-link {
color: #007AFF;
}
/* 列表 */
/*
.uni-list {
background-color: #FFFFFF;
position: relative;
width: 100%;
display: flex;
flex-direction: column;
}
.uni-list:after {
position: absolute;
z-index: 10;
right: 0;
bottom: 0;
left: 0;
height: 1upx;
content: '';
-webkit-transform: scaleY(.5);
transform: scaleY(.5);
background-color: #c8c7cc;
}
.uni-list:before {
position: absolute;
z-index: 10;
right: 0;
top: 0;
left: 0;
height: 1upx;
content: '';
-webkit-transform: scaleY(.5);
transform: scaleY(.5);
background-color: #c8c7cc;
}
.uni-list-cell {
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.uni-list-cell-hover {
background-color: #eee;
}
.uni-list-cell-pd {
padding: 22upx 30upx;
}
.uni-list-cell-left {
font-size:28upx;
padding: 0 30upx;
}
.uni-list-cell-db,
.uni-list-cell-right {
flex: 1;
}
.uni-list-cell:after {
position: absolute;
z-index: 3;
right: 0;
bottom: 0;
left: 30upx;
height: 1upx;
content: '';
-webkit-transform: scaleY(.5);
transform: scaleY(.5);
background-color: #c8c7cc;
}
.uni-list .uni-list-cell:last-child:after {
height: 0upx;
}
.uni-list-cell-last.uni-list-cell:after {
height: 0upx;
}
.uni-list-cell-divider {
position: relative;
display: flex;
color: #999;
background-color: #f7f7f7;
padding:15upx 20upx;
}
.uni-list-cell-divider:before {
position: absolute;
right: 0;
top: 0;
left: 0upx;
height: 1upx;
content: '';
-webkit-transform: scaleY(.5);
transform: scaleY(.5);
background-color: #c8c7cc;
}
.uni-list-cell-divider:after {
position: absolute;
right: 0;
bottom: 0;
left: 0upx;
height: 1upx;
content: '';
-webkit-transform: scaleY(.5);
transform: scaleY(.5);
background-color: #c8c7cc;
}
.uni-list-cell-navigate {
font-size:30upx;
padding: 22upx 30upx;
line-height: 48upx;
position: relative;
display: flex;
box-sizing: border-box;
width: 100%;
flex: 1;
justify-content: space-between;
align-items: center;
}
.uni-list-cell-navigate {
padding-right: 36upx;
}
.uni-navigate-badge {
padding-right: 50upx;
}
.uni-list-cell-navigate.uni-navigate-right:after {
font-family: uniicons;
content: '\e583';
position: absolute;
right: 24upx;
top: 50%;
color: #bbb;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.uni-list-cell-navigate.uni-navigate-bottom:after {
font-family: uniicons;
content: '\e581';
position: absolute;
right: 24upx;
top: 50%;
color: #bbb;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.uni-list-cell-navigate.uni-navigate-bottom.uni-active:after {
font-family: uniicons;
content: '\e580';
position: absolute;
right: 24upx;
top: 50%;
color: #bbb;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.uni-collapse.uni-list-cell {
flex-direction: column;
}
.uni-list-cell-navigate.uni-active {
background: #eee;
}
.uni-list.uni-collapse {
box-sizing: border-box;
height: 0;
overflow: hidden;
}
.uni-collapse .uni-list-cell {
padding-left: 20upx;
}
.uni-collapse .uni-list-cell:after {
left: 52upx;
}
.uni-list.uni-active {
height: auto;
}
*/
/* 三行列表 */
.uni-triplex-row {
display: flex;
flex: 1;
width: 100%;
box-sizing: border-box;
flex-direction: row;
padding: 22upx 30upx;
}
.uni-triplex-right,
.uni-triplex-left {
display: flex;
flex-direction: column;
}
.uni-triplex-left {
width: 84%;
}
.uni-triplex-left .uni-title{
padding:8upx 0;
}
.uni-triplex-left .uni-text, .uni-triplex-left .uni-text-small{color:#999999;}
.uni-triplex-right {
width: 16%;
text-align: right;
}
/* 图文列表 */
.uni-media-list {
padding: 22upx 30upx;
box-sizing: border-box;
display: flex;
width: 100%;
flex-direction: row;
}
.uni-navigate-right.uni-media-list {
padding-right: 74upx;
}
.uni-pull-right {
flex-direction: row-reverse;
}
.uni-pull-right>.uni-media-list-logo {
margin-right: 0upx;
margin-left: 20upx;
}
.uni-media-list-logo {
height: 84upx;
width: 84upx;
margin-right: 20upx;
}
.uni-media-list-logo image {
height: 100%;
width: 100%;
}
.uni-media-list-body {
height: 84upx;
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
overflow: hidden;
}
.uni-media-list-text-top {
width: 100%;
line-height: 36upx;
font-size: 30upx;
}
.uni-media-list-text-bottom {
width: 100%;
line-height: 30upx;
font-size: 26upx;
color: #8f8f94;
}
/* 九宫格 */
.uni-grid-9 {
background: #f2f2f2;
width: 750upx;
display: flex;
flex-direction: row;
flex-wrap: wrap;
border-top: 2upx solid #eee;
}
.uni-grid-9-item {
width: 250upx;
height: 200upx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-bottom: 2upx solid;
border-right: 2upx solid;
border-color: #eee;
box-sizing: border-box;
}
.no-border-right {
border-right: none;
}
.uni-grid-9-image {
width: 100upx;
height: 100upx;
}
.uni-grid-9-text {
width: 250upx;
line-height: 4upx;
height: 40upx;
text-align: center;
font-size: 30upx;
}
.uni-grid-9-item-hover {
background: rgba(0, 0, 0, 0.1);
}
/* 上传 */
.uni-uploader {
flex: 1;
flex-direction: column;
}
.uni-uploader-head {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.uni-uploader-info {
color: #B2B2B2;
}
.uni-uploader-body {
margin-top: 16upx;
}
.uni-uploader__files {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.uni-uploader__file {
margin: 10upx;
width: 210upx;
height: 210upx;
}
.uni-uploader__img {
display: block;
width: 210upx;
height: 210upx;
}
.uni-uploader__input-box {
position: relative;
margin:10upx;
width: 208upx;
height: 208upx;
border: 2upx solid #D9D9D9;
}
.uni-uploader__input-box:before,
.uni-uploader__input-box:after {
content: " ";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #D9D9D9;
}
.uni-uploader__input-box:before {
width: 4upx;
height: 79upx;
}
.uni-uploader__input-box:after {
width: 79upx;
height: 4upx;
}
.uni-uploader__input-box:active {
border-color: #999999;
}
.uni-uploader__input-box:active:before,
.uni-uploader__input-box:active:after {
background-color: #999999;
}
.uni-uploader__input {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
/*问题反馈*/
.feedback-title {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 20upx;
color: #8f8f94;
font-size: 28upx;
}
.feedback-star-view.feedback-title {
justify-content: flex-start;
margin: 0;
}
.feedback-quick {
position: relative;
padding-right: 40upx;
}
.feedback-quick:after {
font-family: uniicons;
font-size: 40upx;
content: '\e581';
position: absolute;
right: 0;
top: 50%;
color: #bbb;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.feedback-body {
background: #fff;
}
.feedback-textare {
height: 200upx;
font-size: 34upx;
line-height: 50upx;
width: 100%;
box-sizing: border-box;
padding: 20upx 30upx 0;
}
.feedback-input {
font-size: 34upx;
height: 50upx;
min-height: 50upx;
padding: 15upx 20upx;
line-height: 50upx;
}
.feedback-uploader {
padding: 22upx 20upx;
}
.feedback-star {
font-family: uniicons;
font-size: 40upx;
margin-left: 6upx;
}
.feedback-star-view {
margin-left: 20upx;
}
.feedback-star:after {
content: '\e408';
}
.feedback-star.active {
color: #FFB400;
}
.feedback-star.active:after {
content: '\e438';
}
.feedback-submit {
background: #007AFF;
color: #FFFFFF;
margin: 20upx;
}
/* input group */
.uni-input-group {
position: relative;
padding: 0;
border: 0;
background-color: #fff;
}
.uni-input-group:before {
position: absolute;
top: 0;
right: 0;
left: 0;
height: 2upx;
content: '';
transform: scaleY(.5);
background-color: #c8c7cc;
}
.margin{
margin: 20upx;
}
.margin-height{
margin-bottom: 20upx;
margin-top: 20upx;
}
.margin-width{
margin-left: 20upx;
margin-right: 20upx;
}
.uni-input-group:after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 2upx;
content: '';
transform: scaleY(.5);
background-color: #c8c7cc;
}
.uni-input-row {
position: relative;
display: flex;
flex-direction: row;
font-size:28upx;
padding: 22upx 30upx;
justify-content: space-between;
}
.uni-input-group .uni-input-row:after {
position: absolute;
right: 0upx;
bottom: 0;
left: 20upx;
height: 2upx;
content: '';
transform: scaleY(.5);
background-color: #c8c7cc;
}
.uni-input-row label {
line-height: 70upx;
}
/* textarea */
.uni-textarea{
width:100%;
background:#FFF;
}
.uni-textarea textarea{
width:96%;
padding:18upx 2%;
line-height:1.6;
font-size:28upx;
height:150upx;
}
/* tab bar */
.uni-tab-bar {
display: flex;
flex: 1;
flex-direction: column;
overflow: hidden;
height: 100%;
}
.uni-tab-bar .list {
width: 750upx;
height: 100%;
}
.uni-swiper-tab {
width: 100%;
white-space: nowrap;
line-height: 100upx;
height: 100upx;
border-bottom: 1px solid #c8c7cc;
}
.swiper-tab-list {
font-size: 30upx;
width: 150upx;
display: inline-block;
text-align: center;
color: #555;
}
.uni-tab-bar .active {
color: #007AFF;
}
.uni-tab-bar .swiper-box {
flex: 1;
width: 100%;
height: calc(100% - 100upx);
}
.uni-tab-bar-loading{
padding:20upx 0;
}
/* steps */
.uni-steps{padding:20upx 30upx; flex-grow: 1; display:flex; flex-wrap:wrap;}
.uni-steps view{display:flex; flex-wrap:wrap; float:none;}
.uni-steps .step{width:31.3%; margin:0 1%; flex-wrap:nowrap;}
.uni-steps .step-circle{width:50upx; height:50upx; border-radius:50upx; background:#F1F1F3; justify-content:center; line-height:50upx; flex-shrink:0; margin-right:15upx; color:#666; font-size:28upx;}
.uni-steps .step-content{width:100%; height:22upx; border-bottom:1px solid #F1F2F3;}
.uni-steps .step-title{line-height:50upx; height:50upx; background:#FFFFFF; width:auto; overflow:hidden; padding-right:8upx;}
.uni-steps .current .step-circle{background:#00B26A; color:#FFFFFF;}
.uni-steps .current .step-content{border-color:#00B26A;}
.uni-steps .current .step-title{color:#00B26A;}
/* comment */
.uni-comment{padding:5upx 0; display: flex; flex-grow:1; flex-direction: column;}
.uni-comment-list{flex-wrap:nowrap; padding:10upx 0; margin:10upx 0; width:100%; display: flex;}
.uni-comment-face{width:70upx; height:70upx; border-radius:100%; margin-right:20upx; flex-shrink:0; overflow:hidden;}
.uni-comment-face image{width:100%; border-radius:100%;}
.uni-comment-body{width:100%;}
.uni-comment-top{line-height:1.5em; justify-content:space-between;}
.uni-comment-top text{color:#0A98D5; font-size:24upx;}
.uni-comment-date{line-height:38upx; flex-direction:row; justify-content:space-between; display:flex !important; flex-grow:1;}
.uni-comment-date view{color:#666666; font-size:24upx; line-height:38upx;}
.uni-comment-content{line-height:1.6em; font-size:28upx; padding:8upx 0;}
.uni-comment-replay-btn{background:#FFF; font-size:24upx; line-height:28upx; padding:5upx 20upx; border-radius:30upx; color:#333 !important; margin:0 10upx;}
/* swiper msg */
.uni-swiper-msg{width:100%; padding:12upx 0; flex-wrap:nowrap; display:flex;}
.uni-swiper-msg-icon{width:50upx; margin-right:20upx;}
.uni-swiper-msg-icon image{width:100%; flex-shrink:0;}
.uni-swiper-msg swiper{width:100%; height:50upx;}
.uni-swiper-msg swiper-item{line-height:50upx;}
/* product */
.uni-product-list {
display: flex;
width: 100%;
flex-wrap: wrap;
flex-direction: row;
}
.uni-product {
padding: 20upx;
display: flex;
flex-direction: column;
}
.image-view {
height: 330upx;
width: 330upx;
margin:12upx 0;
}
.uni-product-image {
height: 330upx;
width: 330upx;
}
.uni-product-title {
width: 300upx;
word-break: break-all;
display: -webkit-box;
overflow: hidden;
line-height:1.5;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.uni-product-price {
margin-top:10upx;
font-size: 28upx;
line-height:1.5;
position: relative;
}
.uni-product-price-original {
color: #e80080;
}
.uni-product-price-favour {
color: #888888;
text-decoration: line-through;
margin-left: 10upx;
}
.uni-product-tip {
position: absolute;
right: 10upx;
background-color: #ff3333;
color: #ffffff;
padding: 0 10upx;
border-radius: 5upx;
}
/* timeline */
.uni-timeline {
margin: 35upx 0;
display: flex;
flex-direction: column;
position: relative;
}
.uni-timeline-item {
display: flex;
flex-direction: row;
position: relative;
padding-bottom: 20upx;
box-sizing: border-box;
overflow: hidden;
}
.uni-timeline-item .uni-timeline-item-keynode {
width: 160upx;
flex-shrink: 0;
box-sizing: border-box;
padding-right: 20upx;
text-align: right;
line-height: 65upx;
}
.uni-timeline-item .uni-timeline-item-divider {
flex-shrink: 0;
position: relative;
width: 30upx;
height: 30upx;
top: 15upx;
border-radius: 50%;
background-color: #bbb;
}
.uni-timeline-item-divider::before,
.uni-timeline-item-divider::after {
position: absolute;
left: 15upx;
width: 1upx;
height: 100vh;
content: '';
background: inherit;
}
.uni-timeline-item-divider::before {
bottom: 100%;
}
.uni-timeline-item-divider::after {
top: 100%;
}
.uni-timeline-last-item .uni-timeline-item-divider:after {
display: none;
}
.uni-timeline-first-item .uni-timeline-item-divider:before {
display: none;
}
.uni-timeline-item .uni-timeline-item-content {
padding-left: 20upx;
}
.uni-timeline-last-item .bottom-border::after{
display: none;
}
.uni-timeline-item-content .datetime{
color: #CCCCCC;
}
/* 自定义节点颜色 */
.uni-timeline-last-item .uni-timeline-item-divider{
background-color: #1AAD19;
}
/* uni-icon */
.uni-icon {
font-family: uniicons;
font-size: 24px;
font-weight: normal;
font-style: normal;
line-height: 1;
display: inline-block;
text-decoration: none;
-webkit-font-smoothing: antialiased;
}
.uni-icon.uni-active {
color: #007aff;
}
.uni-icon-contact:before {
content: '\e100';
}
.uni-icon-person:before {
content: '\e101';
}
.uni-icon-personadd:before {
content: '\e102';
}
.uni-icon-contact-filled:before {
content: '\e130';
}
.uni-icon-person-filled:before {
content: '\e131';
}
.uni-icon-personadd-filled:before {
content: '\e132';
}
.uni-icon-phone:before {
content: '\e200';
}
.uni-icon-email:before {
content: '\e201';
}
.uni-icon-chatbubble:before {
content: '\e202';
}
.uni-icon-chatboxes:before {
content: '\e203';
}
.uni-icon-phone-filled:before {
content: '\e230';
}
.uni-icon-email-filled:before {
content: '\e231';
}
.uni-icon-chatbubble-filled:before {
content: '\e232';
}
.uni-icon-chatboxes-filled:before {
content: '\e233';
}
.uni-icon-weibo:before {
content: '\e260';
}
.uni-icon-weixin:before {
content: '\e261';
}
.uni-icon-pengyouquan:before {
content: '\e262';
}
.uni-icon-chat:before {
content: '\e263';
}
.uni-icon-qq:before {
content: '\e264';
}
.uni-icon-videocam:before {
content: '\e300';
}
.uni-icon-camera:before {
content: '\e301';
}
.uni-icon-mic:before {
content: '\e302';
}
.uni-icon-location:before {
content: '\e303';
}
.uni-icon-mic-filled:before,
.uni-icon-speech:before {
content: '\e332';
}
.uni-icon-location-filled:before {
content: '\e333';
}
.uni-icon-micoff:before {
content: '\e360';
}
.uni-icon-image:before {
content: '\e363';
}
.uni-icon-map:before {
content: '\e364';
}
.uni-icon-compose:before {
content: '\e400';
}
.uni-icon-trash:before {
content: '\e401';
}
.uni-icon-upload:before {
content: '\e402';
}
.uni-icon-download:before {
content: '\e403';
}
.uni-icon-close:before {
content: '\e404';
}
.uni-icon-redo:before {
content: '\e405';
}
.uni-icon-undo:before {
content: '\e406';
}
.uni-icon-refresh:before {
content: '\e407';
}
.uni-icon-star:before {
content: '\e408';
}
.uni-icon-plus:before {
content: '\e409';
}
.uni-icon-minus:before {
content: '\e410';
}
.uni-icon-circle:before,
.uni-icon-checkbox:before {
content: '\e411';
}
.uni-icon-close-filled:before,
.uni-icon-clear:before {
content: '\e434';
}
.uni-icon-refresh-filled:before {
content: '\e437';
}
.uni-icon-star-filled:before {
content: '\e438';
}
.uni-icon-plus-filled:before {
content: '\e439';
}
.uni-icon-minus-filled:before {
content: '\e440';
}
.uni-icon-circle-filled:before {
content: '\e441';
}
.uni-icon-checkbox-filled:before {
content: '\e442';
}
.uni-icon-closeempty:before {
content: '\e460';
}
.uni-icon-refreshempty:before {
content: '\e461';
}
.uni-icon-reload:before {
content: '\e462';
}
.uni-icon-starhalf:before {
content: '\e463';
}
.uni-icon-spinner:before {
content: '\e464';
}
.uni-icon-spinner-cycle:before {
content: '\e465';
}
.uni-icon-search:before {
content: '\e466';
}
.uni-icon-plusempty:before {
content: '\e468';
}
.uni-icon-forward:before {
content: '\e470';
}
.uni-icon-back:before,
.uni-icon-left-nav:before {
content: '\e471';
}
.uni-icon-checkmarkempty:before {
content: '\e472';
}
.uni-icon-home:before {
content: '\e500';
}
.uni-icon-navigate:before {
content: '\e501';
}
.uni-icon-gear:before {
content: '\e502';
}
.uni-icon-paperplane:before {
content: '\e503';
}
.uni-icon-info:before {
content: '\e504';
}
.uni-icon-help:before {
content: '\e505';
}
.uni-icon-locked:before {
content: '\e506';
}
.uni-icon-more:before {
content: '\e507';
}
.uni-icon-flag:before {
content: '\e508';
}
.uni-icon-home-filled:before {
content: '\e530';
}
.uni-icon-gear-filled:before {
content: '\e532';
}
.uni-icon-info-filled:before {
content: '\e534';
}
.uni-icon-help-filled:before {
content: '\e535';
}
.uni-icon-more-filled:before {
content: '\e537';
}
.uni-icon-settings:before {
content: '\e560';
}
.uni-icon-list:before {
content: '\e562';
}
.uni-icon-bars:before {
content: '\e563';
}
.uni-icon-loop:before {
content: '\e565';
}
.uni-icon-paperclip:before {
content: '\e567';
}
.uni-icon-eye:before {
content: '\e568';
}
.uni-icon-arrowup:before {
content: '\e580';
}
.uni-icon-arrowdown:before {
content: '\e581';
}
.uni-icon-arrowleft:before {
content: '\e582';
}
.uni-icon-arrowright:before {
content: '\e583';
}
.uni-icon-arrowthinup:before {
content: '\e584';
}
.uni-icon-arrowthindown:before {
content: '\e585';
}
.uni-icon-arrowthinleft:before {
content: '\e586';
}
.uni-icon-arrowthinright:before {
content: '\e587';
}
.uni-icon-pulldown:before {
content: '\e588';
}
.uni-icon-scan:before {
content: "\e612";
}
================================================
FILE: 前端商城/common/wx_token.js
================================================
import {Api_url} from './config'
import http from './axios.js'
import Vue from 'vue'
const Wxcode_url= Api_url+"/auth/wxcode_url"
const Token_url= Api_url+"/auth/gzh_token"
const VerifyUrl = Api_url + '/auth/token_verify';
// 获取openid需到公众号平台设置:IP白名单 和 授权域名;
// ip是服务器IP,域名是前端域名
class WxToken {
constructor() {
}
//初始化登陆
async verify(e) {
console.log("H5验证登陆")
// 判断是否是微信浏览器打开
var ua = navigator.userAgent.toLowerCase();
var isWeixin = ua.indexOf('micromessenger') != -1;
if (!isWeixin) {
console.log("非公众号-暂不登陆")
return false;
}
console.log("微信浏览器访问中")
var token = uni.getStorageSync('token'); //获取缓存
let type = e=='userinfo'?'userinfo':'';
if(token){
console.log("验证token")
this._veirfyFromServer(token,type) //验证token是否失效
}else{
console.log("进行登陆中")
this.login(type) //登陆
}
}
login(type){
const code = this.GetUrlParame('code') // 截取code
if (!code) {
this.get_code(type)
}else{
this.get_token()
}
}
get_code(type){
console.log("获取code")
var domine = window.location.href.split("#")[0]; // 微信会自动识别# 并且清除#后面的内容
domine = domine.split("?code")[0];
uni.request({
url: Wxcode_url,
method: 'GET',
data:{
url:domine,
type
},
success: function (res) {
console.log('codes:',res)
const err=res.data.indexOf('object')//错误的url会包含object
if(res.data && err<0){
window.location.href = res.data;
}
}
});
}
get_token(e){
const code = this.GetUrlParame('code') // 截取code
uni.request({
url: Token_url,
method: 'GET',
data:{code},
success: function (res) {
console.log(res)
if (res.data.token) {
console.log(res)
uni.setStorageSync("token", res.data.token);
window.location.href =domine
}
}
});
}
//验证token
_veirfyFromServer(token,type) {
var that = this;
uni.request({
url: VerifyUrl,
method: 'POST',
data: {
token: token
},
success: function(res) {
var valid = res.data.isValid;
if (!valid) {
that.login(type);
}else{
console.log("token有效")
}
}
})
}
//截取code
GetUrlParame(parameName) {
/// 获取地址栏指定参数的值
/// 参数名
// 获取url中跟在问号后面的部分
var parames = window.location.search
// 检测参数是否存在
if (parames.indexOf(parameName) > -1) {
var parameValue = ''
parameValue = parames.substring(parames.indexOf(parameName), parames.length)
// 检测后面是否还有参数
if (parameValue.indexOf('&') > -1) {
// 去除后面多余的参数, 得到最终 parameName=parameValue 形式的值
parameValue = parameValue.substring(0, parameValue.indexOf('&'))
// 去掉参数名, 得到最终纯值字符串
parameValue = parameValue.replace(parameName + '=', '')
return parameValue
}
return ''
}
}
}
export { WxToken };
================================================
FILE: 前端商城/common/xcx_token.js
================================================
import {Api_url} from './config'
import Vue from 'vue'
class XcxToken {
constructor() {
this.tokenUrl = Api_url + 'auth/get_xcx_token';
this.verifyUrl = Api_url + 'auth/token_verify';
this.getInfo = Api_url + 'user/info';
}
//初始化登陆
async verify() {
const swtich=await Vue.prototype.promise_switch.then(res=>{
return res;
})
if(swtich==3){
//手机登陆不属于初始化登陆
return;
}
var that = this;
var token = uni.getStorageSync('token'); //获取缓存
if (!token) {
//向微信api拿code,再向tp的api拿token
this.getTokenFromServer();
} else {
this._veirfyFromServer(token); //验证token是否过期,过期调用.getTokenFromServer函数获取
}
}
//验证token
_veirfyFromServer(token) {
var that = this;
uni.request({
url: that.verifyUrl,
method: 'POST',
data: {
token: token
},
success: function(res) {
var valid = res.data.isValid;
if (!valid) {
that.getTokenFromServer();
}
}
})
}
//获取Token
getTokenFromServer() {
var that = this;
console.log('x1')
uni.login({
provider: 'weixin',
success: function(res) {
console.log('login:',res)
uni.request({
url: that.tokenUrl,
method: 'POST',
data: {
code: res.code
},
success: function(res) {
console.log(res)
uni.setStorageSync('token', res.data.token);
}
})
}
})
}
}
export {
XcxToken
};
================================================
FILE: 前端商城/components/actionsheet/actionsheet.vue
================================================
{{tips}}
{{item.text}}
取消
================================================
FILE: 前端商城/components/badge/badge.vue
================================================
================================================
FILE: 前端商城/components/bottom-popup/bottom-popup.vue
================================================
================================================
FILE: 前端商城/components/button/button.vue
================================================
================================================
FILE: 前端商城/components/dateTime/dateTime.vue
================================================
================================================
FILE: 前端商城/components/discount/discount.vue
================================================
================================================
FILE: 前端商城/components/drawer/drawer.vue
================================================
================================================
FILE: 前端商城/components/empty.vue
================================================
================================================
FILE: 前端商城/components/form_data/form_data.vue
================================================
{{item.desc}}:
{{option.name}}
{{item.desc}}:
{{item.desc}}:
{{item.desc}}:
{{item.desc}}:
{{it.name}}
{{item.desc}}:
{{resultInfo.result}}
{{item.desc}}:
{{item.options[ind]}}
{{item.desc}}:
================================================
FILE: 前端商城/components/hch-poster/hch-poster - 副本.vue
================================================
================================================
FILE: 前端商城/components/hch-poster/hch-poster.vue
================================================
================================================
FILE: 前端商城/components/icon/icon.vue
================================================
================================================
FILE: 前端商城/components/jing-swiper/jing-swiper.vue
================================================
================================================
FILE: 前端商城/components/linnian-CountDown/readme.md
================================================
### CountDown 倒计时
倒计时组件,组件名:``uni-countdown``,代码块: uCountDown。
**使用方式:**
在 ``script`` 中引用组件
```javascript
import uniCountdown from "@/components/linnian-CountDown/uni-countdown.vue"
export default {
components: {uniCountdown}
}
```
view中
```JavaScript
```
然后在data中声明
```JavaScript
data() {
return {
minute: 0,
reset: false,
}
},
```
假如此时想更改分钟数
```JavaScript
onload(){
//我的项目中只赋值一次, 所以直接设为true了
this.reset = !this.reset;
//如果还要设置天, 时, 秒, 在上面声明绑定后, 在这里赋值即可
this.minute = 30;
}
```
不显示天数
```html
```
修改颜色
```html
```
实际效果参考:[https://github.com/dcloudio/uni-ui](https://github.com/dcloudio/uni-ui)
**uniCountDown 属性说明:**
|属性名|类型|默认值 |说明|
|---|----|---|---|
|background-color|String|#FFFFFF|背景色|
|border-color|String|#000000|边框颜色|
|color |String |#000000|文字颜色|
|splitor-color|String|#000000|割符号颜色|
|day|Number|0|天数|
|hour|Number|0|小时|
|minute|Number|0|分钟|
|second|Number|0|秒|
|show-day|Boolean|true|是否显示天数|
|show-colon|Boolean|true|是否以冒号为分隔符|
**uniCountDown 事件说明:**
|事件称名|说明|返回参数|
|---|----|---|
|timeup|倒计时时间到触发事件|-|
================================================
FILE: 前端商城/components/linnian-CountDown/uni-countdown.vue
================================================
{{d}}
天
{{h}}
{{showColon ? ':' : '时'}}
{{i}}
{{showColon ? ':' : '分'}}
{{s}}
秒
================================================
FILE: 前端商城/components/loadmore/loadmore.vue
================================================
{{text}}
================================================
FILE: 前端商城/components/mix-list-cell.vue
================================================
{{title}}
{{tips}}
================================================
FILE: 前端商城/components/modal/modal.vue
================================================
{{title}}
{{content}}
{{item.text || "确定"}}
================================================
FILE: 前端商城/components/new_HB/index/index.vue
================================================
长按保存图片至相册
================================================
FILE: 前端商城/components/new_HB/mg-h5hb/common/canvas_x.js
================================================
import QRCode from './qrCode'
import './style.scss'
/**
* 绘制一个图片。
*/
function makeImage(options, callback) {
console.log(1111)
const {
parts,
width,
height
} = options
let error = null
// 初始化Canvas
const canvas = document.createElement('canvas')
const mainCtx = canvas.getContext('2d')
canvas.width = width
canvas.height = height
mainCtx.fillStyle = options.background || '#fff'
mainCtx.fillRect(0, 0, width, height)
mainCtx.save()
/**
* 设置宽高,针对负值定位做处理
* @param {number} x: positionX
* @param {number} y: positionY
* @param {object} o: width & height
* @param {number} o.width: 文字的宽度
* @param {number} o.height: 文字的高度
* @param {number} o.lineAlign: 文字的垂直对齐方式
* @param {number} o.lineNum: 文字的行数
* */
function setPosition(x, y, o) {
let positionX, positionY
// 处理padding 与 负定位
if (x < 0) {
positionX = options.width + x - o.width
}
// 处理padding 与 负定位
if (y < 0) {
positionY = options.height + y - o.height
}
positionX = positionX || x || 0
positionY = positionY || y || 0
// 文字的垂直对齐方式处理
if (o.lineAlign === 'middle') {
positionY -= (o.height / 2) * o.lineNum - options.height / 2
} else if (o.lineAlign === 'bottom') {
positionY -= o.height * o.lineNum - options.height
}
// 文字的水平对齐方式处理
if (o.textAlign === 'center') {
positionX -= o.width / 2 - options.width / 2
} else if (o.textAlign === 'right') {
positionX -= o.width - options.width
}
return {
x: positionX,
y: positionY
}
}
/**
* 针对圆角做处理
* */
function tailorImg(x, y, w, h, r) {
/**
* beginPath 与 closePath来关闭绘制圆,以免影响后续绘制,
* 因为不关闭绘制,会导致后续图片全部倍遮挡.
* */
mainCtx.save()
mainCtx.beginPath()
mainCtx.moveTo(x + r, y)
mainCtx.arcTo(x + w, y, x + w, y + h, r)
mainCtx.arcTo(x + w, y + h, x, y + h, r)
mainCtx.arcTo(x, y + h, x, y, r)
mainCtx.arcTo(x, y, x + w, y, r)
mainCtx.clip()
mainCtx.closePath()
}
function handleTailorImg(options) {
const {
image: img,
x,
y,
width: w,
height: h,
radius: r,
padding: p,
background: bg,
clipOptions
} = options
// tailorImg中save保存当前画布,restore将保存的画布重新绘制
tailorImg(x - p, y - p, w, h, r)
mainCtx.fillStyle = bg || '#fff'
mainCtx.fill()
mainCtx.restore()
tailorImg(x, y, w - p * 2, h - p * 2, r)
// 针对非同比例的图片进行部分剪裁
if (clipOptions) {
clipOptions.x = clipOptions.x || 0
clipOptions.y = clipOptions.y || 0
// 缩放图片,方便截取选区
if (clipOptions.zoom) {
let dw, dh, offset = 0
if (img.height > img.width) {
dw = w - p * 2
dh = img.height * w / img.width - p * 2
} else {
dw = img.width * h / img.height - p * 2
dh = h - p * 2
}
// 裁剪居中偏移量
if (clipOptions.align === 'center') {
offset = Math.abs((dw - dh) / 2)
}
mainCtx.drawImage(img, x - clipOptions.x - (dw > dh ? offset : 0), y - clipOptions.y - (dh > dw ? offset : 0), dw,
dh)
} else {
if (clipOptions.align === 'center') {
const offsetX = Math.abs((img.width - w - p) / 2)
const offsetY = Math.abs((img.height - h - p) / 2)
mainCtx.drawImage(img, x - offsetX, x - offsetY)
} else {
mainCtx.drawImage(img, x - clipOptions.x, y - clipOptions.y)
}
}
} else {
mainCtx.drawImage(img, x, y, w - p * 2, h - p * 2)
}
mainCtx.restore()
}
/**
* 绘制处理各类数据
* @param {object} options: 绘制对象的配置
* @param {function} nextFunc: 下步的回调,是继续,还是执行成功回调
* */
function handleText(options, nextFunc) {
const bodyStyle = getComputedStyle(document.body)
// 没有任何文本内容直接跳出
if (!options.text || typeof options.text !== 'string') return nextFunc()
const arr = options.text.toString().split('\n')
// 设置字体后,再获取图片的宽高
const lineHeight = parseFloat(options.size || bodyStyle.fontSize) * 1.2
for (let i = 0, lineNum = arr.length; i < lineNum; i++) {
// 设置字体
mainCtx.textBaseline = 'top'
mainCtx.font = `${options.bold ? `bold ` : ''}${options.size || bodyStyle.fontSize} ${bodyStyle.fontFamily}`
mainCtx.fillStyle = options.color || bodyStyle.color
// 设置文本对齐方式
mainCtx.textAlign = 'left'
// 设置透明度
mainCtx.globalAlpha = options.opacity || 1
const position = setPosition(options.x || 0, (options.y || 0) + lineHeight * i, {
lineNum, // 处理lineAlign
lineAlign: options.lineAlign,
textAlign: options.textAlign,
height: lineHeight,
width: mainCtx.measureText(arr[i]).width
})
mainCtx.fillText(arr[i], position.x, position.y)
}
// 最后一个元素时,便执行回调,否则继续绘制
nextFunc && nextFunc()
}
function dataURItoBlob(dataURI) {
const byteString = atob(dataURI.split(',')[1])
const mimeString = dataURI.split(',')[0].split(':')[1].split(';')[0]
const ab = new ArrayBuffer(byteString.length)
const ia = new Uint8Array(ab)
for (let i = 0; i < byteString.length; i++) {
ia[i] = byteString.charCodeAt(i)
}
return new Blob([ab], {
type: mimeString
})
}
function handleImage(options = {}, nextFunc) {
console.log(options)
const {
width,
height,
x,
y,
url
} = options
if (!url) return console.error('缺失绘制的图片 url')
const padding = options.padding || 0
const img = new Image()
const position = setPosition(x, y, {
width,
height
})
img.crossOrigin = 'anonymous'
// 兼容问题:base64需要特殊处理
img.src = !~url.indexOf('data:image/') ? url : URL.createObjectURL(dataURItoBlob(url))
// 加载完成,绘制至画布
img.onerror = err => {
error = err
// 最后一个元素时,便执行回调,否则继续绘制,
nextFunc && nextFunc()
}
img.onload = () => {
// 设置透明度
mainCtx.globalAlpha = options.opacity || 1
if (options.radius || padding > 0) {
handleTailorImg({
image: img,
x: position.x + padding,
y: position.y + padding,
width: width || img.width,
height: height || img.height,
radius: ((height || img.height) - 2 * padding) / 2 * (options.radius || 0),
padding,
background: options.background,
clipOptions: options.clipOptions
})
} else {
mainCtx.drawImage(
img,
position.x + padding,
position.y + padding,
(width || img.width) - padding * 2,
(height || img.height) - padding * 2
)
}
// 最后一个元素时,便执行回调,否则继续绘制,
nextFunc && nextFunc()
}
}
function handleQrCode(options, nextFunc) {
let {
text,
width,
height,
level
} = options
width = width || 200
height = height || width || 200
if (!text) return console.error('缺失绘制的二维码的 text')
const qrCode = new QRCode(null, {
text,
width,
height,
correctLevel: level || 3,
colorDark: '#000000',
colorLight: '#ffffff'
})
const img = qrCode._oDrawing._elImage
// 绘制处理同image
img.onload = () => {
handleImage(Object.assign(options, {
url: img.src
}), !options.logo && nextFunc)
if (options.logo) {
const ratio = 0.35
const isMinus = options.x < 0 ? -1 : 1
handleImage({
type: 'image',
url: options.logo || 'http://via.placeholder.com/100x100',
width: width * ratio,
height: height * ratio,
x: isMinus * width * (0.5 - ratio / 2) + (options.x || 0),
y: isMinus * height * (0.5 - ratio / 2) + (options.y || 0),
padding: 2
}, nextFunc)
}
}
}
// 初始化数据
let len = parts.length
let i = 0
const start = function() {
/**
* 最后一个元素时,便执行回调,否则继续绘制
* @param {number} opacity: 绘制的透明度,默认为 0
* */
const nextFunc = () => {
i++
// 是否最后一个绘制对西那个
!(len - i) ?
callback && callback(error, canvas.toDataURL('image/jpeg', options.compress || .8)): start()
}
if (len - i) {
switch (parts[i].type) {
case 'text':
handleText(parts[i], nextFunc)
break
case 'image':
handleImage(parts[i], nextFunc)
break
case 'qrcode':
handleQrCode(parts[i], nextFunc)
break
default:
}
}
}
start()
}
/**
* 创建编辑节点DOM
* @param container 视图渲染的容器
* @param options 同 makeImage 配置项
* @param callback 成功后的回调,参数接受合成后的 base64
* */
function renderEditor(container, options, callback) {
function _extends(o) {
const _options = {}
for (let key in o) {
_options[key] = o[key]
}
return _options
}
// 过滤需要编辑的文字
const _options = _extends(options)
_options.parts = _options.parts
.filter(item => item.editable && item.type !== 'text')
// 生成HTML容器
makeImage(_options, (error, data) => {
// 初始化数据,为编辑状态却没有宽高的图片设置默认宽高,并导出该对象
function initEditImage(callback) {
// 过滤,并添加key值,留下可编辑的图片
const editImageArr = options.parts
.filter((item, key) => {
item._key = key
return item.editable && item.type === 'image'
})
// 处理编辑的图片:i用于循环遍历,editImageArrLen用于判断是否所有image都已加载完成
let i, editImageArrLen
editImageArrLen = i = editImageArr.length
while (i--) {
const img = new Image()
img.src = editImageArr[i].url
img.onload = ((i) => () => {
// 初始化图片宽高
editImageArr[i].width = editImageArr[i].width || img.width
editImageArr[i].height = editImageArr[i].height || img.height
editImageArrLen--
// 全部处理完成,将可编辑的图片,渲染为DOM
if (!editImageArrLen) {
callback && callback(editImageArr)
}
})(i)
}
}
// 针对input change事件,通过key值映射,修改图片源
function updateOptions(imageData, key) {
options.parts.map(item => {
if (item._key === ~~key) {
item.url = imageData
return item
}
return item
})
renderEditor(container, options, callback)
}
function getBase64(e, callback) {
const reader = new FileReader()
reader.addEventListener('load', function() {
callback(this.result)
}, false)
reader.readAsDataURL(e.target.files[0])
return e
}
initEditImage(editImageList => {
// 为每项编辑项添加input
let html = ''
// 过滤,并添加key值,留下可编辑的文字
const editTextArr = options.parts
.filter((item, key) => {
item._key = key
return item.editable && item.type === 'text'
})
// 渲染文字修改选框
for (let i = editTextArr.length; i--;) {
html +=
`
`
}
// 渲染图片替换按钮
for (let i = editImageList.length; i--;) {
html +=
``
}
// 创建视图
container.innerHTML =
``
// 冒泡筛选input change事件
const handleChange = e => {
if (e.target.className === 'x-input') {
const key = e.target.getAttribute('data-key')
getBase64(e, imageData => updateOptions(imageData, key))
}
}
container.addEventListener('change', handleChange, false)
// 冒泡筛选input click事件
const handleClick = e => {
// 点击替换按钮的事件
if (e.target.className === 'x-input') {
const key = e.target.getAttribute('data-key')
const cb = imageData => updateOptions(imageData, key)
options.parts[key].selectImage && (options.parts[key].selectImage)(cb)
}
// 合并画布
if (e.target.className === 'x-make-image') {
const textDom = document.getElementsByClassName('x-textarea-container')
for (let i = textDom.length; i--;) {
const key = textDom[i].getAttribute('data-key')
options.parts[key].text = textDom[i].value
}
makeImage(options, (err, data) => {
container.innerHTML =
``
})
}
// 重新编辑
if (e.target.className === 'x-again-make-image') {
// 移除监听避免重复编辑,累加监听
container.removeEventListener('click', handleClick, false)
container.removeEventListener('change', handleChange, false)
renderEditor(container, options, callback)
}
}
container.addEventListener('click', handleClick, false)
callback && callback(data)
})
})
// 返回一个生成画布的方法
return {
getValue: () => options,
makeImage: callback => {
makeImage(options, callback)
}
}
}
export default {
makeImage,
renderEditor
}
================================================
FILE: 前端商城/components/new_HB/mg-h5hb/common/myUtil.js
================================================
function globalurl(){
return "http://ttdelay.zhongrenweiye.com:8099/renren-fast/"
// return "http://192.168.3.14:8099/renren-fast/"
}
function auth_method(){
uni.request({
url:globalurl()+"app/auth/initAuth",
header: {
},
success: (res) => {
location.assign(res.data.url)
// console.log(res.data.url)
}
})
}
function globalajaxByput(url,data,fun){
// var token;
// uni.getStorage({
// key: 'token',
// success: function(res) {
// token = res.data;
// },
// fail:function(){
// auth_method();
// }
// });
if(data=={}){
console.log(111111);
uni.request({
url:globalurl()+url,
header: {
'Content-Type': "application/x-www-form-urlencoded",
'X-Nideshop-Token': 123 //测试环境 test
},
method:"PUT",
success: (res) => {
return fun(res);
},
fail:(res)=>{
console.log(234)
}
});
}else{
console.log(22222);
uni.request({
url:globalurl()+url,
data:data,
header: {
'Content-Type': "application/x-www-form-urlencoded",
'X-Nideshop-Token': 1 //测试环境 test
},
method:"PUT",
success: (res) => {
return fun(res);
},
fail:(res)=>{
console.log(234)
}
});
}
}
function globalajax(url,data,fun){
var token;
uni.getStorage({
key: 'token',
success: function(res) {
token = res.data;
},
fail:function(){
auth_method();
}
});
if(data=={}){
uni.request({
url:globalurl()+url,
header: {
'Content-Type': "application/x-www-form-urlencoded",
'X-Nideshop-Token': token //测试环境 test
},
method:"POST",
success: (res) => {
if(res.code==401|| res.data.code==401){
auth_method();
}else{
return fun(res);
}
}
});
}else{
uni.request({
url:globalurl()+url,
data:data,
header: {
'Content-Type': "application/x-www-form-urlencoded",
'X-Nideshop-Token': token //测试环境 test
},
method:"POST",
success: (res) => {
if(res.code==401|| res.data.code==401){
auth_method();
}else{
return fun(res);
}
}
});
}
}
function globalUserId(fun){
uni.getStorage({
key: 'userId',
success: function(res) {
return fun(res.data)
},
fail:function(){
auth_method();
}
});
}
function judgeLevel(fun){
uni.getStorage({
key: 'judge',
success: function(res) {
return fun(res.data)
},
fail:function(){
auth_method();
}
});
}
export {
globalurl,
auth_method,
globalajax,
globalUserId,
judgeLevel,
globalajaxByput
}
================================================
FILE: 前端商城/components/new_HB/mg-h5hb/common/qrCode.js
================================================
/**
* @fileoverview
* - Using the 'QRCode for Javascript library'
* - Fixed dataset of 'QRCode for Javascript library' for support full-spec.
* - this library has no dependencies.
*
* @author davidshimjs
* @see http://www.d-project.com/
* @see http://jeromeetienne.github.com/jquery-qrcode/
*/
var QRCode;
(function() {
//---------------------------------------------------------------------
// QRCode for JavaScript
//
// Copyright (c) 2009 Kazuhiko Arase
//
// URL: http://www.d-project.com/
//
// Licensed under the MIT license:
// http://www.opensource.org/licenses/mit-license.php
//
// The word "QR Code" is registered trademark of
// DENSO WAVE INCORPORATED
// http://www.denso-wave.com/qrcode/faqpatent-e.html
//
//---------------------------------------------------------------------
function QR8bitByte(data) {
this.mode = QRMode.MODE_8BIT_BYTE;
this.data = data;
this.parsedData = [];
// Added to support UTF-8 Characters
for (var i = 0, l = this.data.length; i < l; i++) {
var byteArray = [];
var code = this.data.charCodeAt(i);
if (code > 0x10000) {
byteArray[0] = 0xF0 | ((code & 0x1C0000) >>> 18);
byteArray[1] = 0x80 | ((code & 0x3F000) >>> 12);
byteArray[2] = 0x80 | ((code & 0xFC0) >>> 6);
byteArray[3] = 0x80 | (code & 0x3F);
} else if (code > 0x800) {
byteArray[0] = 0xE0 | ((code & 0xF000) >>> 12);
byteArray[1] = 0x80 | ((code & 0xFC0) >>> 6);
byteArray[2] = 0x80 | (code & 0x3F);
} else if (code > 0x80) {
byteArray[0] = 0xC0 | ((code & 0x7C0) >>> 6);
byteArray[1] = 0x80 | (code & 0x3F);
} else {
byteArray[0] = code;
}
this.parsedData.push(byteArray);
}
this.parsedData = Array.prototype.concat.apply([], this.parsedData);
if (this.parsedData.length != this.data.length) {
this.parsedData.unshift(191);
this.parsedData.unshift(187);
this.parsedData.unshift(239);
}
}
QR8bitByte.prototype = {
getLength: function(buffer) {
return this.parsedData.length;
},
write: function(buffer) {
for (var i = 0, l = this.parsedData.length; i < l; i++) {
buffer.put(this.parsedData[i], 8);
}
}
};
function QRCodeModel(typeNumber, errorCorrectLevel) {
this.typeNumber = typeNumber;
this.errorCorrectLevel = errorCorrectLevel;
this.modules = null;
this.moduleCount = 0;
this.dataCache = null;
this.dataList = [];
}
QRCodeModel.prototype = {
addData: function(data) {
var newData = new QR8bitByte(data);
this.dataList.push(newData);
this.dataCache = null;
},
isDark: function(row, col) {
if (row < 0 || this.moduleCount <= row || col < 0 || this.moduleCount <= col) {
throw new Error(row + "," + col);
}
return this.modules[row][col];
},
getModuleCount: function() {
return this.moduleCount;
},
make: function() {
this.makeImpl(false, this.getBestMaskPattern());
},
makeImpl: function(test, maskPattern) {
this.moduleCount = this.typeNumber * 4 + 17;
this.modules = new Array(this.moduleCount);
for (var row = 0; row < this.moduleCount; row++) {
this.modules[row] = new Array(this.moduleCount);
for (var col = 0; col < this.moduleCount; col++) {
this.modules[row][col] = null;
}
}
this.setupPositionProbePattern(0, 0);
this.setupPositionProbePattern(this.moduleCount - 7, 0);
this.setupPositionProbePattern(0, this.moduleCount - 7);
this.setupPositionAdjustPattern();
this.setupTimingPattern();
this.setupTypeInfo(test, maskPattern);
if (this.typeNumber >= 7) {
this.setupTypeNumber(test);
}
if (this.dataCache == null) {
this.dataCache = QRCodeModel.createData(this.typeNumber, this.errorCorrectLevel, this.dataList);
}
this.mapData(this.dataCache, maskPattern);
},
setupPositionProbePattern: function(row, col) {
for (var r = -1; r <= 7; r++) {
if (row + r <= -1 || this.moduleCount <= row + r) continue;
for (var c = -1; c <= 7; c++) {
if (col + c <= -1 || this.moduleCount <= col + c) continue;
if ((0 <= r && r <= 6 && (c == 0 || c == 6)) || (0 <= c && c <= 6 && (r == 0 || r == 6)) || (2 <= r && r <= 4 &&
2 <= c && c <= 4)) {
this.modules[row + r][col + c] = true;
} else {
this.modules[row + r][col + c] = false;
}
}
}
},
getBestMaskPattern: function() {
var minLostPoint = 0;
var pattern = 0;
for (var i = 0; i < 8; i++) {
this.makeImpl(true, i);
var lostPoint = QRUtil.getLostPoint(this);
if (i == 0 || minLostPoint > lostPoint) {
minLostPoint = lostPoint;
pattern = i;
}
}
return pattern;
},
createMovieClip: function(target_mc, instance_name, depth) {
var qr_mc = target_mc.createEmptyMovieClip(instance_name, depth);
var cs = 1;
this.make();
for (var row = 0; row < this.modules.length; row++) {
var y = row * cs;
for (var col = 0; col < this.modules[row].length; col++) {
var x = col * cs;
var dark = this.modules[row][col];
if (dark) {
qr_mc.beginFill(0, 100);
qr_mc.moveTo(x, y);
qr_mc.lineTo(x + cs, y);
qr_mc.lineTo(x + cs, y + cs);
qr_mc.lineTo(x, y + cs);
qr_mc.endFill();
}
}
}
return qr_mc;
},
setupTimingPattern: function() {
for (var r = 8; r < this.moduleCount - 8; r++) {
if (this.modules[r][6] != null) {
continue;
}
this.modules[r][6] = (r % 2 == 0);
}
for (var c = 8; c < this.moduleCount - 8; c++) {
if (this.modules[6][c] != null) {
continue;
}
this.modules[6][c] = (c % 2 == 0);
}
},
setupPositionAdjustPattern: function() {
var pos = QRUtil.getPatternPosition(this.typeNumber);
for (var i = 0; i < pos.length; i++) {
for (var j = 0; j < pos.length; j++) {
var row = pos[i];
var col = pos[j];
if (this.modules[row][col] != null) {
continue;
}
for (var r = -2; r <= 2; r++) {
for (var c = -2; c <= 2; c++) {
if (r == -2 || r == 2 || c == -2 || c == 2 || (r == 0 && c == 0)) {
this.modules[row + r][col + c] = true;
} else {
this.modules[row + r][col + c] = false;
}
}
}
}
}
},
setupTypeNumber: function(test) {
var bits = QRUtil.getBCHTypeNumber(this.typeNumber);
for (var i = 0; i < 18; i++) {
var mod = (!test && ((bits >> i) & 1) == 1);
this.modules[Math.floor(i / 3)][i % 3 + this.moduleCount - 8 - 3] = mod;
}
for (var i = 0; i < 18; i++) {
var mod = (!test && ((bits >> i) & 1) == 1);
this.modules[i % 3 + this.moduleCount - 8 - 3][Math.floor(i / 3)] = mod;
}
},
setupTypeInfo: function(test, maskPattern) {
var data = (this.errorCorrectLevel << 3) | maskPattern;
var bits = QRUtil.getBCHTypeInfo(data);
for (var i = 0; i < 15; i++) {
var mod = (!test && ((bits >> i) & 1) == 1);
if (i < 6) {
this.modules[i][8] = mod;
} else if (i < 8) {
this.modules[i + 1][8] = mod;
} else {
this.modules[this.moduleCount - 15 + i][8] = mod;
}
}
for (var i = 0; i < 15; i++) {
var mod = (!test && ((bits >> i) & 1) == 1);
if (i < 8) {
this.modules[8][this.moduleCount - i - 1] = mod;
} else if (i < 9) {
this.modules[8][15 - i - 1 + 1] = mod;
} else {
this.modules[8][15 - i - 1] = mod;
}
}
this.modules[this.moduleCount - 8][8] = (!test);
},
mapData: function(data, maskPattern) {
var inc = -1;
var row = this.moduleCount - 1;
var bitIndex = 7;
var byteIndex = 0;
for (var col = this.moduleCount - 1; col > 0; col -= 2) {
if (col == 6) col--;
while (true) {
for (var c = 0; c < 2; c++) {
if (this.modules[row][col - c] == null) {
var dark = false;
if (byteIndex < data.length) {
dark = (((data[byteIndex] >>> bitIndex) & 1) == 1);
}
var mask = QRUtil.getMask(maskPattern, row, col - c);
if (mask) {
dark = !dark;
}
this.modules[row][col - c] = dark;
bitIndex--;
if (bitIndex == -1) {
byteIndex++;
bitIndex = 7;
}
}
}
row += inc;
if (row < 0 || this.moduleCount <= row) {
row -= inc;
inc = -inc;
break;
}
}
}
}
};
QRCodeModel.PAD0 = 0xEC;
QRCodeModel.PAD1 = 0x11;
QRCodeModel.createData = function(typeNumber, errorCorrectLevel, dataList) {
var rsBlocks = QRRSBlock.getRSBlocks(typeNumber, errorCorrectLevel);
var buffer = new QRBitBuffer();
for (var i = 0; i < dataList.length; i++) {
var data = dataList[i];
buffer.put(data.mode, 4);
buffer.put(data.getLength(), QRUtil.getLengthInBits(data.mode, typeNumber));
data.write(buffer);
}
var totalDataCount = 0;
for (var i = 0; i < rsBlocks.length; i++) {
totalDataCount += rsBlocks[i].dataCount;
}
if (buffer.getLengthInBits() > totalDataCount * 8) {
throw new Error("code length overflow. (" +
buffer.getLengthInBits() +
">" +
totalDataCount * 8 +
")");
}
if (buffer.getLengthInBits() + 4 <= totalDataCount * 8) {
buffer.put(0, 4);
}
while (buffer.getLengthInBits() % 8 != 0) {
buffer.putBit(false);
}
while (true) {
if (buffer.getLengthInBits() >= totalDataCount * 8) {
break;
}
buffer.put(QRCodeModel.PAD0, 8);
if (buffer.getLengthInBits() >= totalDataCount * 8) {
break;
}
buffer.put(QRCodeModel.PAD1, 8);
}
return QRCodeModel.createBytes(buffer, rsBlocks);
};
QRCodeModel.createBytes = function(buffer, rsBlocks) {
var offset = 0;
var maxDcCount = 0;
var maxEcCount = 0;
var dcdata = new Array(rsBlocks.length);
var ecdata = new Array(rsBlocks.length);
for (var r = 0; r < rsBlocks.length; r++) {
var dcCount = rsBlocks[r].dataCount;
var ecCount = rsBlocks[r].totalCount - dcCount;
maxDcCount = Math.max(maxDcCount, dcCount);
maxEcCount = Math.max(maxEcCount, ecCount);
dcdata[r] = new Array(dcCount);
for (var i = 0; i < dcdata[r].length; i++) {
dcdata[r][i] = 0xff & buffer.buffer[i + offset];
}
offset += dcCount;
var rsPoly = QRUtil.getErrorCorrectPolynomial(ecCount);
var rawPoly = new QRPolynomial(dcdata[r], rsPoly.getLength() - 1);
var modPoly = rawPoly.mod(rsPoly);
ecdata[r] = new Array(rsPoly.getLength() - 1);
for (var i = 0; i < ecdata[r].length; i++) {
var modIndex = i + modPoly.getLength() - ecdata[r].length;
ecdata[r][i] = (modIndex >= 0) ? modPoly.get(modIndex) : 0;
}
}
var totalCodeCount = 0;
for (var i = 0; i < rsBlocks.length; i++) {
totalCodeCount += rsBlocks[i].totalCount;
}
var data = new Array(totalCodeCount);
var index = 0;
for (var i = 0; i < maxDcCount; i++) {
for (var r = 0; r < rsBlocks.length; r++) {
if (i < dcdata[r].length) {
data[index++] = dcdata[r][i];
}
}
}
for (var i = 0; i < maxEcCount; i++) {
for (var r = 0; r < rsBlocks.length; r++) {
if (i < ecdata[r].length) {
data[index++] = ecdata[r][i];
}
}
}
return data;
};
var QRMode = {
MODE_NUMBER: 1 << 0,
MODE_ALPHA_NUM: 1 << 1,
MODE_8BIT_BYTE: 1 << 2,
MODE_KANJI: 1 << 3
};
var QRErrorCorrectLevel = {
L: 1,
M: 0,
Q: 3,
H: 2
};
var QRMaskPattern = {
PATTERN000: 0,
PATTERN001: 1,
PATTERN010: 2,
PATTERN011: 3,
PATTERN100: 4,
PATTERN101: 5,
PATTERN110: 6,
PATTERN111: 7
};
var QRUtil = {
PATTERN_POSITION_TABLE: [
[],
[6, 18],
[6, 22],
[6, 26],
[6, 30],
[6, 34],
[6, 22, 38],
[6, 24, 42],
[6, 26, 46],
[6, 28, 50],
[6, 30, 54],
[6, 32, 58],
[6, 34, 62],
[6, 26, 46, 66],
[6, 26, 48, 70],
[6, 26, 50, 74],
[6, 30, 54, 78],
[6, 30, 56, 82],
[6, 30, 58, 86],
[6, 34, 62, 90],
[6, 28, 50, 72, 94],
[6, 26, 50, 74, 98],
[6, 30, 54, 78, 102],
[6, 28, 54, 80, 106],
[6, 32, 58, 84, 110],
[6, 30, 58, 86, 114],
[6, 34, 62, 90, 118],
[6, 26, 50, 74, 98, 122],
[6, 30, 54, 78, 102, 126],
[6, 26, 52, 78, 104, 130],
[6, 30, 56, 82, 108, 134],
[6, 34, 60, 86, 112, 138],
[6, 30, 58, 86, 114, 142],
[6, 34, 62, 90, 118, 146],
[6, 30, 54, 78, 102, 126, 150],
[6, 24, 50, 76, 102, 128, 154],
[6, 28, 54, 80, 106, 132, 158],
[6, 32, 58, 84, 110, 136, 162],
[6, 26, 54, 82, 110, 138, 166],
[6, 30, 58, 86, 114, 142, 170]
],
G15: (1 << 10) | (1 << 8) | (1 << 5) | (1 << 4) | (1 << 2) | (1 << 1) | (1 << 0),
G18: (1 << 12) | (1 << 11) | (1 << 10) | (1 << 9) | (1 << 8) | (1 << 5) | (1 << 2) | (1 << 0),
G15_MASK: (1 << 14) | (1 << 12) | (1 << 10) | (1 << 4) | (1 << 1),
getBCHTypeInfo: function(data) {
var d = data << 10;
while (QRUtil.getBCHDigit(d) - QRUtil.getBCHDigit(QRUtil.G15) >= 0) {
d ^= (QRUtil.G15 << (QRUtil.getBCHDigit(d) - QRUtil.getBCHDigit(QRUtil.G15)));
}
return ((data << 10) | d) ^ QRUtil.G15_MASK;
},
getBCHTypeNumber: function(data) {
var d = data << 12;
while (QRUtil.getBCHDigit(d) - QRUtil.getBCHDigit(QRUtil.G18) >= 0) {
d ^= (QRUtil.G18 << (QRUtil.getBCHDigit(d) - QRUtil.getBCHDigit(QRUtil.G18)));
}
return (data << 12) | d;
},
getBCHDigit: function(data) {
var digit = 0;
while (data != 0) {
digit++;
data >>>= 1;
}
return digit;
},
getPatternPosition: function(typeNumber) {
return QRUtil.PATTERN_POSITION_TABLE[typeNumber - 1];
},
getMask: function(maskPattern, i, j) {
switch (maskPattern) {
case QRMaskPattern.PATTERN000:
return (i + j) % 2 == 0;
case QRMaskPattern.PATTERN001:
return i % 2 == 0;
case QRMaskPattern.PATTERN010:
return j % 3 == 0;
case QRMaskPattern.PATTERN011:
return (i + j) % 3 == 0;
case QRMaskPattern.PATTERN100:
return (Math.floor(i / 2) + Math.floor(j / 3)) % 2 == 0;
case QRMaskPattern.PATTERN101:
return (i * j) % 2 + (i * j) % 3 == 0;
case QRMaskPattern.PATTERN110:
return ((i * j) % 2 + (i * j) % 3) % 2 == 0;
case QRMaskPattern.PATTERN111:
return ((i * j) % 3 + (i + j) % 2) % 2 == 0;
default:
throw new Error("bad maskPattern:" + maskPattern);
}
},
getErrorCorrectPolynomial: function(errorCorrectLength) {
var a = new QRPolynomial([1], 0);
for (var i = 0; i < errorCorrectLength; i++) {
a = a.multiply(new QRPolynomial([1, QRMath.gexp(i)], 0));
}
return a;
},
getLengthInBits: function(mode, type) {
if (1 <= type && type < 10) {
switch (mode) {
case QRMode.MODE_NUMBER:
return 10;
case QRMode.MODE_ALPHA_NUM:
return 9;
case QRMode.MODE_8BIT_BYTE:
return 8;
case QRMode.MODE_KANJI:
return 8;
default:
throw new Error("mode:" + mode);
}
} else if (type < 27) {
switch (mode) {
case QRMode.MODE_NUMBER:
return 12;
case QRMode.MODE_ALPHA_NUM:
return 11;
case QRMode.MODE_8BIT_BYTE:
return 16;
case QRMode.MODE_KANJI:
return 10;
default:
throw new Error("mode:" + mode);
}
} else if (type < 41) {
switch (mode) {
case QRMode.MODE_NUMBER:
return 14;
case QRMode.MODE_ALPHA_NUM:
return 13;
case QRMode.MODE_8BIT_BYTE:
return 16;
case QRMode.MODE_KANJI:
return 12;
default:
throw new Error("mode:" + mode);
}
} else {
throw new Error("type:" + type);
}
},
getLostPoint: function(qrCode) {
var moduleCount = qrCode.getModuleCount();
var lostPoint = 0;
for (var row = 0; row < moduleCount; row++) {
for (var col = 0; col < moduleCount; col++) {
var sameCount = 0;
var dark = qrCode.isDark(row, col);
for (var r = -1; r <= 1; r++) {
if (row + r < 0 || moduleCount <= row + r) {
continue;
}
for (var c = -1; c <= 1; c++) {
if (col + c < 0 || moduleCount <= col + c) {
continue;
}
if (r == 0 && c == 0) {
continue;
}
if (dark == qrCode.isDark(row + r, col + c)) {
sameCount++;
}
}
}
if (sameCount > 5) {
lostPoint += (3 + sameCount - 5);
}
}
}
for (var row = 0; row < moduleCount - 1; row++) {
for (var col = 0; col < moduleCount - 1; col++) {
var count = 0;
if (qrCode.isDark(row, col)) count++;
if (qrCode.isDark(row + 1, col)) count++;
if (qrCode.isDark(row, col + 1)) count++;
if (qrCode.isDark(row + 1, col + 1)) count++;
if (count == 0 || count == 4) {
lostPoint += 3;
}
}
}
for (var row = 0; row < moduleCount; row++) {
for (var col = 0; col < moduleCount - 6; col++) {
if (qrCode.isDark(row, col) && !qrCode.isDark(row, col + 1) && qrCode.isDark(row, col + 2) && qrCode.isDark(row,
col + 3) && qrCode.isDark(row, col + 4) && !qrCode.isDark(row, col + 5) && qrCode.isDark(row, col + 6)) {
lostPoint += 40;
}
}
}
for (var col = 0; col < moduleCount; col++) {
for (var row = 0; row < moduleCount - 6; row++) {
if (qrCode.isDark(row, col) && !qrCode.isDark(row + 1, col) && qrCode.isDark(row + 2, col) && qrCode.isDark(row +
3, col) && qrCode.isDark(row + 4, col) && !qrCode.isDark(row + 5, col) && qrCode.isDark(row + 6, col)) {
lostPoint += 40;
}
}
}
var darkCount = 0;
for (var col = 0; col < moduleCount; col++) {
for (var row = 0; row < moduleCount; row++) {
if (qrCode.isDark(row, col)) {
darkCount++;
}
}
}
var ratio = Math.abs(100 * darkCount / moduleCount / moduleCount - 50) / 5;
lostPoint += ratio * 10;
return lostPoint;
}
};
var QRMath = {
glog: function(n) {
if (n < 1) {
throw new Error("glog(" + n + ")");
}
return QRMath.LOG_TABLE[n];
},
gexp: function(n) {
while (n < 0) {
n += 255;
}
while (n >= 256) {
n -= 255;
}
return QRMath.EXP_TABLE[n];
},
EXP_TABLE: new Array(256),
LOG_TABLE: new Array(256)
};
for (var i = 0; i < 8; i++) {
QRMath.EXP_TABLE[i] = 1 << i;
}
for (var i = 8; i < 256; i++) {
QRMath.EXP_TABLE[i] = QRMath.EXP_TABLE[i - 4] ^ QRMath.EXP_TABLE[i - 5] ^ QRMath.EXP_TABLE[i - 6] ^ QRMath.EXP_TABLE[
i - 8];
}
for (var i = 0; i < 255; i++) {
QRMath.LOG_TABLE[QRMath.EXP_TABLE[i]] = i;
}
function QRPolynomial(num, shift) {
if (num.length == undefined) {
throw new Error(num.length + "/" + shift);
}
var offset = 0;
while (offset < num.length && num[offset] == 0) {
offset++;
}
this.num = new Array(num.length - offset + shift);
for (var i = 0; i < num.length - offset; i++) {
this.num[i] = num[i + offset];
}
}
QRPolynomial.prototype = {
get: function(index) {
return this.num[index];
},
getLength: function() {
return this.num.length;
},
multiply: function(e) {
var num = new Array(this.getLength() + e.getLength() - 1);
for (var i = 0; i < this.getLength(); i++) {
for (var j = 0; j < e.getLength(); j++) {
num[i + j] ^= QRMath.gexp(QRMath.glog(this.get(i)) + QRMath.glog(e.get(j)));
}
}
return new QRPolynomial(num, 0);
},
mod: function(e) {
if (this.getLength() - e.getLength() < 0) {
return this;
}
var ratio = QRMath.glog(this.get(0)) - QRMath.glog(e.get(0));
var num = new Array(this.getLength());
for (var i = 0; i < this.getLength(); i++) {
num[i] = this.get(i);
}
for (var i = 0; i < e.getLength(); i++) {
num[i] ^= QRMath.gexp(QRMath.glog(e.get(i)) + ratio);
}
return new QRPolynomial(num, 0).mod(e);
}
};
function QRRSBlock(totalCount, dataCount) {
this.totalCount = totalCount;
this.dataCount = dataCount;
}
QRRSBlock.RS_BLOCK_TABLE = [
[1, 26, 19],
[1, 26, 16],
[1, 26, 13],
[1, 26, 9],
[1, 44, 34],
[1, 44, 28],
[1, 44, 22],
[1, 44, 16],
[1, 70, 55],
[1, 70, 44],
[2, 35, 17],
[2, 35, 13],
[1, 100, 80],
[2, 50, 32],
[2, 50, 24],
[4, 25, 9],
[1, 134, 108],
[2, 67, 43],
[2, 33, 15, 2, 34, 16],
[2, 33, 11, 2, 34, 12],
[2, 86, 68],
[4, 43, 27],
[4, 43, 19],
[4, 43, 15],
[2, 98, 78],
[4, 49, 31],
[2, 32, 14, 4, 33, 15],
[4, 39, 13, 1, 40, 14],
[2, 121, 97],
[2, 60, 38, 2, 61, 39],
[4, 40, 18, 2, 41, 19],
[4, 40, 14, 2, 41, 15],
[2, 146, 116],
[3, 58, 36, 2, 59, 37],
[4, 36, 16, 4, 37, 17],
[4, 36, 12, 4, 37, 13],
[2, 86, 68, 2, 87, 69],
[4, 69, 43, 1, 70, 44],
[6, 43, 19, 2, 44, 20],
[6, 43, 15, 2, 44, 16],
[4, 101, 81],
[1, 80, 50, 4, 81, 51],
[4, 50, 22, 4, 51, 23],
[3, 36, 12, 8, 37, 13],
[2, 116, 92, 2, 117, 93],
[6, 58, 36, 2, 59, 37],
[4, 46, 20, 6, 47, 21],
[7, 42, 14, 4, 43, 15],
[4, 133, 107],
[8, 59, 37, 1, 60, 38],
[8, 44, 20, 4, 45, 21],
[12, 33, 11, 4, 34, 12],
[3, 145, 115, 1, 146, 116],
[4, 64, 40, 5, 65, 41],
[11, 36, 16, 5, 37, 17],
[11, 36, 12, 5, 37, 13],
[5, 109, 87, 1, 110, 88],
[5, 65, 41, 5, 66, 42],
[5, 54, 24, 7, 55, 25],
[11, 36, 12],
[5, 122, 98, 1, 123, 99],
[7, 73, 45, 3, 74, 46],
[15, 43, 19, 2, 44, 20],
[3, 45, 15, 13, 46, 16],
[1, 135, 107, 5, 136, 108],
[10, 74, 46, 1, 75, 47],
[1, 50, 22, 15, 51, 23],
[2, 42, 14, 17, 43, 15],
[5, 150, 120, 1, 151, 121],
[9, 69, 43, 4, 70, 44],
[17, 50, 22, 1, 51, 23],
[2, 42, 14, 19, 43, 15],
[3, 141, 113, 4, 142, 114],
[3, 70, 44, 11, 71, 45],
[17, 47, 21, 4, 48, 22],
[9, 39, 13, 16, 40, 14],
[3, 135, 107, 5, 136, 108],
[3, 67, 41, 13, 68, 42],
[15, 54, 24, 5, 55, 25],
[15, 43, 15, 10, 44, 16],
[4, 144, 116, 4, 145, 117],
[17, 68, 42],
[17, 50, 22, 6, 51, 23],
[19, 46, 16, 6, 47, 17],
[2, 139, 111, 7, 140, 112],
[17, 74, 46],
[7, 54, 24, 16, 55, 25],
[34, 37, 13],
[4, 151, 121, 5, 152, 122],
[4, 75, 47, 14, 76, 48],
[11, 54, 24, 14, 55, 25],
[16, 45, 15, 14, 46, 16],
[6, 147, 117, 4, 148, 118],
[6, 73, 45, 14, 74, 46],
[11, 54, 24, 16, 55, 25],
[30, 46, 16, 2, 47, 17],
[8, 132, 106, 4, 133, 107],
[8, 75, 47, 13, 76, 48],
[7, 54, 24, 22, 55, 25],
[22, 45, 15, 13, 46, 16],
[10, 142, 114, 2, 143, 115],
[19, 74, 46, 4, 75, 47],
[28, 50, 22, 6, 51, 23],
[33, 46, 16, 4, 47, 17],
[8, 152, 122, 4, 153, 123],
[22, 73, 45, 3, 74, 46],
[8, 53, 23, 26, 54, 24],
[12, 45, 15, 28, 46, 16],
[3, 147, 117, 10, 148, 118],
[3, 73, 45, 23, 74, 46],
[4, 54, 24, 31, 55, 25],
[11, 45, 15, 31, 46, 16],
[7, 146, 116, 7, 147, 117],
[21, 73, 45, 7, 74, 46],
[1, 53, 23, 37, 54, 24],
[19, 45, 15, 26, 46, 16],
[5, 145, 115, 10, 146, 116],
[19, 75, 47, 10, 76, 48],
[15, 54, 24, 25, 55, 25],
[23, 45, 15, 25, 46, 16],
[13, 145, 115, 3, 146, 116],
[2, 74, 46, 29, 75, 47],
[42, 54, 24, 1, 55, 25],
[23, 45, 15, 28, 46, 16],
[17, 145, 115],
[10, 74, 46, 23, 75, 47],
[10, 54, 24, 35, 55, 25],
[19, 45, 15, 35, 46, 16],
[17, 145, 115, 1, 146, 116],
[14, 74, 46, 21, 75, 47],
[29, 54, 24, 19, 55, 25],
[11, 45, 15, 46, 46, 16],
[13, 145, 115, 6, 146, 116],
[14, 74, 46, 23, 75, 47],
[44, 54, 24, 7, 55, 25],
[59, 46, 16, 1, 47, 17],
[12, 151, 121, 7, 152, 122],
[12, 75, 47, 26, 76, 48],
[39, 54, 24, 14, 55, 25],
[22, 45, 15, 41, 46, 16],
[6, 151, 121, 14, 152, 122],
[6, 75, 47, 34, 76, 48],
[46, 54, 24, 10, 55, 25],
[2, 45, 15, 64, 46, 16],
[17, 152, 122, 4, 153, 123],
[29, 74, 46, 14, 75, 47],
[49, 54, 24, 10, 55, 25],
[24, 45, 15, 46, 46, 16],
[4, 152, 122, 18, 153, 123],
[13, 74, 46, 32, 75, 47],
[48, 54, 24, 14, 55, 25],
[42, 45, 15, 32, 46, 16],
[20, 147, 117, 4, 148, 118],
[40, 75, 47, 7, 76, 48],
[43, 54, 24, 22, 55, 25],
[10, 45, 15, 67, 46, 16],
[19, 148, 118, 6, 149, 119],
[18, 75, 47, 31, 76, 48],
[34, 54, 24, 34, 55, 25],
[20, 45, 15, 61, 46, 16]
];
QRRSBlock.getRSBlocks = function(typeNumber, errorCorrectLevel) {
var rsBlock = QRRSBlock.getRsBlockTable(typeNumber, errorCorrectLevel);
if (rsBlock == undefined) {
throw new Error("bad rs block @ typeNumber:" + typeNumber + "/errorCorrectLevel:" + errorCorrectLevel);
}
var length = rsBlock.length / 3;
var list = [];
for (var i = 0; i < length; i++) {
var count = rsBlock[i * 3 + 0];
var totalCount = rsBlock[i * 3 + 1];
var dataCount = rsBlock[i * 3 + 2];
for (var j = 0; j < count; j++) {
list.push(new QRRSBlock(totalCount, dataCount));
}
}
return list;
};
QRRSBlock.getRsBlockTable = function(typeNumber, errorCorrectLevel) {
switch (errorCorrectLevel) {
case QRErrorCorrectLevel.L:
return QRRSBlock.RS_BLOCK_TABLE[(typeNumber - 1) * 4 + 0];
case QRErrorCorrectLevel.M:
return QRRSBlock.RS_BLOCK_TABLE[(typeNumber - 1) * 4 + 1];
case QRErrorCorrectLevel.Q:
return QRRSBlock.RS_BLOCK_TABLE[(typeNumber - 1) * 4 + 2];
case QRErrorCorrectLevel.H:
return QRRSBlock.RS_BLOCK_TABLE[(typeNumber - 1) * 4 + 3];
default:
return undefined;
}
};
function QRBitBuffer() {
this.buffer = [];
this.length = 0;
}
QRBitBuffer.prototype = {
get: function(index) {
var bufIndex = Math.floor(index / 8);
return ((this.buffer[bufIndex] >>> (7 - index % 8)) & 1) == 1;
},
put: function(num, length) {
for (var i = 0; i < length; i++) {
this.putBit(((num >>> (length - i - 1)) & 1) == 1);
}
},
getLengthInBits: function() {
return this.length;
},
putBit: function(bit) {
var bufIndex = Math.floor(this.length / 8);
if (this.buffer.length <= bufIndex) {
this.buffer.push(0);
}
if (bit) {
this.buffer[bufIndex] |= (0x80 >>> (this.length % 8));
}
this.length++;
}
};
var QRCodeLimitLength = [
[17, 14, 11, 7],
[32, 26, 20, 14],
[53, 42, 32, 24],
[78, 62, 46, 34],
[106, 84, 60, 44],
[134, 106, 74, 58],
[154, 122, 86, 64],
[192, 152, 108, 84],
[230, 180, 130, 98],
[271, 213, 151, 119],
[321, 251, 177, 137],
[367, 287, 203, 155],
[425, 331, 241, 177],
[458, 362, 258, 194],
[520, 412, 292, 220],
[586, 450, 322, 250],
[644, 504, 364, 280],
[718, 560, 394, 310],
[792, 624, 442, 338],
[858, 666, 482, 382],
[929, 711, 509, 403],
[1003, 779, 565, 439],
[1091, 857, 611, 461],
[1171, 911, 661, 511],
[1273, 997, 715, 535],
[1367, 1059, 751, 593],
[1465, 1125, 805, 625],
[1528, 1190, 868, 658],
[1628, 1264, 908, 698],
[1732, 1370, 982, 742],
[1840, 1452, 1030, 790],
[1952, 1538, 1112, 842],
[2068, 1628, 1168, 898],
[2188, 1722, 1228, 958],
[2303, 1809, 1283, 983],
[2431, 1911, 1351, 1051],
[2563, 1989, 1423, 1093],
[2699, 2099, 1499, 1139],
[2809, 2213, 1579, 1219],
[2953, 2331, 1663, 1273]
];
function _isSupportCanvas() {
return typeof CanvasRenderingContext2D != "undefined";
}
// android 2.x doesn't support Data-URI spec
function _getAndroid() {
var android = false;
var sAgent = navigator.userAgent;
if (/android/i.test(sAgent)) { // android
android = 10;
var aMat = sAgent.toString().match(/android ([0-9](?:\.[0-9])?)/i);
if (aMat && aMat[1]) {
android = parseFloat(aMat[1]);
}
}
return android;
}
var svgDrawer = (function() {
var Drawing = function(el, htOption) {
this._el = el;
this._htOption = htOption;
};
Drawing.prototype.draw = function(oQRCode) {
var _htOption = this._htOption;
var _el = this._el;
var nCount = oQRCode.getModuleCount();
var nWidth = Math.floor(_htOption.width / nCount);
var nHeight = Math.floor(_htOption.height / nCount);
this.clear();
function makeSVG(tag, attrs) {
var el = document.createElementNS('http://www.w3.org/2000/svg', tag);
for (var k in attrs)
if (attrs.hasOwnProperty(k)) el.setAttribute(k, attrs[k]);
return el;
}
var svg = makeSVG("svg", {
'viewBox': '0 0 ' + String(nCount) + " " + String(nCount),
'width': '100%',
'height': '100%',
'fill': _htOption.colorLight
});
svg.setAttributeNS("http://www.w3.org/2000/xmlns/", "xmlns:xlink", "http://www.w3.org/1999/xlink");
_el.appendChild(svg);
svg.appendChild(makeSVG("rect", {
"fill": _htOption.colorLight,
"width": "100%",
"height": "100%"
}));
svg.appendChild(makeSVG("rect", {
"fill": _htOption.colorDark,
"width": "1",
"height": "1",
"id": "template"
}));
for (var row = 0; row < nCount; row++) {
for (var col = 0; col < nCount; col++) {
if (oQRCode.isDark(row, col)) {
var child = makeSVG("use", {
"x": String(col),
"y": String(row)
});
child.setAttributeNS("http://www.w3.org/1999/xlink", "href", "#template")
svg.appendChild(child);
}
}
}
};
Drawing.prototype.clear = function() {
while (this._el.hasChildNodes())
this._el.removeChild(this._el.lastChild);
};
return Drawing;
})();
// #ifdef H5
var useSVG = document.documentElement.tagName.toLowerCase() === "svg";
// #endif
// #ifdef MP-WEIXIN
var useSVG = "SVG"
// #endif
// Drawing in DOM by using Table tag
var Drawing = useSVG ? svgDrawer : !_isSupportCanvas() ? (function() {
var Drawing = function(el, htOption) {
this._el = el;
this._htOption = htOption;
};
/**
* Draw the QRCode
*
* @param {QRCode} oQRCode
*/
Drawing.prototype.draw = function(oQRCode) {
var _htOption = this._htOption;
var _el = this._el;
var nCount = oQRCode.getModuleCount();
var nWidth = Math.floor(_htOption.width / nCount);
var nHeight = Math.floor(_htOption.height / nCount);
var aHTML = [''];
for (var row = 0; row < nCount; row++) {
aHTML.push('');
for (var col = 0; col < nCount; col++) {
aHTML.push(' ');
}
aHTML.push(' ');
}
aHTML.push('
');
_el.innerHTML = aHTML.join('');
// Fix the margin values as real size.
var elTable = _el.childNodes[0];
var nLeftMarginTable = (_htOption.width - elTable.offsetWidth) / 2;
var nTopMarginTable = (_htOption.height - elTable.offsetHeight) / 2;
if (nLeftMarginTable > 0 && nTopMarginTable > 0) {
elTable.style.margin = nTopMarginTable + "px " + nLeftMarginTable + "px";
}
};
/**
* Clear the QRCode
*/
Drawing.prototype.clear = function() {
this._el.innerHTML = '';
};
return Drawing;
})() : (function() { // Drawing in Canvas
function _onMakeImage() {
this._elImage.src = this._elCanvas.toDataURL("image/png");
this._elImage.style.display = "block";
this._elCanvas.style.display = "none";
}
// Android 2.1 bug workaround
// http://code.google.com/p/android/issues/detail?id=5141
if (_getAndroid() && _getAndroid() <= 2.1) {
var factor = 1 / window.devicePixelRatio;
var drawImage = CanvasRenderingContext2D.prototype.drawImage;
CanvasRenderingContext2D.prototype.drawImage = function(image, sx, sy, sw, sh, dx, dy, dw, dh) {
if (("nodeName" in image) && /img/i.test(image.nodeName)) {
for (var i = arguments.length - 1; i >= 1; i--) {
arguments[i] = arguments[i] * factor;
}
} else if (typeof dw == "undefined") {
arguments[1] *= factor;
arguments[2] *= factor;
arguments[3] *= factor;
arguments[4] *= factor;
}
drawImage.apply(this, arguments);
};
}
/**
* Check whether the user's browser supports Data URI or not
*
* @private
* @param {Function} fSuccess Occurs if it supports Data URI
* @param {Function} fFail Occurs if it doesn't support Data URI
*/
function _safeSetDataURI(fSuccess, fFail) {
var self = this;
self._fFail = fFail;
self._fSuccess = fSuccess;
// Check it just once
if (self._bSupportDataURI === null) {
var el = document.createElement("img");
var fOnError = function() {
self._bSupportDataURI = false;
if (self._fFail) {
self._fFail.call(self);
}
};
var fOnSuccess = function() {
self._bSupportDataURI = true;
if (self._fSuccess) {
self._fSuccess.call(self);
}
};
el.onabort = fOnError;
el.onerror = fOnError;
el.onload = fOnSuccess;
el.src =
"data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg=="; // the Image contains 1px data.
return;
} else if (self._bSupportDataURI === true && self._fSuccess) {
self._fSuccess.call(self);
} else if (self._bSupportDataURI === false && self._fFail) {
self._fFail.call(self);
}
};
/**
* Drawing QRCode by using canvas
*
* @constructor
* @param {HTMLElement} el
* @param {Object} htOption QRCode Options
*/
var Drawing = function(el, htOption) {
this._bIsPainted = false;
this._android = _getAndroid();
this._htOption = htOption;
this._elCanvas = document.createElement("canvas");
this._elCanvas.width = htOption.width;
this._elCanvas.height = htOption.height;
if (el) el.appendChild(this._elCanvas)
this._el = el;
this._oContext = this._elCanvas.getContext("2d");
this._bIsPainted = false;
this._elImage = document.createElement("img");
this._elImage.alt = "Scan me!";
this._elImage.style.display = "none";
if (el) this._el.appendChild(this._elImage);
this._bSupportDataURI = null;
};
/**
* Draw the QRCode
*
* @param {QRCode} oQRCode
*/
Drawing.prototype.draw = function(oQRCode) {
var _elImage = this._elImage;
var _oContext = this._oContext;
var _htOption = this._htOption;
var nCount = oQRCode.getModuleCount();
var nWidth = _htOption.width / nCount;
var nHeight = _htOption.height / nCount;
var nRoundedWidth = Math.round(nWidth);
var nRoundedHeight = Math.round(nHeight);
_elImage.style.display = "none";
this.clear();
for (var row = 0; row < nCount; row++) {
for (var col = 0; col < nCount; col++) {
var bIsDark = oQRCode.isDark(row, col);
var nLeft = col * nWidth;
var nTop = row * nHeight;
_oContext.strokeStyle = bIsDark ? _htOption.colorDark : _htOption.colorLight;
_oContext.lineWidth = 1;
_oContext.fillStyle = bIsDark ? _htOption.colorDark : _htOption.colorLight;
_oContext.fillRect(nLeft, nTop, nWidth, nHeight);
// 안티 앨리어싱 방지 처리
_oContext.strokeRect(
Math.floor(nLeft) + 0.5,
Math.floor(nTop) + 0.5,
nRoundedWidth,
nRoundedHeight
);
_oContext.strokeRect(
Math.ceil(nLeft) - 0.5,
Math.ceil(nTop) - 0.5,
nRoundedWidth,
nRoundedHeight
);
}
}
this._bIsPainted = true;
};
/**
* Make the image from Canvas if the browser supports Data URI.
*/
Drawing.prototype.makeImage = function() {
if (this._bIsPainted) {
_safeSetDataURI.call(this, _onMakeImage);
}
};
/**
* Return whether the QRCode is painted or not
*
* @return {Boolean}
*/
Drawing.prototype.isPainted = function() {
return this._bIsPainted;
};
/**
* Clear the QRCode
*/
Drawing.prototype.clear = function() {
this._oContext.clearRect(0, 0, this._elCanvas.width, this._elCanvas.height);
this._bIsPainted = false;
};
/**
* @private
* @param {Number} nNumber
*/
Drawing.prototype.round = function(nNumber) {
if (!nNumber) {
return nNumber;
}
return Math.floor(nNumber * 1000) / 1000;
};
return Drawing;
})();
/**
* Get the type by string length
*
* @private
* @param {String} sText
* @param {Number} nCorrectLevel
* @return {Number} type
*/
function _getTypeNumber(sText, nCorrectLevel) {
var nType = 1;
var length = _getUTF8Length(sText);
for (var i = 0, len = QRCodeLimitLength.length; i <= len; i++) {
var nLimit = 0;
switch (nCorrectLevel) {
case QRErrorCorrectLevel.L:
nLimit = QRCodeLimitLength[i][0];
break;
case QRErrorCorrectLevel.M:
nLimit = QRCodeLimitLength[i][1];
break;
case QRErrorCorrectLevel.Q:
nLimit = QRCodeLimitLength[i][2];
break;
case QRErrorCorrectLevel.H:
nLimit = QRCodeLimitLength[i][3];
break;
}
if (length <= nLimit) {
break;
} else {
nType++;
}
}
if (nType > QRCodeLimitLength.length) {
throw new Error("Too long data");
}
return nType;
}
function _getUTF8Length(sText) {
var replacedText = encodeURI(sText).toString().replace(/\%[0-9a-fA-F]{2}/g, 'a');
return replacedText.length + (replacedText.length != sText ? 3 : 0);
}
/**
* @class QRCode
* @constructor
* @example
* new QRCode(document.getElementById("test"), "http://jindo.dev.naver.com/collie");
*
* @example
* var oQRCode = new QRCode("test", {
* text : "http://naver.com",
* width : 128,
* height : 128
* });
*
* oQRCode.clear(); // Clear the QRCode.
* oQRCode.makeCode("http://map.naver.com"); // Re-create the QRCode.
*
* @param {HTMLElement|String} el target element or 'id' attribute of element.
* @param {Object|String} vOption
* @param {String} vOption.text QRCode link data
* @param {Number} [vOption.width=256]
* @param {Number} [vOption.height=256]
* @param {String} [vOption.colorDark="#000000"]
* @param {String} [vOption.colorLight="#ffffff"]
* @param {QRCode.CorrectLevel} [vOption.correctLevel=QRCode.CorrectLevel.H] [L|M|Q|H]
*/
QRCode = function(el, vOption) {
this._htOption = {
width: 256,
height: 256,
typeNumber: 4,
colorDark: "#000000",
colorLight: "#ffffff",
correctLevel: QRErrorCorrectLevel.H
};
if (typeof vOption === 'string') {
vOption = {
text: vOption
};
}
// Overwrites options
if (vOption) {
for (var i in vOption) {
this._htOption[i] = vOption[i];
}
}
if (typeof el == "string") {
el = document.getElementById(el);
}
if (this._htOption.useSVG) {
Drawing = svgDrawer;
}
this._android = _getAndroid();
this._el = el;
this._oQRCode = null;
this._oDrawing = new Drawing(this._el, this._htOption);
if (this._htOption.text) {
this.makeCode(this._htOption.text);
}
};
/**
* Make the QRCode
*
* @param {String} sText link data
*/
QRCode.prototype.makeCode = function(sText) {
this._oQRCode = new QRCodeModel(_getTypeNumber(sText, this._htOption.correctLevel), this._htOption.correctLevel);
this._oQRCode.addData(sText);
this._oQRCode.make();
if (this._el) this._el.title = sText;
this._oDrawing.draw(this._oQRCode);
this.makeImage();
};
/**
* Make the Image from Canvas element
* - It occurs automatically
* - Android below 3 doesn't support Data-URI spec.
*
* @private
*/
QRCode.prototype.makeImage = function() {
if (typeof this._oDrawing.makeImage == "function" && (!this._android || this._android >= 3)) {
this._oDrawing.makeImage();
}
};
/**
* Clear the QRCode
*/
QRCode.prototype.clear = function() {
this._oDrawing.clear();
};
/**
* @name QRCode.CorrectLevel
*/
QRCode.CorrectLevel = QRErrorCorrectLevel;
})();
export default QRCode;
================================================
FILE: 前端商城/components/new_HB/mg-h5hb/common/style.scss
================================================
.x-imaging-box {
position: relative;
& .x-textarea-container {
position: absolute;
z-index: 100;
background: transparent;
border: 0;
resize: none;
outline: none;
overflow: hidden;
}
& .x-input-container {
position: absolute;
& input {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80px;
height: 30px;
z-index: 10;
opacity: 0;
}
& a {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80px;
background: rgba(0, 0, 0, .4);
border: 1px dashed #fff;
color: #fff;
font-size: 12px;
height: 30px;
line-height: 30px;
text-align: center;
z-index: 1;
}
}
& .x-make-image,
& .x-again-make-image {
padding: 5px 20px;
background: #208fee;
color: #fff;
border-radius: 0.2rem;
cursor: pointer;
&:hover {
background: #1182e3;
}
}
}
================================================
FILE: 前端商城/components/nomore/nomore.vue
================================================
{{isDot?dotText:text}}
================================================
FILE: 前端商城/components/numberbox/numberbox.vue
================================================
================================================
FILE: 前端商城/components/plan-image-upload/index.vue
================================================
x
{{names[index].name}}
+
上传
修改名称:
================================================
FILE: 前端商城/components/plan-image-upload/up_img.vue
================================================
x
+
================================================
FILE: 前端商城/components/plan-image-upload/work_log - 副本.vue
================================================
x
+
================================================
FILE: 前端商城/components/qy/Black.vue
================================================
================================================
FILE: 前端商城/components/qy/Coupon.vue
================================================
10 元
立即领取
全场商品满120元可用
================================================
FILE: 前端商城/components/qy/FenX.vue
================================================
{{item.user.nickname}}{{item.create_time}}
{{item.title}}
{{item.goods.goods_name}}
VIP
{{item.goods.vip_price}}
普通
{{item.goods.price}}
================================================
FILE: 前端商城/components/qy/List-d.vue
================================================
123阿萨德会撒娇的爱神的箭好安顺角度看来
¥123
================================================
FILE: 前端商城/components/qy/List-f.vue
================================================
积分抵扣20元
11
12
¥23
================================================
FILE: 前端商城/components/qy/Tan.vue
================================================
恭喜抢单成功
取消
确定
================================================
FILE: 前端商城/components/qy/Title-c.vue
================================================
================================================
FILE: 前端商城/components/qy/list/h.vue
================================================
123123123
这里填写的是描述
自营 特卖
¥1199 ¥1399
立即抢购
================================================
FILE: 前端商城/components/qy/none.vue
================================================
暂无数据
{{guang}}
================================================
FILE: 前端商城/components/qy/shopProduct.vue
================================================
名字
在销商品30件
进入店铺>
猜你喜欢
这里是很长的商品描述再来几个字阿萨德哈市
¥78
================================================
FILE: 前端商城/components/qy/xianshi.vue
================================================
{{title}}
¥{{price}}
================================================
FILE: 前端商城/components/qy/xieyi.vue
================================================
《服务协议和隐私政策》
欢迎您访问商城!为了更好地为您提供服务与保障您的消费者权益,请使用前务必仔细阅读以下协议内容。如您选择同意,则视为您已充分阅读并理解本服务协议的内容,自愿接受本协议所约定的权利义务约束。
《服务协议》 和
《隐私政策》
同意
不同意
================================================
FILE: 前端商城/components/rate/rate.vue
================================================
================================================
FILE: 前端商城/components/share.vue
================================================
{{item.text}}
取消
================================================
FILE: 前端商城/components/tag/tag.vue
================================================
================================================
FILE: 前端商城/components/top-dropdown/top-dropdown.vue
================================================
================================================
FILE: 前端商城/components/tui-tabs/tui-tabs.vue
================================================
{{item.name}}
================================================
FILE: 前端商城/components/tui-upload/tui-upload.vue
================================================
{{statusArr[index]==2?'上传中...':'上传失败'}}
重新上传
================================================
FILE: 前端商城/components/uni/uni-badge/uni-badge.vue
================================================
{{ text }}
================================================
FILE: 前端商城/components/uni/uni-countdown/uni-countdown.vue
================================================
{{ d }}
天
{{ h }}
{{ showColon ? ':' : '时' }}
{{ i }}
{{ showColon ? ':' : '分' }}
{{ s }}
秒
================================================
FILE: 前端商城/components/uni/uni-icon/uni-icon.vue
================================================
================================================
FILE: 前端商城/components/uni/uni-icons/uni-icons.vue
================================================
================================================
FILE: 前端商城/components/uni/uni-list/uni-list.vue
================================================
================================================
FILE: 前端商城/components/uni/uni-list-item/uni-list-item.vue
================================================
{{ title }}
{{ note }}
================================================
FILE: 前端商城/components/uni/uni-load-more/uni-load-more.vue
================================================
{{status === 'more' ? contentText.contentdown : (status === 'loading' ? contentText.contentrefresh : contentText.contentnomore)}}
================================================
FILE: 前端商城/components/uni/uni-notice-bar/uni-notice-bar.vue
================================================
{{text}}
{{ moreText }}
================================================
FILE: 前端商城/components/uni/uni-popup/uni-popup.vue
================================================
================================================
FILE: 前端商城/components/uni/uni-rate/uni-rate.vue
================================================
================================================
FILE: 前端商城/components/uni/uni-rate/uni-rates.vue
================================================
================================================
FILE: 前端商城/components/uni/uni-segmented-control/uni-segmented-control.vue
================================================
{{ item }}
================================================
FILE: 前端商城/components/uni/uni-steps/uni-steps.vue
================================================
{{ item.title }}
{{ item.desc }}
================================================
FILE: 前端商城/components/uni/uni-swipe-action/uni-swipe-action.vue
================================================
{{ item.text }}
================================================
FILE: 前端商城/components/uni-icons/icons.js
================================================
export default {
"pulldown": "\ue588",
"refreshempty": "\ue461",
"back": "\ue471",
"forward": "\ue470",
"more": "\ue507",
"more-filled": "\ue537",
"scan": "\ue612",
"qq": "\ue264",
"weibo": "\ue260",
"weixin": "\ue261",
"pengyouquan": "\ue262",
"loop": "\ue565",
"refresh": "\ue407",
"refresh-filled": "\ue437",
"arrowthindown": "\ue585",
"arrowthinleft": "\ue586",
"arrowthinright": "\ue587",
"arrowthinup": "\ue584",
"undo-filled": "\ue7d6",
"undo": "\ue406",
"redo": "\ue405",
"redo-filled": "\ue7d9",
"bars": "\ue563",
"chatboxes": "\ue203",
"camera": "\ue301",
"chatboxes-filled": "\ue233",
"camera-filled": "\ue7ef",
"cart-filled": "\ue7f4",
"cart": "\ue7f5",
"checkbox-filled": "\ue442",
"checkbox": "\ue7fa",
"arrowleft": "\ue582",
"arrowdown": "\ue581",
"arrowright": "\ue583",
"smallcircle-filled": "\ue801",
"arrowup": "\ue580",
"circle": "\ue411",
"eye-filled": "\ue568",
"eye-slash-filled": "\ue822",
"eye-slash": "\ue823",
"eye": "\ue824",
"flag-filled": "\ue825",
"flag": "\ue508",
"gear-filled": "\ue532",
"reload": "\ue462",
"gear": "\ue502",
"hand-thumbsdown-filled": "\ue83b",
"hand-thumbsdown": "\ue83c",
"hand-thumbsup-filled": "\ue83d",
"heart-filled": "\ue83e",
"hand-thumbsup": "\ue83f",
"heart": "\ue840",
"home": "\ue500",
"info": "\ue504",
"home-filled": "\ue530",
"info-filled": "\ue534",
"circle-filled": "\ue441",
"chat-filled": "\ue847",
"chat": "\ue263",
"mail-open-filled": "\ue84d",
"email-filled": "\ue231",
"mail-open": "\ue84e",
"email": "\ue201",
"checkmarkempty": "\ue472",
"list": "\ue562",
"locked-filled": "\ue856",
"locked": "\ue506",
"map-filled": "\ue85c",
"map-pin": "\ue85e",
"map-pin-ellipse": "\ue864",
"map": "\ue364",
"minus-filled": "\ue440",
"mic-filled": "\ue332",
"minus": "\ue410",
"micoff": "\ue360",
"mic": "\ue302",
"clear": "\ue434",
"smallcircle": "\ue868",
"close": "\ue404",
"closeempty": "\ue460",
"paperclip": "\ue567",
"paperplane": "\ue503",
"paperplane-filled": "\ue86e",
"person-filled": "\ue131",
"contact-filled": "\ue130",
"person": "\ue101",
"contact": "\ue100",
"images-filled": "\ue87a",
"phone": "\ue200",
"images": "\ue87b",
"image": "\ue363",
"image-filled": "\ue877",
"location-filled": "\ue333",
"location": "\ue303",
"plus-filled": "\ue439",
"plus": "\ue409",
"plusempty": "\ue468",
"help-filled": "\ue535",
"help": "\ue505",
"navigate-filled": "\ue884",
"navigate": "\ue501",
"mic-slash-filled": "\ue892",
"search": "\ue466",
"settings": "\ue560",
"sound": "\ue590",
"sound-filled": "\ue8a1",
"spinner-cycle": "\ue465",
"download-filled": "\ue8a4",
"personadd-filled": "\ue132",
"videocam-filled": "\ue8af",
"personadd": "\ue102",
"upload": "\ue402",
"upload-filled": "\ue8b1",
"starhalf": "\ue463",
"star-filled": "\ue438",
"star": "\ue408",
"trash": "\ue401",
"phone-filled": "\ue230",
"compose": "\ue400",
"videocam": "\ue300",
"trash-filled": "\ue8dc",
"download": "\ue403",
"chatbubble-filled": "\ue232",
"chatbubble": "\ue202",
"cloud-download": "\ue8e4",
"cloud-upload-filled": "\ue8e5",
"cloud-upload": "\ue8e6",
"cloud-download-filled": "\ue8e9",
"headphones":"\ue8bf",
"shop":"\ue609"
}
================================================
FILE: 前端商城/components/uni-icons/uni-icons.vue
================================================
{{icons[type]}}
================================================
FILE: 前端商城/components/uni-number-box.vue
================================================
================================================
FILE: 前端商城/components/w-picker/city-data/area.js
================================================
/* eslint-disable */
var areaData = [
[
[{
"label": "东城区",
"value": "110101"
},
{
"label": "西城区",
"value": "110102"
},
{
"label": "朝阳区",
"value": "110105"
},
{
"label": "丰台区",
"value": "110106"
},
{
"label": "石景山区",
"value": "110107"
},
{
"label": "海淀区",
"value": "110108"
},
{
"label": "门头沟区",
"value": "110109"
},
{
"label": "房山区",
"value": "110111"
},
{
"label": "通州区",
"value": "110112"
},
{
"label": "顺义区",
"value": "110113"
},
{
"label": "昌平区",
"value": "110114"
},
{
"label": "大兴区",
"value": "110115"
},
{
"label": "怀柔区",
"value": "110116"
},
{
"label": "平谷区",
"value": "110117"
},
{
"label": "密云区",
"value": "110118"
},
{
"label": "延庆区",
"value": "110119"
}
]
],
[
[{
"label": "和平区",
"value": "120101"
},
{
"label": "河东区",
"value": "120102"
},
{
"label": "河西区",
"value": "120103"
},
{
"label": "南开区",
"value": "120104"
},
{
"label": "河北区",
"value": "120105"
},
{
"label": "红桥区",
"value": "120106"
},
{
"label": "东丽区",
"value": "120110"
},
{
"label": "西青区",
"value": "120111"
},
{
"label": "津南区",
"value": "120112"
},
{
"label": "北辰区",
"value": "120113"
},
{
"label": "武清区",
"value": "120114"
},
{
"label": "宝坻区",
"value": "120115"
},
{
"label": "滨海新区",
"value": "120116"
},
{
"label": "宁河区",
"value": "120117"
},
{
"label": "静海区",
"value": "120118"
},
{
"label": "蓟州区",
"value": "120119"
}
]
],
[
[{
"label": "长安区",
"value": "130102"
},
{
"label": "桥西区",
"value": "130104"
},
{
"label": "新华区",
"value": "130105"
},
{
"label": "井陉矿区",
"value": "130107"
},
{
"label": "裕华区",
"value": "130108"
},
{
"label": "藁城区",
"value": "130109"
},
{
"label": "鹿泉区",
"value": "130110"
},
{
"label": "栾城区",
"value": "130111"
},
{
"label": "井陉县",
"value": "130121"
},
{
"label": "正定县",
"value": "130123"
},
{
"label": "行唐县",
"value": "130125"
},
{
"label": "灵寿县",
"value": "130126"
},
{
"label": "高邑县",
"value": "130127"
},
{
"label": "深泽县",
"value": "130128"
},
{
"label": "赞皇县",
"value": "130129"
},
{
"label": "无极县",
"value": "130130"
},
{
"label": "平山县",
"value": "130131"
},
{
"label": "元氏县",
"value": "130132"
},
{
"label": "赵县",
"value": "130133"
},
{
"label": "石家庄高新技术产业开发区",
"value": "130171"
},
{
"label": "石家庄循环化工园区",
"value": "130172"
},
{
"label": "辛集市",
"value": "130181"
},
{
"label": "晋州市",
"value": "130183"
},
{
"label": "新乐市",
"value": "130184"
}
],
[{
"label": "路南区",
"value": "130202"
},
{
"label": "路北区",
"value": "130203"
},
{
"label": "古冶区",
"value": "130204"
},
{
"label": "开平区",
"value": "130205"
},
{
"label": "丰南区",
"value": "130207"
},
{
"label": "丰润区",
"value": "130208"
},
{
"label": "曹妃甸区",
"value": "130209"
},
{
"label": "滦县",
"value": "130223"
},
{
"label": "滦南县",
"value": "130224"
},
{
"label": "乐亭县",
"value": "130225"
},
{
"label": "迁西县",
"value": "130227"
},
{
"label": "玉田县",
"value": "130229"
},
{
"label": "唐山市芦台经济技术开发区",
"value": "130271"
},
{
"label": "唐山市汉沽管理区",
"value": "130272"
},
{
"label": "唐山高新技术产业开发区",
"value": "130273"
},
{
"label": "河北唐山海港经济开发区",
"value": "130274"
},
{
"label": "遵化市",
"value": "130281"
},
{
"label": "迁安市",
"value": "130283"
}
],
[{
"label": "海港区",
"value": "130302"
},
{
"label": "山海关区",
"value": "130303"
},
{
"label": "北戴河区",
"value": "130304"
},
{
"label": "抚宁区",
"value": "130306"
},
{
"label": "青龙满族自治县",
"value": "130321"
},
{
"label": "昌黎县",
"value": "130322"
},
{
"label": "卢龙县",
"value": "130324"
},
{
"label": "秦皇岛市经济技术开发区",
"value": "130371"
},
{
"label": "北戴河新区",
"value": "130372"
}
],
[{
"label": "邯山区",
"value": "130402"
},
{
"label": "丛台区",
"value": "130403"
},
{
"label": "复兴区",
"value": "130404"
},
{
"label": "峰峰矿区",
"value": "130406"
},
{
"label": "肥乡区",
"value": "130407"
},
{
"label": "永年区",
"value": "130408"
},
{
"label": "临漳县",
"value": "130423"
},
{
"label": "成安县",
"value": "130424"
},
{
"label": "大名县",
"value": "130425"
},
{
"label": "涉县",
"value": "130426"
},
{
"label": "磁县",
"value": "130427"
},
{
"label": "邱县",
"value": "130430"
},
{
"label": "鸡泽县",
"value": "130431"
},
{
"label": "广平县",
"value": "130432"
},
{
"label": "馆陶县",
"value": "130433"
},
{
"label": "魏县",
"value": "130434"
},
{
"label": "曲周县",
"value": "130435"
},
{
"label": "邯郸经济技术开发区",
"value": "130471"
},
{
"label": "邯郸冀南新区",
"value": "130473"
},
{
"label": "武安市",
"value": "130481"
}
],
[{
"label": "桥东区",
"value": "130502"
},
{
"label": "桥西区",
"value": "130503"
},
{
"label": "邢台县",
"value": "130521"
},
{
"label": "临城县",
"value": "130522"
},
{
"label": "内丘县",
"value": "130523"
},
{
"label": "柏乡县",
"value": "130524"
},
{
"label": "隆尧县",
"value": "130525"
},
{
"label": "任县",
"value": "130526"
},
{
"label": "南和县",
"value": "130527"
},
{
"label": "宁晋县",
"value": "130528"
},
{
"label": "巨鹿县",
"value": "130529"
},
{
"label": "新河县",
"value": "130530"
},
{
"label": "广宗县",
"value": "130531"
},
{
"label": "平乡县",
"value": "130532"
},
{
"label": "威县",
"value": "130533"
},
{
"label": "清河县",
"value": "130534"
},
{
"label": "临西县",
"value": "130535"
},
{
"label": "河北邢台经济开发区",
"value": "130571"
},
{
"label": "南宫市",
"value": "130581"
},
{
"label": "沙河市",
"value": "130582"
}
],
[{
"label": "竞秀区",
"value": "130602"
},
{
"label": "莲池区",
"value": "130606"
},
{
"label": "满城区",
"value": "130607"
},
{
"label": "清苑区",
"value": "130608"
},
{
"label": "徐水区",
"value": "130609"
},
{
"label": "涞水县",
"value": "130623"
},
{
"label": "阜平县",
"value": "130624"
},
{
"label": "定兴县",
"value": "130626"
},
{
"label": "唐县",
"value": "130627"
},
{
"label": "高阳县",
"value": "130628"
},
{
"label": "容城县",
"value": "130629"
},
{
"label": "涞源县",
"value": "130630"
},
{
"label": "望都县",
"value": "130631"
},
{
"label": "安新县",
"value": "130632"
},
{
"label": "易县",
"value": "130633"
},
{
"label": "曲阳县",
"value": "130634"
},
{
"label": "蠡县",
"value": "130635"
},
{
"label": "顺平县",
"value": "130636"
},
{
"label": "博野县",
"value": "130637"
},
{
"label": "雄县",
"value": "130638"
},
{
"label": "保定高新技术产业开发区",
"value": "130671"
},
{
"label": "保定白沟新城",
"value": "130672"
},
{
"label": "涿州市",
"value": "130681"
},
{
"label": "定州市",
"value": "130682"
},
{
"label": "安国市",
"value": "130683"
},
{
"label": "高碑店市",
"value": "130684"
}
],
[{
"label": "桥东区",
"value": "130702"
},
{
"label": "桥西区",
"value": "130703"
},
{
"label": "宣化区",
"value": "130705"
},
{
"label": "下花园区",
"value": "130706"
},
{
"label": "万全区",
"value": "130708"
},
{
"label": "崇礼区",
"value": "130709"
},
{
"label": "张北县",
"value": "130722"
},
{
"label": "康保县",
"value": "130723"
},
{
"label": "沽源县",
"value": "130724"
},
{
"label": "尚义县",
"value": "130725"
},
{
"label": "蔚县",
"value": "130726"
},
{
"label": "阳原县",
"value": "130727"
},
{
"label": "怀安县",
"value": "130728"
},
{
"label": "怀来县",
"value": "130730"
},
{
"label": "涿鹿县",
"value": "130731"
},
{
"label": "赤城县",
"value": "130732"
},
{
"label": "张家口市高新技术产业开发区",
"value": "130771"
},
{
"label": "张家口市察北管理区",
"value": "130772"
},
{
"label": "张家口市塞北管理区",
"value": "130773"
}
],
[{
"label": "双桥区",
"value": "130802"
},
{
"label": "双滦区",
"value": "130803"
},
{
"label": "鹰手营子矿区",
"value": "130804"
},
{
"label": "承德县",
"value": "130821"
},
{
"label": "兴隆县",
"value": "130822"
},
{
"label": "滦平县",
"value": "130824"
},
{
"label": "隆化县",
"value": "130825"
},
{
"label": "丰宁满族自治县",
"value": "130826"
},
{
"label": "宽城满族自治县",
"value": "130827"
},
{
"label": "围场满族蒙古族自治县",
"value": "130828"
},
{
"label": "承德高新技术产业开发区",
"value": "130871"
},
{
"label": "平泉市",
"value": "130881"
}
],
[{
"label": "新华区",
"value": "130902"
},
{
"label": "运河区",
"value": "130903"
},
{
"label": "沧县",
"value": "130921"
},
{
"label": "青县",
"value": "130922"
},
{
"label": "东光县",
"value": "130923"
},
{
"label": "海兴县",
"value": "130924"
},
{
"label": "盐山县",
"value": "130925"
},
{
"label": "肃宁县",
"value": "130926"
},
{
"label": "南皮县",
"value": "130927"
},
{
"label": "吴桥县",
"value": "130928"
},
{
"label": "献县",
"value": "130929"
},
{
"label": "孟村回族自治县",
"value": "130930"
},
{
"label": "河北沧州经济开发区",
"value": "130971"
},
{
"label": "沧州高新技术产业开发区",
"value": "130972"
},
{
"label": "沧州渤海新区",
"value": "130973"
},
{
"label": "泊头市",
"value": "130981"
},
{
"label": "任丘市",
"value": "130982"
},
{
"label": "黄骅市",
"value": "130983"
},
{
"label": "河间市",
"value": "130984"
}
],
[{
"label": "安次区",
"value": "131002"
},
{
"label": "广阳区",
"value": "131003"
},
{
"label": "固安县",
"value": "131022"
},
{
"label": "永清县",
"value": "131023"
},
{
"label": "香河县",
"value": "131024"
},
{
"label": "大城县",
"value": "131025"
},
{
"label": "文安县",
"value": "131026"
},
{
"label": "大厂回族自治县",
"value": "131028"
},
{
"label": "廊坊经济技术开发区",
"value": "131071"
},
{
"label": "霸州市",
"value": "131081"
},
{
"label": "三河市",
"value": "131082"
}
],
[{
"label": "桃城区",
"value": "131102"
},
{
"label": "冀州区",
"value": "131103"
},
{
"label": "枣强县",
"value": "131121"
},
{
"label": "武邑县",
"value": "131122"
},
{
"label": "武强县",
"value": "131123"
},
{
"label": "饶阳县",
"value": "131124"
},
{
"label": "安平县",
"value": "131125"
},
{
"label": "故城县",
"value": "131126"
},
{
"label": "景县",
"value": "131127"
},
{
"label": "阜城县",
"value": "131128"
},
{
"label": "河北衡水经济开发区",
"value": "131171"
},
{
"label": "衡水滨湖新区",
"value": "131172"
},
{
"label": "深州市",
"value": "131182"
}
]
],
[
[{
"label": "小店区",
"value": "140105"
},
{
"label": "迎泽区",
"value": "140106"
},
{
"label": "杏花岭区",
"value": "140107"
},
{
"label": "尖草坪区",
"value": "140108"
},
{
"label": "万柏林区",
"value": "140109"
},
{
"label": "晋源区",
"value": "140110"
},
{
"label": "清徐县",
"value": "140121"
},
{
"label": "阳曲县",
"value": "140122"
},
{
"label": "娄烦县",
"value": "140123"
},
{
"label": "山西转型综合改革示范区",
"value": "140171"
},
{
"label": "古交市",
"value": "140181"
}
],
[{
"label": "城区",
"value": "140202"
},
{
"label": "矿区",
"value": "140203"
},
{
"label": "南郊区",
"value": "140211"
},
{
"label": "新荣区",
"value": "140212"
},
{
"label": "阳高县",
"value": "140221"
},
{
"label": "天镇县",
"value": "140222"
},
{
"label": "广灵县",
"value": "140223"
},
{
"label": "灵丘县",
"value": "140224"
},
{
"label": "浑源县",
"value": "140225"
},
{
"label": "左云县",
"value": "140226"
},
{
"label": "大同县",
"value": "140227"
},
{
"label": "山西大同经济开发区",
"value": "140271"
}
],
[{
"label": "城区",
"value": "140302"
},
{
"label": "矿区",
"value": "140303"
},
{
"label": "郊区",
"value": "140311"
},
{
"label": "平定县",
"value": "140321"
},
{
"label": "盂县",
"value": "140322"
},
{
"label": "山西阳泉经济开发区",
"value": "140371"
}
],
[{
"label": "城区",
"value": "140402"
},
{
"label": "郊区",
"value": "140411"
},
{
"label": "长治县",
"value": "140421"
},
{
"label": "襄垣县",
"value": "140423"
},
{
"label": "屯留县",
"value": "140424"
},
{
"label": "平顺县",
"value": "140425"
},
{
"label": "黎城县",
"value": "140426"
},
{
"label": "壶关县",
"value": "140427"
},
{
"label": "长子县",
"value": "140428"
},
{
"label": "武乡县",
"value": "140429"
},
{
"label": "沁县",
"value": "140430"
},
{
"label": "沁源县",
"value": "140431"
},
{
"label": "山西长治高新技术产业园区",
"value": "140471"
},
{
"label": "潞城市",
"value": "140481"
}
],
[{
"label": "城区",
"value": "140502"
},
{
"label": "沁水县",
"value": "140521"
},
{
"label": "阳城县",
"value": "140522"
},
{
"label": "陵川县",
"value": "140524"
},
{
"label": "泽州县",
"value": "140525"
},
{
"label": "高平市",
"value": "140581"
}
],
[{
"label": "朔城区",
"value": "140602"
},
{
"label": "平鲁区",
"value": "140603"
},
{
"label": "山阴县",
"value": "140621"
},
{
"label": "应县",
"value": "140622"
},
{
"label": "右玉县",
"value": "140623"
},
{
"label": "怀仁县",
"value": "140624"
},
{
"label": "山西朔州经济开发区",
"value": "140671"
}
],
[{
"label": "榆次区",
"value": "140702"
},
{
"label": "榆社县",
"value": "140721"
},
{
"label": "左权县",
"value": "140722"
},
{
"label": "和顺县",
"value": "140723"
},
{
"label": "昔阳县",
"value": "140724"
},
{
"label": "寿阳县",
"value": "140725"
},
{
"label": "太谷县",
"value": "140726"
},
{
"label": "祁县",
"value": "140727"
},
{
"label": "平遥县",
"value": "140728"
},
{
"label": "灵石县",
"value": "140729"
},
{
"label": "介休市",
"value": "140781"
}
],
[{
"label": "盐湖区",
"value": "140802"
},
{
"label": "临猗县",
"value": "140821"
},
{
"label": "万荣县",
"value": "140822"
},
{
"label": "闻喜县",
"value": "140823"
},
{
"label": "稷山县",
"value": "140824"
},
{
"label": "新绛县",
"value": "140825"
},
{
"label": "绛县",
"value": "140826"
},
{
"label": "垣曲县",
"value": "140827"
},
{
"label": "夏县",
"value": "140828"
},
{
"label": "平陆县",
"value": "140829"
},
{
"label": "芮城县",
"value": "140830"
},
{
"label": "永济市",
"value": "140881"
},
{
"label": "河津市",
"value": "140882"
}
],
[{
"label": "忻府区",
"value": "140902"
},
{
"label": "定襄县",
"value": "140921"
},
{
"label": "五台县",
"value": "140922"
},
{
"label": "代县",
"value": "140923"
},
{
"label": "繁峙县",
"value": "140924"
},
{
"label": "宁武县",
"value": "140925"
},
{
"label": "静乐县",
"value": "140926"
},
{
"label": "神池县",
"value": "140927"
},
{
"label": "五寨县",
"value": "140928"
},
{
"label": "岢岚县",
"value": "140929"
},
{
"label": "河曲县",
"value": "140930"
},
{
"label": "保德县",
"value": "140931"
},
{
"label": "偏关县",
"value": "140932"
},
{
"label": "五台山风景名胜区",
"value": "140971"
},
{
"label": "原平市",
"value": "140981"
}
],
[{
"label": "尧都区",
"value": "141002"
},
{
"label": "曲沃县",
"value": "141021"
},
{
"label": "翼城县",
"value": "141022"
},
{
"label": "襄汾县",
"value": "141023"
},
{
"label": "洪洞县",
"value": "141024"
},
{
"label": "古县",
"value": "141025"
},
{
"label": "安泽县",
"value": "141026"
},
{
"label": "浮山县",
"value": "141027"
},
{
"label": "吉县",
"value": "141028"
},
{
"label": "乡宁县",
"value": "141029"
},
{
"label": "大宁县",
"value": "141030"
},
{
"label": "隰县",
"value": "141031"
},
{
"label": "永和县",
"value": "141032"
},
{
"label": "蒲县",
"value": "141033"
},
{
"label": "汾西县",
"value": "141034"
},
{
"label": "侯马市",
"value": "141081"
},
{
"label": "霍州市",
"value": "141082"
}
],
[{
"label": "离石区",
"value": "141102"
},
{
"label": "文水县",
"value": "141121"
},
{
"label": "交城县",
"value": "141122"
},
{
"label": "兴县",
"value": "141123"
},
{
"label": "临县",
"value": "141124"
},
{
"label": "柳林县",
"value": "141125"
},
{
"label": "石楼县",
"value": "141126"
},
{
"label": "岚县",
"value": "141127"
},
{
"label": "方山县",
"value": "141128"
},
{
"label": "中阳县",
"value": "141129"
},
{
"label": "交口县",
"value": "141130"
},
{
"label": "孝义市",
"value": "141181"
},
{
"label": "汾阳市",
"value": "141182"
}
]
],
[
[{
"label": "新城区",
"value": "150102"
},
{
"label": "回民区",
"value": "150103"
},
{
"label": "玉泉区",
"value": "150104"
},
{
"label": "赛罕区",
"value": "150105"
},
{
"label": "土默特左旗",
"value": "150121"
},
{
"label": "托克托县",
"value": "150122"
},
{
"label": "和林格尔县",
"value": "150123"
},
{
"label": "清水河县",
"value": "150124"
},
{
"label": "武川县",
"value": "150125"
},
{
"label": "呼和浩特金海工业园区",
"value": "150171"
},
{
"label": "呼和浩特经济技术开发区",
"value": "150172"
}
],
[{
"label": "东河区",
"value": "150202"
},
{
"label": "昆都仑区",
"value": "150203"
},
{
"label": "青山区",
"value": "150204"
},
{
"label": "石拐区",
"value": "150205"
},
{
"label": "白云鄂博矿区",
"value": "150206"
},
{
"label": "九原区",
"value": "150207"
},
{
"label": "土默特右旗",
"value": "150221"
},
{
"label": "固阳县",
"value": "150222"
},
{
"label": "达尔罕茂明安联合旗",
"value": "150223"
},
{
"label": "包头稀土高新技术产业开发区",
"value": "150271"
}
],
[{
"label": "海勃湾区",
"value": "150302"
},
{
"label": "海南区",
"value": "150303"
},
{
"label": "乌达区",
"value": "150304"
}
],
[{
"label": "红山区",
"value": "150402"
},
{
"label": "元宝山区",
"value": "150403"
},
{
"label": "松山区",
"value": "150404"
},
{
"label": "阿鲁科尔沁旗",
"value": "150421"
},
{
"label": "巴林左旗",
"value": "150422"
},
{
"label": "巴林右旗",
"value": "150423"
},
{
"label": "林西县",
"value": "150424"
},
{
"label": "克什克腾旗",
"value": "150425"
},
{
"label": "翁牛特旗",
"value": "150426"
},
{
"label": "喀喇沁旗",
"value": "150428"
},
{
"label": "宁城县",
"value": "150429"
},
{
"label": "敖汉旗",
"value": "150430"
}
],
[{
"label": "科尔沁区",
"value": "150502"
},
{
"label": "科尔沁左翼中旗",
"value": "150521"
},
{
"label": "科尔沁左翼后旗",
"value": "150522"
},
{
"label": "开鲁县",
"value": "150523"
},
{
"label": "库伦旗",
"value": "150524"
},
{
"label": "奈曼旗",
"value": "150525"
},
{
"label": "扎鲁特旗",
"value": "150526"
},
{
"label": "通辽经济技术开发区",
"value": "150571"
},
{
"label": "霍林郭勒市",
"value": "150581"
}
],
[{
"label": "东胜区",
"value": "150602"
},
{
"label": "康巴什区",
"value": "150603"
},
{
"label": "达拉特旗",
"value": "150621"
},
{
"label": "准格尔旗",
"value": "150622"
},
{
"label": "鄂托克前旗",
"value": "150623"
},
{
"label": "鄂托克旗",
"value": "150624"
},
{
"label": "杭锦旗",
"value": "150625"
},
{
"label": "乌审旗",
"value": "150626"
},
{
"label": "伊金霍洛旗",
"value": "150627"
}
],
[{
"label": "海拉尔区",
"value": "150702"
},
{
"label": "扎赉诺尔区",
"value": "150703"
},
{
"label": "阿荣旗",
"value": "150721"
},
{
"label": "莫力达瓦达斡尔族自治旗",
"value": "150722"
},
{
"label": "鄂伦春自治旗",
"value": "150723"
},
{
"label": "鄂温克族自治旗",
"value": "150724"
},
{
"label": "陈巴尔虎旗",
"value": "150725"
},
{
"label": "新巴尔虎左旗",
"value": "150726"
},
{
"label": "新巴尔虎右旗",
"value": "150727"
},
{
"label": "满洲里市",
"value": "150781"
},
{
"label": "牙克石市",
"value": "150782"
},
{
"label": "扎兰屯市",
"value": "150783"
},
{
"label": "额尔古纳市",
"value": "150784"
},
{
"label": "根河市",
"value": "150785"
}
],
[{
"label": "临河区",
"value": "150802"
},
{
"label": "五原县",
"value": "150821"
},
{
"label": "磴口县",
"value": "150822"
},
{
"label": "乌拉特前旗",
"value": "150823"
},
{
"label": "乌拉特中旗",
"value": "150824"
},
{
"label": "乌拉特后旗",
"value": "150825"
},
{
"label": "杭锦后旗",
"value": "150826"
}
],
[{
"label": "集宁区",
"value": "150902"
},
{
"label": "卓资县",
"value": "150921"
},
{
"label": "化德县",
"value": "150922"
},
{
"label": "商都县",
"value": "150923"
},
{
"label": "兴和县",
"value": "150924"
},
{
"label": "凉城县",
"value": "150925"
},
{
"label": "察哈尔右翼前旗",
"value": "150926"
},
{
"label": "察哈尔右翼中旗",
"value": "150927"
},
{
"label": "察哈尔右翼后旗",
"value": "150928"
},
{
"label": "四子王旗",
"value": "150929"
},
{
"label": "丰镇市",
"value": "150981"
}
],
[{
"label": "乌兰浩特市",
"value": "152201"
},
{
"label": "阿尔山市",
"value": "152202"
},
{
"label": "科尔沁右翼前旗",
"value": "152221"
},
{
"label": "科尔沁右翼中旗",
"value": "152222"
},
{
"label": "扎赉特旗",
"value": "152223"
},
{
"label": "突泉县",
"value": "152224"
}
],
[{
"label": "二连浩特市",
"value": "152501"
},
{
"label": "锡林浩特市",
"value": "152502"
},
{
"label": "阿巴嘎旗",
"value": "152522"
},
{
"label": "苏尼特左旗",
"value": "152523"
},
{
"label": "苏尼特右旗",
"value": "152524"
},
{
"label": "东乌珠穆沁旗",
"value": "152525"
},
{
"label": "西乌珠穆沁旗",
"value": "152526"
},
{
"label": "太仆寺旗",
"value": "152527"
},
{
"label": "镶黄旗",
"value": "152528"
},
{
"label": "正镶白旗",
"value": "152529"
},
{
"label": "正蓝旗",
"value": "152530"
},
{
"label": "多伦县",
"value": "152531"
},
{
"label": "乌拉盖管委会",
"value": "152571"
}
],
[{
"label": "阿拉善左旗",
"value": "152921"
},
{
"label": "阿拉善右旗",
"value": "152922"
},
{
"label": "额济纳旗",
"value": "152923"
},
{
"label": "内蒙古阿拉善经济开发区",
"value": "152971"
}
]
],
[
[{
"label": "和平区",
"value": "210102"
},
{
"label": "沈河区",
"value": "210103"
},
{
"label": "大东区",
"value": "210104"
},
{
"label": "皇姑区",
"value": "210105"
},
{
"label": "铁西区",
"value": "210106"
},
{
"label": "苏家屯区",
"value": "210111"
},
{
"label": "浑南区",
"value": "210112"
},
{
"label": "沈北新区",
"value": "210113"
},
{
"label": "于洪区",
"value": "210114"
},
{
"label": "辽中区",
"value": "210115"
},
{
"label": "康平县",
"value": "210123"
},
{
"label": "法库县",
"value": "210124"
},
{
"label": "新民市",
"value": "210181"
}
],
[{
"label": "中山区",
"value": "210202"
},
{
"label": "西岗区",
"value": "210203"
},
{
"label": "沙河口区",
"value": "210204"
},
{
"label": "甘井子区",
"value": "210211"
},
{
"label": "旅顺口区",
"value": "210212"
},
{
"label": "金州区",
"value": "210213"
},
{
"label": "普兰店区",
"value": "210214"
},
{
"label": "长海县",
"value": "210224"
},
{
"label": "瓦房店市",
"value": "210281"
},
{
"label": "庄河市",
"value": "210283"
}
],
[{
"label": "铁东区",
"value": "210302"
},
{
"label": "铁西区",
"value": "210303"
},
{
"label": "立山区",
"value": "210304"
},
{
"label": "千山区",
"value": "210311"
},
{
"label": "台安县",
"value": "210321"
},
{
"label": "岫岩满族自治县",
"value": "210323"
},
{
"label": "海城市",
"value": "210381"
}
],
[{
"label": "新抚区",
"value": "210402"
},
{
"label": "东洲区",
"value": "210403"
},
{
"label": "望花区",
"value": "210404"
},
{
"label": "顺城区",
"value": "210411"
},
{
"label": "抚顺县",
"value": "210421"
},
{
"label": "新宾满族自治县",
"value": "210422"
},
{
"label": "清原满族自治县",
"value": "210423"
}
],
[{
"label": "平山区",
"value": "210502"
},
{
"label": "溪湖区",
"value": "210503"
},
{
"label": "明山区",
"value": "210504"
},
{
"label": "南芬区",
"value": "210505"
},
{
"label": "本溪满族自治县",
"value": "210521"
},
{
"label": "桓仁满族自治县",
"value": "210522"
}
],
[{
"label": "元宝区",
"value": "210602"
},
{
"label": "振兴区",
"value": "210603"
},
{
"label": "振安区",
"value": "210604"
},
{
"label": "宽甸满族自治县",
"value": "210624"
},
{
"label": "东港市",
"value": "210681"
},
{
"label": "凤城市",
"value": "210682"
}
],
[{
"label": "古塔区",
"value": "210702"
},
{
"label": "凌河区",
"value": "210703"
},
{
"label": "太和区",
"value": "210711"
},
{
"label": "黑山县",
"value": "210726"
},
{
"label": "义县",
"value": "210727"
},
{
"label": "凌海市",
"value": "210781"
},
{
"label": "北镇市",
"value": "210782"
}
],
[{
"label": "站前区",
"value": "210802"
},
{
"label": "西市区",
"value": "210803"
},
{
"label": "鲅鱼圈区",
"value": "210804"
},
{
"label": "老边区",
"value": "210811"
},
{
"label": "盖州市",
"value": "210881"
},
{
"label": "大石桥市",
"value": "210882"
}
],
[{
"label": "海州区",
"value": "210902"
},
{
"label": "新邱区",
"value": "210903"
},
{
"label": "太平区",
"value": "210904"
},
{
"label": "清河门区",
"value": "210905"
},
{
"label": "细河区",
"value": "210911"
},
{
"label": "阜新蒙古族自治县",
"value": "210921"
},
{
"label": "彰武县",
"value": "210922"
}
],
[{
"label": "白塔区",
"value": "211002"
},
{
"label": "文圣区",
"value": "211003"
},
{
"label": "宏伟区",
"value": "211004"
},
{
"label": "弓长岭区",
"value": "211005"
},
{
"label": "太子河区",
"value": "211011"
},
{
"label": "辽阳县",
"value": "211021"
},
{
"label": "灯塔市",
"value": "211081"
}
],
[{
"label": "双台子区",
"value": "211102"
},
{
"label": "兴隆台区",
"value": "211103"
},
{
"label": "大洼区",
"value": "211104"
},
{
"label": "盘山县",
"value": "211122"
}
],
[{
"label": "银州区",
"value": "211202"
},
{
"label": "清河区",
"value": "211204"
},
{
"label": "铁岭县",
"value": "211221"
},
{
"label": "西丰县",
"value": "211223"
},
{
"label": "昌图县",
"value": "211224"
},
{
"label": "调兵山市",
"value": "211281"
},
{
"label": "开原市",
"value": "211282"
}
],
[{
"label": "双塔区",
"value": "211302"
},
{
"label": "龙城区",
"value": "211303"
},
{
"label": "朝阳县",
"value": "211321"
},
{
"label": "建平县",
"value": "211322"
},
{
"label": "喀喇沁左翼蒙古族自治县",
"value": "211324"
},
{
"label": "北票市",
"value": "211381"
},
{
"label": "凌源市",
"value": "211382"
}
],
[{
"label": "连山区",
"value": "211402"
},
{
"label": "龙港区",
"value": "211403"
},
{
"label": "南票区",
"value": "211404"
},
{
"label": "绥中县",
"value": "211421"
},
{
"label": "建昌县",
"value": "211422"
},
{
"label": "兴城市",
"value": "211481"
}
]
],
[
[{
"label": "南关区",
"value": "220102"
},
{
"label": "宽城区",
"value": "220103"
},
{
"label": "朝阳区",
"value": "220104"
},
{
"label": "二道区",
"value": "220105"
},
{
"label": "绿园区",
"value": "220106"
},
{
"label": "双阳区",
"value": "220112"
},
{
"label": "九台区",
"value": "220113"
},
{
"label": "农安县",
"value": "220122"
},
{
"label": "长春经济技术开发区",
"value": "220171"
},
{
"label": "长春净月高新技术产业开发区",
"value": "220172"
},
{
"label": "长春高新技术产业开发区",
"value": "220173"
},
{
"label": "长春汽车经济技术开发区",
"value": "220174"
},
{
"label": "榆树市",
"value": "220182"
},
{
"label": "德惠市",
"value": "220183"
}
],
[{
"label": "昌邑区",
"value": "220202"
},
{
"label": "龙潭区",
"value": "220203"
},
{
"label": "船营区",
"value": "220204"
},
{
"label": "丰满区",
"value": "220211"
},
{
"label": "永吉县",
"value": "220221"
},
{
"label": "吉林经济开发区",
"value": "220271"
},
{
"label": "吉林高新技术产业开发区",
"value": "220272"
},
{
"label": "吉林中国新加坡食品区",
"value": "220273"
},
{
"label": "蛟河市",
"value": "220281"
},
{
"label": "桦甸市",
"value": "220282"
},
{
"label": "舒兰市",
"value": "220283"
},
{
"label": "磐石市",
"value": "220284"
}
],
[{
"label": "铁西区",
"value": "220302"
},
{
"label": "铁东区",
"value": "220303"
},
{
"label": "梨树县",
"value": "220322"
},
{
"label": "伊通满族自治县",
"value": "220323"
},
{
"label": "公主岭市",
"value": "220381"
},
{
"label": "双辽市",
"value": "220382"
}
],
[{
"label": "龙山区",
"value": "220402"
},
{
"label": "西安区",
"value": "220403"
},
{
"label": "东丰县",
"value": "220421"
},
{
"label": "东辽县",
"value": "220422"
}
],
[{
"label": "东昌区",
"value": "220502"
},
{
"label": "二道江区",
"value": "220503"
},
{
"label": "通化县",
"value": "220521"
},
{
"label": "辉南县",
"value": "220523"
},
{
"label": "柳河县",
"value": "220524"
},
{
"label": "梅河口市",
"value": "220581"
},
{
"label": "集安市",
"value": "220582"
}
],
[{
"label": "浑江区",
"value": "220602"
},
{
"label": "江源区",
"value": "220605"
},
{
"label": "抚松县",
"value": "220621"
},
{
"label": "靖宇县",
"value": "220622"
},
{
"label": "长白朝鲜族自治县",
"value": "220623"
},
{
"label": "临江市",
"value": "220681"
}
],
[{
"label": "宁江区",
"value": "220702"
},
{
"label": "前郭尔罗斯蒙古族自治县",
"value": "220721"
},
{
"label": "长岭县",
"value": "220722"
},
{
"label": "乾安县",
"value": "220723"
},
{
"label": "吉林松原经济开发区",
"value": "220771"
},
{
"label": "扶余市",
"value": "220781"
}
],
[{
"label": "洮北区",
"value": "220802"
},
{
"label": "镇赉县",
"value": "220821"
},
{
"label": "通榆县",
"value": "220822"
},
{
"label": "吉林白城经济开发区",
"value": "220871"
},
{
"label": "洮南市",
"value": "220881"
},
{
"label": "大安市",
"value": "220882"
}
],
[{
"label": "延吉市",
"value": "222401"
},
{
"label": "图们市",
"value": "222402"
},
{
"label": "敦化市",
"value": "222403"
},
{
"label": "珲春市",
"value": "222404"
},
{
"label": "龙井市",
"value": "222405"
},
{
"label": "和龙市",
"value": "222406"
},
{
"label": "汪清县",
"value": "222424"
},
{
"label": "安图县",
"value": "222426"
}
]
],
[
[{
"label": "道里区",
"value": "230102"
},
{
"label": "南岗区",
"value": "230103"
},
{
"label": "道外区",
"value": "230104"
},
{
"label": "平房区",
"value": "230108"
},
{
"label": "松北区",
"value": "230109"
},
{
"label": "香坊区",
"value": "230110"
},
{
"label": "呼兰区",
"value": "230111"
},
{
"label": "阿城区",
"value": "230112"
},
{
"label": "双城区",
"value": "230113"
},
{
"label": "依兰县",
"value": "230123"
},
{
"label": "方正县",
"value": "230124"
},
{
"label": "宾县",
"value": "230125"
},
{
"label": "巴彦县",
"value": "230126"
},
{
"label": "木兰县",
"value": "230127"
},
{
"label": "通河县",
"value": "230128"
},
{
"label": "延寿县",
"value": "230129"
},
{
"label": "尚志市",
"value": "230183"
},
{
"label": "五常市",
"value": "230184"
}
],
[{
"label": "龙沙区",
"value": "230202"
},
{
"label": "建华区",
"value": "230203"
},
{
"label": "铁锋区",
"value": "230204"
},
{
"label": "昂昂溪区",
"value": "230205"
},
{
"label": "富拉尔基区",
"value": "230206"
},
{
"label": "碾子山区",
"value": "230207"
},
{
"label": "梅里斯达斡尔族区",
"value": "230208"
},
{
"label": "龙江县",
"value": "230221"
},
{
"label": "依安县",
"value": "230223"
},
{
"label": "泰来县",
"value": "230224"
},
{
"label": "甘南县",
"value": "230225"
},
{
"label": "富裕县",
"value": "230227"
},
{
"label": "克山县",
"value": "230229"
},
{
"label": "克东县",
"value": "230230"
},
{
"label": "拜泉县",
"value": "230231"
},
{
"label": "讷河市",
"value": "230281"
}
],
[{
"label": "鸡冠区",
"value": "230302"
},
{
"label": "恒山区",
"value": "230303"
},
{
"label": "滴道区",
"value": "230304"
},
{
"label": "梨树区",
"value": "230305"
},
{
"label": "城子河区",
"value": "230306"
},
{
"label": "麻山区",
"value": "230307"
},
{
"label": "鸡东县",
"value": "230321"
},
{
"label": "虎林市",
"value": "230381"
},
{
"label": "密山市",
"value": "230382"
}
],
[{
"label": "向阳区",
"value": "230402"
},
{
"label": "工农区",
"value": "230403"
},
{
"label": "南山区",
"value": "230404"
},
{
"label": "兴安区",
"value": "230405"
},
{
"label": "东山区",
"value": "230406"
},
{
"label": "兴山区",
"value": "230407"
},
{
"label": "萝北县",
"value": "230421"
},
{
"label": "绥滨县",
"value": "230422"
}
],
[{
"label": "尖山区",
"value": "230502"
},
{
"label": "岭东区",
"value": "230503"
},
{
"label": "四方台区",
"value": "230505"
},
{
"label": "宝山区",
"value": "230506"
},
{
"label": "集贤县",
"value": "230521"
},
{
"label": "友谊县",
"value": "230522"
},
{
"label": "宝清县",
"value": "230523"
},
{
"label": "饶河县",
"value": "230524"
}
],
[{
"label": "萨尔图区",
"value": "230602"
},
{
"label": "龙凤区",
"value": "230603"
},
{
"label": "让胡路区",
"value": "230604"
},
{
"label": "红岗区",
"value": "230605"
},
{
"label": "大同区",
"value": "230606"
},
{
"label": "肇州县",
"value": "230621"
},
{
"label": "肇源县",
"value": "230622"
},
{
"label": "林甸县",
"value": "230623"
},
{
"label": "杜尔伯特蒙古族自治县",
"value": "230624"
},
{
"label": "大庆高新技术产业开发区",
"value": "230671"
}
],
[{
"label": "伊春区",
"value": "230702"
},
{
"label": "南岔区",
"value": "230703"
},
{
"label": "友好区",
"value": "230704"
},
{
"label": "西林区",
"value": "230705"
},
{
"label": "翠峦区",
"value": "230706"
},
{
"label": "新青区",
"value": "230707"
},
{
"label": "美溪区",
"value": "230708"
},
{
"label": "金山屯区",
"value": "230709"
},
{
"label": "五营区",
"value": "230710"
},
{
"label": "乌马河区",
"value": "230711"
},
{
"label": "汤旺河区",
"value": "230712"
},
{
"label": "带岭区",
"value": "230713"
},
{
"label": "乌伊岭区",
"value": "230714"
},
{
"label": "红星区",
"value": "230715"
},
{
"label": "上甘岭区",
"value": "230716"
},
{
"label": "嘉荫县",
"value": "230722"
},
{
"label": "铁力市",
"value": "230781"
}
],
[{
"label": "向阳区",
"value": "230803"
},
{
"label": "前进区",
"value": "230804"
},
{
"label": "东风区",
"value": "230805"
},
{
"label": "郊区",
"value": "230811"
},
{
"label": "桦南县",
"value": "230822"
},
{
"label": "桦川县",
"value": "230826"
},
{
"label": "汤原县",
"value": "230828"
},
{
"label": "同江市",
"value": "230881"
},
{
"label": "富锦市",
"value": "230882"
},
{
"label": "抚远市",
"value": "230883"
}
],
[{
"label": "新兴区",
"value": "230902"
},
{
"label": "桃山区",
"value": "230903"
},
{
"label": "茄子河区",
"value": "230904"
},
{
"label": "勃利县",
"value": "230921"
}
],
[{
"label": "东安区",
"value": "231002"
},
{
"label": "阳明区",
"value": "231003"
},
{
"label": "爱民区",
"value": "231004"
},
{
"label": "西安区",
"value": "231005"
},
{
"label": "林口县",
"value": "231025"
},
{
"label": "牡丹江经济技术开发区",
"value": "231071"
},
{
"label": "绥芬河市",
"value": "231081"
},
{
"label": "海林市",
"value": "231083"
},
{
"label": "宁安市",
"value": "231084"
},
{
"label": "穆棱市",
"value": "231085"
},
{
"label": "东宁市",
"value": "231086"
}
],
[{
"label": "爱辉区",
"value": "231102"
},
{
"label": "嫩江县",
"value": "231121"
},
{
"label": "逊克县",
"value": "231123"
},
{
"label": "孙吴县",
"value": "231124"
},
{
"label": "北安市",
"value": "231181"
},
{
"label": "五大连池市",
"value": "231182"
}
],
[{
"label": "北林区",
"value": "231202"
},
{
"label": "望奎县",
"value": "231221"
},
{
"label": "兰西县",
"value": "231222"
},
{
"label": "青冈县",
"value": "231223"
},
{
"label": "庆安县",
"value": "231224"
},
{
"label": "明水县",
"value": "231225"
},
{
"label": "绥棱县",
"value": "231226"
},
{
"label": "安达市",
"value": "231281"
},
{
"label": "肇东市",
"value": "231282"
},
{
"label": "海伦市",
"value": "231283"
}
],
[{
"label": "加格达奇区",
"value": "232701"
},
{
"label": "松岭区",
"value": "232702"
},
{
"label": "新林区",
"value": "232703"
},
{
"label": "呼中区",
"value": "232704"
},
{
"label": "呼玛县",
"value": "232721"
},
{
"label": "塔河县",
"value": "232722"
},
{
"label": "漠河县",
"value": "232723"
}
]
],
[
[{
"label": "黄浦区",
"value": "310101"
},
{
"label": "徐汇区",
"value": "310104"
},
{
"label": "长宁区",
"value": "310105"
},
{
"label": "静安区",
"value": "310106"
},
{
"label": "普陀区",
"value": "310107"
},
{
"label": "虹口区",
"value": "310109"
},
{
"label": "杨浦区",
"value": "310110"
},
{
"label": "闵行区",
"value": "310112"
},
{
"label": "宝山区",
"value": "310113"
},
{
"label": "嘉定区",
"value": "310114"
},
{
"label": "浦东新区",
"value": "310115"
},
{
"label": "金山区",
"value": "310116"
},
{
"label": "松江区",
"value": "310117"
},
{
"label": "青浦区",
"value": "310118"
},
{
"label": "奉贤区",
"value": "310120"
},
{
"label": "崇明区",
"value": "310151"
}
]
],
[
[{
"label": "玄武区",
"value": "320102"
},
{
"label": "秦淮区",
"value": "320104"
},
{
"label": "建邺区",
"value": "320105"
},
{
"label": "鼓楼区",
"value": "320106"
},
{
"label": "浦口区",
"value": "320111"
},
{
"label": "栖霞区",
"value": "320113"
},
{
"label": "雨花台区",
"value": "320114"
},
{
"label": "江宁区",
"value": "320115"
},
{
"label": "六合区",
"value": "320116"
},
{
"label": "溧水区",
"value": "320117"
},
{
"label": "高淳区",
"value": "320118"
}
],
[{
"label": "锡山区",
"value": "320205"
},
{
"label": "惠山区",
"value": "320206"
},
{
"label": "滨湖区",
"value": "320211"
},
{
"label": "梁溪区",
"value": "320213"
},
{
"label": "新吴区",
"value": "320214"
},
{
"label": "江阴市",
"value": "320281"
},
{
"label": "宜兴市",
"value": "320282"
}
],
[{
"label": "鼓楼区",
"value": "320302"
},
{
"label": "云龙区",
"value": "320303"
},
{
"label": "贾汪区",
"value": "320305"
},
{
"label": "泉山区",
"value": "320311"
},
{
"label": "铜山区",
"value": "320312"
},
{
"label": "丰县",
"value": "320321"
},
{
"label": "沛县",
"value": "320322"
},
{
"label": "睢宁县",
"value": "320324"
},
{
"label": "徐州经济技术开发区",
"value": "320371"
},
{
"label": "新沂市",
"value": "320381"
},
{
"label": "邳州市",
"value": "320382"
}
],
[{
"label": "天宁区",
"value": "320402"
},
{
"label": "钟楼区",
"value": "320404"
},
{
"label": "新北区",
"value": "320411"
},
{
"label": "武进区",
"value": "320412"
},
{
"label": "金坛区",
"value": "320413"
},
{
"label": "溧阳市",
"value": "320481"
}
],
[{
"label": "虎丘区",
"value": "320505"
},
{
"label": "吴中区",
"value": "320506"
},
{
"label": "相城区",
"value": "320507"
},
{
"label": "姑苏区",
"value": "320508"
},
{
"label": "吴江区",
"value": "320509"
},
{
"label": "苏州工业园区",
"value": "320571"
},
{
"label": "常熟市",
"value": "320581"
},
{
"label": "张家港市",
"value": "320582"
},
{
"label": "昆山市",
"value": "320583"
},
{
"label": "太仓市",
"value": "320585"
}
],
[{
"label": "崇川区",
"value": "320602"
},
{
"label": "港闸区",
"value": "320611"
},
{
"label": "通州区",
"value": "320612"
},
{
"label": "海安县",
"value": "320621"
},
{
"label": "如东县",
"value": "320623"
},
{
"label": "南通经济技术开发区",
"value": "320671"
},
{
"label": "启东市",
"value": "320681"
},
{
"label": "如皋市",
"value": "320682"
},
{
"label": "海门市",
"value": "320684"
}
],
[{
"label": "连云区",
"value": "320703"
},
{
"label": "海州区",
"value": "320706"
},
{
"label": "赣榆区",
"value": "320707"
},
{
"label": "东海县",
"value": "320722"
},
{
"label": "灌云县",
"value": "320723"
},
{
"label": "灌南县",
"value": "320724"
},
{
"label": "连云港经济技术开发区",
"value": "320771"
},
{
"label": "连云港高新技术产业开发区",
"value": "320772"
}
],
[{
"label": "淮安区",
"value": "320803"
},
{
"label": "淮阴区",
"value": "320804"
},
{
"label": "清江浦区",
"value": "320812"
},
{
"label": "洪泽区",
"value": "320813"
},
{
"label": "涟水县",
"value": "320826"
},
{
"label": "盱眙县",
"value": "320830"
},
{
"label": "金湖县",
"value": "320831"
},
{
"label": "淮安经济技术开发区",
"value": "320871"
}
],
[{
"label": "亭湖区",
"value": "320902"
},
{
"label": "盐都区",
"value": "320903"
},
{
"label": "大丰区",
"value": "320904"
},
{
"label": "响水县",
"value": "320921"
},
{
"label": "滨海县",
"value": "320922"
},
{
"label": "阜宁县",
"value": "320923"
},
{
"label": "射阳县",
"value": "320924"
},
{
"label": "建湖县",
"value": "320925"
},
{
"label": "盐城经济技术开发区",
"value": "320971"
},
{
"label": "东台市",
"value": "320981"
}
],
[{
"label": "广陵区",
"value": "321002"
},
{
"label": "邗江区",
"value": "321003"
},
{
"label": "江都区",
"value": "321012"
},
{
"label": "宝应县",
"value": "321023"
},
{
"label": "扬州经济技术开发区",
"value": "321071"
},
{
"label": "仪征市",
"value": "321081"
},
{
"label": "高邮市",
"value": "321084"
}
],
[{
"label": "京口区",
"value": "321102"
},
{
"label": "润州区",
"value": "321111"
},
{
"label": "丹徒区",
"value": "321112"
},
{
"label": "镇江新区",
"value": "321171"
},
{
"label": "丹阳市",
"value": "321181"
},
{
"label": "扬中市",
"value": "321182"
},
{
"label": "句容市",
"value": "321183"
}
],
[{
"label": "海陵区",
"value": "321202"
},
{
"label": "高港区",
"value": "321203"
},
{
"label": "姜堰区",
"value": "321204"
},
{
"label": "泰州医药高新技术产业开发区",
"value": "321271"
},
{
"label": "兴化市",
"value": "321281"
},
{
"label": "靖江市",
"value": "321282"
},
{
"label": "泰兴市",
"value": "321283"
}
],
[{
"label": "宿城区",
"value": "321302"
},
{
"label": "宿豫区",
"value": "321311"
},
{
"label": "沭阳县",
"value": "321322"
},
{
"label": "泗阳县",
"value": "321323"
},
{
"label": "泗洪县",
"value": "321324"
},
{
"label": "宿迁经济技术开发区",
"value": "321371"
}
]
],
[
[{
"label": "上城区",
"value": "330102"
},
{
"label": "下城区",
"value": "330103"
},
{
"label": "江干区",
"value": "330104"
},
{
"label": "拱墅区",
"value": "330105"
},
{
"label": "西湖区",
"value": "330106"
},
{
"label": "滨江区",
"value": "330108"
},
{
"label": "萧山区",
"value": "330109"
},
{
"label": "余杭区",
"value": "330110"
},
{
"label": "富阳区",
"value": "330111"
},
{
"label": "临安区",
"value": "330112"
},
{
"label": "桐庐县",
"value": "330122"
},
{
"label": "淳安县",
"value": "330127"
},
{
"label": "建德市",
"value": "330182"
}
],
[{
"label": "海曙区",
"value": "330203"
},
{
"label": "江北区",
"value": "330205"
},
{
"label": "北仑区",
"value": "330206"
},
{
"label": "镇海区",
"value": "330211"
},
{
"label": "鄞州区",
"value": "330212"
},
{
"label": "奉化区",
"value": "330213"
},
{
"label": "象山县",
"value": "330225"
},
{
"label": "宁海县",
"value": "330226"
},
{
"label": "余姚市",
"value": "330281"
},
{
"label": "慈溪市",
"value": "330282"
}
],
[{
"label": "鹿城区",
"value": "330302"
},
{
"label": "龙湾区",
"value": "330303"
},
{
"label": "瓯海区",
"value": "330304"
},
{
"label": "洞头区",
"value": "330305"
},
{
"label": "永嘉县",
"value": "330324"
},
{
"label": "平阳县",
"value": "330326"
},
{
"label": "苍南县",
"value": "330327"
},
{
"label": "文成县",
"value": "330328"
},
{
"label": "泰顺县",
"value": "330329"
},
{
"label": "温州经济技术开发区",
"value": "330371"
},
{
"label": "瑞安市",
"value": "330381"
},
{
"label": "乐清市",
"value": "330382"
}
],
[{
"label": "南湖区",
"value": "330402"
},
{
"label": "秀洲区",
"value": "330411"
},
{
"label": "嘉善县",
"value": "330421"
},
{
"label": "海盐县",
"value": "330424"
},
{
"label": "海宁市",
"value": "330481"
},
{
"label": "平湖市",
"value": "330482"
},
{
"label": "桐乡市",
"value": "330483"
}
],
[{
"label": "吴兴区",
"value": "330502"
},
{
"label": "南浔区",
"value": "330503"
},
{
"label": "德清县",
"value": "330521"
},
{
"label": "长兴县",
"value": "330522"
},
{
"label": "安吉县",
"value": "330523"
}
],
[{
"label": "越城区",
"value": "330602"
},
{
"label": "柯桥区",
"value": "330603"
},
{
"label": "上虞区",
"value": "330604"
},
{
"label": "新昌县",
"value": "330624"
},
{
"label": "诸暨市",
"value": "330681"
},
{
"label": "嵊州市",
"value": "330683"
}
],
[{
"label": "婺城区",
"value": "330702"
},
{
"label": "金东区",
"value": "330703"
},
{
"label": "武义县",
"value": "330723"
},
{
"label": "浦江县",
"value": "330726"
},
{
"label": "磐安县",
"value": "330727"
},
{
"label": "兰溪市",
"value": "330781"
},
{
"label": "义乌市",
"value": "330782"
},
{
"label": "东阳市",
"value": "330783"
},
{
"label": "永康市",
"value": "330784"
}
],
[{
"label": "柯城区",
"value": "330802"
},
{
"label": "衢江区",
"value": "330803"
},
{
"label": "常山县",
"value": "330822"
},
{
"label": "开化县",
"value": "330824"
},
{
"label": "龙游县",
"value": "330825"
},
{
"label": "江山市",
"value": "330881"
}
],
[{
"label": "定海区",
"value": "330902"
},
{
"label": "普陀区",
"value": "330903"
},
{
"label": "岱山县",
"value": "330921"
},
{
"label": "嵊泗县",
"value": "330922"
}
],
[{
"label": "椒江区",
"value": "331002"
},
{
"label": "黄岩区",
"value": "331003"
},
{
"label": "路桥区",
"value": "331004"
},
{
"label": "三门县",
"value": "331022"
},
{
"label": "天台县",
"value": "331023"
},
{
"label": "仙居县",
"value": "331024"
},
{
"label": "温岭市",
"value": "331081"
},
{
"label": "临海市",
"value": "331082"
},
{
"label": "玉环市",
"value": "331083"
}
],
[{
"label": "莲都区",
"value": "331102"
},
{
"label": "青田县",
"value": "331121"
},
{
"label": "缙云县",
"value": "331122"
},
{
"label": "遂昌县",
"value": "331123"
},
{
"label": "松阳县",
"value": "331124"
},
{
"label": "云和县",
"value": "331125"
},
{
"label": "庆元县",
"value": "331126"
},
{
"label": "景宁畲族自治县",
"value": "331127"
},
{
"label": "龙泉市",
"value": "331181"
}
]
],
[
[{
"label": "瑶海区",
"value": "340102"
},
{
"label": "庐阳区",
"value": "340103"
},
{
"label": "蜀山区",
"value": "340104"
},
{
"label": "包河区",
"value": "340111"
},
{
"label": "长丰县",
"value": "340121"
},
{
"label": "肥东县",
"value": "340122"
},
{
"label": "肥西县",
"value": "340123"
},
{
"label": "庐江县",
"value": "340124"
},
{
"label": "合肥高新技术产业开发区",
"value": "340171"
},
{
"label": "合肥经济技术开发区",
"value": "340172"
},
{
"label": "合肥新站高新技术产业开发区",
"value": "340173"
},
{
"label": "巢湖市",
"value": "340181"
}
],
[{
"label": "镜湖区",
"value": "340202"
},
{
"label": "弋江区",
"value": "340203"
},
{
"label": "鸠江区",
"value": "340207"
},
{
"label": "三山区",
"value": "340208"
},
{
"label": "芜湖县",
"value": "340221"
},
{
"label": "繁昌县",
"value": "340222"
},
{
"label": "南陵县",
"value": "340223"
},
{
"label": "无为县",
"value": "340225"
},
{
"label": "芜湖经济技术开发区",
"value": "340271"
},
{
"label": "安徽芜湖长江大桥经济开发区",
"value": "340272"
}
],
[{
"label": "龙子湖区",
"value": "340302"
},
{
"label": "蚌山区",
"value": "340303"
},
{
"label": "禹会区",
"value": "340304"
},
{
"label": "淮上区",
"value": "340311"
},
{
"label": "怀远县",
"value": "340321"
},
{
"label": "五河县",
"value": "340322"
},
{
"label": "固镇县",
"value": "340323"
},
{
"label": "蚌埠市高新技术开发区",
"value": "340371"
},
{
"label": "蚌埠市经济开发区",
"value": "340372"
}
],
[{
"label": "大通区",
"value": "340402"
},
{
"label": "田家庵区",
"value": "340403"
},
{
"label": "谢家集区",
"value": "340404"
},
{
"label": "八公山区",
"value": "340405"
},
{
"label": "潘集区",
"value": "340406"
},
{
"label": "凤台县",
"value": "340421"
},
{
"label": "寿县",
"value": "340422"
}
],
[{
"label": "花山区",
"value": "340503"
},
{
"label": "雨山区",
"value": "340504"
},
{
"label": "博望区",
"value": "340506"
},
{
"label": "当涂县",
"value": "340521"
},
{
"label": "含山县",
"value": "340522"
},
{
"label": "和县",
"value": "340523"
}
],
[{
"label": "杜集区",
"value": "340602"
},
{
"label": "相山区",
"value": "340603"
},
{
"label": "烈山区",
"value": "340604"
},
{
"label": "濉溪县",
"value": "340621"
}
],
[{
"label": "铜官区",
"value": "340705"
},
{
"label": "义安区",
"value": "340706"
},
{
"label": "郊区",
"value": "340711"
},
{
"label": "枞阳县",
"value": "340722"
}
],
[{
"label": "迎江区",
"value": "340802"
},
{
"label": "大观区",
"value": "340803"
},
{
"label": "宜秀区",
"value": "340811"
},
{
"label": "怀宁县",
"value": "340822"
},
{
"label": "潜山县",
"value": "340824"
},
{
"label": "太湖县",
"value": "340825"
},
{
"label": "宿松县",
"value": "340826"
},
{
"label": "望江县",
"value": "340827"
},
{
"label": "岳西县",
"value": "340828"
},
{
"label": "安徽安庆经济开发区",
"value": "340871"
},
{
"label": "桐城市",
"value": "340881"
}
],
[{
"label": "屯溪区",
"value": "341002"
},
{
"label": "黄山区",
"value": "341003"
},
{
"label": "徽州区",
"value": "341004"
},
{
"label": "歙县",
"value": "341021"
},
{
"label": "休宁县",
"value": "341022"
},
{
"label": "黟县",
"value": "341023"
},
{
"label": "祁门县",
"value": "341024"
}
],
[{
"label": "琅琊区",
"value": "341102"
},
{
"label": "南谯区",
"value": "341103"
},
{
"label": "来安县",
"value": "341122"
},
{
"label": "全椒县",
"value": "341124"
},
{
"label": "定远县",
"value": "341125"
},
{
"label": "凤阳县",
"value": "341126"
},
{
"label": "苏滁现代产业园",
"value": "341171"
},
{
"label": "滁州经济技术开发区",
"value": "341172"
},
{
"label": "天长市",
"value": "341181"
},
{
"label": "明光市",
"value": "341182"
}
],
[{
"label": "颍州区",
"value": "341202"
},
{
"label": "颍东区",
"value": "341203"
},
{
"label": "颍泉区",
"value": "341204"
},
{
"label": "临泉县",
"value": "341221"
},
{
"label": "太和县",
"value": "341222"
},
{
"label": "阜南县",
"value": "341225"
},
{
"label": "颍上县",
"value": "341226"
},
{
"label": "阜阳合肥现代产业园区",
"value": "341271"
},
{
"label": "阜阳经济技术开发区",
"value": "341272"
},
{
"label": "界首市",
"value": "341282"
}
],
[{
"label": "埇桥区",
"value": "341302"
},
{
"label": "砀山县",
"value": "341321"
},
{
"label": "萧县",
"value": "341322"
},
{
"label": "灵璧县",
"value": "341323"
},
{
"label": "泗县",
"value": "341324"
},
{
"label": "宿州马鞍山现代产业园区",
"value": "341371"
},
{
"label": "宿州经济技术开发区",
"value": "341372"
}
],
[{
"label": "金安区",
"value": "341502"
},
{
"label": "裕安区",
"value": "341503"
},
{
"label": "叶集区",
"value": "341504"
},
{
"label": "霍邱县",
"value": "341522"
},
{
"label": "舒城县",
"value": "341523"
},
{
"label": "金寨县",
"value": "341524"
},
{
"label": "霍山县",
"value": "341525"
}
],
[{
"label": "谯城区",
"value": "341602"
},
{
"label": "涡阳县",
"value": "341621"
},
{
"label": "蒙城县",
"value": "341622"
},
{
"label": "利辛县",
"value": "341623"
}
],
[{
"label": "贵池区",
"value": "341702"
},
{
"label": "东至县",
"value": "341721"
},
{
"label": "石台县",
"value": "341722"
},
{
"label": "青阳县",
"value": "341723"
}
],
[{
"label": "宣州区",
"value": "341802"
},
{
"label": "郎溪县",
"value": "341821"
},
{
"label": "广德县",
"value": "341822"
},
{
"label": "泾县",
"value": "341823"
},
{
"label": "绩溪县",
"value": "341824"
},
{
"label": "旌德县",
"value": "341825"
},
{
"label": "宣城市经济开发区",
"value": "341871"
},
{
"label": "宁国市",
"value": "341881"
}
]
],
[
[{
"label": "鼓楼区",
"value": "350102"
},
{
"label": "台江区",
"value": "350103"
},
{
"label": "仓山区",
"value": "350104"
},
{
"label": "马尾区",
"value": "350105"
},
{
"label": "晋安区",
"value": "350111"
},
{
"label": "闽侯县",
"value": "350121"
},
{
"label": "连江县",
"value": "350122"
},
{
"label": "罗源县",
"value": "350123"
},
{
"label": "闽清县",
"value": "350124"
},
{
"label": "永泰县",
"value": "350125"
},
{
"label": "平潭县",
"value": "350128"
},
{
"label": "福清市",
"value": "350181"
},
{
"label": "长乐市",
"value": "350182"
}
],
[{
"label": "思明区",
"value": "350203"
},
{
"label": "海沧区",
"value": "350205"
},
{
"label": "湖里区",
"value": "350206"
},
{
"label": "集美区",
"value": "350211"
},
{
"label": "同安区",
"value": "350212"
},
{
"label": "翔安区",
"value": "350213"
}
],
[{
"label": "城厢区",
"value": "350302"
},
{
"label": "涵江区",
"value": "350303"
},
{
"label": "荔城区",
"value": "350304"
},
{
"label": "秀屿区",
"value": "350305"
},
{
"label": "仙游县",
"value": "350322"
}
],
[{
"label": "梅列区",
"value": "350402"
},
{
"label": "三元区",
"value": "350403"
},
{
"label": "明溪县",
"value": "350421"
},
{
"label": "清流县",
"value": "350423"
},
{
"label": "宁化县",
"value": "350424"
},
{
"label": "大田县",
"value": "350425"
},
{
"label": "尤溪县",
"value": "350426"
},
{
"label": "沙县",
"value": "350427"
},
{
"label": "将乐县",
"value": "350428"
},
{
"label": "泰宁县",
"value": "350429"
},
{
"label": "建宁县",
"value": "350430"
},
{
"label": "永安市",
"value": "350481"
}
],
[{
"label": "鲤城区",
"value": "350502"
},
{
"label": "丰泽区",
"value": "350503"
},
{
"label": "洛江区",
"value": "350504"
},
{
"label": "泉港区",
"value": "350505"
},
{
"label": "惠安县",
"value": "350521"
},
{
"label": "安溪县",
"value": "350524"
},
{
"label": "永春县",
"value": "350525"
},
{
"label": "德化县",
"value": "350526"
},
{
"label": "金门县",
"value": "350527"
},
{
"label": "石狮市",
"value": "350581"
},
{
"label": "晋江市",
"value": "350582"
},
{
"label": "南安市",
"value": "350583"
}
],
[{
"label": "芗城区",
"value": "350602"
},
{
"label": "龙文区",
"value": "350603"
},
{
"label": "云霄县",
"value": "350622"
},
{
"label": "漳浦县",
"value": "350623"
},
{
"label": "诏安县",
"value": "350624"
},
{
"label": "长泰县",
"value": "350625"
},
{
"label": "东山县",
"value": "350626"
},
{
"label": "南靖县",
"value": "350627"
},
{
"label": "平和县",
"value": "350628"
},
{
"label": "华安县",
"value": "350629"
},
{
"label": "龙海市",
"value": "350681"
}
],
[{
"label": "延平区",
"value": "350702"
},
{
"label": "建阳区",
"value": "350703"
},
{
"label": "顺昌县",
"value": "350721"
},
{
"label": "浦城县",
"value": "350722"
},
{
"label": "光泽县",
"value": "350723"
},
{
"label": "松溪县",
"value": "350724"
},
{
"label": "政和县",
"value": "350725"
},
{
"label": "邵武市",
"value": "350781"
},
{
"label": "武夷山市",
"value": "350782"
},
{
"label": "建瓯市",
"value": "350783"
}
],
[{
"label": "新罗区",
"value": "350802"
},
{
"label": "永定区",
"value": "350803"
},
{
"label": "长汀县",
"value": "350821"
},
{
"label": "上杭县",
"value": "350823"
},
{
"label": "武平县",
"value": "350824"
},
{
"label": "连城县",
"value": "350825"
},
{
"label": "漳平市",
"value": "350881"
}
],
[{
"label": "蕉城区",
"value": "350902"
},
{
"label": "霞浦县",
"value": "350921"
},
{
"label": "古田县",
"value": "350922"
},
{
"label": "屏南县",
"value": "350923"
},
{
"label": "寿宁县",
"value": "350924"
},
{
"label": "周宁县",
"value": "350925"
},
{
"label": "柘荣县",
"value": "350926"
},
{
"label": "福安市",
"value": "350981"
},
{
"label": "福鼎市",
"value": "350982"
}
]
],
[
[{
"label": "东湖区",
"value": "360102"
},
{
"label": "西湖区",
"value": "360103"
},
{
"label": "青云谱区",
"value": "360104"
},
{
"label": "湾里区",
"value": "360105"
},
{
"label": "青山湖区",
"value": "360111"
},
{
"label": "新建区",
"value": "360112"
},
{
"label": "南昌县",
"value": "360121"
},
{
"label": "安义县",
"value": "360123"
},
{
"label": "进贤县",
"value": "360124"
}
],
[{
"label": "昌江区",
"value": "360202"
},
{
"label": "珠山区",
"value": "360203"
},
{
"label": "浮梁县",
"value": "360222"
},
{
"label": "乐平市",
"value": "360281"
}
],
[{
"label": "安源区",
"value": "360302"
},
{
"label": "湘东区",
"value": "360313"
},
{
"label": "莲花县",
"value": "360321"
},
{
"label": "上栗县",
"value": "360322"
},
{
"label": "芦溪县",
"value": "360323"
}
],
[{
"label": "濂溪区",
"value": "360402"
},
{
"label": "浔阳区",
"value": "360403"
},
{
"label": "柴桑区",
"value": "360404"
},
{
"label": "武宁县",
"value": "360423"
},
{
"label": "修水县",
"value": "360424"
},
{
"label": "永修县",
"value": "360425"
},
{
"label": "德安县",
"value": "360426"
},
{
"label": "都昌县",
"value": "360428"
},
{
"label": "湖口县",
"value": "360429"
},
{
"label": "彭泽县",
"value": "360430"
},
{
"label": "瑞昌市",
"value": "360481"
},
{
"label": "共青城市",
"value": "360482"
},
{
"label": "庐山市",
"value": "360483"
}
],
[{
"label": "渝水区",
"value": "360502"
},
{
"label": "分宜县",
"value": "360521"
}
],
[{
"label": "月湖区",
"value": "360602"
},
{
"label": "余江县",
"value": "360622"
},
{
"label": "贵溪市",
"value": "360681"
}
],
[{
"label": "章贡区",
"value": "360702"
},
{
"label": "南康区",
"value": "360703"
},
{
"label": "赣县区",
"value": "360704"
},
{
"label": "信丰县",
"value": "360722"
},
{
"label": "大余县",
"value": "360723"
},
{
"label": "上犹县",
"value": "360724"
},
{
"label": "崇义县",
"value": "360725"
},
{
"label": "安远县",
"value": "360726"
},
{
"label": "龙南县",
"value": "360727"
},
{
"label": "定南县",
"value": "360728"
},
{
"label": "全南县",
"value": "360729"
},
{
"label": "宁都县",
"value": "360730"
},
{
"label": "于都县",
"value": "360731"
},
{
"label": "兴国县",
"value": "360732"
},
{
"label": "会昌县",
"value": "360733"
},
{
"label": "寻乌县",
"value": "360734"
},
{
"label": "石城县",
"value": "360735"
},
{
"label": "瑞金市",
"value": "360781"
}
],
[{
"label": "吉州区",
"value": "360802"
},
{
"label": "青原区",
"value": "360803"
},
{
"label": "吉安县",
"value": "360821"
},
{
"label": "吉水县",
"value": "360822"
},
{
"label": "峡江县",
"value": "360823"
},
{
"label": "新干县",
"value": "360824"
},
{
"label": "永丰县",
"value": "360825"
},
{
"label": "泰和县",
"value": "360826"
},
{
"label": "遂川县",
"value": "360827"
},
{
"label": "万安县",
"value": "360828"
},
{
"label": "安福县",
"value": "360829"
},
{
"label": "永新县",
"value": "360830"
},
{
"label": "井冈山市",
"value": "360881"
}
],
[{
"label": "袁州区",
"value": "360902"
},
{
"label": "奉新县",
"value": "360921"
},
{
"label": "万载县",
"value": "360922"
},
{
"label": "上高县",
"value": "360923"
},
{
"label": "宜丰县",
"value": "360924"
},
{
"label": "靖安县",
"value": "360925"
},
{
"label": "铜鼓县",
"value": "360926"
},
{
"label": "丰城市",
"value": "360981"
},
{
"label": "樟树市",
"value": "360982"
},
{
"label": "高安市",
"value": "360983"
}
],
[{
"label": "临川区",
"value": "361002"
},
{
"label": "东乡区",
"value": "361003"
},
{
"label": "南城县",
"value": "361021"
},
{
"label": "黎川县",
"value": "361022"
},
{
"label": "南丰县",
"value": "361023"
},
{
"label": "崇仁县",
"value": "361024"
},
{
"label": "乐安县",
"value": "361025"
},
{
"label": "宜黄县",
"value": "361026"
},
{
"label": "金溪县",
"value": "361027"
},
{
"label": "资溪县",
"value": "361028"
},
{
"label": "广昌县",
"value": "361030"
}
],
[{
"label": "信州区",
"value": "361102"
},
{
"label": "广丰区",
"value": "361103"
},
{
"label": "上饶县",
"value": "361121"
},
{
"label": "玉山县",
"value": "361123"
},
{
"label": "铅山县",
"value": "361124"
},
{
"label": "横峰县",
"value": "361125"
},
{
"label": "弋阳县",
"value": "361126"
},
{
"label": "余干县",
"value": "361127"
},
{
"label": "鄱阳县",
"value": "361128"
},
{
"label": "万年县",
"value": "361129"
},
{
"label": "婺源县",
"value": "361130"
},
{
"label": "德兴市",
"value": "361181"
}
]
],
[
[{
"label": "历下区",
"value": "370102"
},
{
"label": "市中区",
"value": "370103"
},
{
"label": "槐荫区",
"value": "370104"
},
{
"label": "天桥区",
"value": "370105"
},
{
"label": "历城区",
"value": "370112"
},
{
"label": "长清区",
"value": "370113"
},
{
"label": "章丘区",
"value": "370114"
},
{
"label": "平阴县",
"value": "370124"
},
{
"label": "济阳县",
"value": "370125"
},
{
"label": "商河县",
"value": "370126"
},
{
"label": "济南高新技术产业开发区",
"value": "370171"
}
],
[{
"label": "市南区",
"value": "370202"
},
{
"label": "市北区",
"value": "370203"
},
{
"label": "黄岛区",
"value": "370211"
},
{
"label": "崂山区",
"value": "370212"
},
{
"label": "李沧区",
"value": "370213"
},
{
"label": "城阳区",
"value": "370214"
},
{
"label": "即墨区",
"value": "370215"
},
{
"label": "青岛高新技术产业开发区",
"value": "370271"
},
{
"label": "胶州市",
"value": "370281"
},
{
"label": "平度市",
"value": "370283"
},
{
"label": "莱西市",
"value": "370285"
}
],
[{
"label": "淄川区",
"value": "370302"
},
{
"label": "张店区",
"value": "370303"
},
{
"label": "博山区",
"value": "370304"
},
{
"label": "临淄区",
"value": "370305"
},
{
"label": "周村区",
"value": "370306"
},
{
"label": "桓台县",
"value": "370321"
},
{
"label": "高青县",
"value": "370322"
},
{
"label": "沂源县",
"value": "370323"
}
],
[{
"label": "市中区",
"value": "370402"
},
{
"label": "薛城区",
"value": "370403"
},
{
"label": "峄城区",
"value": "370404"
},
{
"label": "台儿庄区",
"value": "370405"
},
{
"label": "山亭区",
"value": "370406"
},
{
"label": "滕州市",
"value": "370481"
}
],
[{
"label": "东营区",
"value": "370502"
},
{
"label": "河口区",
"value": "370503"
},
{
"label": "垦利区",
"value": "370505"
},
{
"label": "利津县",
"value": "370522"
},
{
"label": "广饶县",
"value": "370523"
},
{
"label": "东营经济技术开发区",
"value": "370571"
},
{
"label": "东营港经济开发区",
"value": "370572"
}
],
[{
"label": "芝罘区",
"value": "370602"
},
{
"label": "福山区",
"value": "370611"
},
{
"label": "牟平区",
"value": "370612"
},
{
"label": "莱山区",
"value": "370613"
},
{
"label": "长岛县",
"value": "370634"
},
{
"label": "烟台高新技术产业开发区",
"value": "370671"
},
{
"label": "烟台经济技术开发区",
"value": "370672"
},
{
"label": "龙口市",
"value": "370681"
},
{
"label": "莱阳市",
"value": "370682"
},
{
"label": "莱州市",
"value": "370683"
},
{
"label": "蓬莱市",
"value": "370684"
},
{
"label": "招远市",
"value": "370685"
},
{
"label": "栖霞市",
"value": "370686"
},
{
"label": "海阳市",
"value": "370687"
}
],
[{
"label": "潍城区",
"value": "370702"
},
{
"label": "寒亭区",
"value": "370703"
},
{
"label": "坊子区",
"value": "370704"
},
{
"label": "奎文区",
"value": "370705"
},
{
"label": "临朐县",
"value": "370724"
},
{
"label": "昌乐县",
"value": "370725"
},
{
"label": "潍坊滨海经济技术开发区",
"value": "370772"
},
{
"label": "青州市",
"value": "370781"
},
{
"label": "诸城市",
"value": "370782"
},
{
"label": "寿光市",
"value": "370783"
},
{
"label": "安丘市",
"value": "370784"
},
{
"label": "高密市",
"value": "370785"
},
{
"label": "昌邑市",
"value": "370786"
}
],
[{
"label": "任城区",
"value": "370811"
},
{
"label": "兖州区",
"value": "370812"
},
{
"label": "微山县",
"value": "370826"
},
{
"label": "鱼台县",
"value": "370827"
},
{
"label": "金乡县",
"value": "370828"
},
{
"label": "嘉祥县",
"value": "370829"
},
{
"label": "汶上县",
"value": "370830"
},
{
"label": "泗水县",
"value": "370831"
},
{
"label": "梁山县",
"value": "370832"
},
{
"label": "济宁高新技术产业开发区",
"value": "370871"
},
{
"label": "曲阜市",
"value": "370881"
},
{
"label": "邹城市",
"value": "370883"
}
],
[{
"label": "泰山区",
"value": "370902"
},
{
"label": "岱岳区",
"value": "370911"
},
{
"label": "宁阳县",
"value": "370921"
},
{
"label": "东平县",
"value": "370923"
},
{
"label": "新泰市",
"value": "370982"
},
{
"label": "肥城市",
"value": "370983"
}
],
[{
"label": "环翠区",
"value": "371002"
},
{
"label": "文登区",
"value": "371003"
},
{
"label": "威海火炬高技术产业开发区",
"value": "371071"
},
{
"label": "威海经济技术开发区",
"value": "371072"
},
{
"label": "威海临港经济技术开发区",
"value": "371073"
},
{
"label": "荣成市",
"value": "371082"
},
{
"label": "乳山市",
"value": "371083"
}
],
[{
"label": "东港区",
"value": "371102"
},
{
"label": "岚山区",
"value": "371103"
},
{
"label": "五莲县",
"value": "371121"
},
{
"label": "莒县",
"value": "371122"
},
{
"label": "日照经济技术开发区",
"value": "371171"
},
{
"label": "日照国际海洋城",
"value": "371172"
}
],
[{
"label": "莱城区",
"value": "371202"
},
{
"label": "钢城区",
"value": "371203"
}
],
[{
"label": "兰山区",
"value": "371302"
},
{
"label": "罗庄区",
"value": "371311"
},
{
"label": "河东区",
"value": "371312"
},
{
"label": "沂南县",
"value": "371321"
},
{
"label": "郯城县",
"value": "371322"
},
{
"label": "沂水县",
"value": "371323"
},
{
"label": "兰陵县",
"value": "371324"
},
{
"label": "费县",
"value": "371325"
},
{
"label": "平邑县",
"value": "371326"
},
{
"label": "莒南县",
"value": "371327"
},
{
"label": "蒙阴县",
"value": "371328"
},
{
"label": "临沭县",
"value": "371329"
},
{
"label": "临沂高新技术产业开发区",
"value": "371371"
},
{
"label": "临沂经济技术开发区",
"value": "371372"
},
{
"label": "临沂临港经济开发区",
"value": "371373"
}
],
[{
"label": "德城区",
"value": "371402"
},
{
"label": "陵城区",
"value": "371403"
},
{
"label": "宁津县",
"value": "371422"
},
{
"label": "庆云县",
"value": "371423"
},
{
"label": "临邑县",
"value": "371424"
},
{
"label": "齐河县",
"value": "371425"
},
{
"label": "平原县",
"value": "371426"
},
{
"label": "夏津县",
"value": "371427"
},
{
"label": "武城县",
"value": "371428"
},
{
"label": "德州经济技术开发区",
"value": "371471"
},
{
"label": "德州运河经济开发区",
"value": "371472"
},
{
"label": "乐陵市",
"value": "371481"
},
{
"label": "禹城市",
"value": "371482"
}
],
[{
"label": "东昌府区",
"value": "371502"
},
{
"label": "阳谷县",
"value": "371521"
},
{
"label": "莘县",
"value": "371522"
},
{
"label": "茌平县",
"value": "371523"
},
{
"label": "东阿县",
"value": "371524"
},
{
"label": "冠县",
"value": "371525"
},
{
"label": "高唐县",
"value": "371526"
},
{
"label": "临清市",
"value": "371581"
}
],
[{
"label": "滨城区",
"value": "371602"
},
{
"label": "沾化区",
"value": "371603"
},
{
"label": "惠民县",
"value": "371621"
},
{
"label": "阳信县",
"value": "371622"
},
{
"label": "无棣县",
"value": "371623"
},
{
"label": "博兴县",
"value": "371625"
},
{
"label": "邹平县",
"value": "371626"
}
],
[{
"label": "牡丹区",
"value": "371702"
},
{
"label": "定陶区",
"value": "371703"
},
{
"label": "曹县",
"value": "371721"
},
{
"label": "单县",
"value": "371722"
},
{
"label": "成武县",
"value": "371723"
},
{
"label": "巨野县",
"value": "371724"
},
{
"label": "郓城县",
"value": "371725"
},
{
"label": "鄄城县",
"value": "371726"
},
{
"label": "东明县",
"value": "371728"
},
{
"label": "菏泽经济技术开发区",
"value": "371771"
},
{
"label": "菏泽高新技术开发区",
"value": "371772"
}
]
],
[
[{
"label": "中原区",
"value": "410102"
},
{
"label": "二七区",
"value": "410103"
},
{
"label": "管城回族区",
"value": "410104"
},
{
"label": "金水区",
"value": "410105"
},
{
"label": "上街区",
"value": "410106"
},
{
"label": "惠济区",
"value": "410108"
},
{
"label": "中牟县",
"value": "410122"
},
{
"label": "郑州经济技术开发区",
"value": "410171"
},
{
"label": "郑州高新技术产业开发区",
"value": "410172"
},
{
"label": "郑州航空港经济综合实验区",
"value": "410173"
},
{
"label": "巩义市",
"value": "410181"
},
{
"label": "荥阳市",
"value": "410182"
},
{
"label": "新密市",
"value": "410183"
},
{
"label": "新郑市",
"value": "410184"
},
{
"label": "登封市",
"value": "410185"
}
],
[{
"label": "龙亭区",
"value": "410202"
},
{
"label": "顺河回族区",
"value": "410203"
},
{
"label": "鼓楼区",
"value": "410204"
},
{
"label": "禹王台区",
"value": "410205"
},
{
"label": "祥符区",
"value": "410212"
},
{
"label": "杞县",
"value": "410221"
},
{
"label": "通许县",
"value": "410222"
},
{
"label": "尉氏县",
"value": "410223"
},
{
"label": "兰考县",
"value": "410225"
}
],
[{
"label": "老城区",
"value": "410302"
},
{
"label": "西工区",
"value": "410303"
},
{
"label": "瀍河回族区",
"value": "410304"
},
{
"label": "涧西区",
"value": "410305"
},
{
"label": "吉利区",
"value": "410306"
},
{
"label": "洛龙区",
"value": "410311"
},
{
"label": "孟津县",
"value": "410322"
},
{
"label": "新安县",
"value": "410323"
},
{
"label": "栾川县",
"value": "410324"
},
{
"label": "嵩县",
"value": "410325"
},
{
"label": "汝阳县",
"value": "410326"
},
{
"label": "宜阳县",
"value": "410327"
},
{
"label": "洛宁县",
"value": "410328"
},
{
"label": "伊川县",
"value": "410329"
},
{
"label": "洛阳高新技术产业开发区",
"value": "410371"
},
{
"label": "偃师市",
"value": "410381"
}
],
[{
"label": "新华区",
"value": "410402"
},
{
"label": "卫东区",
"value": "410403"
},
{
"label": "石龙区",
"value": "410404"
},
{
"label": "湛河区",
"value": "410411"
},
{
"label": "宝丰县",
"value": "410421"
},
{
"label": "叶县",
"value": "410422"
},
{
"label": "鲁山县",
"value": "410423"
},
{
"label": "郏县",
"value": "410425"
},
{
"label": "平顶山高新技术产业开发区",
"value": "410471"
},
{
"label": "平顶山市新城区",
"value": "410472"
},
{
"label": "舞钢市",
"value": "410481"
},
{
"label": "汝州市",
"value": "410482"
}
],
[{
"label": "文峰区",
"value": "410502"
},
{
"label": "北关区",
"value": "410503"
},
{
"label": "殷都区",
"value": "410505"
},
{
"label": "龙安区",
"value": "410506"
},
{
"label": "安阳县",
"value": "410522"
},
{
"label": "汤阴县",
"value": "410523"
},
{
"label": "滑县",
"value": "410526"
},
{
"label": "内黄县",
"value": "410527"
},
{
"label": "安阳高新技术产业开发区",
"value": "410571"
},
{
"label": "林州市",
"value": "410581"
}
],
[{
"label": "鹤山区",
"value": "410602"
},
{
"label": "山城区",
"value": "410603"
},
{
"label": "淇滨区",
"value": "410611"
},
{
"label": "浚县",
"value": "410621"
},
{
"label": "淇县",
"value": "410622"
},
{
"label": "鹤壁经济技术开发区",
"value": "410671"
}
],
[{
"label": "红旗区",
"value": "410702"
},
{
"label": "卫滨区",
"value": "410703"
},
{
"label": "凤泉区",
"value": "410704"
},
{
"label": "牧野区",
"value": "410711"
},
{
"label": "新乡县",
"value": "410721"
},
{
"label": "获嘉县",
"value": "410724"
},
{
"label": "原阳县",
"value": "410725"
},
{
"label": "延津县",
"value": "410726"
},
{
"label": "封丘县",
"value": "410727"
},
{
"label": "长垣县",
"value": "410728"
},
{
"label": "新乡高新技术产业开发区",
"value": "410771"
},
{
"label": "新乡经济技术开发区",
"value": "410772"
},
{
"label": "新乡市平原城乡一体化示范区",
"value": "410773"
},
{
"label": "卫辉市",
"value": "410781"
},
{
"label": "辉县市",
"value": "410782"
}
],
[{
"label": "解放区",
"value": "410802"
},
{
"label": "中站区",
"value": "410803"
},
{
"label": "马村区",
"value": "410804"
},
{
"label": "山阳区",
"value": "410811"
},
{
"label": "修武县",
"value": "410821"
},
{
"label": "博爱县",
"value": "410822"
},
{
"label": "武陟县",
"value": "410823"
},
{
"label": "温县",
"value": "410825"
},
{
"label": "焦作城乡一体化示范区",
"value": "410871"
},
{
"label": "沁阳市",
"value": "410882"
},
{
"label": "孟州市",
"value": "410883"
}
],
[{
"label": "华龙区",
"value": "410902"
},
{
"label": "清丰县",
"value": "410922"
},
{
"label": "南乐县",
"value": "410923"
},
{
"label": "范县",
"value": "410926"
},
{
"label": "台前县",
"value": "410927"
},
{
"label": "濮阳县",
"value": "410928"
},
{
"label": "河南濮阳工业园区",
"value": "410971"
},
{
"label": "濮阳经济技术开发区",
"value": "410972"
}
],
[{
"label": "魏都区",
"value": "411002"
},
{
"label": "建安区",
"value": "411003"
},
{
"label": "鄢陵县",
"value": "411024"
},
{
"label": "襄城县",
"value": "411025"
},
{
"label": "许昌经济技术开发区",
"value": "411071"
},
{
"label": "禹州市",
"value": "411081"
},
{
"label": "长葛市",
"value": "411082"
}
],
[{
"label": "源汇区",
"value": "411102"
},
{
"label": "郾城区",
"value": "411103"
},
{
"label": "召陵区",
"value": "411104"
},
{
"label": "舞阳县",
"value": "411121"
},
{
"label": "临颍县",
"value": "411122"
},
{
"label": "漯河经济技术开发区",
"value": "411171"
}
],
[{
"label": "湖滨区",
"value": "411202"
},
{
"label": "陕州区",
"value": "411203"
},
{
"label": "渑池县",
"value": "411221"
},
{
"label": "卢氏县",
"value": "411224"
},
{
"label": "河南三门峡经济开发区",
"value": "411271"
},
{
"label": "义马市",
"value": "411281"
},
{
"label": "灵宝市",
"value": "411282"
}
],
[{
"label": "宛城区",
"value": "411302"
},
{
"label": "卧龙区",
"value": "411303"
},
{
"label": "南召县",
"value": "411321"
},
{
"label": "方城县",
"value": "411322"
},
{
"label": "西峡县",
"value": "411323"
},
{
"label": "镇平县",
"value": "411324"
},
{
"label": "内乡县",
"value": "411325"
},
{
"label": "淅川县",
"value": "411326"
},
{
"label": "社旗县",
"value": "411327"
},
{
"label": "唐河县",
"value": "411328"
},
{
"label": "新野县",
"value": "411329"
},
{
"label": "桐柏县",
"value": "411330"
},
{
"label": "南阳高新技术产业开发区",
"value": "411371"
},
{
"label": "南阳市城乡一体化示范区",
"value": "411372"
},
{
"label": "邓州市",
"value": "411381"
}
],
[{
"label": "梁园区",
"value": "411402"
},
{
"label": "睢阳区",
"value": "411403"
},
{
"label": "民权县",
"value": "411421"
},
{
"label": "睢县",
"value": "411422"
},
{
"label": "宁陵县",
"value": "411423"
},
{
"label": "柘城县",
"value": "411424"
},
{
"label": "虞城县",
"value": "411425"
},
{
"label": "夏邑县",
"value": "411426"
},
{
"label": "豫东综合物流产业聚集区",
"value": "411471"
},
{
"label": "河南商丘经济开发区",
"value": "411472"
},
{
"label": "永城市",
"value": "411481"
}
],
[{
"label": "浉河区",
"value": "411502"
},
{
"label": "平桥区",
"value": "411503"
},
{
"label": "罗山县",
"value": "411521"
},
{
"label": "光山县",
"value": "411522"
},
{
"label": "新县",
"value": "411523"
},
{
"label": "商城县",
"value": "411524"
},
{
"label": "固始县",
"value": "411525"
},
{
"label": "潢川县",
"value": "411526"
},
{
"label": "淮滨县",
"value": "411527"
},
{
"label": "息县",
"value": "411528"
},
{
"label": "信阳高新技术产业开发区",
"value": "411571"
}
],
[{
"label": "川汇区",
"value": "411602"
},
{
"label": "扶沟县",
"value": "411621"
},
{
"label": "西华县",
"value": "411622"
},
{
"label": "商水县",
"value": "411623"
},
{
"label": "沈丘县",
"value": "411624"
},
{
"label": "郸城县",
"value": "411625"
},
{
"label": "淮阳县",
"value": "411626"
},
{
"label": "太康县",
"value": "411627"
},
{
"label": "鹿邑县",
"value": "411628"
},
{
"label": "河南周口经济开发区",
"value": "411671"
},
{
"label": "项城市",
"value": "411681"
}
],
[{
"label": "驿城区",
"value": "411702"
},
{
"label": "西平县",
"value": "411721"
},
{
"label": "上蔡县",
"value": "411722"
},
{
"label": "平舆县",
"value": "411723"
},
{
"label": "正阳县",
"value": "411724"
},
{
"label": "确山县",
"value": "411725"
},
{
"label": "泌阳县",
"value": "411726"
},
{
"label": "汝南县",
"value": "411727"
},
{
"label": "遂平县",
"value": "411728"
},
{
"label": "新蔡县",
"value": "411729"
},
{
"label": "河南驻马店经济开发区",
"value": "411771"
}
],
[{
"label": "济源市",
"value": "419001"
}]
],
[
[{
"label": "江岸区",
"value": "420102"
},
{
"label": "江汉区",
"value": "420103"
},
{
"label": "硚口区",
"value": "420104"
},
{
"label": "汉阳区",
"value": "420105"
},
{
"label": "武昌区",
"value": "420106"
},
{
"label": "青山区",
"value": "420107"
},
{
"label": "洪山区",
"value": "420111"
},
{
"label": "东西湖区",
"value": "420112"
},
{
"label": "汉南区",
"value": "420113"
},
{
"label": "蔡甸区",
"value": "420114"
},
{
"label": "江夏区",
"value": "420115"
},
{
"label": "黄陂区",
"value": "420116"
},
{
"label": "新洲区",
"value": "420117"
}
],
[{
"label": "黄石港区",
"value": "420202"
},
{
"label": "西塞山区",
"value": "420203"
},
{
"label": "下陆区",
"value": "420204"
},
{
"label": "铁山区",
"value": "420205"
},
{
"label": "阳新县",
"value": "420222"
},
{
"label": "大冶市",
"value": "420281"
}
],
[{
"label": "茅箭区",
"value": "420302"
},
{
"label": "张湾区",
"value": "420303"
},
{
"label": "郧阳区",
"value": "420304"
},
{
"label": "郧西县",
"value": "420322"
},
{
"label": "竹山县",
"value": "420323"
},
{
"label": "竹溪县",
"value": "420324"
},
{
"label": "房县",
"value": "420325"
},
{
"label": "丹江口市",
"value": "420381"
}
],
[{
"label": "西陵区",
"value": "420502"
},
{
"label": "伍家岗区",
"value": "420503"
},
{
"label": "点军区",
"value": "420504"
},
{
"label": "猇亭区",
"value": "420505"
},
{
"label": "夷陵区",
"value": "420506"
},
{
"label": "远安县",
"value": "420525"
},
{
"label": "兴山县",
"value": "420526"
},
{
"label": "秭归县",
"value": "420527"
},
{
"label": "长阳土家族自治县",
"value": "420528"
},
{
"label": "五峰土家族自治县",
"value": "420529"
},
{
"label": "宜都市",
"value": "420581"
},
{
"label": "当阳市",
"value": "420582"
},
{
"label": "枝江市",
"value": "420583"
}
],
[{
"label": "襄城区",
"value": "420602"
},
{
"label": "樊城区",
"value": "420606"
},
{
"label": "襄州区",
"value": "420607"
},
{
"label": "南漳县",
"value": "420624"
},
{
"label": "谷城县",
"value": "420625"
},
{
"label": "保康县",
"value": "420626"
},
{
"label": "老河口市",
"value": "420682"
},
{
"label": "枣阳市",
"value": "420683"
},
{
"label": "宜城市",
"value": "420684"
}
],
[{
"label": "梁子湖区",
"value": "420702"
},
{
"label": "华容区",
"value": "420703"
},
{
"label": "鄂城区",
"value": "420704"
}
],
[{
"label": "东宝区",
"value": "420802"
},
{
"label": "掇刀区",
"value": "420804"
},
{
"label": "京山县",
"value": "420821"
},
{
"label": "沙洋县",
"value": "420822"
},
{
"label": "钟祥市",
"value": "420881"
}
],
[{
"label": "孝南区",
"value": "420902"
},
{
"label": "孝昌县",
"value": "420921"
},
{
"label": "大悟县",
"value": "420922"
},
{
"label": "云梦县",
"value": "420923"
},
{
"label": "应城市",
"value": "420981"
},
{
"label": "安陆市",
"value": "420982"
},
{
"label": "汉川市",
"value": "420984"
}
],
[{
"label": "沙市区",
"value": "421002"
},
{
"label": "荆州区",
"value": "421003"
},
{
"label": "公安县",
"value": "421022"
},
{
"label": "监利县",
"value": "421023"
},
{
"label": "江陵县",
"value": "421024"
},
{
"label": "荆州经济技术开发区",
"value": "421071"
},
{
"label": "石首市",
"value": "421081"
},
{
"label": "洪湖市",
"value": "421083"
},
{
"label": "松滋市",
"value": "421087"
}
],
[{
"label": "黄州区",
"value": "421102"
},
{
"label": "团风县",
"value": "421121"
},
{
"label": "红安县",
"value": "421122"
},
{
"label": "罗田县",
"value": "421123"
},
{
"label": "英山县",
"value": "421124"
},
{
"label": "浠水县",
"value": "421125"
},
{
"label": "蕲春县",
"value": "421126"
},
{
"label": "黄梅县",
"value": "421127"
},
{
"label": "龙感湖管理区",
"value": "421171"
},
{
"label": "麻城市",
"value": "421181"
},
{
"label": "武穴市",
"value": "421182"
}
],
[{
"label": "咸安区",
"value": "421202"
},
{
"label": "嘉鱼县",
"value": "421221"
},
{
"label": "通城县",
"value": "421222"
},
{
"label": "崇阳县",
"value": "421223"
},
{
"label": "通山县",
"value": "421224"
},
{
"label": "赤壁市",
"value": "421281"
}
],
[{
"label": "曾都区",
"value": "421303"
},
{
"label": "随县",
"value": "421321"
},
{
"label": "广水市",
"value": "421381"
}
],
[{
"label": "恩施市",
"value": "422801"
},
{
"label": "利川市",
"value": "422802"
},
{
"label": "建始县",
"value": "422822"
},
{
"label": "巴东县",
"value": "422823"
},
{
"label": "宣恩县",
"value": "422825"
},
{
"label": "咸丰县",
"value": "422826"
},
{
"label": "来凤县",
"value": "422827"
},
{
"label": "鹤峰县",
"value": "422828"
}
],
[{
"label": "仙桃市",
"value": "429004"
},
{
"label": "潜江市",
"value": "429005"
},
{
"label": "天门市",
"value": "429006"
},
{
"label": "神农架林区",
"value": "429021"
}
]
],
[
[{
"label": "芙蓉区",
"value": "430102"
},
{
"label": "天心区",
"value": "430103"
},
{
"label": "岳麓区",
"value": "430104"
},
{
"label": "开福区",
"value": "430105"
},
{
"label": "雨花区",
"value": "430111"
},
{
"label": "望城区",
"value": "430112"
},
{
"label": "长沙县",
"value": "430121"
},
{
"label": "浏阳市",
"value": "430181"
},
{
"label": "宁乡市",
"value": "430182"
}
],
[{
"label": "荷塘区",
"value": "430202"
},
{
"label": "芦淞区",
"value": "430203"
},
{
"label": "石峰区",
"value": "430204"
},
{
"label": "天元区",
"value": "430211"
},
{
"label": "株洲县",
"value": "430221"
},
{
"label": "攸县",
"value": "430223"
},
{
"label": "茶陵县",
"value": "430224"
},
{
"label": "炎陵县",
"value": "430225"
},
{
"label": "云龙示范区",
"value": "430271"
},
{
"label": "醴陵市",
"value": "430281"
}
],
[{
"label": "雨湖区",
"value": "430302"
},
{
"label": "岳塘区",
"value": "430304"
},
{
"label": "湘潭县",
"value": "430321"
},
{
"label": "湖南湘潭高新技术产业园区",
"value": "430371"
},
{
"label": "湘潭昭山示范区",
"value": "430372"
},
{
"label": "湘潭九华示范区",
"value": "430373"
},
{
"label": "湘乡市",
"value": "430381"
},
{
"label": "韶山市",
"value": "430382"
}
],
[{
"label": "珠晖区",
"value": "430405"
},
{
"label": "雁峰区",
"value": "430406"
},
{
"label": "石鼓区",
"value": "430407"
},
{
"label": "蒸湘区",
"value": "430408"
},
{
"label": "南岳区",
"value": "430412"
},
{
"label": "衡阳县",
"value": "430421"
},
{
"label": "衡南县",
"value": "430422"
},
{
"label": "衡山县",
"value": "430423"
},
{
"label": "衡东县",
"value": "430424"
},
{
"label": "祁东县",
"value": "430426"
},
{
"label": "衡阳综合保税区",
"value": "430471"
},
{
"label": "湖南衡阳高新技术产业园区",
"value": "430472"
},
{
"label": "湖南衡阳松木经济开发区",
"value": "430473"
},
{
"label": "耒阳市",
"value": "430481"
},
{
"label": "常宁市",
"value": "430482"
}
],
[{
"label": "双清区",
"value": "430502"
},
{
"label": "大祥区",
"value": "430503"
},
{
"label": "北塔区",
"value": "430511"
},
{
"label": "邵东县",
"value": "430521"
},
{
"label": "新邵县",
"value": "430522"
},
{
"label": "邵阳县",
"value": "430523"
},
{
"label": "隆回县",
"value": "430524"
},
{
"label": "洞口县",
"value": "430525"
},
{
"label": "绥宁县",
"value": "430527"
},
{
"label": "新宁县",
"value": "430528"
},
{
"label": "城步苗族自治县",
"value": "430529"
},
{
"label": "武冈市",
"value": "430581"
}
],
[{
"label": "岳阳楼区",
"value": "430602"
},
{
"label": "云溪区",
"value": "430603"
},
{
"label": "君山区",
"value": "430611"
},
{
"label": "岳阳县",
"value": "430621"
},
{
"label": "华容县",
"value": "430623"
},
{
"label": "湘阴县",
"value": "430624"
},
{
"label": "平江县",
"value": "430626"
},
{
"label": "岳阳市屈原管理区",
"value": "430671"
},
{
"label": "汨罗市",
"value": "430681"
},
{
"label": "临湘市",
"value": "430682"
}
],
[{
"label": "武陵区",
"value": "430702"
},
{
"label": "鼎城区",
"value": "430703"
},
{
"label": "安乡县",
"value": "430721"
},
{
"label": "汉寿县",
"value": "430722"
},
{
"label": "澧县",
"value": "430723"
},
{
"label": "临澧县",
"value": "430724"
},
{
"label": "桃源县",
"value": "430725"
},
{
"label": "石门县",
"value": "430726"
},
{
"label": "常德市西洞庭管理区",
"value": "430771"
},
{
"label": "津市市",
"value": "430781"
}
],
[{
"label": "永定区",
"value": "430802"
},
{
"label": "武陵源区",
"value": "430811"
},
{
"label": "慈利县",
"value": "430821"
},
{
"label": "桑植县",
"value": "430822"
}
],
[{
"label": "资阳区",
"value": "430902"
},
{
"label": "赫山区",
"value": "430903"
},
{
"label": "南县",
"value": "430921"
},
{
"label": "桃江县",
"value": "430922"
},
{
"label": "安化县",
"value": "430923"
},
{
"label": "益阳市大通湖管理区",
"value": "430971"
},
{
"label": "湖南益阳高新技术产业园区",
"value": "430972"
},
{
"label": "沅江市",
"value": "430981"
}
],
[{
"label": "北湖区",
"value": "431002"
},
{
"label": "苏仙区",
"value": "431003"
},
{
"label": "桂阳县",
"value": "431021"
},
{
"label": "宜章县",
"value": "431022"
},
{
"label": "永兴县",
"value": "431023"
},
{
"label": "嘉禾县",
"value": "431024"
},
{
"label": "临武县",
"value": "431025"
},
{
"label": "汝城县",
"value": "431026"
},
{
"label": "桂东县",
"value": "431027"
},
{
"label": "安仁县",
"value": "431028"
},
{
"label": "资兴市",
"value": "431081"
}
],
[{
"label": "零陵区",
"value": "431102"
},
{
"label": "冷水滩区",
"value": "431103"
},
{
"label": "祁阳县",
"value": "431121"
},
{
"label": "东安县",
"value": "431122"
},
{
"label": "双牌县",
"value": "431123"
},
{
"label": "道县",
"value": "431124"
},
{
"label": "江永县",
"value": "431125"
},
{
"label": "宁远县",
"value": "431126"
},
{
"label": "蓝山县",
"value": "431127"
},
{
"label": "新田县",
"value": "431128"
},
{
"label": "江华瑶族自治县",
"value": "431129"
},
{
"label": "永州经济技术开发区",
"value": "431171"
},
{
"label": "永州市金洞管理区",
"value": "431172"
},
{
"label": "永州市回龙圩管理区",
"value": "431173"
}
],
[{
"label": "鹤城区",
"value": "431202"
},
{
"label": "中方县",
"value": "431221"
},
{
"label": "沅陵县",
"value": "431222"
},
{
"label": "辰溪县",
"value": "431223"
},
{
"label": "溆浦县",
"value": "431224"
},
{
"label": "会同县",
"value": "431225"
},
{
"label": "麻阳苗族自治县",
"value": "431226"
},
{
"label": "新晃侗族自治县",
"value": "431227"
},
{
"label": "芷江侗族自治县",
"value": "431228"
},
{
"label": "靖州苗族侗族自治县",
"value": "431229"
},
{
"label": "通道侗族自治县",
"value": "431230"
},
{
"label": "怀化市洪江管理区",
"value": "431271"
},
{
"label": "洪江市",
"value": "431281"
}
],
[{
"label": "娄星区",
"value": "431302"
},
{
"label": "双峰县",
"value": "431321"
},
{
"label": "新化县",
"value": "431322"
},
{
"label": "冷水江市",
"value": "431381"
},
{
"label": "涟源市",
"value": "431382"
}
],
[{
"label": "吉首市",
"value": "433101"
},
{
"label": "泸溪县",
"value": "433122"
},
{
"label": "凤凰县",
"value": "433123"
},
{
"label": "花垣县",
"value": "433124"
},
{
"label": "保靖县",
"value": "433125"
},
{
"label": "古丈县",
"value": "433126"
},
{
"label": "永顺县",
"value": "433127"
},
{
"label": "龙山县",
"value": "433130"
},
{
"label": "湖南吉首经济开发区",
"value": "433172"
},
{
"label": "湖南永顺经济开发区",
"value": "433173"
}
]
],
[
[{
"label": "荔湾区",
"value": "440103"
},
{
"label": "越秀区",
"value": "440104"
},
{
"label": "海珠区",
"value": "440105"
},
{
"label": "天河区",
"value": "440106"
},
{
"label": "白云区",
"value": "440111"
},
{
"label": "黄埔区",
"value": "440112"
},
{
"label": "番禺区",
"value": "440113"
},
{
"label": "花都区",
"value": "440114"
},
{
"label": "南沙区",
"value": "440115"
},
{
"label": "从化区",
"value": "440117"
},
{
"label": "增城区",
"value": "440118"
}
],
[{
"label": "武江区",
"value": "440203"
},
{
"label": "浈江区",
"value": "440204"
},
{
"label": "曲江区",
"value": "440205"
},
{
"label": "始兴县",
"value": "440222"
},
{
"label": "仁化县",
"value": "440224"
},
{
"label": "翁源县",
"value": "440229"
},
{
"label": "乳源瑶族自治县",
"value": "440232"
},
{
"label": "新丰县",
"value": "440233"
},
{
"label": "乐昌市",
"value": "440281"
},
{
"label": "南雄市",
"value": "440282"
}
],
[{
"label": "光明区",
"value": "440302"
},{
"label": "罗湖区",
"value": "440303"
},
{
"label": "福田区",
"value": "440304"
},
{
"label": "南山区",
"value": "440305"
},
{
"label": "宝安区",
"value": "440306"
},
{
"label": "龙岗区",
"value": "440307"
},
{
"label": "盐田区",
"value": "440308"
},
{
"label": "龙华区",
"value": "440309"
},
{
"label": "坪山区",
"value": "440310"
}
],
[{
"label": "香洲区",
"value": "440402"
},
{
"label": "斗门区",
"value": "440403"
},
{
"label": "金湾区",
"value": "440404"
}
],
[{
"label": "龙湖区",
"value": "440507"
},
{
"label": "金平区",
"value": "440511"
},
{
"label": "濠江区",
"value": "440512"
},
{
"label": "潮阳区",
"value": "440513"
},
{
"label": "潮南区",
"value": "440514"
},
{
"label": "澄海区",
"value": "440515"
},
{
"label": "南澳县",
"value": "440523"
}
],
[{
"label": "禅城区",
"value": "440604"
},
{
"label": "南海区",
"value": "440605"
},
{
"label": "顺德区",
"value": "440606"
},
{
"label": "三水区",
"value": "440607"
},
{
"label": "高明区",
"value": "440608"
}
],
[{
"label": "蓬江区",
"value": "440703"
},
{
"label": "江海区",
"value": "440704"
},
{
"label": "新会区",
"value": "440705"
},
{
"label": "台山市",
"value": "440781"
},
{
"label": "开平市",
"value": "440783"
},
{
"label": "鹤山市",
"value": "440784"
},
{
"label": "恩平市",
"value": "440785"
}
],
[{
"label": "赤坎区",
"value": "440802"
},
{
"label": "霞山区",
"value": "440803"
},
{
"label": "坡头区",
"value": "440804"
},
{
"label": "麻章区",
"value": "440811"
},
{
"label": "遂溪县",
"value": "440823"
},
{
"label": "徐闻县",
"value": "440825"
},
{
"label": "廉江市",
"value": "440881"
},
{
"label": "雷州市",
"value": "440882"
},
{
"label": "吴川市",
"value": "440883"
}
],
[{
"label": "茂南区",
"value": "440902"
},
{
"label": "电白区",
"value": "440904"
},
{
"label": "高州市",
"value": "440981"
},
{
"label": "化州市",
"value": "440982"
},
{
"label": "信宜市",
"value": "440983"
}
],
[{
"label": "端州区",
"value": "441202"
},
{
"label": "鼎湖区",
"value": "441203"
},
{
"label": "高要区",
"value": "441204"
},
{
"label": "广宁县",
"value": "441223"
},
{
"label": "怀集县",
"value": "441224"
},
{
"label": "封开县",
"value": "441225"
},
{
"label": "德庆县",
"value": "441226"
},
{
"label": "四会市",
"value": "441284"
}
],
[{
"label": "惠城区",
"value": "441302"
},
{
"label": "惠阳区",
"value": "441303"
},
{
"label": "博罗县",
"value": "441322"
},
{
"label": "惠东县",
"value": "441323"
},
{
"label": "龙门县",
"value": "441324"
}
],
[{
"label": "梅江区",
"value": "441402"
},
{
"label": "梅县区",
"value": "441403"
},
{
"label": "大埔县",
"value": "441422"
},
{
"label": "丰顺县",
"value": "441423"
},
{
"label": "五华县",
"value": "441424"
},
{
"label": "平远县",
"value": "441426"
},
{
"label": "蕉岭县",
"value": "441427"
},
{
"label": "兴宁市",
"value": "441481"
}
],
[{
"label": "城区",
"value": "441502"
},
{
"label": "海丰县",
"value": "441521"
},
{
"label": "陆河县",
"value": "441523"
},
{
"label": "陆丰市",
"value": "441581"
}
],
[{
"label": "源城区",
"value": "441602"
},
{
"label": "紫金县",
"value": "441621"
},
{
"label": "龙川县",
"value": "441622"
},
{
"label": "连平县",
"value": "441623"
},
{
"label": "和平县",
"value": "441624"
},
{
"label": "东源县",
"value": "441625"
}
],
[{
"label": "江城区",
"value": "441702"
},
{
"label": "阳东区",
"value": "441704"
},
{
"label": "阳西县",
"value": "441721"
},
{
"label": "阳春市",
"value": "441781"
}
],
[{
"label": "清城区",
"value": "441802"
},
{
"label": "清新区",
"value": "441803"
},
{
"label": "佛冈县",
"value": "441821"
},
{
"label": "阳山县",
"value": "441823"
},
{
"label": "连山壮族瑶族自治县",
"value": "441825"
},
{
"label": "连南瑶族自治县",
"value": "441826"
},
{
"label": "英德市",
"value": "441881"
},
{
"label": "连州市",
"value": "441882"
}
],
[
{
"label": "莞城区",
"value": "441901"
}, {
"label": "南城区",
"value": "441902"
}, {
"label": "万江区",
"value": "441903"
}, {
"label": "石碣镇",
"value": "441904"
}, {
"label": "石龙镇",
"value": "441905"
}, {
"label": "茶山镇",
"value": "441906"
}, {
"label": "石排镇",
"value": "441907"
}, {
"label": "企石镇",
"value": "441908"
}, {
"label": "横沥镇",
"value": "441909"
}, {
"label": "桥头镇",
"value": "441910"
}, {
"label": "谢岗镇",
"value": "441911"
}, {
"label": "东坑镇",
"value": "441912"
}, {
"label": "常平镇",
"value": "441913"
}, {
"label": "寮步镇",
"value": "441914"
}, {
"label": "大朗镇",
"value": "441915"
}, {
"label": "麻涌镇",
"value": "441916"
}, {
"label": "中堂镇",
"value": "441917"
}, {
"label": "高埗镇",
"value": "441918"
}, {
"label": "樟木头镇",
"value": "441919"
}, {
"label": "大岭山镇",
"value": "441920"
}, {
"label": "望牛墩镇",
"value": "441921"
}, {
"label": "黄江镇",
"value": "441922"
}, {
"label": "洪梅镇",
"value": "441923"
}, {
"label": "清溪镇",
"value": "441924"
}, {
"label": "沙田镇",
"value": "441925"
}, {
"label": "道滘镇",
"value": "441926"
}, {
"label": "塘厦镇",
"value": "441927"
}, {
"label": "虎门镇",
"value": "441928"
}, {
"label": "厚街镇",
"value": "441929"
}, {
"label": "凤岗镇",
"value": "441930"
}, {
"label": "长安镇",
"value": "441931"
},
],
[
{"label":"石岐区","value":"442001"},{"label":"南区","value":"442002"},{"label":"五桂山区","value":"442003"},{"label":"火炬开发区","value":"442004"},{"label":"黄圃镇","value":"442005"},{"label":"南头镇","value":"442006"},{"label":"东凤镇","value":"442007"},{"label":"阜沙镇","value":"442008"},{"label":"小榄镇","value":"442009"},{"label":"东升镇","value":"442010"},{"label":"古镇镇","value":"442011"},{"label":"横栏镇","value":"442012"},{"label":"三角镇","value":"442013"},{"label":"民众镇","value":"442014"},{"label":"南朗镇","value":"442015"},{"label":"港口镇","value":"442016"},{"label":"大涌镇","value":"442017"},{"label":"沙溪镇","value":"442018"},{"label":"三乡镇","value":"442019"},{"label":"板芙镇","value":"442020"},{"label":"神湾镇","value":"442021"},{"label":"坦洲镇","value":"442022"}
],
[{
"label": "湘桥区",
"value": "445102"
},
{
"label": "潮安区",
"value": "445103"
},
{
"label": "饶平县",
"value": "445122"
}
],
[{
"label": "榕城区",
"value": "445202"
},
{
"label": "揭东区",
"value": "445203"
},
{
"label": "揭西县",
"value": "445222"
},
{
"label": "惠来县",
"value": "445224"
},
{
"label": "普宁市",
"value": "445281"
}
],
[{
"label": "云城区",
"value": "445302"
},
{
"label": "云安区",
"value": "445303"
},
{
"label": "新兴县",
"value": "445321"
},
{
"label": "郁南县",
"value": "445322"
},
{
"label": "罗定市",
"value": "445381"
}
]
],
[
[{
"label": "兴宁区",
"value": "450102"
},
{
"label": "青秀区",
"value": "450103"
},
{
"label": "江南区",
"value": "450105"
},
{
"label": "西乡塘区",
"value": "450107"
},
{
"label": "良庆区",
"value": "450108"
},
{
"label": "邕宁区",
"value": "450109"
},
{
"label": "武鸣区",
"value": "450110"
},
{
"label": "隆安县",
"value": "450123"
},
{
"label": "马山县",
"value": "450124"
},
{
"label": "上林县",
"value": "450125"
},
{
"label": "宾阳县",
"value": "450126"
},
{
"label": "横县",
"value": "450127"
}
],
[{
"label": "城中区",
"value": "450202"
},
{
"label": "鱼峰区",
"value": "450203"
},
{
"label": "柳南区",
"value": "450204"
},
{
"label": "柳北区",
"value": "450205"
},
{
"label": "柳江区",
"value": "450206"
},
{
"label": "柳城县",
"value": "450222"
},
{
"label": "鹿寨县",
"value": "450223"
},
{
"label": "融安县",
"value": "450224"
},
{
"label": "融水苗族自治县",
"value": "450225"
},
{
"label": "三江侗族自治县",
"value": "450226"
}
],
[{
"label": "秀峰区",
"value": "450302"
},
{
"label": "叠彩区",
"value": "450303"
},
{
"label": "象山区",
"value": "450304"
},
{
"label": "七星区",
"value": "450305"
},
{
"label": "雁山区",
"value": "450311"
},
{
"label": "临桂区",
"value": "450312"
},
{
"label": "阳朔县",
"value": "450321"
},
{
"label": "灵川县",
"value": "450323"
},
{
"label": "全州县",
"value": "450324"
},
{
"label": "兴安县",
"value": "450325"
},
{
"label": "永福县",
"value": "450326"
},
{
"label": "灌阳县",
"value": "450327"
},
{
"label": "龙胜各族自治县",
"value": "450328"
},
{
"label": "资源县",
"value": "450329"
},
{
"label": "平乐县",
"value": "450330"
},
{
"label": "荔浦县",
"value": "450331"
},
{
"label": "恭城瑶族自治县",
"value": "450332"
}
],
[{
"label": "万秀区",
"value": "450403"
},
{
"label": "长洲区",
"value": "450405"
},
{
"label": "龙圩区",
"value": "450406"
},
{
"label": "苍梧县",
"value": "450421"
},
{
"label": "藤县",
"value": "450422"
},
{
"label": "蒙山县",
"value": "450423"
},
{
"label": "岑溪市",
"value": "450481"
}
],
[{
"label": "海城区",
"value": "450502"
},
{
"label": "银海区",
"value": "450503"
},
{
"label": "铁山港区",
"value": "450512"
},
{
"label": "合浦县",
"value": "450521"
}
],
[{
"label": "港口区",
"value": "450602"
},
{
"label": "防城区",
"value": "450603"
},
{
"label": "上思县",
"value": "450621"
},
{
"label": "东兴市",
"value": "450681"
}
],
[{
"label": "钦南区",
"value": "450702"
},
{
"label": "钦北区",
"value": "450703"
},
{
"label": "灵山县",
"value": "450721"
},
{
"label": "浦北县",
"value": "450722"
}
],
[{
"label": "港北区",
"value": "450802"
},
{
"label": "港南区",
"value": "450803"
},
{
"label": "覃塘区",
"value": "450804"
},
{
"label": "平南县",
"value": "450821"
},
{
"label": "桂平市",
"value": "450881"
}
],
[{
"label": "玉州区",
"value": "450902"
},
{
"label": "福绵区",
"value": "450903"
},
{
"label": "容县",
"value": "450921"
},
{
"label": "陆川县",
"value": "450922"
},
{
"label": "博白县",
"value": "450923"
},
{
"label": "兴业县",
"value": "450924"
},
{
"label": "北流市",
"value": "450981"
}
],
[{
"label": "右江区",
"value": "451002"
},
{
"label": "田阳县",
"value": "451021"
},
{
"label": "田东县",
"value": "451022"
},
{
"label": "平果县",
"value": "451023"
},
{
"label": "德保县",
"value": "451024"
},
{
"label": "那坡县",
"value": "451026"
},
{
"label": "凌云县",
"value": "451027"
},
{
"label": "乐业县",
"value": "451028"
},
{
"label": "田林县",
"value": "451029"
},
{
"label": "西林县",
"value": "451030"
},
{
"label": "隆林各族自治县",
"value": "451031"
},
{
"label": "靖西市",
"value": "451081"
}
],
[{
"label": "八步区",
"value": "451102"
},
{
"label": "平桂区",
"value": "451103"
},
{
"label": "昭平县",
"value": "451121"
},
{
"label": "钟山县",
"value": "451122"
},
{
"label": "富川瑶族自治县",
"value": "451123"
}
],
[{
"label": "金城江区",
"value": "451202"
},
{
"label": "宜州区",
"value": "451203"
},
{
"label": "南丹县",
"value": "451221"
},
{
"label": "天峨县",
"value": "451222"
},
{
"label": "凤山县",
"value": "451223"
},
{
"label": "东兰县",
"value": "451224"
},
{
"label": "罗城仫佬族自治县",
"value": "451225"
},
{
"label": "环江毛南族自治县",
"value": "451226"
},
{
"label": "巴马瑶族自治县",
"value": "451227"
},
{
"label": "都安瑶族自治县",
"value": "451228"
},
{
"label": "大化瑶族自治县",
"value": "451229"
}
],
[{
"label": "兴宾区",
"value": "451302"
},
{
"label": "忻城县",
"value": "451321"
},
{
"label": "象州县",
"value": "451322"
},
{
"label": "武宣县",
"value": "451323"
},
{
"label": "金秀瑶族自治县",
"value": "451324"
},
{
"label": "合山市",
"value": "451381"
}
],
[{
"label": "江州区",
"value": "451402"
},
{
"label": "扶绥县",
"value": "451421"
},
{
"label": "宁明县",
"value": "451422"
},
{
"label": "龙州县",
"value": "451423"
},
{
"label": "大新县",
"value": "451424"
},
{
"label": "天等县",
"value": "451425"
},
{
"label": "凭祥市",
"value": "451481"
}
]
],
[
[{
"label": "秀英区",
"value": "460105"
},
{
"label": "龙华区",
"value": "460106"
},
{
"label": "琼山区",
"value": "460107"
},
{
"label": "美兰区",
"value": "460108"
}
],
[{
"label": "海棠区",
"value": "460202"
},
{
"label": "吉阳区",
"value": "460203"
},
{
"label": "天涯区",
"value": "460204"
},
{
"label": "崖州区",
"value": "460205"
}
],
[{
"label": "西沙群岛",
"value": "460321"
},
{
"label": "南沙群岛",
"value": "460322"
},
{
"label": "中沙群岛的岛礁及其海域",
"value": "460323"
}
],
[{
"label": "儋州市",
"value": "460400"
}],
[{
"label": "五指山市",
"value": "469001"
},
{
"label": "琼海市",
"value": "469002"
},
{
"label": "文昌市",
"value": "469005"
},
{
"label": "万宁市",
"value": "469006"
},
{
"label": "东方市",
"value": "469007"
},
{
"label": "定安县",
"value": "469021"
},
{
"label": "屯昌县",
"value": "469022"
},
{
"label": "澄迈县",
"value": "469023"
},
{
"label": "临高县",
"value": "469024"
},
{
"label": "白沙黎族自治县",
"value": "469025"
},
{
"label": "昌江黎族自治县",
"value": "469026"
},
{
"label": "乐东黎族自治县",
"value": "469027"
},
{
"label": "陵水黎族自治县",
"value": "469028"
},
{
"label": "保亭黎族苗族自治县",
"value": "469029"
},
{
"label": "琼中黎族苗族自治县",
"value": "469030"
}
]
],
[
[{
"label": "万州区",
"value": "500101"
},
{
"label": "涪陵区",
"value": "500102"
},
{
"label": "渝中区",
"value": "500103"
},
{
"label": "大渡口区",
"value": "500104"
},
{
"label": "江北区",
"value": "500105"
},
{
"label": "沙坪坝区",
"value": "500106"
},
{
"label": "九龙坡区",
"value": "500107"
},
{
"label": "南岸区",
"value": "500108"
},
{
"label": "北碚区",
"value": "500109"
},
{
"label": "綦江区",
"value": "500110"
},
{
"label": "大足区",
"value": "500111"
},
{
"label": "渝北区",
"value": "500112"
},
{
"label": "巴南区",
"value": "500113"
},
{
"label": "黔江区",
"value": "500114"
},
{
"label": "长寿区",
"value": "500115"
},
{
"label": "江津区",
"value": "500116"
},
{
"label": "合川区",
"value": "500117"
},
{
"label": "永川区",
"value": "500118"
},
{
"label": "南川区",
"value": "500119"
},
{
"label": "璧山区",
"value": "500120"
},
{
"label": "铜梁区",
"value": "500151"
},
{
"label": "潼南区",
"value": "500152"
},
{
"label": "荣昌区",
"value": "500153"
},
{
"label": "开州区",
"value": "500154"
},
{
"label": "梁平区",
"value": "500155"
},
{
"label": "武隆区",
"value": "500156"
}
],
[{
"label": "城口县",
"value": "500229"
},
{
"label": "丰都县",
"value": "500230"
},
{
"label": "垫江县",
"value": "500231"
},
{
"label": "忠县",
"value": "500233"
},
{
"label": "云阳县",
"value": "500235"
},
{
"label": "奉节县",
"value": "500236"
},
{
"label": "巫山县",
"value": "500237"
},
{
"label": "巫溪县",
"value": "500238"
},
{
"label": "石柱土家族自治县",
"value": "500240"
},
{
"label": "秀山土家族苗族自治县",
"value": "500241"
},
{
"label": "酉阳土家族苗族自治县",
"value": "500242"
},
{
"label": "彭水苗族土家族自治县",
"value": "500243"
}
]
],
[
[{
"label": "锦江区",
"value": "510104"
},
{
"label": "青羊区",
"value": "510105"
},
{
"label": "金牛区",
"value": "510106"
},
{
"label": "武侯区",
"value": "510107"
},
{
"label": "成华区",
"value": "510108"
},
{
"label": "龙泉驿区",
"value": "510112"
},
{
"label": "青白江区",
"value": "510113"
},
{
"label": "新都区",
"value": "510114"
},
{
"label": "温江区",
"value": "510115"
},
{
"label": "双流区",
"value": "510116"
},
{
"label": "郫都区",
"value": "510117"
},
{
"label": "金堂县",
"value": "510121"
},
{
"label": "大邑县",
"value": "510129"
},
{
"label": "蒲江县",
"value": "510131"
},
{
"label": "新津县",
"value": "510132"
},
{
"label": "都江堰市",
"value": "510181"
},
{
"label": "彭州市",
"value": "510182"
},
{
"label": "邛崃市",
"value": "510183"
},
{
"label": "崇州市",
"value": "510184"
},
{
"label": "简阳市",
"value": "510185"
}
],
[{
"label": "自流井区",
"value": "510302"
},
{
"label": "贡井区",
"value": "510303"
},
{
"label": "大安区",
"value": "510304"
},
{
"label": "沿滩区",
"value": "510311"
},
{
"label": "荣县",
"value": "510321"
},
{
"label": "富顺县",
"value": "510322"
}
],
[{
"label": "东区",
"value": "510402"
},
{
"label": "西区",
"value": "510403"
},
{
"label": "仁和区",
"value": "510411"
},
{
"label": "米易县",
"value": "510421"
},
{
"label": "盐边县",
"value": "510422"
}
],
[{
"label": "江阳区",
"value": "510502"
},
{
"label": "纳溪区",
"value": "510503"
},
{
"label": "龙马潭区",
"value": "510504"
},
{
"label": "泸县",
"value": "510521"
},
{
"label": "合江县",
"value": "510522"
},
{
"label": "叙永县",
"value": "510524"
},
{
"label": "古蔺县",
"value": "510525"
}
],
[{
"label": "旌阳区",
"value": "510603"
},
{
"label": "罗江区",
"value": "510604"
},
{
"label": "中江县",
"value": "510623"
},
{
"label": "广汉市",
"value": "510681"
},
{
"label": "什邡市",
"value": "510682"
},
{
"label": "绵竹市",
"value": "510683"
}
],
[{
"label": "涪城区",
"value": "510703"
},
{
"label": "游仙区",
"value": "510704"
},
{
"label": "安州区",
"value": "510705"
},
{
"label": "三台县",
"value": "510722"
},
{
"label": "盐亭县",
"value": "510723"
},
{
"label": "梓潼县",
"value": "510725"
},
{
"label": "北川羌族自治县",
"value": "510726"
},
{
"label": "平武县",
"value": "510727"
},
{
"label": "江油市",
"value": "510781"
}
],
[{
"label": "利州区",
"value": "510802"
},
{
"label": "昭化区",
"value": "510811"
},
{
"label": "朝天区",
"value": "510812"
},
{
"label": "旺苍县",
"value": "510821"
},
{
"label": "青川县",
"value": "510822"
},
{
"label": "剑阁县",
"value": "510823"
},
{
"label": "苍溪县",
"value": "510824"
}
],
[{
"label": "船山区",
"value": "510903"
},
{
"label": "安居区",
"value": "510904"
},
{
"label": "蓬溪县",
"value": "510921"
},
{
"label": "射洪县",
"value": "510922"
},
{
"label": "大英县",
"value": "510923"
}
],
[{
"label": "市中区",
"value": "511002"
},
{
"label": "东兴区",
"value": "511011"
},
{
"label": "威远县",
"value": "511024"
},
{
"label": "资中县",
"value": "511025"
},
{
"label": "内江经济开发区",
"value": "511071"
},
{
"label": "隆昌市",
"value": "511083"
}
],
[{
"label": "市中区",
"value": "511102"
},
{
"label": "沙湾区",
"value": "511111"
},
{
"label": "五通桥区",
"value": "511112"
},
{
"label": "金口河区",
"value": "511113"
},
{
"label": "犍为县",
"value": "511123"
},
{
"label": "井研县",
"value": "511124"
},
{
"label": "夹江县",
"value": "511126"
},
{
"label": "沐川县",
"value": "511129"
},
{
"label": "峨边彝族自治县",
"value": "511132"
},
{
"label": "马边彝族自治县",
"value": "511133"
},
{
"label": "峨眉山市",
"value": "511181"
}
],
[{
"label": "顺庆区",
"value": "511302"
},
{
"label": "高坪区",
"value": "511303"
},
{
"label": "嘉陵区",
"value": "511304"
},
{
"label": "南部县",
"value": "511321"
},
{
"label": "营山县",
"value": "511322"
},
{
"label": "蓬安县",
"value": "511323"
},
{
"label": "仪陇县",
"value": "511324"
},
{
"label": "西充县",
"value": "511325"
},
{
"label": "阆中市",
"value": "511381"
}
],
[{
"label": "东坡区",
"value": "511402"
},
{
"label": "彭山区",
"value": "511403"
},
{
"label": "仁寿县",
"value": "511421"
},
{
"label": "洪雅县",
"value": "511423"
},
{
"label": "丹棱县",
"value": "511424"
},
{
"label": "青神县",
"value": "511425"
}
],
[{
"label": "翠屏区",
"value": "511502"
},
{
"label": "南溪区",
"value": "511503"
},
{
"label": "宜宾县",
"value": "511521"
},
{
"label": "江安县",
"value": "511523"
},
{
"label": "长宁县",
"value": "511524"
},
{
"label": "高县",
"value": "511525"
},
{
"label": "珙县",
"value": "511526"
},
{
"label": "筠连县",
"value": "511527"
},
{
"label": "兴文县",
"value": "511528"
},
{
"label": "屏山县",
"value": "511529"
}
],
[{
"label": "广安区",
"value": "511602"
},
{
"label": "前锋区",
"value": "511603"
},
{
"label": "岳池县",
"value": "511621"
},
{
"label": "武胜县",
"value": "511622"
},
{
"label": "邻水县",
"value": "511623"
},
{
"label": "华蓥市",
"value": "511681"
}
],
[{
"label": "通川区",
"value": "511702"
},
{
"label": "达川区",
"value": "511703"
},
{
"label": "宣汉县",
"value": "511722"
},
{
"label": "开江县",
"value": "511723"
},
{
"label": "大竹县",
"value": "511724"
},
{
"label": "渠县",
"value": "511725"
},
{
"label": "达州经济开发区",
"value": "511771"
},
{
"label": "万源市",
"value": "511781"
}
],
[{
"label": "雨城区",
"value": "511802"
},
{
"label": "名山区",
"value": "511803"
},
{
"label": "荥经县",
"value": "511822"
},
{
"label": "汉源县",
"value": "511823"
},
{
"label": "石棉县",
"value": "511824"
},
{
"label": "天全县",
"value": "511825"
},
{
"label": "芦山县",
"value": "511826"
},
{
"label": "宝兴县",
"value": "511827"
}
],
[{
"label": "巴州区",
"value": "511902"
},
{
"label": "恩阳区",
"value": "511903"
},
{
"label": "通江县",
"value": "511921"
},
{
"label": "南江县",
"value": "511922"
},
{
"label": "平昌县",
"value": "511923"
},
{
"label": "巴中经济开发区",
"value": "511971"
}
],
[{
"label": "雁江区",
"value": "512002"
},
{
"label": "安岳县",
"value": "512021"
},
{
"label": "乐至县",
"value": "512022"
}
],
[{
"label": "马尔康市",
"value": "513201"
},
{
"label": "汶川县",
"value": "513221"
},
{
"label": "理县",
"value": "513222"
},
{
"label": "茂县",
"value": "513223"
},
{
"label": "松潘县",
"value": "513224"
},
{
"label": "九寨沟县",
"value": "513225"
},
{
"label": "金川县",
"value": "513226"
},
{
"label": "小金县",
"value": "513227"
},
{
"label": "黑水县",
"value": "513228"
},
{
"label": "壤塘县",
"value": "513230"
},
{
"label": "阿坝县",
"value": "513231"
},
{
"label": "若尔盖县",
"value": "513232"
},
{
"label": "红原县",
"value": "513233"
}
],
[{
"label": "康定市",
"value": "513301"
},
{
"label": "泸定县",
"value": "513322"
},
{
"label": "丹巴县",
"value": "513323"
},
{
"label": "九龙县",
"value": "513324"
},
{
"label": "雅江县",
"value": "513325"
},
{
"label": "道孚县",
"value": "513326"
},
{
"label": "炉霍县",
"value": "513327"
},
{
"label": "甘孜县",
"value": "513328"
},
{
"label": "新龙县",
"value": "513329"
},
{
"label": "德格县",
"value": "513330"
},
{
"label": "白玉县",
"value": "513331"
},
{
"label": "石渠县",
"value": "513332"
},
{
"label": "色达县",
"value": "513333"
},
{
"label": "理塘县",
"value": "513334"
},
{
"label": "巴塘县",
"value": "513335"
},
{
"label": "乡城县",
"value": "513336"
},
{
"label": "稻城县",
"value": "513337"
},
{
"label": "得荣县",
"value": "513338"
}
],
[{
"label": "西昌市",
"value": "513401"
},
{
"label": "木里藏族自治县",
"value": "513422"
},
{
"label": "盐源县",
"value": "513423"
},
{
"label": "德昌县",
"value": "513424"
},
{
"label": "会理县",
"value": "513425"
},
{
"label": "会东县",
"value": "513426"
},
{
"label": "宁南县",
"value": "513427"
},
{
"label": "普格县",
"value": "513428"
},
{
"label": "布拖县",
"value": "513429"
},
{
"label": "金阳县",
"value": "513430"
},
{
"label": "昭觉县",
"value": "513431"
},
{
"label": "喜德县",
"value": "513432"
},
{
"label": "冕宁县",
"value": "513433"
},
{
"label": "越西县",
"value": "513434"
},
{
"label": "甘洛县",
"value": "513435"
},
{
"label": "美姑县",
"value": "513436"
},
{
"label": "雷波县",
"value": "513437"
}
]
],
[
[{
"label": "南明区",
"value": "520102"
},
{
"label": "云岩区",
"value": "520103"
},
{
"label": "花溪区",
"value": "520111"
},
{
"label": "乌当区",
"value": "520112"
},
{
"label": "白云区",
"value": "520113"
},
{
"label": "观山湖区",
"value": "520115"
},
{
"label": "开阳县",
"value": "520121"
},
{
"label": "息烽县",
"value": "520122"
},
{
"label": "修文县",
"value": "520123"
},
{
"label": "清镇市",
"value": "520181"
}
],
[{
"label": "钟山区",
"value": "520201"
},
{
"label": "六枝特区",
"value": "520203"
},
{
"label": "水城县",
"value": "520221"
},
{
"label": "盘州市",
"value": "520281"
}
],
[{
"label": "红花岗区",
"value": "520302"
},
{
"label": "汇川区",
"value": "520303"
},
{
"label": "播州区",
"value": "520304"
},
{
"label": "桐梓县",
"value": "520322"
},
{
"label": "绥阳县",
"value": "520323"
},
{
"label": "正安县",
"value": "520324"
},
{
"label": "道真仡佬族苗族自治县",
"value": "520325"
},
{
"label": "务川仡佬族苗族自治县",
"value": "520326"
},
{
"label": "凤冈县",
"value": "520327"
},
{
"label": "湄潭县",
"value": "520328"
},
{
"label": "余庆县",
"value": "520329"
},
{
"label": "习水县",
"value": "520330"
},
{
"label": "赤水市",
"value": "520381"
},
{
"label": "仁怀市",
"value": "520382"
}
],
[{
"label": "西秀区",
"value": "520402"
},
{
"label": "平坝区",
"value": "520403"
},
{
"label": "普定县",
"value": "520422"
},
{
"label": "镇宁布依族苗族自治县",
"value": "520423"
},
{
"label": "关岭布依族苗族自治县",
"value": "520424"
},
{
"label": "紫云苗族布依族自治县",
"value": "520425"
}
],
[{
"label": "七星关区",
"value": "520502"
},
{
"label": "大方县",
"value": "520521"
},
{
"label": "黔西县",
"value": "520522"
},
{
"label": "金沙县",
"value": "520523"
},
{
"label": "织金县",
"value": "520524"
},
{
"label": "纳雍县",
"value": "520525"
},
{
"label": "威宁彝族回族苗族自治县",
"value": "520526"
},
{
"label": "赫章县",
"value": "520527"
}
],
[{
"label": "碧江区",
"value": "520602"
},
{
"label": "万山区",
"value": "520603"
},
{
"label": "江口县",
"value": "520621"
},
{
"label": "玉屏侗族自治县",
"value": "520622"
},
{
"label": "石阡县",
"value": "520623"
},
{
"label": "思南县",
"value": "520624"
},
{
"label": "印江土家族苗族自治县",
"value": "520625"
},
{
"label": "德江县",
"value": "520626"
},
{
"label": "沿河土家族自治县",
"value": "520627"
},
{
"label": "松桃苗族自治县",
"value": "520628"
}
],
[{
"label": "兴义市",
"value": "522301"
},
{
"label": "兴仁县",
"value": "522322"
},
{
"label": "普安县",
"value": "522323"
},
{
"label": "晴隆县",
"value": "522324"
},
{
"label": "贞丰县",
"value": "522325"
},
{
"label": "望谟县",
"value": "522326"
},
{
"label": "册亨县",
"value": "522327"
},
{
"label": "安龙县",
"value": "522328"
}
],
[{
"label": "凯里市",
"value": "522601"
},
{
"label": "黄平县",
"value": "522622"
},
{
"label": "施秉县",
"value": "522623"
},
{
"label": "三穗县",
"value": "522624"
},
{
"label": "镇远县",
"value": "522625"
},
{
"label": "岑巩县",
"value": "522626"
},
{
"label": "天柱县",
"value": "522627"
},
{
"label": "锦屏县",
"value": "522628"
},
{
"label": "剑河县",
"value": "522629"
},
{
"label": "台江县",
"value": "522630"
},
{
"label": "黎平县",
"value": "522631"
},
{
"label": "榕江县",
"value": "522632"
},
{
"label": "从江县",
"value": "522633"
},
{
"label": "雷山县",
"value": "522634"
},
{
"label": "麻江县",
"value": "522635"
},
{
"label": "丹寨县",
"value": "522636"
}
],
[{
"label": "都匀市",
"value": "522701"
},
{
"label": "福泉市",
"value": "522702"
},
{
"label": "荔波县",
"value": "522722"
},
{
"label": "贵定县",
"value": "522723"
},
{
"label": "瓮安县",
"value": "522725"
},
{
"label": "独山县",
"value": "522726"
},
{
"label": "平塘县",
"value": "522727"
},
{
"label": "罗甸县",
"value": "522728"
},
{
"label": "长顺县",
"value": "522729"
},
{
"label": "龙里县",
"value": "522730"
},
{
"label": "惠水县",
"value": "522731"
},
{
"label": "三都水族自治县",
"value": "522732"
}
]
],
[
[{
"label": "五华区",
"value": "530102"
},
{
"label": "盘龙区",
"value": "530103"
},
{
"label": "官渡区",
"value": "530111"
},
{
"label": "西山区",
"value": "530112"
},
{
"label": "东川区",
"value": "530113"
},
{
"label": "呈贡区",
"value": "530114"
},
{
"label": "晋宁区",
"value": "530115"
},
{
"label": "富民县",
"value": "530124"
},
{
"label": "宜良县",
"value": "530125"
},
{
"label": "石林彝族自治县",
"value": "530126"
},
{
"label": "嵩明县",
"value": "530127"
},
{
"label": "禄劝彝族苗族自治县",
"value": "530128"
},
{
"label": "寻甸回族彝族自治县",
"value": "530129"
},
{
"label": "安宁市",
"value": "530181"
}
],
[{
"label": "麒麟区",
"value": "530302"
},
{
"label": "沾益区",
"value": "530303"
},
{
"label": "马龙县",
"value": "530321"
},
{
"label": "陆良县",
"value": "530322"
},
{
"label": "师宗县",
"value": "530323"
},
{
"label": "罗平县",
"value": "530324"
},
{
"label": "富源县",
"value": "530325"
},
{
"label": "会泽县",
"value": "530326"
},
{
"label": "宣威市",
"value": "530381"
}
],
[{
"label": "红塔区",
"value": "530402"
},
{
"label": "江川区",
"value": "530403"
},
{
"label": "澄江县",
"value": "530422"
},
{
"label": "通海县",
"value": "530423"
},
{
"label": "华宁县",
"value": "530424"
},
{
"label": "易门县",
"value": "530425"
},
{
"label": "峨山彝族自治县",
"value": "530426"
},
{
"label": "新平彝族傣族自治县",
"value": "530427"
},
{
"label": "元江哈尼族彝族傣族自治县",
"value": "530428"
}
],
[{
"label": "隆阳区",
"value": "530502"
},
{
"label": "施甸县",
"value": "530521"
},
{
"label": "龙陵县",
"value": "530523"
},
{
"label": "昌宁县",
"value": "530524"
},
{
"label": "腾冲市",
"value": "530581"
}
],
[{
"label": "昭阳区",
"value": "530602"
},
{
"label": "鲁甸县",
"value": "530621"
},
{
"label": "巧家县",
"value": "530622"
},
{
"label": "盐津县",
"value": "530623"
},
{
"label": "大关县",
"value": "530624"
},
{
"label": "永善县",
"value": "530625"
},
{
"label": "绥江县",
"value": "530626"
},
{
"label": "镇雄县",
"value": "530627"
},
{
"label": "彝良县",
"value": "530628"
},
{
"label": "威信县",
"value": "530629"
},
{
"label": "水富县",
"value": "530630"
}
],
[{
"label": "古城区",
"value": "530702"
},
{
"label": "玉龙纳西族自治县",
"value": "530721"
},
{
"label": "永胜县",
"value": "530722"
},
{
"label": "华坪县",
"value": "530723"
},
{
"label": "宁蒗彝族自治县",
"value": "530724"
}
],
[{
"label": "思茅区",
"value": "530802"
},
{
"label": "宁洱哈尼族彝族自治县",
"value": "530821"
},
{
"label": "墨江哈尼族自治县",
"value": "530822"
},
{
"label": "景东彝族自治县",
"value": "530823"
},
{
"label": "景谷傣族彝族自治县",
"value": "530824"
},
{
"label": "镇沅彝族哈尼族拉祜族自治县",
"value": "530825"
},
{
"label": "江城哈尼族彝族自治县",
"value": "530826"
},
{
"label": "孟连傣族拉祜族佤族自治县",
"value": "530827"
},
{
"label": "澜沧拉祜族自治县",
"value": "530828"
},
{
"label": "西盟佤族自治县",
"value": "530829"
}
],
[{
"label": "临翔区",
"value": "530902"
},
{
"label": "凤庆县",
"value": "530921"
},
{
"label": "云县",
"value": "530922"
},
{
"label": "永德县",
"value": "530923"
},
{
"label": "镇康县",
"value": "530924"
},
{
"label": "双江拉祜族佤族布朗族傣族自治县",
"value": "530925"
},
{
"label": "耿马傣族佤族自治县",
"value": "530926"
},
{
"label": "沧源佤族自治县",
"value": "530927"
}
],
[{
"label": "楚雄市",
"value": "532301"
},
{
"label": "双柏县",
"value": "532322"
},
{
"label": "牟定县",
"value": "532323"
},
{
"label": "南华县",
"value": "532324"
},
{
"label": "姚安县",
"value": "532325"
},
{
"label": "大姚县",
"value": "532326"
},
{
"label": "永仁县",
"value": "532327"
},
{
"label": "元谋县",
"value": "532328"
},
{
"label": "武定县",
"value": "532329"
},
{
"label": "禄丰县",
"value": "532331"
}
],
[{
"label": "个旧市",
"value": "532501"
},
{
"label": "开远市",
"value": "532502"
},
{
"label": "蒙自市",
"value": "532503"
},
{
"label": "弥勒市",
"value": "532504"
},
{
"label": "屏边苗族自治县",
"value": "532523"
},
{
"label": "建水县",
"value": "532524"
},
{
"label": "石屏县",
"value": "532525"
},
{
"label": "泸西县",
"value": "532527"
},
{
"label": "元阳县",
"value": "532528"
},
{
"label": "红河县",
"value": "532529"
},
{
"label": "金平苗族瑶族傣族自治县",
"value": "532530"
},
{
"label": "绿春县",
"value": "532531"
},
{
"label": "河口瑶族自治县",
"value": "532532"
}
],
[{
"label": "文山市",
"value": "532601"
},
{
"label": "砚山县",
"value": "532622"
},
{
"label": "西畴县",
"value": "532623"
},
{
"label": "麻栗坡县",
"value": "532624"
},
{
"label": "马关县",
"value": "532625"
},
{
"label": "丘北县",
"value": "532626"
},
{
"label": "广南县",
"value": "532627"
},
{
"label": "富宁县",
"value": "532628"
}
],
[{
"label": "景洪市",
"value": "532801"
},
{
"label": "勐海县",
"value": "532822"
},
{
"label": "勐腊县",
"value": "532823"
}
],
[{
"label": "大理市",
"value": "532901"
},
{
"label": "漾濞彝族自治县",
"value": "532922"
},
{
"label": "祥云县",
"value": "532923"
},
{
"label": "宾川县",
"value": "532924"
},
{
"label": "弥渡县",
"value": "532925"
},
{
"label": "南涧彝族自治县",
"value": "532926"
},
{
"label": "巍山彝族回族自治县",
"value": "532927"
},
{
"label": "永平县",
"value": "532928"
},
{
"label": "云龙县",
"value": "532929"
},
{
"label": "洱源县",
"value": "532930"
},
{
"label": "剑川县",
"value": "532931"
},
{
"label": "鹤庆县",
"value": "532932"
}
],
[{
"label": "瑞丽市",
"value": "533102"
},
{
"label": "芒市",
"value": "533103"
},
{
"label": "梁河县",
"value": "533122"
},
{
"label": "盈江县",
"value": "533123"
},
{
"label": "陇川县",
"value": "533124"
}
],
[{
"label": "泸水市",
"value": "533301"
},
{
"label": "福贡县",
"value": "533323"
},
{
"label": "贡山独龙族怒族自治县",
"value": "533324"
},
{
"label": "兰坪白族普米族自治县",
"value": "533325"
}
],
[{
"label": "香格里拉市",
"value": "533401"
},
{
"label": "德钦县",
"value": "533422"
},
{
"label": "维西傈僳族自治县",
"value": "533423"
}
]
],
[
[{
"label": "城关区",
"value": "540102"
},
{
"label": "堆龙德庆区",
"value": "540103"
},
{
"label": "林周县",
"value": "540121"
},
{
"label": "当雄县",
"value": "540122"
},
{
"label": "尼木县",
"value": "540123"
},
{
"label": "曲水县",
"value": "540124"
},
{
"label": "达孜县",
"value": "540126"
},
{
"label": "墨竹工卡县",
"value": "540127"
},
{
"label": "格尔木藏青工业园区",
"value": "540171"
},
{
"label": "拉萨经济技术开发区",
"value": "540172"
},
{
"label": "西藏文化旅游创意园区",
"value": "540173"
},
{
"label": "达孜工业园区",
"value": "540174"
}
],
[{
"label": "桑珠孜区",
"value": "540202"
},
{
"label": "南木林县",
"value": "540221"
},
{
"label": "江孜县",
"value": "540222"
},
{
"label": "定日县",
"value": "540223"
},
{
"label": "萨迦县",
"value": "540224"
},
{
"label": "拉孜县",
"value": "540225"
},
{
"label": "昂仁县",
"value": "540226"
},
{
"label": "谢通门县",
"value": "540227"
},
{
"label": "白朗县",
"value": "540228"
},
{
"label": "仁布县",
"value": "540229"
},
{
"label": "康马县",
"value": "540230"
},
{
"label": "定结县",
"value": "540231"
},
{
"label": "仲巴县",
"value": "540232"
},
{
"label": "亚东县",
"value": "540233"
},
{
"label": "吉隆县",
"value": "540234"
},
{
"label": "聂拉木县",
"value": "540235"
},
{
"label": "萨嘎县",
"value": "540236"
},
{
"label": "岗巴县",
"value": "540237"
}
],
[{
"label": "卡若区",
"value": "540302"
},
{
"label": "江达县",
"value": "540321"
},
{
"label": "贡觉县",
"value": "540322"
},
{
"label": "类乌齐县",
"value": "540323"
},
{
"label": "丁青县",
"value": "540324"
},
{
"label": "察雅县",
"value": "540325"
},
{
"label": "八宿县",
"value": "540326"
},
{
"label": "左贡县",
"value": "540327"
},
{
"label": "芒康县",
"value": "540328"
},
{
"label": "洛隆县",
"value": "540329"
},
{
"label": "边坝县",
"value": "540330"
}
],
[{
"label": "巴宜区",
"value": "540402"
},
{
"label": "工布江达县",
"value": "540421"
},
{
"label": "米林县",
"value": "540422"
},
{
"label": "墨脱县",
"value": "540423"
},
{
"label": "波密县",
"value": "540424"
},
{
"label": "察隅县",
"value": "540425"
},
{
"label": "朗县",
"value": "540426"
}
],
[{
"label": "乃东区",
"value": "540502"
},
{
"label": "扎囊县",
"value": "540521"
},
{
"label": "贡嘎县",
"value": "540522"
},
{
"label": "桑日县",
"value": "540523"
},
{
"label": "琼结县",
"value": "540524"
},
{
"label": "曲松县",
"value": "540525"
},
{
"label": "措美县",
"value": "540526"
},
{
"label": "洛扎县",
"value": "540527"
},
{
"label": "加查县",
"value": "540528"
},
{
"label": "隆子县",
"value": "540529"
},
{
"label": "错那县",
"value": "540530"
},
{
"label": "浪卡子县",
"value": "540531"
}
],
[{
"label": "那曲县",
"value": "542421"
},
{
"label": "嘉黎县",
"value": "542422"
},
{
"label": "比如县",
"value": "542423"
},
{
"label": "聂荣县",
"value": "542424"
},
{
"label": "安多县",
"value": "542425"
},
{
"label": "申扎县",
"value": "542426"
},
{
"label": "索县",
"value": "542427"
},
{
"label": "班戈县",
"value": "542428"
},
{
"label": "巴青县",
"value": "542429"
},
{
"label": "尼玛县",
"value": "542430"
},
{
"label": "双湖县",
"value": "542431"
}
],
[{
"label": "普兰县",
"value": "542521"
},
{
"label": "札达县",
"value": "542522"
},
{
"label": "噶尔县",
"value": "542523"
},
{
"label": "日土县",
"value": "542524"
},
{
"label": "革吉县",
"value": "542525"
},
{
"label": "改则县",
"value": "542526"
},
{
"label": "措勤县",
"value": "542527"
}
]
],
[
[{
"label": "新城区",
"value": "610102"
},
{
"label": "碑林区",
"value": "610103"
},
{
"label": "莲湖区",
"value": "610104"
},
{
"label": "灞桥区",
"value": "610111"
},
{
"label": "未央区",
"value": "610112"
},
{
"label": "雁塔区",
"value": "610113"
},
{
"label": "阎良区",
"value": "610114"
},
{
"label": "临潼区",
"value": "610115"
},
{
"label": "长安区",
"value": "610116"
},
{
"label": "高陵区",
"value": "610117"
},
{
"label": "鄠邑区",
"value": "610118"
},
{
"label": "蓝田县",
"value": "610122"
},
{
"label": "周至县",
"value": "610124"
}
],
[{
"label": "王益区",
"value": "610202"
},
{
"label": "印台区",
"value": "610203"
},
{
"label": "耀州区",
"value": "610204"
},
{
"label": "宜君县",
"value": "610222"
}
],
[{
"label": "渭滨区",
"value": "610302"
},
{
"label": "金台区",
"value": "610303"
},
{
"label": "陈仓区",
"value": "610304"
},
{
"label": "凤翔县",
"value": "610322"
},
{
"label": "岐山县",
"value": "610323"
},
{
"label": "扶风县",
"value": "610324"
},
{
"label": "眉县",
"value": "610326"
},
{
"label": "陇县",
"value": "610327"
},
{
"label": "千阳县",
"value": "610328"
},
{
"label": "麟游县",
"value": "610329"
},
{
"label": "凤县",
"value": "610330"
},
{
"label": "太白县",
"value": "610331"
}
],
[{
"label": "秦都区",
"value": "610402"
},
{
"label": "杨陵区",
"value": "610403"
},
{
"label": "渭城区",
"value": "610404"
},
{
"label": "三原县",
"value": "610422"
},
{
"label": "泾阳县",
"value": "610423"
},
{
"label": "乾县",
"value": "610424"
},
{
"label": "礼泉县",
"value": "610425"
},
{
"label": "永寿县",
"value": "610426"
},
{
"label": "彬县",
"value": "610427"
},
{
"label": "长武县",
"value": "610428"
},
{
"label": "旬邑县",
"value": "610429"
},
{
"label": "淳化县",
"value": "610430"
},
{
"label": "武功县",
"value": "610431"
},
{
"label": "兴平市",
"value": "610481"
}
],
[{
"label": "临渭区",
"value": "610502"
},
{
"label": "华州区",
"value": "610503"
},
{
"label": "潼关县",
"value": "610522"
},
{
"label": "大荔县",
"value": "610523"
},
{
"label": "合阳县",
"value": "610524"
},
{
"label": "澄城县",
"value": "610525"
},
{
"label": "蒲城县",
"value": "610526"
},
{
"label": "白水县",
"value": "610527"
},
{
"label": "富平县",
"value": "610528"
},
{
"label": "韩城市",
"value": "610581"
},
{
"label": "华阴市",
"value": "610582"
}
],
[{
"label": "宝塔区",
"value": "610602"
},
{
"label": "安塞区",
"value": "610603"
},
{
"label": "延长县",
"value": "610621"
},
{
"label": "延川县",
"value": "610622"
},
{
"label": "子长县",
"value": "610623"
},
{
"label": "志丹县",
"value": "610625"
},
{
"label": "吴起县",
"value": "610626"
},
{
"label": "甘泉县",
"value": "610627"
},
{
"label": "富县",
"value": "610628"
},
{
"label": "洛川县",
"value": "610629"
},
{
"label": "宜川县",
"value": "610630"
},
{
"label": "黄龙县",
"value": "610631"
},
{
"label": "黄陵县",
"value": "610632"
}
],
[{
"label": "汉台区",
"value": "610702"
},
{
"label": "南郑区",
"value": "610703"
},
{
"label": "城固县",
"value": "610722"
},
{
"label": "洋县",
"value": "610723"
},
{
"label": "西乡县",
"value": "610724"
},
{
"label": "勉县",
"value": "610725"
},
{
"label": "宁强县",
"value": "610726"
},
{
"label": "略阳县",
"value": "610727"
},
{
"label": "镇巴县",
"value": "610728"
},
{
"label": "留坝县",
"value": "610729"
},
{
"label": "佛坪县",
"value": "610730"
}
],
[{
"label": "榆阳区",
"value": "610802"
},
{
"label": "横山区",
"value": "610803"
},
{
"label": "府谷县",
"value": "610822"
},
{
"label": "靖边县",
"value": "610824"
},
{
"label": "定边县",
"value": "610825"
},
{
"label": "绥德县",
"value": "610826"
},
{
"label": "米脂县",
"value": "610827"
},
{
"label": "佳县",
"value": "610828"
},
{
"label": "吴堡县",
"value": "610829"
},
{
"label": "清涧县",
"value": "610830"
},
{
"label": "子洲县",
"value": "610831"
},
{
"label": "神木市",
"value": "610881"
}
],
[{
"label": "汉滨区",
"value": "610902"
},
{
"label": "汉阴县",
"value": "610921"
},
{
"label": "石泉县",
"value": "610922"
},
{
"label": "宁陕县",
"value": "610923"
},
{
"label": "紫阳县",
"value": "610924"
},
{
"label": "岚皋县",
"value": "610925"
},
{
"label": "平利县",
"value": "610926"
},
{
"label": "镇坪县",
"value": "610927"
},
{
"label": "旬阳县",
"value": "610928"
},
{
"label": "白河县",
"value": "610929"
}
],
[{
"label": "商州区",
"value": "611002"
},
{
"label": "洛南县",
"value": "611021"
},
{
"label": "丹凤县",
"value": "611022"
},
{
"label": "商南县",
"value": "611023"
},
{
"label": "山阳县",
"value": "611024"
},
{
"label": "镇安县",
"value": "611025"
},
{
"label": "柞水县",
"value": "611026"
}
]
],
[
[{
"label": "城关区",
"value": "620102"
},
{
"label": "七里河区",
"value": "620103"
},
{
"label": "西固区",
"value": "620104"
},
{
"label": "安宁区",
"value": "620105"
},
{
"label": "红古区",
"value": "620111"
},
{
"label": "永登县",
"value": "620121"
},
{
"label": "皋兰县",
"value": "620122"
},
{
"label": "榆中县",
"value": "620123"
},
{
"label": "兰州新区",
"value": "620171"
}
],
[{
"label": "嘉峪关市",
"value": "620201"
}],
[{
"label": "金川区",
"value": "620302"
},
{
"label": "永昌县",
"value": "620321"
}
],
[{
"label": "白银区",
"value": "620402"
},
{
"label": "平川区",
"value": "620403"
},
{
"label": "靖远县",
"value": "620421"
},
{
"label": "会宁县",
"value": "620422"
},
{
"label": "景泰县",
"value": "620423"
}
],
[{
"label": "秦州区",
"value": "620502"
},
{
"label": "麦积区",
"value": "620503"
},
{
"label": "清水县",
"value": "620521"
},
{
"label": "秦安县",
"value": "620522"
},
{
"label": "甘谷县",
"value": "620523"
},
{
"label": "武山县",
"value": "620524"
},
{
"label": "张家川回族自治县",
"value": "620525"
}
],
[{
"label": "凉州区",
"value": "620602"
},
{
"label": "民勤县",
"value": "620621"
},
{
"label": "古浪县",
"value": "620622"
},
{
"label": "天祝藏族自治县",
"value": "620623"
}
],
[{
"label": "甘州区",
"value": "620702"
},
{
"label": "肃南裕固族自治县",
"value": "620721"
},
{
"label": "民乐县",
"value": "620722"
},
{
"label": "临泽县",
"value": "620723"
},
{
"label": "高台县",
"value": "620724"
},
{
"label": "山丹县",
"value": "620725"
}
],
[{
"label": "崆峒区",
"value": "620802"
},
{
"label": "泾川县",
"value": "620821"
},
{
"label": "灵台县",
"value": "620822"
},
{
"label": "崇信县",
"value": "620823"
},
{
"label": "华亭县",
"value": "620824"
},
{
"label": "庄浪县",
"value": "620825"
},
{
"label": "静宁县",
"value": "620826"
},
{
"label": "平凉工业园区",
"value": "620871"
}
],
[{
"label": "肃州区",
"value": "620902"
},
{
"label": "金塔县",
"value": "620921"
},
{
"label": "瓜州县",
"value": "620922"
},
{
"label": "肃北蒙古族自治县",
"value": "620923"
},
{
"label": "阿克塞哈萨克族自治县",
"value": "620924"
},
{
"label": "玉门市",
"value": "620981"
},
{
"label": "敦煌市",
"value": "620982"
}
],
[{
"label": "西峰区",
"value": "621002"
},
{
"label": "庆城县",
"value": "621021"
},
{
"label": "环县",
"value": "621022"
},
{
"label": "华池县",
"value": "621023"
},
{
"label": "合水县",
"value": "621024"
},
{
"label": "正宁县",
"value": "621025"
},
{
"label": "宁县",
"value": "621026"
},
{
"label": "镇原县",
"value": "621027"
}
],
[{
"label": "安定区",
"value": "621102"
},
{
"label": "通渭县",
"value": "621121"
},
{
"label": "陇西县",
"value": "621122"
},
{
"label": "渭源县",
"value": "621123"
},
{
"label": "临洮县",
"value": "621124"
},
{
"label": "漳县",
"value": "621125"
},
{
"label": "岷县",
"value": "621126"
}
],
[{
"label": "武都区",
"value": "621202"
},
{
"label": "成县",
"value": "621221"
},
{
"label": "文县",
"value": "621222"
},
{
"label": "宕昌县",
"value": "621223"
},
{
"label": "康县",
"value": "621224"
},
{
"label": "西和县",
"value": "621225"
},
{
"label": "礼县",
"value": "621226"
},
{
"label": "徽县",
"value": "621227"
},
{
"label": "两当县",
"value": "621228"
}
],
[{
"label": "临夏市",
"value": "622901"
},
{
"label": "临夏县",
"value": "622921"
},
{
"label": "康乐县",
"value": "622922"
},
{
"label": "永靖县",
"value": "622923"
},
{
"label": "广河县",
"value": "622924"
},
{
"label": "和政县",
"value": "622925"
},
{
"label": "东乡族自治县",
"value": "622926"
},
{
"label": "积石山保安族东乡族撒拉族自治县",
"value": "622927"
}
],
[{
"label": "合作市",
"value": "623001"
},
{
"label": "临潭县",
"value": "623021"
},
{
"label": "卓尼县",
"value": "623022"
},
{
"label": "舟曲县",
"value": "623023"
},
{
"label": "迭部县",
"value": "623024"
},
{
"label": "玛曲县",
"value": "623025"
},
{
"label": "碌曲县",
"value": "623026"
},
{
"label": "夏河县",
"value": "623027"
}
]
],
[
[{
"label": "城东区",
"value": "630102"
},
{
"label": "城中区",
"value": "630103"
},
{
"label": "城西区",
"value": "630104"
},
{
"label": "城北区",
"value": "630105"
},
{
"label": "大通回族土族自治县",
"value": "630121"
},
{
"label": "湟中县",
"value": "630122"
},
{
"label": "湟源县",
"value": "630123"
}
],
[{
"label": "乐都区",
"value": "630202"
},
{
"label": "平安区",
"value": "630203"
},
{
"label": "民和回族土族自治县",
"value": "630222"
},
{
"label": "互助土族自治县",
"value": "630223"
},
{
"label": "化隆回族自治县",
"value": "630224"
},
{
"label": "循化撒拉族自治县",
"value": "630225"
}
],
[{
"label": "门源回族自治县",
"value": "632221"
},
{
"label": "祁连县",
"value": "632222"
},
{
"label": "海晏县",
"value": "632223"
},
{
"label": "刚察县",
"value": "632224"
}
],
[{
"label": "同仁县",
"value": "632321"
},
{
"label": "尖扎县",
"value": "632322"
},
{
"label": "泽库县",
"value": "632323"
},
{
"label": "河南蒙古族自治县",
"value": "632324"
}
],
[{
"label": "共和县",
"value": "632521"
},
{
"label": "同德县",
"value": "632522"
},
{
"label": "贵德县",
"value": "632523"
},
{
"label": "兴海县",
"value": "632524"
},
{
"label": "贵南县",
"value": "632525"
}
],
[{
"label": "玛沁县",
"value": "632621"
},
{
"label": "班玛县",
"value": "632622"
},
{
"label": "甘德县",
"value": "632623"
},
{
"label": "达日县",
"value": "632624"
},
{
"label": "久治县",
"value": "632625"
},
{
"label": "玛多县",
"value": "632626"
}
],
[{
"label": "玉树市",
"value": "632701"
},
{
"label": "杂多县",
"value": "632722"
},
{
"label": "称多县",
"value": "632723"
},
{
"label": "治多县",
"value": "632724"
},
{
"label": "囊谦县",
"value": "632725"
},
{
"label": "曲麻莱县",
"value": "632726"
}
],
[{
"label": "格尔木市",
"value": "632801"
},
{
"label": "德令哈市",
"value": "632802"
},
{
"label": "乌兰县",
"value": "632821"
},
{
"label": "都兰县",
"value": "632822"
},
{
"label": "天峻县",
"value": "632823"
},
{
"label": "大柴旦行政委员会",
"value": "632857"
},
{
"label": "冷湖行政委员会",
"value": "632858"
},
{
"label": "茫崖行政委员会",
"value": "632859"
}
]
],
[
[{
"label": "兴庆区",
"value": "640104"
},
{
"label": "西夏区",
"value": "640105"
},
{
"label": "金凤区",
"value": "640106"
},
{
"label": "永宁县",
"value": "640121"
},
{
"label": "贺兰县",
"value": "640122"
},
{
"label": "灵武市",
"value": "640181"
}
],
[{
"label": "大武口区",
"value": "640202"
},
{
"label": "惠农区",
"value": "640205"
},
{
"label": "平罗县",
"value": "640221"
}
],
[{
"label": "利通区",
"value": "640302"
},
{
"label": "红寺堡区",
"value": "640303"
},
{
"label": "盐池县",
"value": "640323"
},
{
"label": "同心县",
"value": "640324"
},
{
"label": "青铜峡市",
"value": "640381"
}
],
[{
"label": "原州区",
"value": "640402"
},
{
"label": "西吉县",
"value": "640422"
},
{
"label": "隆德县",
"value": "640423"
},
{
"label": "泾源县",
"value": "640424"
},
{
"label": "彭阳县",
"value": "640425"
}
],
[{
"label": "沙坡头区",
"value": "640502"
},
{
"label": "中宁县",
"value": "640521"
},
{
"label": "海原县",
"value": "640522"
}
]
],
[
[{
"label": "天山区",
"value": "650102"
},
{
"label": "沙依巴克区",
"value": "650103"
},
{
"label": "新市区",
"value": "650104"
},
{
"label": "水磨沟区",
"value": "650105"
},
{
"label": "头屯河区",
"value": "650106"
},
{
"label": "达坂城区",
"value": "650107"
},
{
"label": "米东区",
"value": "650109"
},
{
"label": "乌鲁木齐县",
"value": "650121"
},
{
"label": "乌鲁木齐经济技术开发区",
"value": "650171"
},
{
"label": "乌鲁木齐高新技术产业开发区",
"value": "650172"
}
],
[{
"label": "独山子区",
"value": "650202"
},
{
"label": "克拉玛依区",
"value": "650203"
},
{
"label": "白碱滩区",
"value": "650204"
},
{
"label": "乌尔禾区",
"value": "650205"
}
],
[{
"label": "高昌区",
"value": "650402"
},
{
"label": "鄯善县",
"value": "650421"
},
{
"label": "托克逊县",
"value": "650422"
}
],
[{
"label": "伊州区",
"value": "650502"
},
{
"label": "巴里坤哈萨克自治县",
"value": "650521"
},
{
"label": "伊吾县",
"value": "650522"
}
],
[{
"label": "昌吉市",
"value": "652301"
},
{
"label": "阜康市",
"value": "652302"
},
{
"label": "呼图壁县",
"value": "652323"
},
{
"label": "玛纳斯县",
"value": "652324"
},
{
"label": "奇台县",
"value": "652325"
},
{
"label": "吉木萨尔县",
"value": "652327"
},
{
"label": "木垒哈萨克自治县",
"value": "652328"
}
],
[{
"label": "博乐市",
"value": "652701"
},
{
"label": "阿拉山口市",
"value": "652702"
},
{
"label": "精河县",
"value": "652722"
},
{
"label": "温泉县",
"value": "652723"
}
],
[{
"label": "库尔勒市",
"value": "652801"
},
{
"label": "轮台县",
"value": "652822"
},
{
"label": "尉犁县",
"value": "652823"
},
{
"label": "若羌县",
"value": "652824"
},
{
"label": "且末县",
"value": "652825"
},
{
"label": "焉耆回族自治县",
"value": "652826"
},
{
"label": "和静县",
"value": "652827"
},
{
"label": "和硕县",
"value": "652828"
},
{
"label": "博湖县",
"value": "652829"
},
{
"label": "库尔勒经济技术开发区",
"value": "652871"
}
],
[{
"label": "阿克苏市",
"value": "652901"
},
{
"label": "温宿县",
"value": "652922"
},
{
"label": "库车县",
"value": "652923"
},
{
"label": "沙雅县",
"value": "652924"
},
{
"label": "新和县",
"value": "652925"
},
{
"label": "拜城县",
"value": "652926"
},
{
"label": "乌什县",
"value": "652927"
},
{
"label": "阿瓦提县",
"value": "652928"
},
{
"label": "柯坪县",
"value": "652929"
}
],
[{
"label": "阿图什市",
"value": "653001"
},
{
"label": "阿克陶县",
"value": "653022"
},
{
"label": "阿合奇县",
"value": "653023"
},
{
"label": "乌恰县",
"value": "653024"
}
],
[{
"label": "喀什市",
"value": "653101"
},
{
"label": "疏附县",
"value": "653121"
},
{
"label": "疏勒县",
"value": "653122"
},
{
"label": "英吉沙县",
"value": "653123"
},
{
"label": "泽普县",
"value": "653124"
},
{
"label": "莎车县",
"value": "653125"
},
{
"label": "叶城县",
"value": "653126"
},
{
"label": "麦盖提县",
"value": "653127"
},
{
"label": "岳普湖县",
"value": "653128"
},
{
"label": "伽师县",
"value": "653129"
},
{
"label": "巴楚县",
"value": "653130"
},
{
"label": "塔什库尔干塔吉克自治县",
"value": "653131"
}
],
[{
"label": "和田市",
"value": "653201"
},
{
"label": "和田县",
"value": "653221"
},
{
"label": "墨玉县",
"value": "653222"
},
{
"label": "皮山县",
"value": "653223"
},
{
"label": "洛浦县",
"value": "653224"
},
{
"label": "策勒县",
"value": "653225"
},
{
"label": "于田县",
"value": "653226"
},
{
"label": "民丰县",
"value": "653227"
}
],
[{
"label": "伊宁市",
"value": "654002"
},
{
"label": "奎屯市",
"value": "654003"
},
{
"label": "霍尔果斯市",
"value": "654004"
},
{
"label": "伊宁县",
"value": "654021"
},
{
"label": "察布查尔锡伯自治县",
"value": "654022"
},
{
"label": "霍城县",
"value": "654023"
},
{
"label": "巩留县",
"value": "654024"
},
{
"label": "新源县",
"value": "654025"
},
{
"label": "昭苏县",
"value": "654026"
},
{
"label": "特克斯县",
"value": "654027"
},
{
"label": "尼勒克县",
"value": "654028"
}
],
[{
"label": "塔城市",
"value": "654201"
},
{
"label": "乌苏市",
"value": "654202"
},
{
"label": "额敏县",
"value": "654221"
},
{
"label": "沙湾县",
"value": "654223"
},
{
"label": "托里县",
"value": "654224"
},
{
"label": "裕民县",
"value": "654225"
},
{
"label": "和布克赛尔蒙古自治县",
"value": "654226"
}
],
[{
"label": "阿勒泰市",
"value": "654301"
},
{
"label": "布尔津县",
"value": "654321"
},
{
"label": "富蕴县",
"value": "654322"
},
{
"label": "福海县",
"value": "654323"
},
{
"label": "哈巴河县",
"value": "654324"
},
{
"label": "青河县",
"value": "654325"
},
{
"label": "吉木乃县",
"value": "654326"
}
],
[{
"label": "石河子市",
"value": "659001"
},
{
"label": "阿拉尔市",
"value": "659002"
},
{
"label": "图木舒克市",
"value": "659003"
},
{
"label": "五家渠市",
"value": "659004"
},
{
"label": "铁门关市",
"value": "659006"
}
]
],
[
[{
"label": "台北",
"value": "660101"
}],
[{
"label": "高雄",
"value": "660201"
}],
[{
"label": "基隆",
"value": "660301"
}],
[{
"label": "台中",
"value": "660401"
}],
[{
"label": "台南",
"value": "660501"
}],
[{
"label": "新竹",
"value": "660601"
}],
[{
"label": "嘉义",
"value": "660701"
}],
[{
"label": "宜兰",
"value": "660801"
}],
[{
"label": "桃园",
"value": "660901"
}],
[{
"label": "苗栗",
"value": "661001"
}],
[{
"label": "彰化",
"value": "661101"
}],
[{
"label": "南投",
"value": "661201"
}],
[{
"label": "云林",
"value": "661301"
}],
[{
"label": "屏东",
"value": "661401"
}],
[{
"label": "台东",
"value": "661501"
}],
[{
"label": "花莲",
"value": "661601"
}],
[{
"label": "澎湖",
"value": "661701"
}]
],
[
[{
"label": "香港岛",
"value": "670101"
}],
[{
"label": "九龙",
"value": "670201"
}],
[{
"label": "新界",
"value": "670301"
}]
],
[
[{
"label": "澳门半岛",
"value": "680101"
}],
[{
"label": "氹仔岛",
"value": "680201"
}],
[{
"label": "路环岛",
"value": "680301"
}],
[{
"label": "路氹城",
"value": "680401"
}]
]
]
export default areaData;
================================================
FILE: 前端商城/components/w-picker/city-data/city.js
================================================
/* eslint-disable */
var cityData = [
[{
"label": "市辖区",
"value": "1101"
}],
[{
"label": "市辖区",
"value": "1201"
}],
[{
"label": "石家庄市",
"value": "1301"
},
{
"label": "唐山市",
"value": "1302"
},
{
"label": "秦皇岛市",
"value": "1303"
},
{
"label": "邯郸市",
"value": "1304"
},
{
"label": "邢台市",
"value": "1305"
},
{
"label": "保定市",
"value": "1306"
},
{
"label": "张家口市",
"value": "1307"
},
{
"label": "承德市",
"value": "1308"
},
{
"label": "沧州市",
"value": "1309"
},
{
"label": "廊坊市",
"value": "1310"
},
{
"label": "衡水市",
"value": "1311"
}
],
[{
"label": "太原市",
"value": "1401"
},
{
"label": "大同市",
"value": "1402"
},
{
"label": "阳泉市",
"value": "1403"
},
{
"label": "长治市",
"value": "1404"
},
{
"label": "晋城市",
"value": "1405"
},
{
"label": "朔州市",
"value": "1406"
},
{
"label": "晋中市",
"value": "1407"
},
{
"label": "运城市",
"value": "1408"
},
{
"label": "忻州市",
"value": "1409"
},
{
"label": "临汾市",
"value": "1410"
},
{
"label": "吕梁市",
"value": "1411"
}
],
[{
"label": "呼和浩特市",
"value": "1501"
},
{
"label": "包头市",
"value": "1502"
},
{
"label": "乌海市",
"value": "1503"
},
{
"label": "赤峰市",
"value": "1504"
},
{
"label": "通辽市",
"value": "1505"
},
{
"label": "鄂尔多斯市",
"value": "1506"
},
{
"label": "呼伦贝尔市",
"value": "1507"
},
{
"label": "巴彦淖尔市",
"value": "1508"
},
{
"label": "乌兰察布市",
"value": "1509"
},
{
"label": "兴安盟",
"value": "1522"
},
{
"label": "锡林郭勒盟",
"value": "1525"
},
{
"label": "阿拉善盟",
"value": "1529"
}
],
[{
"label": "沈阳市",
"value": "2101"
},
{
"label": "大连市",
"value": "2102"
},
{
"label": "鞍山市",
"value": "2103"
},
{
"label": "抚顺市",
"value": "2104"
},
{
"label": "本溪市",
"value": "2105"
},
{
"label": "丹东市",
"value": "2106"
},
{
"label": "锦州市",
"value": "2107"
},
{
"label": "营口市",
"value": "2108"
},
{
"label": "阜新市",
"value": "2109"
},
{
"label": "辽阳市",
"value": "2110"
},
{
"label": "盘锦市",
"value": "2111"
},
{
"label": "铁岭市",
"value": "2112"
},
{
"label": "朝阳市",
"value": "2113"
},
{
"label": "葫芦岛市",
"value": "2114"
}
],
[{
"label": "长春市",
"value": "2201"
},
{
"label": "吉林市",
"value": "2202"
},
{
"label": "四平市",
"value": "2203"
},
{
"label": "辽源市",
"value": "2204"
},
{
"label": "通化市",
"value": "2205"
},
{
"label": "白山市",
"value": "2206"
},
{
"label": "松原市",
"value": "2207"
},
{
"label": "白城市",
"value": "2208"
},
{
"label": "延边朝鲜族自治州",
"value": "2224"
}
],
[{
"label": "哈尔滨市",
"value": "2301"
},
{
"label": "齐齐哈尔市",
"value": "2302"
},
{
"label": "鸡西市",
"value": "2303"
},
{
"label": "鹤岗市",
"value": "2304"
},
{
"label": "双鸭山市",
"value": "2305"
},
{
"label": "大庆市",
"value": "2306"
},
{
"label": "伊春市",
"value": "2307"
},
{
"label": "佳木斯市",
"value": "2308"
},
{
"label": "七台河市",
"value": "2309"
},
{
"label": "牡丹江市",
"value": "2310"
},
{
"label": "黑河市",
"value": "2311"
},
{
"label": "绥化市",
"value": "2312"
},
{
"label": "大兴安岭地区",
"value": "2327"
}
],
[{
"label": "市辖区",
"value": "3101"
}],
[{
"label": "南京市",
"value": "3201"
},
{
"label": "无锡市",
"value": "3202"
},
{
"label": "徐州市",
"value": "3203"
},
{
"label": "常州市",
"value": "3204"
},
{
"label": "苏州市",
"value": "3205"
},
{
"label": "南通市",
"value": "3206"
},
{
"label": "连云港市",
"value": "3207"
},
{
"label": "淮安市",
"value": "3208"
},
{
"label": "盐城市",
"value": "3209"
},
{
"label": "扬州市",
"value": "3210"
},
{
"label": "镇江市",
"value": "3211"
},
{
"label": "泰州市",
"value": "3212"
},
{
"label": "宿迁市",
"value": "3213"
}
],
[{
"label": "杭州市",
"value": "3301"
},
{
"label": "宁波市",
"value": "3302"
},
{
"label": "温州市",
"value": "3303"
},
{
"label": "嘉兴市",
"value": "3304"
},
{
"label": "湖州市",
"value": "3305"
},
{
"label": "绍兴市",
"value": "3306"
},
{
"label": "金华市",
"value": "3307"
},
{
"label": "衢州市",
"value": "3308"
},
{
"label": "舟山市",
"value": "3309"
},
{
"label": "台州市",
"value": "3310"
},
{
"label": "丽水市",
"value": "3311"
}
],
[{
"label": "合肥市",
"value": "3401"
},
{
"label": "芜湖市",
"value": "3402"
},
{
"label": "蚌埠市",
"value": "3403"
},
{
"label": "淮南市",
"value": "3404"
},
{
"label": "马鞍山市",
"value": "3405"
},
{
"label": "淮北市",
"value": "3406"
},
{
"label": "铜陵市",
"value": "3407"
},
{
"label": "安庆市",
"value": "3408"
},
{
"label": "黄山市",
"value": "3410"
},
{
"label": "滁州市",
"value": "3411"
},
{
"label": "阜阳市",
"value": "3412"
},
{
"label": "宿州市",
"value": "3413"
},
{
"label": "六安市",
"value": "3415"
},
{
"label": "亳州市",
"value": "3416"
},
{
"label": "池州市",
"value": "3417"
},
{
"label": "宣城市",
"value": "3418"
}
],
[{
"label": "福州市",
"value": "3501"
},
{
"label": "厦门市",
"value": "3502"
},
{
"label": "莆田市",
"value": "3503"
},
{
"label": "三明市",
"value": "3504"
},
{
"label": "泉州市",
"value": "3505"
},
{
"label": "漳州市",
"value": "3506"
},
{
"label": "南平市",
"value": "3507"
},
{
"label": "龙岩市",
"value": "3508"
},
{
"label": "宁德市",
"value": "3509"
}
],
[{
"label": "南昌市",
"value": "3601"
},
{
"label": "景德镇市",
"value": "3602"
},
{
"label": "萍乡市",
"value": "3603"
},
{
"label": "九江市",
"value": "3604"
},
{
"label": "新余市",
"value": "3605"
},
{
"label": "鹰潭市",
"value": "3606"
},
{
"label": "赣州市",
"value": "3607"
},
{
"label": "吉安市",
"value": "3608"
},
{
"label": "宜春市",
"value": "3609"
},
{
"label": "抚州市",
"value": "3610"
},
{
"label": "上饶市",
"value": "3611"
}
],
[{
"label": "济南市",
"value": "3701"
},
{
"label": "青岛市",
"value": "3702"
},
{
"label": "淄博市",
"value": "3703"
},
{
"label": "枣庄市",
"value": "3704"
},
{
"label": "东营市",
"value": "3705"
},
{
"label": "烟台市",
"value": "3706"
},
{
"label": "潍坊市",
"value": "3707"
},
{
"label": "济宁市",
"value": "3708"
},
{
"label": "泰安市",
"value": "3709"
},
{
"label": "威海市",
"value": "3710"
},
{
"label": "日照市",
"value": "3711"
},
{
"label": "莱芜市",
"value": "3712"
},
{
"label": "临沂市",
"value": "3713"
},
{
"label": "德州市",
"value": "3714"
},
{
"label": "聊城市",
"value": "3715"
},
{
"label": "滨州市",
"value": "3716"
},
{
"label": "菏泽市",
"value": "3717"
}
],
[{
"label": "郑州市",
"value": "4101"
},
{
"label": "开封市",
"value": "4102"
},
{
"label": "洛阳市",
"value": "4103"
},
{
"label": "平顶山市",
"value": "4104"
},
{
"label": "安阳市",
"value": "4105"
},
{
"label": "鹤壁市",
"value": "4106"
},
{
"label": "新乡市",
"value": "4107"
},
{
"label": "焦作市",
"value": "4108"
},
{
"label": "濮阳市",
"value": "4109"
},
{
"label": "许昌市",
"value": "4110"
},
{
"label": "漯河市",
"value": "4111"
},
{
"label": "三门峡市",
"value": "4112"
},
{
"label": "南阳市",
"value": "4113"
},
{
"label": "商丘市",
"value": "4114"
},
{
"label": "信阳市",
"value": "4115"
},
{
"label": "周口市",
"value": "4116"
},
{
"label": "驻马店市",
"value": "4117"
},
{
"label": "省直辖县级行政区划",
"value": "4190"
}
],
[{
"label": "武汉市",
"value": "4201"
},
{
"label": "黄石市",
"value": "4202"
},
{
"label": "十堰市",
"value": "4203"
},
{
"label": "宜昌市",
"value": "4205"
},
{
"label": "襄阳市",
"value": "4206"
},
{
"label": "鄂州市",
"value": "4207"
},
{
"label": "荆门市",
"value": "4208"
},
{
"label": "孝感市",
"value": "4209"
},
{
"label": "荆州市",
"value": "4210"
},
{
"label": "黄冈市",
"value": "4211"
},
{
"label": "咸宁市",
"value": "4212"
},
{
"label": "随州市",
"value": "4213"
},
{
"label": "恩施土家族苗族自治州",
"value": "4228"
},
{
"label": "省直辖县级行政区划",
"value": "4290"
}
],
[{
"label": "长沙市",
"value": "4301"
},
{
"label": "株洲市",
"value": "4302"
},
{
"label": "湘潭市",
"value": "4303"
},
{
"label": "衡阳市",
"value": "4304"
},
{
"label": "邵阳市",
"value": "4305"
},
{
"label": "岳阳市",
"value": "4306"
},
{
"label": "常德市",
"value": "4307"
},
{
"label": "张家界市",
"value": "4308"
},
{
"label": "益阳市",
"value": "4309"
},
{
"label": "郴州市",
"value": "4310"
},
{
"label": "永州市",
"value": "4311"
},
{
"label": "怀化市",
"value": "4312"
},
{
"label": "娄底市",
"value": "4313"
},
{
"label": "湘西土家族苗族自治州",
"value": "4331"
}
],
[{
"label": "广州市",
"value": "4401"
},
{
"label": "韶关市",
"value": "4402"
},
{
"label": "深圳市",
"value": "4403"
},
{
"label": "珠海市",
"value": "4404"
},
{
"label": "汕头市",
"value": "4405"
},
{
"label": "佛山市",
"value": "4406"
},
{
"label": "江门市",
"value": "4407"
},
{
"label": "湛江市",
"value": "4408"
},
{
"label": "茂名市",
"value": "4409"
},
{
"label": "肇庆市",
"value": "4412"
},
{
"label": "惠州市",
"value": "4413"
},
{
"label": "梅州市",
"value": "4414"
},
{
"label": "汕尾市",
"value": "4415"
},
{
"label": "河源市",
"value": "4416"
},
{
"label": "阳江市",
"value": "4417"
},
{
"label": "清远市",
"value": "4418"
},
{
"label": "东莞市",
"value": "4419"
},
{
"label": "中山市",
"value": "4420"
},
{
"label": "潮州市",
"value": "4451"
},
{
"label": "揭阳市",
"value": "4452"
},
{
"label": "云浮市",
"value": "4453"
}
],
[{
"label": "南宁市",
"value": "4501"
},
{
"label": "柳州市",
"value": "4502"
},
{
"label": "桂林市",
"value": "4503"
},
{
"label": "梧州市",
"value": "4504"
},
{
"label": "北海市",
"value": "4505"
},
{
"label": "防城港市",
"value": "4506"
},
{
"label": "钦州市",
"value": "4507"
},
{
"label": "贵港市",
"value": "4508"
},
{
"label": "玉林市",
"value": "4509"
},
{
"label": "百色市",
"value": "4510"
},
{
"label": "贺州市",
"value": "4511"
},
{
"label": "河池市",
"value": "4512"
},
{
"label": "来宾市",
"value": "4513"
},
{
"label": "崇左市",
"value": "4514"
}
],
[{
"label": "海口市",
"value": "4601"
},
{
"label": "三亚市",
"value": "4602"
},
{
"label": "三沙市",
"value": "4603"
},
{
"label": "儋州市",
"value": "4604"
},
{
"label": "省直辖县级行政区划",
"value": "4690"
}
],
[{
"label": "市辖区",
"value": "5001"
},
{
"label": "县",
"value": "5002"
}
],
[{
"label": "成都市",
"value": "5101"
},
{
"label": "自贡市",
"value": "5103"
},
{
"label": "攀枝花市",
"value": "5104"
},
{
"label": "泸州市",
"value": "5105"
},
{
"label": "德阳市",
"value": "5106"
},
{
"label": "绵阳市",
"value": "5107"
},
{
"label": "广元市",
"value": "5108"
},
{
"label": "遂宁市",
"value": "5109"
},
{
"label": "内江市",
"value": "5110"
},
{
"label": "乐山市",
"value": "5111"
},
{
"label": "南充市",
"value": "5113"
},
{
"label": "眉山市",
"value": "5114"
},
{
"label": "宜宾市",
"value": "5115"
},
{
"label": "广安市",
"value": "5116"
},
{
"label": "达州市",
"value": "5117"
},
{
"label": "雅安市",
"value": "5118"
},
{
"label": "巴中市",
"value": "5119"
},
{
"label": "资阳市",
"value": "5120"
},
{
"label": "阿坝藏族羌族自治州",
"value": "5132"
},
{
"label": "甘孜藏族自治州",
"value": "5133"
},
{
"label": "凉山彝族自治州",
"value": "5134"
}
],
[{
"label": "贵阳市",
"value": "5201"
},
{
"label": "六盘水市",
"value": "5202"
},
{
"label": "遵义市",
"value": "5203"
},
{
"label": "安顺市",
"value": "5204"
},
{
"label": "毕节市",
"value": "5205"
},
{
"label": "铜仁市",
"value": "5206"
},
{
"label": "黔西南布依族苗族自治州",
"value": "5223"
},
{
"label": "黔东南苗族侗族自治州",
"value": "5226"
},
{
"label": "黔南布依族苗族自治州",
"value": "5227"
}
],
[{
"label": "昆明市",
"value": "5301"
},
{
"label": "曲靖市",
"value": "5303"
},
{
"label": "玉溪市",
"value": "5304"
},
{
"label": "保山市",
"value": "5305"
},
{
"label": "昭通市",
"value": "5306"
},
{
"label": "丽江市",
"value": "5307"
},
{
"label": "普洱市",
"value": "5308"
},
{
"label": "临沧市",
"value": "5309"
},
{
"label": "楚雄彝族自治州",
"value": "5323"
},
{
"label": "红河哈尼族彝族自治州",
"value": "5325"
},
{
"label": "文山壮族苗族自治州",
"value": "5326"
},
{
"label": "西双版纳傣族自治州",
"value": "5328"
},
{
"label": "大理白族自治州",
"value": "5329"
},
{
"label": "德宏傣族景颇族自治州",
"value": "5331"
},
{
"label": "怒江傈僳族自治州",
"value": "5333"
},
{
"label": "迪庆藏族自治州",
"value": "5334"
}
],
[{
"label": "拉萨市",
"value": "5401"
},
{
"label": "日喀则市",
"value": "5402"
},
{
"label": "昌都市",
"value": "5403"
},
{
"label": "林芝市",
"value": "5404"
},
{
"label": "山南市",
"value": "5405"
},
{
"label": "那曲地区",
"value": "5424"
},
{
"label": "阿里地区",
"value": "5425"
}
],
[{
"label": "西安市",
"value": "6101"
},
{
"label": "铜川市",
"value": "6102"
},
{
"label": "宝鸡市",
"value": "6103"
},
{
"label": "咸阳市",
"value": "6104"
},
{
"label": "渭南市",
"value": "6105"
},
{
"label": "延安市",
"value": "6106"
},
{
"label": "汉中市",
"value": "6107"
},
{
"label": "榆林市",
"value": "6108"
},
{
"label": "安康市",
"value": "6109"
},
{
"label": "商洛市",
"value": "6110"
}
],
[{
"label": "兰州市",
"value": "6201"
},
{
"label": "嘉峪关市",
"value": "6202"
},
{
"label": "金昌市",
"value": "6203"
},
{
"label": "白银市",
"value": "6204"
},
{
"label": "天水市",
"value": "6205"
},
{
"label": "武威市",
"value": "6206"
},
{
"label": "张掖市",
"value": "6207"
},
{
"label": "平凉市",
"value": "6208"
},
{
"label": "酒泉市",
"value": "6209"
},
{
"label": "庆阳市",
"value": "6210"
},
{
"label": "定西市",
"value": "6211"
},
{
"label": "陇南市",
"value": "6212"
},
{
"label": "临夏回族自治州",
"value": "6229"
},
{
"label": "甘南藏族自治州",
"value": "6230"
}
],
[{
"label": "西宁市",
"value": "6301"
},
{
"label": "海东市",
"value": "6302"
},
{
"label": "海北藏族自治州",
"value": "6322"
},
{
"label": "黄南藏族自治州",
"value": "6323"
},
{
"label": "海南藏族自治州",
"value": "6325"
},
{
"label": "果洛藏族自治州",
"value": "6326"
},
{
"label": "玉树藏族自治州",
"value": "6327"
},
{
"label": "海西蒙古族藏族自治州",
"value": "6328"
}
],
[{
"label": "银川市",
"value": "6401"
},
{
"label": "石嘴山市",
"value": "6402"
},
{
"label": "吴忠市",
"value": "6403"
},
{
"label": "固原市",
"value": "6404"
},
{
"label": "中卫市",
"value": "6405"
}
],
[{
"label": "乌鲁木齐市",
"value": "6501"
},
{
"label": "克拉玛依市",
"value": "6502"
},
{
"label": "吐鲁番市",
"value": "6504"
},
{
"label": "哈密市",
"value": "6505"
},
{
"label": "昌吉回族自治州",
"value": "6523"
},
{
"label": "博尔塔拉蒙古自治州",
"value": "6527"
},
{
"label": "巴音郭楞蒙古自治州",
"value": "6528"
},
{
"label": "阿克苏地区",
"value": "6529"
},
{
"label": "克孜勒苏柯尔克孜自治州",
"value": "6530"
},
{
"label": "喀什地区",
"value": "6531"
},
{
"label": "和田地区",
"value": "6532"
},
{
"label": "伊犁哈萨克自治州",
"value": "6540"
},
{
"label": "塔城地区",
"value": "6542"
},
{
"label": "阿勒泰地区",
"value": "6543"
},
{
"label": "自治区直辖县级行政区划",
"value": "6590"
}
],
[{
"label": "台北",
"value": "6601"
},
{
"label": "高雄",
"value": "6602"
},
{
"label": "基隆",
"value": "6603"
},
{
"label": "台中",
"value": "6604"
},
{
"label": "台南",
"value": "6605"
},
{
"label": "新竹",
"value": "6606"
},
{
"label": "嘉义",
"value": "6607"
},
{
"label": "宜兰",
"value": "6608"
},
{
"label": "桃园",
"value": "6609"
},
{
"label": "苗栗",
"value": "6610"
},
{
"label": "彰化",
"value": "6611"
},
{
"label": "南投",
"value": "6612"
},
{
"label": "云林",
"value": "6613"
},
{
"label": "屏东",
"value": "6614"
},
{
"label": "台东",
"value": "6615"
},
{
"label": "花莲",
"value": "6616"
},
{
"label": "澎湖",
"value": "6617"
}
],
[{
"label": "香港岛",
"value": "6701"
},
{
"label": "九龙",
"value": "6702"
},
{
"label": "新界",
"value": "6703"
}
],
[{
"label": "澳门半岛",
"value": "6801"
},
{
"label": "氹仔岛",
"value": "6802"
},
{
"label": "路环岛",
"value": "6803"
},
{
"label": "路氹城",
"value": "6804"
}
]
]
export default cityData;
================================================
FILE: 前端商城/components/w-picker/city-data/province.js
================================================
/* eslint-disable */
var provinceData = [{
"label": "北京市",
"value": "11"
},
{
"label": "天津市",
"value": "12"
},
{
"label": "河北省",
"value": "13"
},
{
"label": "山西省",
"value": "14"
},
{
"label": "内蒙古自治区",
"value": "15"
},
{
"label": "辽宁省",
"value": "21"
},
{
"label": "吉林省",
"value": "22"
},
{
"label": "黑龙江省",
"value": "23"
},
{
"label": "上海市",
"value": "31"
},
{
"label": "江苏省",
"value": "32"
},
{
"label": "浙江省",
"value": "33"
},
{
"label": "安徽省",
"value": "34"
},
{
"label": "福建省",
"value": "35"
},
{
"label": "江西省",
"value": "36"
},
{
"label": "山东省",
"value": "37"
},
{
"label": "河南省",
"value": "41"
},
{
"label": "湖北省",
"value": "42"
},
{
"label": "湖南省",
"value": "43"
},
{
"label": "广东省",
"value": "44"
},
{
"label": "广西壮族自治区",
"value": "45"
},
{
"label": "海南省",
"value": "46"
},
{
"label": "重庆市",
"value": "50"
},
{
"label": "四川省",
"value": "51"
},
{
"label": "贵州省",
"value": "52"
},
{
"label": "云南省",
"value": "53"
},
{
"label": "西藏自治区",
"value": "54"
},
{
"label": "陕西省",
"value": "61"
},
{
"label": "甘肃省",
"value": "62"
},
{
"label": "青海省",
"value": "63"
},
{
"label": "宁夏回族自治区",
"value": "64"
},
{
"label": "新疆维吾尔自治区",
"value": "65"
},
{
"label": "台湾",
"value": "66"
},
{
"label": "香港",
"value": "67"
},
{
"label": "澳门",
"value": "68"
}
]
export default provinceData;
================================================
FILE: 前端商城/components/w-picker/w-picker.js
================================================
const forMatNum=(num)=>{
return num<10?'0'+num:num+'';
}
const initPicker={
//日期
date:{
init(start,end,mode="date",step,value,flag,disabled){
let aToday=new Date();
let tYear,tMonth,tDay,tHours,tMinutes,tSeconds,defaultVal=[];
let initstartDate=new Date(start.toString());
let endDate=new Date(end.toString());
if(start>end){
initstartDate=new Date(end.toString());
endDate=new Date(start.toString());
};
let startYear=initstartDate.getFullYear();
let startMonth=initstartDate.getMonth()+1;
let endYear=endDate.getFullYear();
let years=[],months=[],days=[],hours=[],minutes=[],seconds=[],areas=[],returnArr=[];
let curMonth=flag?value[1]*1:(value[1]+1);
let dYear=aToday.getFullYear();
let dMonth=aToday.getMonth()+1;
let dDate=aToday.getDate();
let totalDays=new Date(startYear,curMonth,0).getDate();
for(let s=startYear;s<=endYear;s++){
years.push(s+'');
};
let curYear=years[value[0]];
switch(mode){
case "half":
case "date":
case "yearMonth":
if(disabled&&curYear==dYear){
for(let m=1;m<=dMonth;m++){
months.push(forMatNum(m));
};
for(let d=1;d<=dDate;d++){
days.push(forMatNum(d));
}
}else{
for(let m=1;m<=12;m++){
months.push(forMatNum(m));
};
for(let d=1;d<=totalDays;d++){
days.push(forMatNum(d));
}
};
break;
default:
for(let m=1;m<=12;m++){
months.push(forMatNum(m));
};
for(let d=1;d<=totalDays;d++){
days.push(forMatNum(d));
}
break;
}
for(let h=0;h<24;h++){
hours.push(forMatNum(h));
}
for(let m=0;m<60;m+=step*1){
minutes.push(forMatNum(m));
}
for(let s=0;s<60;s++){
seconds.push(forMatNum(s));
}
if(flag){
returnArr=[
years.indexOf(value[0]),
months.indexOf(value[1]),
days.indexOf(value[2]),
hours.indexOf(value[3]),
minutes.indexOf(value[4])==-1?0:minutes.indexOf(value[4]),
seconds.indexOf(value[5])
]
};
switch(mode){
case "range":
if(flag){
defaultVal=[returnArr[0],returnArr[1],returnArr[2],0,returnArr[0],returnArr[1],returnArr[2]];
return {years,months,days,defaultVal}
}else{
return {years,months,days}
}
break;
case "date":
if(flag){
defaultVal=[returnArr[0],returnArr[1],returnArr[2]];
return {years,months,days,defaultVal}
}else{
return {years,months,days}
}
break;
case "half":
areas=[{
label:"上午",
value:0
},{
label:"下午",
value:1
}];
if(flag){
defaultVal=[returnArr[0],returnArr[1],returnArr[2],returnArr[3]];
return {years,months,days,areas,defaultVal}
}else{
return {years,months,days,areas}
}
break;
case "yearMonth":
if(flag){
defaultVal=[returnArr[0],returnArr[1]];
return {years,months,defaultVal}
}else{
return {years,months}
}
break;
case "dateTime":
if(flag){
defaultVal=returnArr;
return {years,months,days,hours,minutes,seconds,defaultVal}
}else{
return {years,months,days,hours,minutes,seconds}
}
break;
case "time":
if(flag){
defaultVal=[returnArr[3],returnArr[4],returnArr[5]];
return {hours,minutes,seconds,defaultVal}
}else{
return {hours,minutes,seconds}
}
break;
}
},
initMonths:(year,disabled)=>{
let aDate=new Date();
let dYear=aDate.getFullYear();
let dMonth=aDate.getMonth()+1;
let dDate=aDate.getDate();
let flag=dYear==year?true:false;
let months=[];
if(flag&&disabled){
for(let m=1;m<=dMonth;m++){
months.push(forMatNum(m));
};
}else{
for(let m=1;m<=12;m++){
months.push(forMatNum(m));
};
};
return months;
},
initDays:(year,month,disabled)=>{
let aDate=new Date();
let dYear=aDate.getFullYear();
let dMonth=aDate.getMonth()+1;
let dDate=aDate.getDate();
let flag=(dYear==year&&dMonth==month)?true:false;
let totalDays=new Date(year,month,0).getDate();
let dates=[];
if(flag&&disabled){
for(let d=1;d<=dDate;d++){
dates.push(forMatNum(d));
};
}else{
for(let d=1;d<=totalDays;d++){
dates.push(forMatNum(d));
};
};
return dates;
},
},
//短期日期上下午
limitHour:{
init(dayStep=7){
let startDate=new Date();
let date=[],areas=[],hours=[];
let hour=new Date().getHours();
let weeks=["周日","周一","周二","周三","周四","周五","周六"];
let arrs=[];
for(let i=0;i12){
areas=[{
label:"下午",
value:1
}]
}else{
areas=[{
label:"上午",
value:0
},{
label:"下午",
value:1
}]
};
for(let k=hour>12?hour-12:hour;k<=12;k++){
hours.push({
label:forMatNum(k),
value:forMatNum(hour>12?k+12:k)
})
};
return {date,areas,hours};
},
initAreas(date){
let areas=[];
let hour=new Date().getHours();
if(date.today){
if(hour>12){
areas=[{
label:"下午",
value:1
}]
}else{
areas=[{
label:"上午",
value:0
},{
label:"下午",
value:1
}]
};
}else{
areas=[{
label:"上午",
value:0
},{
label:"下午",
value:1
}]
}
return areas;areas=[{
label:"上午",
value:0
},{
label:"下午",
value:1
}]
},
initHours(dateCol,hourCol){
let hours=[];
let hour=new Date().getHours();
if(dateCol.today){
if(hourCol.value==1&&hour<=12){
for(let k=1;k<=12;k++){
hours.push({
label:forMatNum(k),
value:forMatNum(hourCol.value==1?k+12:k)
})
};
}else{
for(let k=hour>12?hour-12:hour;k<=12;k++){
hours.push({
label:forMatNum(k),
value:forMatNum(hourCol.value==1?k+12:k)
})
};
}
}else{
for(let k=1;k<=12;k++){
hours.push({
label:forMatNum(k),
value:forMatNum(hourCol.value==1?k+12:k)
})
};
};
return hours
}
},
//短期日期时间初始化
limit:{
init(dayStep=7,startHour=8,endHour=20,minuteStep=1,afterStep=30){
let startDate=new Date();
let bsDate=new Date(new Date().getTime()+afterStep*60*1000);
let date=[],hours=[],minutes=[];
let hour=bsDate.getHours();
let minute=Math.floor(bsDate.getMinutes()/minuteStep)*minuteStep;
let weeks=["周日","周一","周二","周三","周四","周五","周六"];
for(let i=0;iendHour){
hour=endHour;
};
for(let k=hour*1;k<=endHour*1;k++){
hours.push({
label:forMatNum(k),
value:forMatNum(k),
flag:k==hour?true:false
})
};
for(let j=minute;j<60;j+=minuteStep*1){
minutes.push({
label:forMatNum(j),
value:forMatNum(j)
});
}
return {date,hours,minutes};
},
initHours(startHour=8,endHour=20,minuteStep=1,afterStep=30,date){
let hours=[];
let arr=date.split("-");
let aDate=new Date();
let dYear=aDate.getFullYear();
let dMonth=aDate.getMonth()+1;
let dDate=aDate.getDate();
let bsDate=new Date(new Date().getTime()+afterStep*60*1000);
let hour=bsDate.getHours();
let flag=(dYear==arr[0]&&dMonth==arr[1]&&dDate==arr[2])?true:false;
if(hour>endHour){
hour=endHour;
};
if(flag){
for(let k=hour*1;k<=endHour*1;k++){
hours.push({
label:forMatNum(k),
value:forMatNum(k),
flag:k==hour?true:false
})
};
}else{
for(let k=startHour*1;k<=endHour*1;k++){
hours.push({
label:forMatNum(k),
value:forMatNum(k),
flag:false
})
}
};
return hours;
},
initMinutes(startHour=8,endHour=20,minuteStep=1,afterStep=30,date,hour){
let minutes=[];
let bsDate=new Date(new Date().getTime()+afterStep*60*1000);
let arr=date.split("-");
let aDate=new Date();
let dYear=aDate.getFullYear();
let dMonth=aDate.getMonth()+1;
let dDate=aDate.getDate();
let dHour=bsDate.getHours();;
let minute=Math.floor(bsDate.getMinutes()/minuteStep)*minuteStep;
let flag=(dYear==arr[0]&&dMonth==arr[1]&&dDate==arr[2])?true:false;
if(flag){
if(hour==dHour){
for(let j=minute;j<60;j+=minuteStep*1){
minutes.push({
label:forMatNum(j),
value:forMatNum(j)
});
}
}else{
for(let j=0;j<60;j+=minuteStep*1){
minutes.push({
label:forMatNum(j),
value:forMatNum(j)
})
}
}
}else{
for(let j=0;j<60;j+=minuteStep*1){
minutes.push({
label:forMatNum(j),
value:forMatNum(j)
})
}
}
return minutes;
}
},
//选择区间初始化
range:{
init(start,end,value,flag){
let aToday=new Date();
let tYear,tMonth,tDay,tHours,tMinutes,tSeconds,defaultVal=[];
let initstartDate=new Date(start.toString());
let endDate=new Date(end.toString());
if(start>end){
initstartDate=new Date(end.toString());
endDate=new Date(start.toString());
};
let startYear=initstartDate.getFullYear();
let startMonth=initstartDate.getMonth()+1;
let endYear=endDate.getFullYear();
let fyears=[],fmonths=[],fdays=[],tyears=[],tmonths=[],tdays=[],returnArr=[];
let curMonth=flag?value[1]*1:(value[1]+1);
let totalDays=new Date(startYear,curMonth,0).getDate();
for(let s=startYear;s<=endYear;s++){
fyears.push(s+'');
};
for(let m=1;m<=12;m++){
fmonths.push(forMatNum(m));
};
for(let d=1;d<=totalDays;d++){
fdays.push(forMatNum(d));
};
for(let s=startYear;s<=endYear;s++){
tyears.push(s+'');
};
for(let m=1;m<=12;m++){
tmonths.push(forMatNum(m));
};
for(let d=1;d<=totalDays;d++){
tdays.push(forMatNum(d));
};
if(flag){
defaultVal=[
fyears.indexOf(value[0]),
fmonths.indexOf(value[1]),
fdays.indexOf(value[2]),
0,
tyears.indexOf(value[0]),
tmonths.indexOf(value[1]),
tdays.indexOf(value[2])
];
return {
fyears,
fmonths,
fdays,
tyears,
tmonths,
tdays,
defaultVal
}
}else{
return {
fyears,
fmonths,
fdays,
tyears,
tmonths,
tdays,
}
}
},
initDays(year,month){
let totalDays=new Date(year,month,0).getDate();
let dates=[];
for(let d=1;d<=totalDays;d++){
dates.push(forMatNum(d));
};
return dates;
}
}
}
export default initPicker
================================================
FILE: 前端商城/components/w-picker/w-picker.vue
================================================
取消
确定
{{item}}年
{{item}}月
{{item}}日
{{item.label}}
{{item}}年
{{item}}月
{{item}}日
{{item}}年
{{item}}月
{{item}}年
{{item}}月
{{item}}日
{{item}}时
{{item}}分
{{item}}秒
{{item}}
{{item}}
{{item}}
-
{{item}}
{{item}}
{{item}}
{{item}}时
{{item}}分
{{item}}秒
{{item.label}}
{{item.label}}
{{item.label}}
{{item.label}}
{{item.label}}
{{item.label}}时
{{item.label}}分
{{item.label}}
{{item.label}}
{{item.label}}时
================================================
FILE: 前端商城/components/wx_auth/app_auth.vue
================================================
授权登陆
申请获取以下权限
获得你的公开信息(名称、头像)
授权登陆
================================================
FILE: 前端商城/components/wx_auth/xcx_auth.vue
================================================
授权登陆
申请获取以下权限
获得你的公开信息(名称、头像)
授权登陆
================================================
FILE: 前端商城/main.js
================================================
import Vue from 'vue'
import App from './App'
import http from './common/axios.js'
import {Api_url} from './common/config'
import Switch from 'common/switch.js'
import * as filters from 'common/filters/filters.js'
App.mpType = 'app'
const msg = (title, duration=1500, mask=false, icon='none')=>{
//统一提示方便全局修改
if(Boolean(title) === false){
return;
}
uni.showToast({
title,
duration,
mask,
icon
});
}
const prePage = ()=>{
let pages = getCurrentPages();
let prePage = pages[pages.length - 2];
// #ifdef H5
return prePage;
// #endif
return prePage.$vm;
}
Vue.prototype.$api = {msg,http,prePage};
Vue.prototype.$getimg = Api_url
Vue.prototype.shop_name = "如花商城"
Vue.prototype.version = "shops2" //首页,个人中心
//过滤器集合
Object.keys(filters).forEach(key =>{
Vue.filter(key,filters[key])
})
Vue.prototype.promise_switch = Switch.set_storage()
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()
================================================
FILE: 前端商城/manifest.json
================================================
{
"name" : "如花",
"appid" : "__UNI__71479C3",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
"usingComponents" : true,
"splashscreen" : {
"alwaysShowBeforeRender" : true,
"waiting" : true,
"autoclose" : true,
"delay" : 0
},
/* 模块配置 */
"modules" : {
"VideoPlayer" : {},
"OAuth" : {},
"Payment" : {}
},
/* 应用发布信息 */
"distribute" : {
/* android打包配置 */
"android" : {
"permissions" : [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"autoSdkPermissions" : false
},
/* ios打包配置 */
"ios" : {},
/* SDK配置 */
"sdkConfigs" : {
"oauth" : {},
"payment" : {},
"ad" : {}
},
"icons" : {
"android" : {
"hdpi" : "",
"xhdpi" : "",
"xxhdpi" : "",
"xxxhdpi" : ""
},
"ios" : {
"appstore" : "",
"ipad" : {
"app" : "",
"app@2x" : "",
"notification" : "",
"notification@2x" : "",
"proapp@2x" : "",
"settings" : "",
"settings@2x" : "",
"spotlight" : "",
"spotlight@2x" : ""
},
"iphone" : {
"app@2x" : "",
"app@3x" : "",
"notification@2x" : "",
"notification@3x" : "",
"settings@2x" : "",
"settings@3x" : "",
"spotlight@2x" : "",
"spotlight@3x" : ""
}
}
}
}
},
/* 快应用特有相关 */
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
"appid" : "",
"setting" : {
"urlCheck" : false,
"minified" : true,
"es6" : false
},
"usingComponents" : true,
"permission" : {
"scope.address" : {
"desc" : "收货地址"
}
},
"plugins" : {}
},
// "live-player-plugin" : {
// "version" : "1.0.9",
// "provider" : ""
// }
"mp-alipay" : {
"usingComponents" : true
},
"mp-baidu" : {
"usingComponents" : true
},
"mp-toutiao" : {
"usingComponents" : true
},
"h5" : {
"router" : {
"base" : "/h5/"
},
"domain" : "www.ruhuashop.com",
"title" : "如花",
"sdkConfigs" : {
"maps" : {}
}
}
}
================================================
FILE: 前端商城/means/coupon/coupon.vue
================================================
¥ {{Math.floor(item.reduce)}}
减{{Math.floor(item.reduce)}}
满{{Math.floor(item.full)}} 减{{Math.floor(item.reduce)}}
有效期:领取起{{item.day}}天
有效期:{{item.end_time}}
领取
已领
全平台优惠券
部分商品可用
================================================
FILE: 前端商城/means/discount/discount.vue
================================================
限时折扣
{{item.goods.goods_name}}
限时价: ¥{{item.goods.price-item.reduce_price}}
去抢购
================================================
FILE: 前端商城/means/notice/notice.vue
================================================
{{item.create_time}}
{{item.title}}
查看详情
================================================
FILE: 前端商城/means/onebuy/onebuy.vue
================================================
{{item.goods.goods_name}}
拼团价: ¥{{(item.goods.price*10000 - item.price*10000)/10000}}
单买价:{{item.goods.market_price}}
去拼单
================================================
FILE: 前端商城/means/pin/pin.vue
================================================
{{item.text}}
{{item.goods.goods_name}}
拼团价: ¥{{(item.goods.price*10000 - item.price*10000)/10000}}
单买价:{{item.goods.market_price}}
去拼单
{{item.goods.goods_name}}
拼团价: ¥{{(item.goods.price*10000 - item.price*10000)/10000}}
单买价:{{item.goods.market_price}}
去拼单
================================================
FILE: 前端商城/means/play/activity/draw.vue
================================================
{{ iteml.name }}
开始
规则说明
1.用户每天登录即送1次抽奖机会,分享好友则多赠1次机会
2.用户点击大转盘抽奖按钮,有积分和现金两种方式可参与抽奖,没抽一次消耗1次抽奖机会
3.用户获得的奖品,可在我的道具里查看
================================================
FILE: 前端商城/means/play/activity/draw加密.vue
================================================
{{ iteml.name }}
开始
规则说明
1.用户每天登录即送1次抽奖机会,分享好友则多赠1次机会
2.用户点击大转盘抽奖按钮,有积分和现金两种方式可参与抽奖,没抽一次消耗1次抽奖机会
3.用户获得的奖品,可在我的道具里查看
================================================
FILE: 前端商城/means/play/sherpa-jiugongge/sherpa-jiugongge.vue
================================================
{{ color[0].name }}
{{ color[1].name }}
{{ color[2].name }}
{{ color[7].name }}
{{ color[3].name }}
{{ color[6].name }}
{{ color[5].name }}
{{ color[4].name }}
================================================
FILE: 前端商城/means/play/sherpa-jiugongge/sherpa-jiugongge加密.vue
================================================
{{ color[0].name }}
{{ color[1].name }}
{{ color[2].name }}
{{ color[7].name }}
{{ color[3].name }}
{{ color[6].name }}
{{ color[5].name }}
{{ color[4].name }}
================================================
FILE: 前端商城/means/play/watering/watering.vue
================================================
+1
成长进度说明:
1、每浇水1次,经验+1。
2、小树(经验值0-10), 中树(经验值10-20), 大树(经验值20以上)。
================================================
FILE: 前端商城/means/play/watering/watering加密.vue
================================================
+1
成长进度说明:
1、每浇水1次,经验+1。
2、小树(经验值0-10), 中树(经验值10-20), 大树(经验值20以上)。
================================================
FILE: 前端商城/means/qiandao/qiandao.vue
================================================
积分:
{{my_point?my_point:0}}
兑换
签到领积分
已签到7天
{{item.num}}
{{index+1}}
积分兑换
积分抽奖
赚积分
分享商品 +1积分
每天可做5次
做任务
绑定公众号 +5积分
一次性任务{{sfm}}
做任务
================================================
FILE: 前端商城/model/category.js
================================================
//
import http from '../common/axios.js'
export default{
// All
getCategoryAll(){
let url='category/all_category'
return http.get(url).then(res=>{
return res;
})
},
// one
getCategoryOne(){
let url='category/get_category'
return http.get(url,{id:1}).then(res=>{
return res;
})
},
// Cid
getCategoryCid(index){
let url='category/category_cid'
return http.get(url,{id:index}).then(res=>{
return res;
})
},
}
================================================
FILE: 前端商城/model/order.js
================================================
// 订单请求
import http from '../common/axios.js'
export default{
//
postOrderAll(){
let url='order/user/all_order'
return http.post(url).then(res=>{
return res;
})
},
// 支付 Mp-WEIXIN
postOrderWxPay(index){
let url='order/pay/pre_order'
return http.post(url,{id:index}).then(res=>{
return res;
})
},
// 支付 App-plus
postOrderAppPay(index){
let url='order/pay/pre_app'
return http.post(url,{id:index}).then(res=>{
return res;
})
},
// 支付 h5
postOrderH5Pay(index){
let url='order/second_pay'
return http.post(url,{id:index}).then(res=>{
return res;
})
},
// 删除订单
putOrderdel(index){
let url='order/user/del_order?id='
return http.put(url,{id:index}).then(res=>{
return res;
})
},
// pt
getPtOneItem(index){
let url='pt/get_one_item'
return http.post(url,{id:index}).then(res=>{
return res;
})
},
// 团长下单
postPtCreateItem(obj){
let url='pt/create_pt_item'
return http.post(url,obj).then(res=>{
return res;
})
},
// 团员下单
postPtCreateItems(obj){
let url='pt/create_pt'
return http.post(url,obj).then(res=>{
return res;
})
},
}
================================================
FILE: 前端商城/model/product.js
================================================
// 商品请求
import http from '../common/axios.js'
// 所有商品
function getProList(){
let url='product/get_recent'
return http.get(url).then(res=>{
return res;
})
}
//分类商品
function getProductCate(index){
let url='product/get_cate_pros?id='
return http.get(url,{id:index}).then(res=>{
return res;
})
}
//搜索商品
function getProductSearch(key){
let url='product/search?name='
return http.get(url + key).then(res=>{
return res;
})
}
//分销商品
function getProductFx(){
let url='/fx/get_goods'
return http.get(url).then(res=>{
return res;
})
}
//修改商品
function postProductEdit(item){
let url='product/mcms/edit_product'
return http.post(url,item).then(res=>{
return res;
})
}
// 获取单个商品的信息
function getProduct(index){
let url='product/get_product?id=';
return http.get(url, {
id: index
}).then(res=>{
return res
})
}
// 拼团相关
function getPtItem(index){
let url='pt/get_item'
return http.get(url,{
id:index,
}).then(res=>{
return res;
})
}
//热门推荐
function getProductHotRecent(){
let url='product/get_recent'
return http.get(url,{type:'hot'}).then(res=>{
return res;
})
}
//新品推荐
function getProductNewRecent(){
let url='product/get_recent'
return http.get(url,{type:'new'}).then(res=>{
return res;
})
}
//
function postProductAllInfo(){
let url='product/mcms/all_goods_info'
return http.post(url).then(res=>{
return res;
})
}
// 上架/下架商品
function putProductUpdate(index){
let url='/mcms/update'
return http.put(url,{
id:index,
db:'goods',
field:'state'
}).then(res=>{
return res;
})
}
// 删除
function putProductDel(index){
let url='product/mcms/del_product'
return http.put(url,{id:index}).then(res=>{
return res;
})
}
function postProductSimPrice(item){
let url='product/get_shipment_price'
return http.psot(url,item).then(res=>{
return res;
})
}
// 二维码 MP-WEIXIN
function postWxCode(index){
let url='user/get_xcx_code'
return http.post(url,{
path: 'pages/extend-view/productDetail/productDetail',
scene: index
}).then(res=>{
return res;
})
}
// 二维码 H5
function postH5Code(index){
let url='user/get_web_code'
return http.post(url,{
path: 'pages/extend-view/productDetail/productDetail?id=' + index,
}).then(res=>{
return res;
})
}
// 获取评价
function getEvalutes(index){
let url='product/get_evaluate?id='
return http.get(url,{id:index}).then(res=>{
return res;
})
}
function getCoupons(){
let url='coupon/get_coupon'
return http.get(url).then(res=>{
return res;
})
}
//
function postIsLike(index){
let url='favorite/get_one_fav'
return http.post(url,{id:index}).then(res=>{
return res;
})
}
// 领取优惠券
function getAddCoupons(index){
let url='coupon/add_coupon'
return http.get(url,{id:index}).then(res=>{
return res;
})
}
// 收藏--取消收藏
function putDelFavorite(index){
let url='favorite/del_fav'
return http.put(url,{id:index}).then(res=>{
return res;
})
}
// 收藏--收藏成功
function postAddFavorite(item){
let url='favorite/add_fav'
return http.post(url,item).then(res=>{
return res;
})
}
export default {
getProduct, // 获取单个商品的信息
getPtItem, // MP-WEIXIN
postWxCode, // H5
postH5Code,
getEvalutes, // 获取评价
getCoupons, //
postIsLike,
getAddCoupons, // 领取优惠券
putDelFavorite, // 取消收藏
postAddFavorite, // 收藏成功
getProList, // 所有商品
getProductCate, // 分类商品
getProductSearch, // 搜索商品
getProductFx, // 分销商品
getProductHotRecent, // 热门推荐
getProductNewRecent, // 新品推荐
postProductEdit, // 修改商品
postProductAllInfo,
putProductUpdate, // 上架/下架商品
putProductDel, // 删除
postProductSimPrice, // 获取运费
}
================================================
FILE: 前端商城/pages/address/address.vue
================================================
默认
设默认
{{item.province}} {{item.city}}{{item.county}}
{{item.name}}
{{item.mobile}}
新增地址
微信地址
================================================
FILE: 前端商城/pages/address/addressManage.vue
================================================
联系人
手机号
地区
{{resultInfo.result}}
详细
删除
提交
提交
================================================
FILE: 前端商城/pages/article/article.vue
================================================
{{art.title}}
提交
================================================
FILE: 前端商城/pages/cart/cart.vue
================================================
{{item.goods_name}}
{{item.attr_val}}
¥{{item.price}}
清空
¥{{total}}
去结算
================================================
FILE: 前端商城/pages/cartnone/cartnone.vue
================================================
购物袋还是空空的,去挑选几件中意的商品吧
逛一逛
看看收藏
发现心仪好物
{{item.goods_name}}
vip {{item.price}}
¥ {{item.price}}
¥{{item.market_price}}
{{item.sales}}人付款
{{item.goods_name}}
vip {{item.price}}
¥ {{item.price}}
¥{{item.market_price}}
{{item.sales}}人付款
================================================
FILE: 前端商城/pages/category/category.1.vue
================================================
{{item.category_name}}
{{item.category_name}}
{{itemcate.category_name}}
================================================
FILE: 前端商城/pages/category/category.vue
================================================
{{item.category_name}}
——— {{currentName}} ———
{{titem.category_name}}
================================================
FILE: 前端商城/pages/cms/coupon/coupon.vue
================================================
店铺优惠券
优惠券名:
面 值:
使用次数:
{{item.name}}
使用门槛:
发放总量:
门槛金额:
有效期类型:
{{category_name}}
有效期天数:
开始时间:
{{date}}
结束时间:
{{date_end}}
使用设置:
{{product_cate}}
保存
{{item.category_name}}
{{item.name}}
================================================
FILE: 前端商城/pages/cms/coupon_VIP/coupon_VIP.vue
================================================
VIP特权券
特权券名:
面 值:
使用门槛:
门槛金额:
保存
================================================
FILE: 前端商城/pages/cms/couponlist/couponlist.vue
================================================
¥ {{item.reduce}}
{{item.name}}
满{{item.full}}减{{item.reduce}}
有效期:{{item.day}}天
有效期:{{item.start_time}}至{{item.end_time}}
删除
描述信息
¥ {{item.reduce}}
{{item.name}}
满{{item.full}}减{{item.reduce}}
有效期:{{item.day}}天
待审核
已入选
等待撤销
删除
撤销
撤销中...
描述信息
添加店铺优惠券
================================================
FILE: 前端商城/pages/cms/couponxuan/couponxuan.vue
================================================
{{item.goods_name}}
¥ {{item.price}}
================================================
FILE: 前端商城/pages/cms/edit/pro_manage/pro_manage.vue
================================================
{{item.goods_name}}
¥ {{item.price}}
库存:{{item.stock}}
销量:{{item.sales}}
编辑
下架
上架
删除
添加商品
================================================
FILE: 前端商城/pages/cms/edit/product/addgroup/addgroup.vue
================================================
添加
组名:{{item.name}}
完成
================================================
FILE: 前端商城/pages/cms/edit/product/product-图片上传ID未解决.vue
================================================
商品名称:
商品类型:
{{item.name}}
商品分类:
{{category_name}}
商品促销语:
市场价:
普通用户价:
VIP价:
分销提成:
总库存:
运费:
商品详情:
提交新增
提交修改
{{item.category_name}}
================================================
FILE: 前端商城/pages/cms/edit/product/product.vue
================================================
商品幻灯图(可拖动)
商品名称:
商品类型:
{{item.name}}
配送方式:
{{peisong[index]}}
商品分类:
{{category_name}}
商品促销语:
是否允许分销:
{{item.name}}
分销佣金:
原价:
普通用户价:
VIP价:
规格名称:
市场价:
普通用户价:
VIP价:
分销提成:
添加商品规格
总库存:
运费:
商品详情介绍:
提交新增
提交修改
{{item.category_name}}
{{item.name}}
================================================
FILE: 前端商城/pages/cms/edit/shop/shop.vue
================================================
店铺名称:
{{content.shop_name}}
店铺地址:
{{content.shop_address}}
标注位置:
店铺电话:
营业时间:
{{time}}
--
{{time_close}}
购买须知:
是否营业:
提交
================================================
FILE: 前端商城/pages/cms/edit/shop_login/shop_login.vue
================================================
资质认证123
选择类型
自行车
图片
上传图片
身份证照片
上传图片
姓名:
手机号码:
身份号码:
================================================
FILE: 前端商城/pages/cms/edit/yanzheng/yanzheng.vue
================================================
{{item}}
0
验 证
================================================
FILE: 前端商城/pages/cms/edit/yfmoban/yfmoban.vue
================================================
模板名称
{{yfmoban.name}}
使用范围
{{yfmoban.fanwei}}
可配送区域
{{item.province}}
首件
{{item.shou}}件
运费
{{item.s_price}} 元
续件
{{item.xu}} 件
续费
{{item.x_price}} 元
================================================
FILE: 前端商城/pages/cms/edit/yfset/yfset.vue
================================================
金额(元)
设置该商品的国内统一运费价格
保存
================================================
FILE: 前端商城/pages/cms/edit/yunfei/yunfei.vue
================================================
统一运费(0元)
未有商品使用
{{item.num}}
{{item.mess}}
需要创建更多运费模板,请登录“youzan.com”通过“订单--->物流工具”新建
================================================
FILE: 前端商城/pages/cms/index/index.vue
================================================
{{shop.shop_name}}
扫码验证
输码验证
数据交易
更多
今日订单/金额
{{order_data.today_order}} / ¥{{order_data.today_money}}
昨日订单/金额
{{order_data.yesterday_order}} /
{{order_data.yesterday_money}}
总订单数
{{order_data.all_order}}
总销售金额
¥ {{order_data.all_money}}
商品管理
订单管理
================================================
FILE: 前端商城/pages/cms/kedetail/kedetail.vue
================================================
名字VIP
微信粉丝 购买用户
交易统计
累计消费金额(元)
0
可用优惠券/码(张)
0
累计下单数
0
权益卡(张)
0
================================================
FILE: 前端商城/pages/cms/kehu/kehu.vue
================================================
搜索
搜索
全部
{{item.category_name}}
{{item.name}} 会员
{{item.tell}}
新增标签
================================================
FILE: 前端商城/pages/cms/kucun/kucun.vue
================================================
搜索商品
全网库存
商品库存
商品来源
未售 库龄:27
上架
这是晒晒单
采购价:¥123
销售价:¥123
同行价:¥123
商家:白美剧
销售
出全网
未售 库龄:27
上架
这是晒晒单
采购价:¥123
销售价:¥123
同行价:¥123
销售
出全网
添加商品
================================================
FILE: 前端商城/pages/cms/login/login-old.vue
================================================
登录
验证码
忘记密码?
立即注册
登录
密码登陆
验证码登录
================================================
FILE: 前端商城/pages/cms/login/login.vue
================================================
{{miao}}秒
忘记密码?
登录
验证码
{{miao}}秒
返回登录
提交
================================================
FILE: 前端商城/pages/cms/notice/notice.vue
================================================
通知公告
标题标题标题
2019-07-28
================================================
FILE: 前端商城/pages/cms/order/detail/detail.vue
================================================
收货人:{{order_detail.receiver_name}}
{{order_detail.receiver_mobile}}
收货地址:{{order_detail.receiver_city}}{{order_detail.receiver_address}}
{{item.goods_name}}
{{item.sku_name}}
¥{{item.price}}
x {{item.num}}
总计:¥ {{total_price}}
订单信息
订单编号:
{{order_detail.order_num}}
支付时间:
{{order_detail.create_time}}
================================================
FILE: 前端商城/pages/cms/order/detail.vue
================================================
订单编号:{{order.order_num}}
{{order.message}}
¥{{order.goods_money}}
x {{order.num}}
下单时间
{{order.pay_time}}
总金额
{{order.order_money}}
收货地址
{{order.receiver_address}}
================================================
FILE: 前端商城/pages/cms/order/order.vue
================================================
{{item.text}}
{{item.update_time}}
{{item.stateTip}}
{{goodsItem.goods_name}}
{{goodsItem.sku_name}} x {{goodsItem.num}}
{{goodsItem.price}}
共
{{item.ordergoods.length}}
件商品 实付款
{{item.order_money}}
立即发货
================================================
FILE: 前端商城/pages/cms/order/send/send.vue
================================================
快递公司:
{{courier_name}}
快递单号:
确认发货
{{item.name}}
================================================
FILE: 前端商城/pages/cms/order/yz_order.vue
================================================
================================================
FILE: 前端商城/pages/cms/tag_manage/tag_manage.vue
================================================
标签管理
添加
标签名称:
自动打标签条件
累计成交笔数:
累计成交金额:
保存
================================================
FILE: 前端商城/pages/cms/user/agent/agent.vue
================================================
共 10000 人
微信头像
微信昵称
等级
就看见
1级代理
================================================
FILE: 前端商城/pages/cms/user/buy_vip.vue
================================================
某某会员
优享会员 享受 7 大特权
立即开通
做专属任务,领取专属红包
已完成
——
已完成
——
已完成
——
已完成
立即参与
================================================
FILE: 前端商城/pages/cms/user/fenxiao/addcard/addcard.vue
================================================
添加银行卡
修改银行卡
姓名:
银行卡号:
开户行:
提交
删除
修改
================================================
FILE: 前端商城/pages/cms/user/fenxiao/bankcard/bankcard.vue
================================================
中国工商银行
王某某
1234123412341234
中国招商银行
张某某
1234123412341234
添加银行卡
================================================
FILE: 前端商城/pages/cms/user/fenxiao/fenxiao.vue
================================================
总收益(元)
提现规则
872
可提现金额
提现
12万
我的用户
12万
我的用户
12万
我的用户
12万
我的用户
================================================
FILE: 前端商城/pages/cms/user/fenxiao/success/success.vue
================================================
提现申请成功完成
提现申请成功
¥ {{list.money}}
提现方式
{{name}}({{card_num}})
提现状态
到账时间
1、银行卡方式体现工作日15:00之前提现,2小时到账,15:00之后体现次日到账。
2、节假日提现顺延。
确认
================================================
FILE: 前端商城/pages/cms/user/fenxiao/tixian/tixian.vue
================================================
提现到
添加银行卡
{{item.bank_name}}
{{item.username}}
{{item.bank_num}}
提现金额
可提现余额{{yu}} 元
全部提现
这是一段自定义关于提现的描述
确定提现
================================================
FILE: 前端商城/pages/cms/user/mingxi/mingxi.vue
================================================
去提现
代理提成-{{item.card.bank_num.substr(item.card.bank_num.length-4)}} {{item.create_time}}
+{{item.money}}
提现中
已完成
================================================
FILE: 前端商城/pages/cms/user/tongji/tongji.vue
================================================
经营数据
统计时间截止9月2号
经营收入
¥ {{data.total[0].all_money_total}}
消费人数{{data.total[0].all_num_total}}
用户数据
121 用户总数
38 本月新用户
其他数据
{{data.today[0].today_num_total?data.today[0].today_num_total:0}} 今日订单
¥ {{data.today[0].today_money_total?data.today[0].today_money_total:0}} 今日收益
{{data.yesterday[0].yesterday_num_total?data.yesterday[0].yesterday_num_total:0}} 昨日订单
¥ {{data.yesterday[0].yesterday_money_total?data.yesterday[0].yesterday_money_total:0}} 昨日收益
================================================
FILE: 前端商城/pages/cms/user/user.vue
================================================
原密码:
新密码:
新密码:
================================================
FILE: 前端商城/pages/detail/detail.vue
================================================
订单编号:{{order.order_num}}
{{order.message}}
¥{{order.goods_money}}
x {{order.num}}
下单时间
{{order.pay_time}}
总金额
{{order.order_money}}元
待付款
退款
物流
评价
================================================
FILE: 前端商城/pages/evaluate/evaluate.vue
================================================
{{item.nickname}}
{{item.create_time}}
{{item.content}}
{{item.nickname}}
{{item.create_time}}
{{item.content}}
================================================
FILE: 前端商城/pages/extend-view/mall/mall.vue
================================================
{{item.name}}
新品推荐
{{item.name}}
¥{{item.present}}
¥{{item.original}}
热门推荐
{{item.name}}
¥{{item.sale}}
¥{{item.factory}}
{{item.payNum}}人付款
{{item.name}}
¥{{item.sale}}
¥{{item.factory}}
{{item.payNum}}人付款
================================================
FILE: 前端商城/pages/extend-view/news-search/news-search.vue
================================================
搜索
{{item}}
{{item}}
{{item}}
{{item}}
{{item}}
================================================
FILE: 前端商城/pages/extend-view/productDetail/components/activity.vue
================================================
邀新 专享
¥{{price}} 单独买¥{{list.market_price}}
邀请新用户参团 限拼购1件
{{is_vip?'VIP':'¥'}}
{{price}}
价格
¥{{list.market_price}}
¥
{{list.price}}
价格
¥{{list.market_price}}
VIP享超值优惠价¥{{list.price - list.vip_price}}
立即开通 >
此商品将于{{list.discount.discount.start_time}}开启限时折扣
快递:{{list.delivery.name}}
月销:{{list.sales}}
{{list.city}}
================================================
FILE: 前端商城/pages/extend-view/productDetail/components/bottom.vue
================================================
首页
购物车
{{shop_car_num}}
收藏
加入购物车
立即购买
================================================
FILE: 前端商城/pages/extend-view/productDetail/components/choose_sku.vue
================================================
================================================
FILE: 前端商城/pages/extend-view/productDetail/components/coupon.vue
================================================
{{item.name}}
有效期至{{item.end_time}}
{{item.reduce}}
满{{item.full}}可用
限新用户使用
立即领取
已领取
================================================
FILE: 前端商城/pages/extend-view/productDetail/components/get_coupon.vue
================================================
领券
满{{item.full}}减{{item.reduce}}
================================================
FILE: 前端商城/pages/extend-view/productDetail/components/share.vue
================================================
— · 分享 · —
分享后预计可赚取佣金¥{{list.fx}}
朋友通过你分享的页面成功买够后,你可获得对应的佣金。
佣金可在“我的页面-分销中心”里查看
分享好友
生成海报
生成海报
取消
================================================
FILE: 前端商城/pages/extend-view/productDetail/productDetail++.vue
================================================
{{bannerIndex+1}}
/{{banner_length}}
{{label_name}}
邀新 专享
¥{{price}} 单独买¥{{list.market_price}}
邀请新用户参团 限拼购1件
¥{{price}}
价格
¥{{list.market_price}}
距离活动结束还剩
{{is_vip?'VIP':'¥'}}
{{price}}
价格
¥{{list.market_price}}
¥
{{list.price}}
价格
¥{{list.market_price}}
VIP享超值优惠价¥{{list.price - list.vip_price}}
立即开通 >
{{list.goods_name}}
分享
此商品将于{{list.discount.discount.start_time}}开启限时折扣
快递:{{list.delivery.name}}
月销:{{list.sales}}
{{list.city}}
领券
满{{item.full}}减{{item.reduce}}
已选
{{xz_sku_name}}
{{pindan.length}}人在拼单,可直接参与
查看更多
{{item.c_name}}
还差{{item.num}}人 拼成
剩余
去拼单
玩法
开团后邀请好友参团,人满发货(不满退款)
评价
查看全部
{{applist.user.nickname}}
{{applist.content}}
首页
购物车
{{shop_car_num}}
收藏
加入购物车
我要开团
立即购买
{{item.name}}
有效期至{{item.end_time}}
{{item.reduce}}
满{{item.full}}可用
限新用户使用
立即领取
— · 分享 · —
分享好友
生成海报
取消
正在拼单
{{item.c_name}} 还差{{item.num}}人拼成
剩余
去拼单
================================================
FILE: 前端商城/pages/extend-view/productDetail/productDetail.vue
================================================
{{bannerIndex+1}}
/{{banner_length}}
{{label_name}}
{{list.goods_name}}
分享
分享
已选
{{xz_sku_name}}
{{pindan.length}}人在拼单,可直接参与
查看更多
{{item.c_name}}
还差{{item.num}}人 拼成
剩余
去拼单
玩法
开团后邀请好友参团,人满发货(不满退款)
评价
查看全部
{{applist.nickname}}
{{applist.content}}
================================================
FILE: 前端商城/pages/extend-view/productList/productList.vue
================================================
{{item.goods_name}}
¥ {{item.price}}
{{item.sales?item.sales:0}}人付款
{{item.name}}
重置
确定
分类
全部
{{item.category_name}}
子类
{{sitem.category_name}}
重置
确定
================================================
FILE: 前端商城/pages/form/form.vue
================================================
{{item.desc}}:
男
女
{{item.desc}}:
{{item.desc}}:
{{item.desc}}:
{{item.desc}}:
{{it.name}}
{{item.desc}}:
{{result}}
{{item.desc}}:
{{time}}
{{item.desc}}:
{{resultInfo.result}}
{{item.desc}}:
{{item.option[ind]}}
提交
================================================
FILE: 前端商城/pages/index/index.vue
================================================
{{item.nav_name}}
{{item.nav_name}}
{{item.nav_name}}
新品推荐
{{item.goods_name}}
¥{{item.price}}
热门推荐
{{item.goods_name}}
vip{{item.price}}
¥{{item.price}}
¥{{item.market_price}}
{{item.goods_name}}
vip {{item.price}}
¥{{item.price}}
¥{{item.market_price}}
================================================
FILE: 前端商城/pages/invite/invite.vue
================================================
{{name}}
七天退货·自提·发货&售后
还差{{tuan_data.num}}人 拼购成功,时间仅剩
团长
?
邀请好友参团
================================================
FILE: 前端商城/pages/invoices/invoices.vue
================================================
增值税电子普通发票
抬头类型
不开发票
个人
单位
发票抬头
税号
发票内容
{{array[index]}}
电子邮件
发票须知
1、电子发票与纸质发票具备同等法律效力,支持报销入账。
2、开票金额按订单实付计。
3、订单完成后可开具发票。
4、请确保抬头和纳税人识别号或统一社会信用代码准确,开票成功后无法更改。
确定
================================================
FILE: 前端商城/pages/list/list.vue
================================================
{{item.title}}
用户协议
用户隐私政策
================================================
FILE: 前端商城/pages/login/login.vue
================================================
商城
申请获取以下权限
·获得你的公开信息(昵称、头像等)
暂不登录
立即登录
================================================
FILE: 前端商城/pages/login/loginA/loginA.vue
================================================
商城
微信一键登录
使用手机号登陆 >
================================================
FILE: 前端商城/pages/login/loginB/loginB.vue
================================================
获取验证码
{{btn_name}}
立即登录
已阅读并同意《用户协议》 和《用户隐私政策》
================================================
FILE: 前端商城/pages/order/components/buy_data.vue
================================================
{{item.goods_name}}
{{item.sku_name?item.sku_name:''}}
¥{{item.price - item.vip_price}}
¥{{item.price}}
x {{item.num}}
================================================
FILE: 前端商城/pages/order/components/coupon.vue
================================================
减{{item.reduce}}
满{{item.full}} 减{{item.reduce}}
{{item.reduce}}
有效期至{{item.end_time}}
去使用
不使用优惠券
================================================
FILE: 前端商城/pages/order/components/drive_type.vue
================================================
快递配送
同城配送
到店自提
{{switch_list.zt_address}}
================================================
FILE: 前端商城/pages/order/components/group_buy.vue
================================================
为您加入仅差{{pt_data.num}}人的团,支付后即可拼购成功
团长
待支付
立即支付,即可开团成功
待支付
?
================================================
FILE: 前端商城/pages/order/components/receive_address.vue
================================================
{{address.name}}
{{address.mobile}}
{{address.province}} {{address.city}}{{address.county}}
================================================
FILE: 前端商城/pages/order/createOrder.vue
================================================
{{address.name}}
{{address.mobile}}
{{address.province}} {{address.city}}{{address.county}}
该团由团长代收包裹(免运费)
团长:123
快递配送
同城配送
到店自提
{{switch_list.zt_address}}
{{item.goods_name}}
{{item.sku_name?item.sku_name:''}}
¥{{item.price - item.vip_price}}
¥{{item.price}}
¥{{item.price}}
x {{item.num}}
为您加入仅差{{pt_data.num}}人的团,支付后即可拼购成功
团长
待支付
立即支付,即可开团成功
待支付
?
券
优惠券
{{coupon_text}}
商品金额
¥{{goods_money | count_price(goods_money)}}
优惠金额
-¥{{coupon_money}}
运费
¥ {{yunfei_money}}
免运费
备注
减{{item.reduce}}
满{{item.full}} 减{{item.reduce}}
{{item.reduce}}
有效期至{{item.end_time}}
去使用
不可用
不使用优惠券
不同意
同意
================================================
FILE: 前端商城/pages/order/order.vue
================================================
{{item.text}}
{{item.order_num}}
{{item.stateTip}}
{{item.create_time}}
{{goodsItem.goods_name}}
{{goodsItem.sku_name?goodsItem.sku_name:''}} x {{goodsItem.num}}
{{item.order_money}}
共
{{item.order_goods.length}}
件商品 实付款
{{item.order_money}}
取消订单
立即支付
================================================
FILE: 前端商城/pages/order/pay.vue
================================================
================================================
FILE: 前端商城/pages/pindetail/pindetail.vue
================================================
恭喜您拼购成功!
团长
?
查看订单
================================================
FILE: 前端商城/pages/public/login.vue
================================================
LOGIN
欢迎回来!
手机号码
密码
登录
忘记密码?
还没有账号?
马上注册
================================================
FILE: 前端商城/pages/set/set.vue
================================================
个人资料
昵称
生日
性别
男
女
提 交
取消
确定
================================================
FILE: 前端商城/pages/shop/shop.vue
================================================
{{shop.shop_name}}
{{shop.shop_address}}
首页
新品
热门
活动
¥ 5
领取薯券
满100使用
积分抵扣20元
1123
2
¥3
返回首页
================================================
FILE: 前端商城/pages/user/bind_phone/bind_phone.vue
================================================
获取验证码
{{btn_name}}
立即绑定
================================================
FILE: 前端商城/pages/user/cash/cash.vue
================================================
可提现金额:0.00元
¥
银行名称
银行户名
银行卡号
提现费用:
0.00元
预计到账时间
当日到账
提现
================================================
FILE: 前端商城/pages/user/like/like.vue
================================================
{{item.product.goods_name}}
{{item.int}}
¥{{item.price}}
取消收藏
去购买
================================================
FILE: 前端商城/pages/user/mycoupon/mycoupon.vue
================================================
未使用
使用记录
已过期
¥ {{Math.floor(item.reduce)}}
减{{Math.floor(item.reduce)}}
满{{Math.floor(item.full)}} 减{{Math.floor(item.reduce)}}
有效期:{{item.end_time}}
去使用
所有商品可用
指定商品可用
================================================
FILE: 前端商城/pages/user/myorder/drive/drive.vue
================================================
承运公司:{{kd_cpy}}
快递单号:{{kd_num}}
================================================
FILE: 前端商城/pages/user/myorder/grade/grade.vue
================================================
{{order.goods_name}}
x{{order.num}}
共 {{order.total_price}}元
物流服务:
发布
================================================
FILE: 前端商城/pages/user/myorder/myorder.vue
================================================
{{my_order.receiver_name}}
{{my_order.receiver_mobile}}
{{my_order.receiver_city}}
该团由团长代收包裹(免运费)
团长:123
{{item.goods_name}}
规格:{{item.sku_name}}
¥{{item.price}}
x {{item.num}}
评价
恭喜您拼购成功
[拼团成功]恭喜您拼购成功
订单编号
{{my_order.order_num}}
商品金额
¥{{my_order.goods_money}}
优惠金额
-¥{{my_order.coupon_money}}
运费
免运费
{{my_order.shipping_money}}
配送方式
{{my_order.drive_type}}
备注
{{my_order.message}}
退款状态
{{my_order.state==-1?'退款申请中':'退款成功'}}
退款
物流
确认收货
{{my_order.yz_code}}
立即支付
================================================
FILE: 前端商城/pages/user/myorder/refund/refund.vue
================================================
金额
¥ {{price}}
退款原因
{{item.short}}
退款说明
(可不填)
提交退款申请
================================================
FILE: 前端商城/pages/user/record/record.vue
================================================
余额(元)
{{total}}
提现
提现
-{{item.money}}
卡号
{{item.card}}
{{item.update_time}}
申请中
已提现
已驳回
================================================
FILE: 前端商城/pages/user/set/set.vue
================================================
个人资料
版本更新
退出
================================================
FILE: 前端商城/pages/user/user.vue
================================================
{{userinfo.nickName || '游客'}}
{{userinfo.nickName || '游客'}}
全部订单
待付款
待发货
退款/售后
找不到订单和优惠券?绑定手机试试
绑定手机
绑定手机
{{shop_name}}
Copyright@2020
================================================
FILE: 前端商城/pages/wxauth.vue
================================================
================================================
FILE: 前端商城/pages/xieyi/xieyi.vue
================================================
================================================
FILE: 前端商城/pages/zhibo/detail.vue
================================================
Go to Live Player page
================================================
FILE: 前端商城/pages/zhibo/zhibo.vue
================================================
直播中
122人观看
占位演示,请点下面的
无直播占位演示一下,请点击下面的
¥12
¥29.9
视频购
1224人观看
{{item.anchor_name}}
{{item.name}}
超多好货,买就送现金抵用券
¥{{it.price}}
直播预告
{{item.start_time | date_filter("M-D h-m")}}
{{item.name}}
生活不将就
开播提醒
精彩回放
回放
122人观看
{{item.anchor_name}}
{{item.name}}
================================================
FILE: 前端商城/pages.json
================================================
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
// #ifdef H5
"navigationBarBackgroundColor": "#FFF",
"navigationStyle": "custom",
// #endif
// #ifdef MP-WEIXIN
"navigationBarBackgroundColor": "#FB586A",
"navigationBarTitleText": "",
// #endif
// #ifdef APP-PLUS
"navigationBarBackgroundColor": "#FB586A",
"navigationBarTitleText": "",
// #endif
"navigationBarTextStyle": "black",
"backgroundColorTop": "#F7F7F7",
"backgroundColorBottom": "#F7F7F7",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}, {
"path": "pages/extend-view/mall/mall",
"style": {
}
},
{
"path": "pages/form/form",
"style": {
"navigationBarTitleText": ""
}
},
// ---------活动----------
// ---------活动结束----------
{
"path": "pages/wxauth",
"style": {}
},
{
"path": "pages/cart/cart",
"style": {
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "购物车",
"enablePullDownRefresh": true
}
},
{
"path": "pages/shop/shop",
"style": {
"navigationBarTitleText": "店铺",
"enablePullDownRefresh": true
}
},
{
"path": "pages/set/set",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/user/bind_phone/bind_phone",
"style": {
"navigationBarTitleText": "绑定手机"
}
},
{
"path": "pages/user/myorder/myorder",
"style": {
"navigationBarTitleText": "订单详情",
"enablePullDownRefresh": true
}
},
{
"path": "pages/user/myorder/drive/drive",
"style": {
"navigationBarTitleText": "物流",
"enablePullDownRefresh": true
}
},
{
"path": "pages/user/mycoupon/mycoupon",
"style": {
"navigationBarTitleText": "我的优惠券",
"enablePullDownRefresh": true
}
},
{
"path": "pages/evaluate/evaluate",
"style": {
"navigationBarTitleText": "评价",
"enablePullDownRefresh": true
}
},
{
"path": "pages/user/myorder/refund/refund",
"style": {
"navigationBarTitleText": "退款"
}
},
{
"path": "pages/user/like/like",
"style": {
"navigationBarTitleText": "收藏",
"enablePullDownRefresh": true
}
},{
"path": "pages/zhibo/zhibo",
"style": {
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#FB586A",
"mp-weixin": {
"usingComponents": {
"subscribe": "plugin-private://wx2b03c6e691cd7370/components/subscribe/subscribe"
}
}
}
}, {
"path": "pages/zhibo/detail",
"style": {
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#FD3830"
}
},
{
"path": "pages/user/myorder/grade/grade",
"style": {
"navigationBarTitleText": "评分"
}
},
{
"path": "pages/address/address",
"style": {
"navigationBarTitleText": "收货地址",
"enablePullDownRefresh": true
}
},
{
"path": "pages/address/addressManage",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/cms/order/send/send",
"style": {
"navigationBarTitleText": "发货"
}
},
{
"path": "pages/extend-view/news-search/news-search",
"style": {
"navigationBarTitleText": "搜索",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"backgroundColorTop": "#fff",
"backgroundColorBottom": "#fff"
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "我的订单",
"app-plus": {
"bounce": "none"
},
"enablePullDownRefresh": true
}
},
{
"path": "pages/order/createOrder",
"style": {
"navigationBarTitleText": "创建订单",
"enablePullDownRefresh": true
}
},
{
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "商品分类",
"navigationBarBackgroundColor": "#FCFCFC",
"navigationBarTextStyle": "black",
"backgroundColorTop": "#fcfcfc",
"backgroundColorBottom": "#fcfcfc",
"disableScroll": true,
"app-plus": {
"bounce": "none"
},
"enablePullDownRefresh": true
}
},
{
"path": "pages/extend-view/productList/productList",
"style": {
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"backgroundColorTop": "#F7F7F7",
"backgroundColorBottom": "#F7F7F7",
"navigationBarTitleText": "商品列表 ",
"onReachBottomDistance": 50,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
},
"enablePullDownRefresh": true
}
},
{
"path": "pages/extend-view/productDetail/productDetail",
"style": {
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"backgroundColorTop": "#F7F7F7",
"backgroundColorBottom": "#F7F7F7",
"navigationBarTitleText": "商品详情 ",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
},
"enablePullDownRefresh": true
}
},
{
"path": "pages/user/user",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "",
// #ifdef MP
"navigationStyle": "custom",
// #endif
"app-plus": {
"bounce": "none",
"titleNView": {
"type": "transparent"
// "buttons": [{
// "fontSrc": "/static/yticon.ttf",
// "text": "\ue60f",
// "fontSize": "24",
// "color": "#303133",
// "width": "46px",
// "background": "rgba(0,0,0,0)"
// },
// {
// "fontSrc": "/static/yticon.ttf",
// "text": "\ue744",
// "fontSize": "28",
// "color": "#303133",
// "background": "rgba(0,0,0,0)",
// "redDot": true
// }
// ]
}
}
}
}, {
"path": "pages/user/cash/cash",
"style": {
"navigationBarTitleText": " "
}
}, {
"path": "pages/user/record/record",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": " "
}
},
{
"path": "pages/cms/index/index",
"style": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "手机端商城管理",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#51C592"
}
}, {
"path": "pages/cms/login/login",
"style": {}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": " "
}
}, {
"path": "pages/cms/notice/notice",
"style": {
"enablePullDownRefresh": true
}
},
{
"path": "pages/cms/coupon/coupon",
"style": {}
}, {
"path": "pages/cms/kedetail/kedetail",
"style": {
"enablePullDownRefresh": true
}
},
{
"path": "pages/cms/kehu/kehu",
"style": {
"enablePullDownRefresh": true
}
},
{
"path": "pages/cms/couponxuan/couponxuan",
"style": {}
},
{
"path": "pages/cms/couponlist/couponlist",
"style": {
"enablePullDownRefresh": true
}
},
{
"path": "pages/cms/tag_manage/tag_manage",
"style": {
"enablePullDownRefresh": true
}
}, {
"path": "pages/cms/coupon_VIP/coupon_VIP",
"style": {}
},
{
"path": "pages/cms/edit/product/product",
"style": {}
}, {
"path": "pages/cms/edit/shop/shop",
"style": {}
}, {
"path": "pages/cms/edit/shop_login/shop_login",
"style": {}
}, {
"path": "pages/cms/user/user",
"style": {}
}, {
"path": "pages/cms/user/agent/agent",
"style": {
"enablePullDownRefresh": true
}
}, {
"path": "pages/cms/user/fenxiao/fenxiao",
"style": {
"enablePullDownRefresh": true
}
}, {
"path": "pages/cms/user/tongji/tongji",
"style": {
"enablePullDownRefresh": true
}
}, {
"path": "pages/cms/user/mingxi/mingxi",
"style": {
"enablePullDownRefresh": true
}
}, {
"path": "pages/cms/kucun/kucun",
"style": {
"enablePullDownRefresh": true
}
}, {
"path": "pages/cms/user/fenxiao/tixian/tixian",
"style": {
"enablePullDownRefresh": true
}
}, {
"path": "pages/cms/edit/yanzheng/yanzheng",
"style": {}
}, {
"path": "pages/cms/order/order",
"style": {
"enablePullDownRefresh": true
}
}, {
"path": "pages/cms/order/yz_order",
"style": {
}
}, {
"path": "pages/cms/order/detail",
"style": {
"enablePullDownRefresh": true
}
}, {
"path": "pages/cms/user/fenxiao/success/success",
"style": {
"enablePullDownRefresh": true
}
}, {
"path": "pages/cms/user/fenxiao/bankcard/bankcard",
"style": {
"enablePullDownRefresh": true
}
}, {
"path": "pages/cms/user/fenxiao/addcard/addcard",
"style": {}
}, {
"path": "pages/cms/edit/product/addgroup/addgroup",
"style": {
"enablePullDownRefresh": true
}
},
{
"path": "pages/cms/edit/pro_manage/pro_manage",
"style": {
"enablePullDownRefresh": true
}
}, {
"path": "pages/cms/order/detail/detail",
"style": {
"enablePullDownRefresh": true
}
}, {
"path": "pages/cms/edit/yunfei/yunfei",
"style": {}
}, {
"path": "pages/cms/edit/yfmoban/yfmoban",
"style": {}
}, {
"path": "pages/cms/edit/yfset/yfset",
"style": {}
},
{
"path": "pages/article/article",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": " "
}
}, {
"path": "pages/cartnone/cartnone",
"style": {}
}, {
"path": "pages/list/list",
"style": {
"navigationBarTitleText": " "
}
}, {
"path": "pages/invite/invite",
"style": {
"navigationBarTitleText": "参团"
}
}, {
"path": "pages/pindetail/pindetail",
"style": {
"navigationBarTitleText": "拼团成功"
}
},
{
"path": "pages/xieyi/xieyi",
"style": {}
}, {
"path": "pages/invoices/invoices",
"style": {
"navigationBarTitleText": "发票信息"
}
}, {
"path": "pages/login/loginA/loginA",
"style": {
"navigationBarTitleText": " "
}
}, {
"path": "pages/login/loginB/loginB",
"style": {
"navigationBarTitleText": " "
}
}
, {
"path": "pages/user/set/set",
"style": {}
},{
"path" : "pages/order/pay",
"style" : {}
}
],
"subPackages": [{
"root": "means",
"pages": [
{
"path": "play/watering/watering",
"style": {
"navigationBarTitleText": "种树"
}
},{
"path": "play/activity/draw",
"style": {
"navigationBarTitleText": "大转盘"
}
},
{
"path": "play/sherpa-jiugongge/sherpa-jiugongge",
"style": {
"navigationBarTitleText": "9宫格"
}
},
{
"path": "notice/notice",
"style": {
"navigationBarTitleText": "通知",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#F7F7F7"
}
} ,
{
"path": "discount/discount",
"style": {
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#f7f7f7"
}
},
{
"path": "pin/pin",
"style": {
"enablePullDownRefresh": true
}
},
{
"path": "coupon/coupon",
"style": {
"enablePullDownRefresh": true
}
},
{
"path": "onebuy/onebuy",
"style": {
"enablePullDownRefresh": true
}
}
,
{
"path": "qiandao/qiandao",
"style": {
"navigationBarTitleText": "签到",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#FE461D"
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "如花商城",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#666666",
"selectedColor": "#FB586A",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/index/index",
"text": "主页",
"iconPath": "static/images/tabbar/code_gray.png",
"selectedIconPath": "static/images/tabbar/code_active.png"
},
{
"pagePath": "pages/category/category",
"text": "分类",
"iconPath": "static/images/tabbar/extend_gray.png",
"selectedIconPath": "static/images/tabbar/extend_active.png"
},
{
"pagePath": "pages/cart/cart",
"text": "购物车",
"iconPath": "static/images/tabbar/thor_gray.png",
"selectedIconPath": "static/images/tabbar/thor_active.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "static/images/tabbar/me_gray.png",
"selectedIconPath": "static/images/tabbar/me_active.png"
}
]
}
}
================================================
FILE: 前端商城/static/style/icon.css
================================================
@font-face {
font-family: 'iconfont';
src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
font-weight: normal;
font-style: normal;
}
.tui-icon {
font-family: "iconfont" !important;
font-size: 30px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
color: #999;
vertical-align: middle;
line-height: 1;
padding-top: -1px;
margin-bottom: 1px;
}
.tui-icon-friendadd:before {
content: "\e6ca";
}
.tui-icon-friendadd-fill:before {
content: "\e6c9";
}
.tui-icon-service:before {
content: "\e664";
}
.tui-icon-service-fill:before {
content: "\e665";
}
.tui-icon-explore:before {
content: "\e666";
}
.tui-icon-explore-fill:before {
content: "\e667";
}
.tui-icon-wealth:before {
content: "\e668";
}
.tui-icon-wealth-fill:before {
content: "\e669";
}
.tui-icon-exchange:before {
content: "\e638";
}
.tui-icon-refresh:before {
content: "\e640";
}
.tui-icon-search:before {
content: "\e622";
}
.tui-icon-search-2:before {
content: "\e634";
}
.tui-icon-todown:before {
content: "\e64f";
}
.tui-icon-toleft:before {
content: "\e650";
}
.tui-icon-toright:before {
content: "\e651";
}
.tui-icon-video:before {
content: "\e657";
}
.tui-icon-people:before {
content: "\e736";
}
.tui-icon-people-fill:before {
content: "\e735";
}
.tui-icon-community:before {
content: "\e741";
}
.tui-icon-community-fill:before {
content: "\e740";
}
.tui-icon-ios:before {
content: "\e66a";
}
.tui-icon-android:before {
content: "\e66c";
}
.tui-icon-square:before {
content: "\e720";
}
.tui-icon-square-fill:before {
content: "\e721";
}
.tui-icon-square-selected:before {
content: "\e722";
}
.tui-icon-close:before {
content: "\e725";
}
.tui-icon-close-fill:before {
content: "\e724";
}
.tui-icon-shut:before {
content: "\e723";
}
.tui-icon-plus:before {
content: "\e727";
}
.tui-icon-add:before {
content: "\e726";
}
.tui-icon-add-fill:before {
content: "\e728";
}
.tui-icon-reduce:before {
content: "\e729";
}
.tui-icon-about:before {
content: "\e72b";
}
.tui-icon-about-fill:before {
content: "\e72a";
}
.tui-icon-explain:before {
content: "\e72d";
}
.tui-icon-explain-fill:before {
content: "\e72c";
}
.tui-icon-check:before {
content: "\e72e";
}
.tui-icon-circle:before {
content: "\e72f";
}
.tui-icon-circle-fill:before {
content: "\e732";
}
.tui-icon-circle-selected:before {
content: "\e733";
}
.tui-icon-star:before {
content: "\e737";
}
.tui-icon-star-fill:before {
content: "\e734";
}
.tui-icon-revoke:before {
content: "\e738";
}
.tui-icon-shop:before {
content: "\e73a";
}
.tui-icon-shop-fill:before {
content: "\e739";
}
.tui-icon-order:before {
content: "\e73b";
}
.tui-icon-feedback:before {
content: "\e73c";
}
.tui-icon-share:before {
content: "\e75c";
}
.tui-icon-share-fill:before {
content: "\e75b";
}
.tui-icon-more:before {
content: "\e633";
}
.tui-icon-more-fill:before {
content: "\eb98";
}
.tui-icon-strategy:before {
content: "\e73f";
}
.tui-icon-cart:before {
content: "\e743";
}
.tui-icon-cart-fill:before {
content: "\e742";
}
.tui-icon-sweep:before {
content: "\e74b";
}
.tui-icon-screen:before {
content: "\e74c";
}
.tui-icon-clock:before {
content: "\e750";
}
.tui-icon-clock-fill:before {
content: "\e74f";
}
.tui-icon-home:before {
content: "\e752";
}
.tui-icon-home-fill:before {
content: "\e751";
}
.tui-icon-category:before {
content: "\e754";
}
.tui-icon-category-fill:before {
content: "\e753";
}
.tui-icon-notice:before {
content: "\e759";
}
.tui-icon-notice-fill:before {
content: "\e758";
}
.tui-icon-like:before {
content: "\e761";
}
.tui-icon-like-fill:before {
content: "\e760";
}
.tui-icon-bottom:before {
content: "\e76a";
}
.tui-icon-top:before {
content: "\e76c";
}
.tui-icon-towardsright:before {
content: "\e778";
}
.tui-icon-towardsright-fill:before {
content: "\e777";
}
.tui-icon-towardsleft:before {
content: "\e77a";
}
.tui-icon-camera:before {
content: "\e77f";
}
.tui-icon-camera-fill:before {
content: "\e77e";
}
.tui-icon-camera-add:before {
content: "\e780";
}
.tui-icon-loading:before {
content: "\e781";
}
.tui-icon-wifi:before {
content: "\e783";
}
.tui-icon-agree:before {
content: "\e794";
}
.tui-icon-agree-fill:before {
content: "\e793";
}
.tui-icon-mobile:before {
content: "\e655";
}
.tui-icon-qrcode:before {
content: "\e605";
}
.tui-icon-coupon:before {
content: "\e600";
}
.tui-icon-back:before {
content: "\e7ed";
}
.tui-icon-transport:before {
content: "\e882";
}
.tui-icon-transport-fill:before {
content: "\e883";
}
.tui-icon-send:before {
content: "\e893";
}
.tui-icon-bankcard:before {
content: "\e937";
}
.tui-icon-bankcard-fill:before {
content: "\e936";
}
.tui-icon-eye:before {
content: "\e6cf";
}
.tui-icon-calendar:before {
content: "\eb93";
}
.tui-icon-picture:before {
content: "\e6c7";
}
.tui-icon-oppose:before {
content: "\e815";
}
.tui-icon-oppose-fill:before {
content: "\e814";
}
.tui-icon-pie:before {
content: "\eb95";
}
.tui-icon-polygonal:before {
content: "\eb96";
}
.tui-icon-histogram:before {
content: "\eb99";
}
.tui-icon-down:before {
content: "\ec0b";
}
.tui-icon-up:before {
content: "\ec0c";
}
.tui-icon-narrow:before {
content: "\ec13";
}
.tui-icon-enlarge:before {
content: "\ec14";
}
.tui-icon-pwd:before {
content: "\e626";
}
.tui-icon-ellipsis:before {
content: "\e76b";
}
.tui-icon-location:before {
content: "\e7f2";
}
.tui-icon-delete:before {
content: "\e608";
}
.tui-icon-card:before {
content: "\e91c";
}
.tui-icon-card-fill:before {
content: "\e91b";
}
.tui-icon-alarm:before {
content: "\e6e9";
}
.tui-icon-alarm-fill:before {
content: "\e6e8";
}
.tui-icon-computer:before {
content: "\e6ec";
}
.tui-icon-computer-fill:before {
content: "\e6eb";
}
.tui-icon-position:before {
content: "\e8fe";
}
.tui-icon-position-fill:before {
content: "\e8ff";
}
.tui-icon-member:before {
content: "\e704";
}
.tui-icon-member-fill:before {
content: "\e703";
}
.tui-icon-label:before {
content: "\e707";
}
.tui-icon-label-fill:before {
content: "\e708";
}
.tui-icon-mail:before {
content: "\e70b";
}
.tui-icon-mail-fill:before {
content: "\e70c";
}
.tui-icon-manage:before {
content: "\e70e";
}
.tui-icon-manage-fill:before {
content: "\e70d";
}
.tui-icon-message:before {
content: "\e70f";
}
.tui-icon-message-fill:before {
content: "\e710";
}
.tui-icon-offline:before {
content: "\e716";
}
.tui-icon-offline-fill:before {
content: "\e715";
}
.tui-icon-redpacket:before {
content: "\e71e";
}
.tui-icon-redpacket-fill:before {
content: "\e71d";
}
.tui-icon-bag:before {
content: "\e756";
}
.tui-icon-bag-fill:before {
content: "\e755";
}
.tui-icon-setup:before {
content: "\e75a";
}
.tui-icon-setup-fill:before {
content: "\e757";
}
.tui-icon-news:before {
content: "\e75e";
}
.tui-icon-news-fill:before {
content: "\e75d";
}
.tui-icon-time:before {
content: "\e764";
}
.tui-icon-time-fill:before {
content: "\e75f";
}
.tui-icon-voice:before {
content: "\e766";
}
.tui-icon-voice-fill:before {
content: "\e765";
}
.tui-icon-nodata:before {
content: "\e611";
}
.tui-icon-link:before {
content: "\eb97";
}
.tui-icon-edit:before {
content: "\e69a";
}
.tui-icon-unseen:before {
content: "\e6a2";
}
.tui-icon-arrowup:before {
content: "\e658";
}
.tui-icon-arrowleft:before {
content: "\e659";
}
.tui-icon-arrowdown:before {
content: "\e65a";
}
.tui-icon-arrowright:before {
content: "\e65b";
}
.tui-icon-turningleft:before {
content: "\e65c";
}
.tui-icon-turningright:before {
content: "\e65d";
}
.tui-icon-turningup:before {
content: "\e65e";
}
.tui-icon-turningdown:before {
content: "\e65f";
}
.tui-icon-sina:before {
content: "\e662";
}
.tui-icon-applets:before {
content: "\e673";
}
.tui-icon-wechat:before {
content: "\e674";
}
.tui-icon-dingtalk:before {
content: "\e675";
}
.tui-icon-alipay:before {
content: "\e677";
}
.tui-icon-skin:before {
content: "\eb9e";
}
.tui-icon-house:before {
content: "\eb9f";
}
.tui-icon-download:before {
content: "\e602";
}
.tui-icon-upload:before {
content: "\e63b";
}
.tui-icon-kefu:before {
content: "\e601";
}
.tui-icon-sport:before {
content: "\eba0";
}
.tui-icon-gps:before {
content: "\eb9a";
}
.tui-icon-shield:before {
content: "\eba3";
}
.tui-icon-voipphone:before {
content: "\eba2";
}
.tui-icon-wallet:before {
content: "\eb92";
}
.tui-icon-attestation:before {
content: "\eb91";
}
.tui-icon-addressbook:before {
content: "\eb90";
}
.tui-icon-addmessage:before {
content: "\eb8f";
}
.tui-icon-signin:before {
content: "\e643";
}
.tui-icon-evaluate:before {
content: "\e642";
}
.tui-icon-unreceive:before {
content: "\e641";
}
.tui-icon-balloon:before {
content: "\e627";
}
.tui-icon-partake:before {
content: "\e603";
}
.tui-icon-listview:before {
content: "\e67b";
}
.tui-icon-weather:before {
content: "\e694";
}
.tui-icon-tool:before {
content: "\e61b";
}
.tui-icon-imface:before {
content: "\eb9b";
}
.tui-icon-deletekey:before {
content: "\e7b8";
}
.tui-icon-fingerprint:before {
content: "\e66e";
}
.tui-icon-warning:before {
content: "\e8eb";
}
.tui-icon-soso:before {
content: "\e8da";
}
.tui-icon-satisfied:before {
content: "\e8db";
}
.tui-icon-dissatisfied:before {
content: "\e8dc";
}
.tui-icon-pic:before {
content: "\e8d2";
}
.tui-icon-pic-fill:before {
content: "\e8d3";
}
.tui-icon-play:before {
content: "\e606";
}
================================================
FILE: 前端商城/static/style/thorui.css
================================================
/* Thor UI 基础组件 样式*/
/*!
* =====================================================
* Thor UI v1.0.0 (https://www.thorui.cn/)
* =====================================================
*/
.tui-mask {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 999;
}
.tui-ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.tui-ellipsis-2 {
display: -webkit-box;
overflow: hidden;
white-space: normal !important;
text-overflow: ellipsis;
word-wrap: break-word;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.tui-center {
text-align: center;
}
.tui-right {
text-align: right;
}
.tui-opcity {
opacity: 0.5;
}
.tui-scale-small {
transform: scale(0.9);
transform-origin: center center;
}
.tui-height-full {
height: 100%;
}
.tui-width-full {
width: 100%;
}
.tui-ptop-zero {
padding-top: 0;
}
.tui-pbottom-zero {
padding-bottom: 0;
}
.tui-pleft-zero {
padding-left: 0;
}
.tui-pright-zero {
padding-right: 0;
}
.tui-col-12 {
width: 100%;
}
.tui-col-11 {
width: 91.66666667%;
}
.tui-col-10 {
width: 83.33333333%;
}
.tui-col-9 {
width: 75%;
}
.tui-col-8 {
width: 66.66666667%;
}
.tui-col-7 {
width: 58.33333333%;
}
.tui-col-6 {
width: 50%;
}
.tui-col-5 {
width: 41.66666667%;
}
.tui-col-4 {
width: 33.33333333%;
}
.tui-col-3 {
width: 25%;
}
.tui-col-2 {
width: 16.66666667%;
}
.tui-col-1 {
width: 8.33333333%;
}
/* color start*/
.tui-primary {
background: #5677fc !important;
color: #fff;
}
.tui-light-primary {
background: #5c8dff !important;
color: #fff;
}
.tui-dark-primary {
background: #4a67d6 !important;
color: #fff;
}
.tui-dLight-primary {
background: #4e77d9 !important;
color: #fff;
}
.tui-danger {
background: #ed3f14 !important;
color: #fff;
}
.tui-warning {
background: #ff7900 !important;
color: #fff;
}
.tui-green {
background: #19be6b !important;
color: #fff;
}
.tui-black {
background: #000 !important;
color: #fff;
}
.tui-white {
background: #fff !important;
color: #333 !important;
}
.tui-translucent {
background: rgba(0, 0, 0, 0.7);
}
.tui-light-black {
background: #333 !important;
}
.tui-gray {
background: #80848f;
}
.tui-phcolor-gray {
background: #ccc !important;
}
.tui-divider-gray {
background: #eaeef1 !important;
}
.tui-btn-gray {
background: #ededed !important;
color: #999 !important;
}
.tui-hover-gray {
background: #f7f7f9 !important;
}
.tui-bg-gray {
background: #fafafa !important;
}
.tui-light-blue {
background: #ecf6fd;
color: #4dabeb !important;
}
.tui-light-brownish {
background: #fcebef;
color: #8a5966 !important;
}
.tui-light-orange {
background: #fef5eb;
color: #faa851 !important;
}
.tui-light-green {
background: #e8f6e8;
color: #44cf85 !important;
}
/* color end*/
/* button start*/
.tui-btn {
width: 100%;
position: relative;
border: 0 !important;
border-radius: 10rpx;
display: inline-block;
}
.tui-btn::after {
content: "";
position: absolute;
width: 200%;
height: 200%;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
-webkit-box-sizing: border-box;
box-sizing: border-box;
left: 0;
top: 0;
border-radius: 20rpx;
}
.tui-btn-block {
font-size: 36rpx;
height: 90rpx;
line-height: 90rpx;
}
.tui-white::after {
border: 1px solid #eaeef1;
}
.tui-white-hover {
background: #e5e5e5 !important;
color: #2e2e2e !important;
}
.tui-dark-disabled {
opacity: 0.6;
color: #fafbfc !important;
}
.tui-outline-hover {
opacity: 0.5;
}
.tui-primary-hover {
background: #4a67d6 !important;
color: #e5e5e5 !important;
}
.tui-primary-outline::after {
border: 1px solid #5677fc !important;
}
.tui-primary-outline {
color: #5677fc !important;
background: none;
}
.tui-danger-hover {
background: #d53912 !important;
color: #e5e5e5 !important;
}
.tui-danger-outline {
color: #ed3f14 !important;
background: none;
}
.tui-danger-outline::after {
border: 1px solid #ed3f14 !important;
}
.tui-warning-hover {
background: #e56d00 !important;
color: #e5e5e5 !important;
}
.tui-warning-outline {
color: #ff7900 !important;
background: none;
}
.tui-warning-outline::after {
border: 1px solid #ff7900 !important;
}
.tui-green-hover {
background: #16ab60 !important;
color: #e5e5e5 !important;
}
.tui-green-outline {
color: #44cf85 !important;
background: none;
}
.tui-green-outline::after {
border: 1px solid #44cf85 !important;
}
.tui-gray-hover {
background: #d5d5d5 !important;
color: #898989;
}
.tui-gray-outline {
color: #999 !important;
background: none;
}
.tui-gray-outline::after {
border: 1px solid #ccc !important;
}
/*圆角 */
.tui-fillet {
border-radius: 45rpx;
}
.tui-white.tui-fillet::after {
border-radius: 90rpx;
}
.tui-outline-fillet::after {
border-radius: 90rpx;
}
/*渐变 */
.tui-btn-gradual {
background: linear-gradient(-90deg, #5677fc, #5c8dff);
border-radius: 45rpx;
color: #fff;
}
.tui-gradual-hover {
color: #d5d4d9 !important;
background: linear-gradient(-90deg, #4a67d6, #4e77d9);
}
.btn-gradual-disabled {
color: #fafbfc !important;
border-radius: 45rpx;
background: linear-gradient(-90deg, #cad8fb, #c9d3fb);
}
/*不同尺寸 */
.tui-btn-mini {
width: auto;
font-size: 30rpx;
height: 70rpx;
line-height: 70rpx;
}
.tui-btn-small {
width: auto;
font-size: 30rpx;
height: 60rpx;
line-height: 60rpx;
}
/* button end*/
/* flex start*/
.tui-flex {
display: -webkit-flex;
display: flex;
}
.tui-flex-1 {
flex: 1;
}
.tui-align-center {
justify-content: center;
}
.tui-align-left {
justify-content: flex-start !important;
}
.tui-align-right {
justify-content: flex-end !important;
}
.tui-align-between {
justify-content: space-between !important;
}
.tui-align-around {
justify-content: space-around !important;
}
.tui-vertical-center {
align-items: center;
}
.tui-vertical-top {
align-items: flex-start;
}
.tui-vertical-top {
align-items: flex-end;
}
.tui-line-feed {
flex-direction: row;
flex-wrap: wrap;
}
/* flex end*/
/* tag start*/
.tui-tag {
padding: 16rpx 26rpx;
font-size: 28rpx;
border-radius: 6rpx;
display: inline-block;
line-height: 28rpx;
}
.tui-tag-small {
padding: 10rpx 14rpx;
font-size: 24rpx;
border-radius: 6rpx;
display: inline-block;
line-height: 24rpx;
}
.tui-tag-outline {
position: relative;
background: none;
color: #5677fc;
}
.tui-tag-outline::after {
content: "";
position: absolute;
width: 200%;
height: 200%;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
-webkit-box-sizing: border-box;
box-sizing: border-box;
left: 0;
top: 0;
border-radius: 20rpx;
border: 1px solid #5677fc;
}
.tui-tag-fillet {
border-radius: 50rpx;
}
.tui-white.tui-tag-fillet::after {
border-radius: 80rpx;
}
.tui-tag-outline-fillet::after {
border-radius: 80rpx;
}
.tui-tag-fillet-left {
border-radius: 50rpx 0 0 50rpx;
}
.tui-tag-fillet-right {
border-radius: 0 50rpx 50rpx 0;
}
/* tag end*/
/* badge start*/
.tui-badge-dot {
height: 16rpx;
width: 16rpx;
border-radius: 8rpx;
display: inline-block;
background: #5677fc;
}
.tui-badge {
font-size: 12px;
line-height: 1;
display: inline-block;
padding: 3px 6px;
border-radius: 50px;
background: #5677fc;
color: #fff;
}
.tui-badge-small {
transform: scale(0.8);
transform-origin: center center;
}
/* badge end*/
/* loading start*/
.tui-loadmore {
width: 48%;
margin: 1.5em auto;
line-height: 1.5em;
font-size: 24rpx;
text-align: center;
}
.tui-loading {
margin: 0 5px;
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
-webkit-animation: a 1s steps(12) infinite;
animation: a 1s steps(12) infinite;
background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;
background-size: 100%;
}
@-webkit-keyframes a {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
@keyframes a {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
.tui-loadmore-tips {
display: inline-block;
vertical-align: middle;
}
.tui-loading-2 {
width: 28rpx;
height: 28rpx;
border: 1px solid #8f8d8e;
border-radius: 50%;
margin: 0 6px;
display: inline-block;
vertical-align: middle;
clip-path: polygon(0% 0%, 100% 0%, 100% 30%, 0% 30%);
animation: rotate 1s linear infinite;
}
@-webkit-keyframes rotate {
from {
transform: rotatez(0deg);
}
to {
transform: rotatez(360deg);
}
}
@keyframes rotate {
from {
transform: rotatez(0deg);
}
to {
transform: rotatez(360deg);
}
}
.tui-loading-3 {
display: inline-block;
margin: 0 6px;
vertical-align: middle;
width: 28rpx;
height: 28rpx;
background: 0 0;
border-radius: 50%;
border: 2px solid;
border-color: #e5e5e5 #e5e5e5 #e5e5e5 #5677fc;
animation: tui-rotate 0.7s linear infinite;
}
.tui-loading-3.tui-loading-red {
border-color: #e5e5e5 #e5e5e5 #e5e5e5 #19be6b;
}
.tui-loading-3.tui-loading-orange {
border-color: #e5e5e5 #e5e5e5 #e5e5e5 #ff7900;
}
.tui-loading-3.tui-loading-green {
border-color: #ededed #ededed #ededed #ed3f14;
}
@-webkit-keyframes tui-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@keyframes tui-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.tui-nomore {
position: relative;
text-align: center;
display: flex;
justify-content: center;
margin-top: 10rpx;
padding-bottom: 44rpx;
}
.tui-nomore::before {
content: '';
position: absolute;
border-bottom: 1rpx solid #e5e5e5;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
width: 360rpx;
top: 18rpx;
}
.tui-nomore::after {
content: '没有更多了';
position: absolute;
color: #999;
font-size: 24rpx;
text-align: center;
/* width: 160rpx; */
padding: 0 18rpx;
height: 36rpx;
line-height: 36rpx;
background: #fafafa;
z-index: 1;
}
.tui-nomore-dot {
position: relative;
text-align: center;
display: flex;
justify-content: center;
margin-top: 10rpx;
padding-bottom: 40rpx;
}
.tui-nomore-dot::before {
content: '';
position: absolute;
border-bottom: 1rpx solid #e5e5e5;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
width: 360rpx;
top: 18rpx;
}
.tui-nomore-dot::after {
content: '●';
position: absolute;
color: #e5e5e5;
font-size: 10px;
text-align: center;
width: 50rpx;
height: 36rpx;
line-height: 36rpx;
background: #fafafa;
transform: scale(0.8);
transform-origin: center center;
z-index: 1;
}
/* loading end*/
/* list start*/
.tui-list-title {
width: 100%;
padding: 25rpx 30rpx;
box-sizing: border-box;
font-size: 28rpx;
line-height: 1;
color: #999;
}
.tui-list-content {
width: 100%;
position: relative;
}
.tui-list-content::before {
content: " ";
position: absolute;
top: -1rpx;
right: 0;
left: 0;
border-top: 1rpx solid #eaeef1;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
.tui-list-content::after {
content: '';
position: absolute;
border-bottom: 1rpx solid #eaeef1;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
bottom: 0;
right: 0;
left: 0;
}
.tui-border-top::after {
border-top: 0;
}
.tui-border-bottom::after {
border-bottom: 0;
}
.tui-border-all::after {
border: 0;
}
.tui-list-cell {
position: relative;
background: #fff;
width: 100%;
padding: 26rpx 30rpx;
box-sizing: border-box;
overflow: hidden;
display: flex;
align-items: center;
}
.tui-list-cell.tui-padding-small {
padding: 24rpx 30rpx;
}
.tui-cell-hover {
background: #f7f7f9 !important;
}
.tui-list-cell::after {
content: '';
position: absolute;
border-bottom: 1rpx solid #eaeef1;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
bottom: 0;
right: 0;
left: 30rpx;
}
.tui-cell-last::after {
border-bottom: 0 !important;
}
.tui-list-cell.tui-cell-arrow:before {
content: " ";
height: 11px;
width: 11px;
border-width: 2px 2px 0 0;
border-color: #b2b2b2;
border-style: solid;
-webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
position: absolute;
top: 50%;
margin-top: -7px;
right: 30rpx;
}
/* list end*/
/* card start*/
.tui-card {
margin: 0 30rpx;
font-size: 28rpx;
overflow: hidden;
background: #fff;
border-radius: 10rpx;
box-shadow: 0 0 10rpx #eee;
}
.tui-card-border {
position: relative;
box-shadow: none !important;
}
.tui-card-border::after {
content: '';
position: absolute;
height: 200%;
width: 200%;
border: 1px solid #eaeef1;
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-webkit-transform: scale(0.5);
transform: scale(0.5);
left: 0;
top: 0;
border-radius: 20rpx;
}
.tui-card-header {
padding: 20rpx;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.tui-card-header::after {
content: '';
position: absolute;
border-bottom: 1rpx solid #eaeef1;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
bottom: 0;
right: 0;
left: 0;
}
.tui-header-line::after {
border-bottom: 0 !important;
}
.tui-header-thumb {
height: 60rpx;
width: 60rpx;
vertical-align: middle;
margin-right: 20rpx;
border-radius: 6rpx;
}
.tui-thumb-circle {
border-radius: 50% !important;
}
.tui-header-title {
display: inline-block;
font-size: 30rpx;
color: #7a7a7a;
vertical-align: middle;
max-width: 460rpx;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.tui-header-right {
font-size: 24rpx;
color: #b2b2b2;
}
.tui-card-body {
font-size: 32rpx;
color: #262b3a;
}
.tui-card-footer {
font-size: 28rpx;
color: #596d96;
}
/* card end*/
/* grid start*/
.tui-grids {
width: 100%;
position: relative;
overflow: hidden;
display: flex;
display: -webkit-flex;
/* justify-content: space-between; */
flex-direction: row;
flex-wrap: wrap;
}
.tui-grids::after {
content: " ";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 1px;
border-top: 1px solid #eaeef1;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
.tui-grid {
position: relative;
padding: 40rpx 20rpx;
box-sizing: border-box;
background: #fff;
}
.tui-grid-2 {
width: 50%;
}
.tui-grid-3 {
width: 33.33333333%;
}
.tui-grid-4 {
width: 25%;
}
.tui-grid-5 {
width: 20%;
}
.tui-grid-2:nth-of-type(2n)::before {
width: 0;
border-right: 0;
}
.tui-grid-3:nth-of-type(3n)::before {
width: 0;
border-right: 0;
}
.tui-grid-4:nth-of-type(4n)::before {
width: 0;
border-right: 0;
}
.tui-grid-5:nth-of-type(5n)::before {
width: 0;
border-right: 0;
}
.tui-grid::before {
content: " ";
position: absolute;
right: 0;
top: 0;
width: 1px;
bottom: 0;
border-right: 1px solid #eaeef1;
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: scaleX(0.5);
transform: scaleX(0.5);
}
.tui-grid::after {
content: " ";
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 1px;
border-bottom: 1px solid #eaeef1;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
.tui-grid-bg {
position: relative;
padding: 0;
width: 100%;
box-sizing: border-box;
}
.tui-grid-icon {
width: 64rpx;
height: 64rpx;
margin: 0 auto;
}
.tui-grid-icon image {
display: block;
width: 64rpx;
height: 64rpx;
}
.tui-grid-icon+.tui-grid-label {
margin-top: 10rpx;
}
.tui-grid-label {
display: block;
text-align: center;
font-weight: 400;
color: #333;
font-size: 28rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* grid end*/
/* footer start*/
.tui-footer {
width: 100%;
overflow: hidden;
padding: 30rpx 24rpx;
box-sizing: border-box;
}
.tui-fixed {
position: fixed;
bottom: 0;
}
.tui-footer-link {
color: #596d96;
display: flex;
align-items: center;
justify-content: center;
font-size: 28rpx;
}
.tui-link {
position: relative;
padding: 0 18rpx;
line-height: 1;
}
.tui-link::before {
content: " ";
position: absolute;
right: 0;
top: 0;
width: 1px;
bottom: 0;
border-right: 1px solid #d3d3d3;
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: scaleX(0.5);
transform: scaleX(0.5);
}
.tui-link:last-child::before {
border-right: 0 !important;
}
.tui-link-hover {
opacity: 0.5;
}
.tui-footer-copyright {
font-size: 24rpx;
color: #a7a7a7;
line-height: 1;
text-align: center;
padding-top: 16rpx;
}
/* footer end*/
/* custom start*/
.tui-triangle {
border: 16rpx solid;
width: 0;
height: 0;
}
.tui-triangle-left {
border-color: transparent #5c8dff transparent transparent;
}
.tui-triangle-right {
border-color: transparent transparent transparent #5c8dff;
}
.tui-triangle-top {
border-color: transparent transparent #5c8dff transparent;
}
.tui-triangle-bottom {
border-color: #5c8dff transparent transparent transparent;
}
.tui-parallelogram {
width: 100rpx;
height: 50rpx;
transform: skew(-10deg);
background: #19be6b;
margin-left: 10rpx;
}
.tui-crescent {
width: 60rpx;
height: 60rpx;
border-radius: 50%;
box-shadow: 12rpx 12rpx 0 0 yellowgreen;
}
.tui-chatbox {
max-width: 60%;
border-radius: 10rpx;
position: relative;
padding: 20rpx 26rpx;
font-size: 28rpx;
color: #fff;
/* word-break: break-all;
word-wrap: break-word; */
}
.tui-chatbox-left {
background: #5c8dff;
border: 1rpx solid #5c8dff;
display: inline-block;
}
.tui-chatbox-right {
background: #19be6b;
border: 1rpx solid #19be6b;
}
.tui-chatbox::before {
content: "";
position: absolute;
width: 0;
height: 0;
top: 20rpx;
border: 16rpx solid;
}
.tui-chatbox-left::before {
right: 100%;
border-color: transparent #5c8dff transparent transparent;
}
.tui-chatbox-right::before {
left: 100%;
border-color: transparent transparent transparent #19be6b;
}
/*checkbox 整体大小 */
.tui-checkbox {
width: 36rpx;
height: 36rpx;
border-radius: 50%;
}
/* #ifdef APP-PLUS || MP */
/*checkbox 选项框大小 */
.tui-checkbox .wx-checkbox-input {
width: 36rpx;
height: 36rpx;
border-radius: 50%;
}
/*checkbox选中后样式 */
.tui-checkbox .wx-checkbox-input.wx-checkbox-input-checked {
background: #5c8dff;
width: 38rpx !important;
height: 38rpx !important;
border: none;
}
/*checkbox选中后图标样式 */
.tui-checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
width: 30rpx !important;
height: 30rpx !important;
line-height: 30rpx;
text-align: center;
font-size: 20rpx;
color: #fff;
background: transparent;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
/* #endif */
/* #ifdef H5 */
>>>.tui-checkbox .uni-checkbox-input {
width: 36rpx;
height: 36rpx;
border-radius: 50% !important;
}
>>>.tui-checkbox .uni-checkbox-input.uni-checkbox-input-checked {
background: #5c8dff;
width: 38rpx !important;
height: 38rpx !important;
border: none;
}
>>>.tui-checkbox .uni-checkbox-input.uni-checkbox-input-checked::before {
width: 30rpx !important;
height: 30rpx !important;
line-height: 30rpx;
text-align: center;
font-size: 20rpx;
color: #fff;
background: transparent;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
/* #endif */
.tui-cells {
/* border: 1rpx solid #e6e6e6; */
border-radius: 4rpx;
height: 280rpx;
box-sizing: border-box;
padding: 20rpx 20rpx 0 20rpx;
position: relative;
}
.tui-cells::after {
content: '';
position: absolute;
height: 200%;
width: 200%;
border: 1px solid #e6e6e6;
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-webkit-transform: scale(0.5);
transform: scale(0.5);
left: 0;
top: 0;
border-radius: 8rpx;
}
.tui-textarea {
height: 210rpx;
width: 100%;
color: #666;
font-size: 28rpx;
}
.tui-phcolor-color {
color: #ccc !important;
}
.tui-textarea-counter {
font-size: 24rpx;
color: #999;
text-align: right;
height: 40rpx;
line-height: 40rpx;
padding-top: 4rpx;
}
.tui-upload-box {
display: flex;
display: -webkit-flex;
flex-direction: row;
flex-wrap: wrap;
}
.tui-upload-item {
width: 153rpx;
height: 153rpx;
border: 1rpx solid #e6e6e6;
box-sizing: border-box;
border-radius: 4rpx;
position: relative;
margin-bottom: 36rpx;
margin-right: 26rpx;
}
.tui-upload-item:nth-of-type(4n) {
margin-right: 0 !important;
}
.tui-upload-img {
width: 153rpx;
height: 153rpx;
border-radius: 4rpx;
}
.tui-upload-del {
position: absolute;
/* font-size: 24px !important; */
right: -18rpx;
top: -18rpx;
/* color: #ed3f14 !important; */
}
.tui-upload-add {
color: #e6e6e6;
font-weight: 200;
display: flex;
align-items: center;
justify-content: center;
}
.tui-upload-add text {
font-size: 84rpx;
line-height: 38rpx;
height: 48rpx;
}
.tui-operation {
width: 100%;
height: 100rpx;
box-sizing: border-box;
overflow: hidden;
background: rgba(255, 255, 255, 0.9);
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.tui-operation::before {
content: '';
position: absolute;
top: 0px;
right: 0;
left: 0;
border-top: 1rpx solid #eaeef1;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
.tui-operation-left {
display: flex;
align-items: center;
}
.tui-operation-item {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: relative;
}
.tui-operation-text {
font-size: 22rpx;
color: #333;
}
.tui-operation-right {
height: 100rpx;
box-sizing: border-box;
padding-top: 0;
}
.tui-operation .tui-badge-class {
position: absolute;
top: -6rpx;
/* #ifdef H5 */
transform:translateX(50%) scale(0.8);
/* #endif */
}
.tui-btnbox-1 .tui-btn-class {
height: 100rpx !important;
line-height: 100rpx !important;
border-radius: 0
}
.tui-btnbox-2 .tui-btn-class {
height: 100rpx !important;
line-height: 100rpx !important;
font-size: 30rpx !important;
width: 50% !important;
border-radius: 0
}
.tui-right-flex {
display: flex;
align-items: center;
justify-content: center;
}
.tui-btnbox-3 .tui-btn-class {
display: block !important;
font-size: 28rpx !important;
/* #ifdef APP-PLUS || MP */
width: 120% !important;
/* #endif */
/* #ifdef H5 */
width: 70% !important;
/* #endif */
}
.tui-btnbox-4 .tui-btn-class {
width: 90% !important;
display: block !important;
font-size: 28rpx !important;
}
.tui-btn-comment {
height: 64rpx;
width: 84%;
background: #ededed;
color: #999;
border-radius: 8rpx;
font-size: 28rpx;
display: flex;
align-items: center;
padding-left: 20rpx;
box-sizing: border-box;
padding-top: 0;
margin-left: 30rpx;
}
.tui-chat-operation {
background: #F6F6F6 !important;
padding-right: 18rpx;
box-sizing: border-box;
}
.tui-input-box {
width: 78%;
justify-content: flex-start;
}
.tui-chat-input {
background: #fff;
height: 72rpx;
border-radius: 6rpx;
padding-left: 20rpx;
padding-right: 20rpx;
flex: 1;
}
.tui-voice-icon {
margin-left: 12rpx;
margin-right: 12rpx
}
/* custom end*/
================================================
FILE: 前端商城/uni.scss
================================================
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
$uni-color-primary: #007aff;
$uni-color-success: #4cd964;
$uni-color-warning: #f0ad4e;
$uni-color-error: #dd524d;
/* 文字基本颜色 */
$uni-text-color:#333;//基本色
$uni-text-color-inverse:#fff;//反色
$uni-text-color-grey:#999;//辅助灰色,如加载更多的提示信息
$uni-text-color-placeholder: #808080;
$uni-text-color-disable:#c0c0c0;
/* 背景颜色 */
$uni-bg-color:#ffffff;
$uni-bg-color-grey:#f8f8f8;
$uni-bg-color-hover:#f1f1f1;//点击状态颜色
$uni-bg-color-mask:rgba(0, 0, 0, 0.4);//遮罩颜色
/* 边框颜色 */
$uni-border-color:#c8c7cc;
/* 尺寸变量 */
/* 文字尺寸 */
$uni-font-size-sm:24upx;
$uni-font-size-base:28upx;
$uni-font-size-lg:32upx;
/* 图片尺寸 */
$uni-img-size-sm:40upx;
$uni-img-size-base:52upx;
$uni-img-size-lg:80upx;
/* Border Radius */
$uni-border-radius-sm: 4upx;
$uni-border-radius-base: 6upx;
$uni-border-radius-lg: 12upx;
$uni-border-radius-circle: 50%;
/* 水平间距 */
$uni-spacing-row-sm: 10px;
$uni-spacing-row-base: 20upx;
$uni-spacing-row-lg: 30upx;
/* 垂直间距 */
$uni-spacing-col-sm: 8upx;
$uni-spacing-col-base: 16upx;
$uni-spacing-col-lg: 24upx;
/* 透明度 */
$uni-opacity-disabled: 0.3; // 组件禁用态的透明度
/* 文章场景相关 */
$uni-color-title: #2C405A; // 文章标题颜色
$uni-font-size-title:40upx;
$uni-color-subtitle: #555555; // 二级标题颜色
$uni-font-size-subtitle:36upx;
$uni-color-paragraph: #3F536E; // 文章段落颜色
$uni-font-size-paragraph:30upx;
/* 页面左右间距 */
$page-row-spacing: 30upx;
$page-color-base: #f8f8f8;
$page-color-light: #f8f6fc;
$base-color: #fa436a;
/* 文字尺寸 */
$font-sm: 24upx;
$font-base: 28upx;
$font-lg: 32upx;
/*文字颜色*/
$font-color-dark: #303133;
$font-color-base: #606266;
$font-color-light: #909399;
$font-color-disabled: #C0C4CC;
$font-color-spec: #4399fc;
/* 边框颜色 */
$border-color-dark: #DCDFE6;
$border-color-base: #E4E7ED;
$border-color-light: #EBEEF5;
/* 图片加载中颜色 */
$image-bg-color: #eee;
/* 行为相关颜色 */
$uni-color-primary:#fa436a;
$uni-color-success: #4cd964;
$uni-color-warning: #f0ad4e;
$uni-color-error: #dd524d;
================================================
FILE: 后台cms/.browserslistrc
================================================
> 1%
last 2 versions
================================================
FILE: 后台cms/.eslintrc.js
================================================
module.exports = {
root: true,
env: {
node: true
},
'extends': [
'plugin:vue/essential',
'eslint:recommended'
],
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
},
parserOptions: {
parser: 'babel-eslint'
}
}
================================================
FILE: 后台cms/.gitignore
================================================
.DS_Store
node_modules
/cms
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
================================================
FILE: 后台cms/babel.config.js
================================================
module.exports = {
presets: [
'@vue/app'
]
}
================================================
FILE: 后台cms/package.json
================================================
{
"name": "ite",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.18.0",
"echarts": "^4.5.0",
"element-ui": "^2.11.1",
"style-loader": "^1.0.0",
"v-charts": "^1.19.0",
"vue": "^2.5.17",
"vue-router": "^3.1.3",
"vue-ueditor-wrap": "^2.4.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"babel-eslint": "^10.0.3",
"babel-plugin-component": "^1.1.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"vue-template-compiler": "^2.6.10"
}
}
================================================
FILE: 后台cms/postcss.config.js
================================================
module.exports = {
plugins: {
autoprefixer: {}
}
}
================================================
FILE: 后台cms/public/index.html
================================================
管理后台--演示版
================================================
FILE: 后台cms/public/static/UEditor/dialogs/anchor/anchor.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/attachment/attachment.css
================================================
@charset "utf-8";
/* dialog样式 */
.wrapper {
zoom: 1;
width: 630px;
*width: 626px;
height: 380px;
margin: 0 auto;
padding: 10px;
position: relative;
font-family: sans-serif;
}
/*tab样式框大小*/
.tabhead {
float:left;
}
.tabbody {
width: 100%;
height: 346px;
position: relative;
clear: both;
}
.tabbody .panel {
position: absolute;
width: 0;
height: 0;
background: #fff;
overflow: hidden;
display: none;
}
.tabbody .panel.focus {
width: 100%;
height: 346px;
display: block;
}
/* 上传附件 */
.tabbody #upload.panel {
width: 0;
height: 0;
overflow: hidden;
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
background: #fff;
display: block;
}
.tabbody #upload.panel.focus {
width: 100%;
height: 346px;
display: block;
clip: auto;
}
#upload .queueList {
margin: 0;
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
}
#upload p {
margin: 0;
}
.element-invisible {
width: 0 !important;
height: 0 !important;
border: 0;
padding: 0;
margin: 0;
overflow: hidden;
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
}
#upload .placeholder {
margin: 10px;
border: 2px dashed #e6e6e6;
*border: 0px dashed #e6e6e6;
height: 172px;
padding-top: 150px;
text-align: center;
background: url(./images/image.png) center 70px no-repeat;
color: #cccccc;
font-size: 18px;
position: relative;
top:0;
*top: 10px;
}
#upload .placeholder .webuploader-pick {
font-size: 18px;
background: #00b7ee;
border-radius: 3px;
line-height: 44px;
padding: 0 30px;
*width: 120px;
color: #fff;
display: inline-block;
margin: 0 auto 20px auto;
cursor: pointer;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#upload .placeholder .webuploader-pick-hover {
background: #00a2d4;
}
#filePickerContainer {
text-align: center;
}
#upload .placeholder .flashTip {
color: #666666;
font-size: 12px;
position: absolute;
width: 100%;
text-align: center;
bottom: 20px;
}
#upload .placeholder .flashTip a {
color: #0785d1;
text-decoration: none;
}
#upload .placeholder .flashTip a:hover {
text-decoration: underline;
}
#upload .placeholder.webuploader-dnd-over {
border-color: #999999;
}
#upload .filelist {
list-style: none;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
position: relative;
height: 300px;
}
#upload .filelist:after {
content: '';
display: block;
width: 0;
height: 0;
overflow: hidden;
clear: both;
}
#upload .filelist li {
width: 113px;
height: 113px;
background: url(./images/bg.png);
text-align: center;
margin: 9px 0 0 9px;
*margin: 6px 0 0 6px;
position: relative;
display: block;
float: left;
overflow: hidden;
font-size: 12px;
}
#upload .filelist li p.log {
position: relative;
top: -45px;
}
#upload .filelist li p.title {
position: absolute;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
top: 5px;
text-indent: 5px;
text-align: left;
}
#upload .filelist li p.progress {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
height: 8px;
overflow: hidden;
z-index: 50;
margin: 0;
border-radius: 0;
background: none;
-webkit-box-shadow: 0 0 0;
}
#upload .filelist li p.progress span {
display: none;
overflow: hidden;
width: 0;
height: 100%;
background: #1483d8 url(./images/progress.png) repeat-x;
-webit-transition: width 200ms linear;
-moz-transition: width 200ms linear;
-o-transition: width 200ms linear;
-ms-transition: width 200ms linear;
transition: width 200ms linear;
-webkit-animation: progressmove 2s linear infinite;
-moz-animation: progressmove 2s linear infinite;
-o-animation: progressmove 2s linear infinite;
-ms-animation: progressmove 2s linear infinite;
animation: progressmove 2s linear infinite;
-webkit-transform: translateZ(0);
}
@-webkit-keyframes progressmove {
0% {
background-position: 0 0;
}
100% {
background-position: 17px 0;
}
}
@-moz-keyframes progressmove {
0% {
background-position: 0 0;
}
100% {
background-position: 17px 0;
}
}
@keyframes progressmove {
0% {
background-position: 0 0;
}
100% {
background-position: 17px 0;
}
}
#upload .filelist li p.imgWrap {
position: relative;
z-index: 2;
line-height: 113px;
vertical-align: middle;
overflow: hidden;
width: 113px;
height: 113px;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webit-transition: 200ms ease-out;
-moz-transition: 200ms ease-out;
-o-transition: 200ms ease-out;
-ms-transition: 200ms ease-out;
transition: 200ms ease-out;
}
#upload .filelist li p.imgWrap.notimage {
margin-top: 0;
width: 111px;
height: 111px;
border: 1px #eeeeee solid;
}
#upload .filelist li p.imgWrap.notimage i.file-preview {
margin-top: 15px;
}
#upload .filelist li img {
width: 100%;
}
#upload .filelist li p.error {
background: #f43838;
color: #fff;
position: absolute;
bottom: 0;
left: 0;
height: 28px;
line-height: 28px;
width: 100%;
z-index: 100;
display:none;
}
#upload .filelist li .success {
display: block;
position: absolute;
left: 0;
bottom: 0;
height: 40px;
width: 100%;
z-index: 200;
background: url(./images/success.png) no-repeat right bottom;
background-image: url(./images/success.gif) \9;
}
#upload .filelist li.filePickerBlock {
width: 113px;
height: 113px;
background: url(./images/image.png) no-repeat center 12px;
border: 1px solid #eeeeee;
border-radius: 0;
}
#upload .filelist li.filePickerBlock div.webuploader-pick {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
opacity: 0;
background: none;
font-size: 0;
}
#upload .filelist div.file-panel {
position: absolute;
height: 0;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \0;
background: rgba(0, 0, 0, 0.5);
width: 100%;
top: 0;
left: 0;
overflow: hidden;
z-index: 300;
}
#upload .filelist div.file-panel span {
width: 24px;
height: 24px;
display: inline;
float: right;
text-indent: -9999px;
overflow: hidden;
background: url(./images/icons.png) no-repeat;
background: url(./images/icons.gif) no-repeat \9;
margin: 5px 1px 1px;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#upload .filelist div.file-panel span.rotateLeft {
display:none;
background-position: 0 -24px;
}
#upload .filelist div.file-panel span.rotateLeft:hover {
background-position: 0 0;
}
#upload .filelist div.file-panel span.rotateRight {
display:none;
background-position: -24px -24px;
}
#upload .filelist div.file-panel span.rotateRight:hover {
background-position: -24px 0;
}
#upload .filelist div.file-panel span.cancel {
background-position: -48px -24px;
}
#upload .filelist div.file-panel span.cancel:hover {
background-position: -48px 0;
}
#upload .statusBar {
height: 45px;
border-bottom: 1px solid #dadada;
margin: 0 10px;
padding: 0;
line-height: 45px;
vertical-align: middle;
position: relative;
}
#upload .statusBar .progress {
border: 1px solid #1483d8;
width: 198px;
background: #fff;
height: 18px;
position: absolute;
top: 12px;
display: none;
text-align: center;
line-height: 18px;
color: #6dbfff;
margin: 0 10px 0 0;
}
#upload .statusBar .progress span.percentage {
width: 0;
height: 100%;
left: 0;
top: 0;
background: #1483d8;
position: absolute;
}
#upload .statusBar .progress span.text {
position: relative;
z-index: 10;
}
#upload .statusBar .info {
display: inline-block;
font-size: 14px;
color: #666666;
}
#upload .statusBar .btns {
position: absolute;
top: 7px;
right: 0;
line-height: 30px;
}
#filePickerBtn {
display: inline-block;
float: left;
}
#upload .statusBar .btns .webuploader-pick,
#upload .statusBar .btns .uploadBtn,
#upload .statusBar .btns .uploadBtn.state-uploading,
#upload .statusBar .btns .uploadBtn.state-paused {
background: #ffffff;
border: 1px solid #cfcfcf;
color: #565656;
padding: 0 18px;
display: inline-block;
border-radius: 3px;
margin-left: 10px;
cursor: pointer;
font-size: 14px;
float: left;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#upload .statusBar .btns .webuploader-pick-hover,
#upload .statusBar .btns .uploadBtn:hover,
#upload .statusBar .btns .uploadBtn.state-uploading:hover,
#upload .statusBar .btns .uploadBtn.state-paused:hover {
background: #f0f0f0;
}
#upload .statusBar .btns .uploadBtn,
#upload .statusBar .btns .uploadBtn.state-paused{
background: #00b7ee;
color: #fff;
border-color: transparent;
}
#upload .statusBar .btns .uploadBtn:hover,
#upload .statusBar .btns .uploadBtn.state-paused:hover{
background: #00a2d4;
}
#upload .statusBar .btns .uploadBtn.disabled {
pointer-events: none;
filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
}
/* 图片管理样式 */
#online {
width: 100%;
height: 336px;
padding: 10px 0 0 0;
}
#online #fileList{
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
position: relative;
}
#online ul {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
#online li {
float: left;
display: block;
list-style: none;
padding: 0;
width: 113px;
height: 113px;
margin: 0 0 9px 9px;
*margin: 0 0 6px 6px;
background-color: #eee;
overflow: hidden;
cursor: pointer;
position: relative;
}
#online li.clearFloat {
float: none;
clear: both;
display: block;
width:0;
height:0;
margin: 0;
padding: 0;
}
#online li img {
cursor: pointer;
}
#online li div.file-wrapper {
cursor: pointer;
position: absolute;
display: block;
width: 111px;
height: 111px;
border: 1px solid #eee;
background: url("./images/bg.png") repeat;
}
#online li div span.file-title{
display: block;
padding: 0 3px;
margin: 3px 0 0 0;
font-size: 12px;
height: 13px;
color: #555555;
text-align: center;
width: 107px;
white-space: nowrap;
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
}
#online li .icon {
cursor: pointer;
width: 113px;
height: 113px;
position: absolute;
top: 0;
left: 0;
z-index: 2;
border: 0;
background-repeat: no-repeat;
}
#online li .icon:hover {
width: 107px;
height: 107px;
border: 3px solid #1094fa;
}
#online li.selected .icon {
background-image: url(images/success.png);
background-image: url(images/success.gif) \9;
background-position: 75px 75px;
}
#online li.selected .icon:hover {
width: 107px;
height: 107px;
border: 3px solid #1094fa;
background-position: 72px 72px;
}
/* 在线文件的文件预览图标 */
i.file-preview {
display: block;
margin: 10px auto;
width: 70px;
height: 70px;
background-image: url("./images/file-icons.png");
background-image: url("./images/file-icons.gif") \9;
background-position: -140px center;
background-repeat: no-repeat;
}
i.file-preview.file-type-dir{
background-position: 0 center;
}
i.file-preview.file-type-file{
background-position: -140px center;
}
i.file-preview.file-type-filelist{
background-position: -210px center;
}
i.file-preview.file-type-zip,
i.file-preview.file-type-rar,
i.file-preview.file-type-7z,
i.file-preview.file-type-tar,
i.file-preview.file-type-gz,
i.file-preview.file-type-bz2{
background-position: -280px center;
}
i.file-preview.file-type-xls,
i.file-preview.file-type-xlsx{
background-position: -350px center;
}
i.file-preview.file-type-doc,
i.file-preview.file-type-docx{
background-position: -420px center;
}
i.file-preview.file-type-ppt,
i.file-preview.file-type-pptx{
background-position: -490px center;
}
i.file-preview.file-type-vsd{
background-position: -560px center;
}
i.file-preview.file-type-pdf{
background-position: -630px center;
}
i.file-preview.file-type-txt,
i.file-preview.file-type-md,
i.file-preview.file-type-json,
i.file-preview.file-type-htm,
i.file-preview.file-type-xml,
i.file-preview.file-type-html,
i.file-preview.file-type-js,
i.file-preview.file-type-css,
i.file-preview.file-type-php,
i.file-preview.file-type-jsp,
i.file-preview.file-type-asp{
background-position: -700px center;
}
i.file-preview.file-type-apk{
background-position: -770px center;
}
i.file-preview.file-type-exe{
background-position: -840px center;
}
i.file-preview.file-type-ipa{
background-position: -910px center;
}
i.file-preview.file-type-mp4,
i.file-preview.file-type-swf,
i.file-preview.file-type-mkv,
i.file-preview.file-type-avi,
i.file-preview.file-type-flv,
i.file-preview.file-type-mov,
i.file-preview.file-type-mpg,
i.file-preview.file-type-mpeg,
i.file-preview.file-type-ogv,
i.file-preview.file-type-webm,
i.file-preview.file-type-rm,
i.file-preview.file-type-rmvb{
background-position: -980px center;
}
i.file-preview.file-type-ogg,
i.file-preview.file-type-wav,
i.file-preview.file-type-wmv,
i.file-preview.file-type-mid,
i.file-preview.file-type-mp3{
background-position: -1050px center;
}
i.file-preview.file-type-jpg,
i.file-preview.file-type-jpeg,
i.file-preview.file-type-gif,
i.file-preview.file-type-bmp,
i.file-preview.file-type-png,
i.file-preview.file-type-psd{
background-position: -140px center;
}
================================================
FILE: 后台cms/public/static/UEditor/dialogs/attachment/attachment.html
================================================
ueditor图片对话框
================================================
FILE: 后台cms/public/static/UEditor/dialogs/attachment/attachment.js
================================================
/**
* User: Jinqn
* Date: 14-04-08
* Time: 下午16:34
* 上传图片对话框逻辑代码,包括tab: 远程图片/上传图片/在线图片/搜索图片
*/
(function () {
var uploadFile,
onlineFile;
window.onload = function () {
initTabs();
initButtons();
};
/* 初始化tab标签 */
function initTabs() {
var tabs = $G('tabhead').children;
for (var i = 0; i < tabs.length; i++) {
domUtils.on(tabs[i], "click", function (e) {
var target = e.target || e.srcElement;
setTabFocus(target.getAttribute('data-content-id'));
});
}
setTabFocus('upload');
}
/* 初始化tabbody */
function setTabFocus(id) {
if(!id) return;
var i, bodyId, tabs = $G('tabhead').children;
for (i = 0; i < tabs.length; i++) {
bodyId = tabs[i].getAttribute('data-content-id')
if (bodyId == id) {
domUtils.addClass(tabs[i], 'focus');
domUtils.addClass($G(bodyId), 'focus');
} else {
domUtils.removeClasses(tabs[i], 'focus');
domUtils.removeClasses($G(bodyId), 'focus');
}
}
switch (id) {
case 'upload':
uploadFile = uploadFile || new UploadFile('queueList');
break;
case 'online':
onlineFile = onlineFile || new OnlineFile('fileList');
break;
}
}
/* 初始化onok事件 */
function initButtons() {
dialog.onok = function () {
var list = [], id, tabs = $G('tabhead').children;
for (var i = 0; i < tabs.length; i++) {
if (domUtils.hasClass(tabs[i], 'focus')) {
id = tabs[i].getAttribute('data-content-id');
break;
}
}
switch (id) {
case 'upload':
list = uploadFile.getInsertList();
var count = uploadFile.getQueueCount();
if (count) {
$('.info', '#queueList').html('' + '还有2个未上传文件'.replace(/[\d]/, count) + ' ');
return false;
}
break;
case 'online':
list = onlineFile.getInsertList();
break;
}
editor.execCommand('insertfile', list);
};
}
/* 上传附件 */
function UploadFile(target) {
this.$wrap = target.constructor == String ? $('#' + target) : $(target);
this.init();
}
UploadFile.prototype = {
init: function () {
this.fileList = [];
this.initContainer();
this.initUploader();
},
initContainer: function () {
this.$queue = this.$wrap.find('.filelist');
},
/* 初始化容器 */
initUploader: function () {
var _this = this,
$ = jQuery, // just in case. Make sure it's not an other libaray.
$wrap = _this.$wrap,
// 图片容器
$queue = $wrap.find('.filelist'),
// 状态栏,包括进度和控制按钮
$statusBar = $wrap.find('.statusBar'),
// 文件总体选择信息。
$info = $statusBar.find('.info'),
// 上传按钮
$upload = $wrap.find('.uploadBtn'),
// 上传按钮
$filePickerBtn = $wrap.find('.filePickerBtn'),
// 上传按钮
$filePickerBlock = $wrap.find('.filePickerBlock'),
// 没选择文件之前的内容。
$placeHolder = $wrap.find('.placeholder'),
// 总体进度条
$progress = $statusBar.find('.progress').hide(),
// 添加的文件数量
fileCount = 0,
// 添加的文件总大小
fileSize = 0,
// 优化retina, 在retina下这个值是2
ratio = window.devicePixelRatio || 1,
// 缩略图大小
thumbnailWidth = 113 * ratio,
thumbnailHeight = 113 * ratio,
// 可能有pedding, ready, uploading, confirm, done.
state = '',
// 所有文件的进度信息,key为file id
percentages = {},
supportTransition = (function () {
var s = document.createElement('p').style,
r = 'transition' in s ||
'WebkitTransition' in s ||
'MozTransition' in s ||
'msTransition' in s ||
'OTransition' in s;
s = null;
return r;
})(),
// WebUploader实例
uploader,
actionUrl = editor.getActionUrl(editor.getOpt('fileActionName')),
fileMaxSize = editor.getOpt('fileMaxSize'),
acceptExtensions = (editor.getOpt('fileAllowFiles') || []).join('').replace(/\./g, ',').replace(/^[,]/, '');;
if (!WebUploader.Uploader.support()) {
$('#filePickerReady').after($('').html(lang.errorNotSupport)).hide();
return;
} else if (!editor.getOpt('fileActionName')) {
$('#filePickerReady').after($('
').html(lang.errorLoadConfig)).hide();
return;
}
uploader = _this.uploader = WebUploader.create({
pick: {
id: '#filePickerReady',
label: lang.uploadSelectFile
},
swf: '../../third-party/webuploader/Uploader.swf',
server: actionUrl,
fileVal: editor.getOpt('fileFieldName'),
duplicate: true,
fileSingleSizeLimit: fileMaxSize,
compress: false
});
uploader.addButton({
id: '#filePickerBlock'
});
uploader.addButton({
id: '#filePickerBtn',
label: lang.uploadAddFile
});
setState('pedding');
// 当有文件添加进来时执行,负责view的创建
function addFile(file) {
var $li = $('
' +
'' + file.name + '
' +
'
' +
'
' +
' '),
$btns = $('
' +
'' + lang.uploadDelete + ' ' +
'' + lang.uploadTurnRight + ' ' +
'' + lang.uploadTurnLeft + '
').appendTo($li),
$prgress = $li.find('p.progress span'),
$wrap = $li.find('p.imgWrap'),
$info = $('
').hide().appendTo($li),
showError = function (code) {
switch (code) {
case 'exceed_size':
text = lang.errorExceedSize;
break;
case 'interrupt':
text = lang.errorInterrupt;
break;
case 'http':
text = lang.errorHttp;
break;
case 'not_allow_type':
text = lang.errorFileType;
break;
default:
text = lang.errorUploadRetry;
break;
}
$info.text(text).show();
};
if (file.getStatus() === 'invalid') {
showError(file.statusText);
} else {
$wrap.text(lang.uploadPreview);
if ('|png|jpg|jpeg|bmp|gif|'.indexOf('|'+file.ext.toLowerCase()+'|') == -1) {
$wrap.empty().addClass('notimage').append('
' +
'
' + file.name + ' ');
} else {
if (browser.ie && browser.version <= 7) {
$wrap.text(lang.uploadNoPreview);
} else {
uploader.makeThumb(file, function (error, src) {
if (error || !src) {
$wrap.text(lang.uploadNoPreview);
} else {
var $img = $('
');
$wrap.empty().append($img);
$img.on('error', function () {
$wrap.text(lang.uploadNoPreview);
});
}
}, thumbnailWidth, thumbnailHeight);
}
}
percentages[ file.id ] = [ file.size, 0 ];
file.rotation = 0;
/* 检查文件格式 */
if (!file.ext || acceptExtensions.indexOf(file.ext.toLowerCase()) == -1) {
showError('not_allow_type');
uploader.removeFile(file);
}
}
file.on('statuschange', function (cur, prev) {
if (prev === 'progress') {
$prgress.hide().width(0);
} else if (prev === 'queued') {
$li.off('mouseenter mouseleave');
$btns.remove();
}
// 成功
if (cur === 'error' || cur === 'invalid') {
showError(file.statusText);
percentages[ file.id ][ 1 ] = 1;
} else if (cur === 'interrupt') {
showError('interrupt');
} else if (cur === 'queued') {
percentages[ file.id ][ 1 ] = 0;
} else if (cur === 'progress') {
$info.hide();
$prgress.css('display', 'block');
} else if (cur === 'complete') {
}
$li.removeClass('state-' + prev).addClass('state-' + cur);
});
$li.on('mouseenter', function () {
$btns.stop().animate({height: 30});
});
$li.on('mouseleave', function () {
$btns.stop().animate({height: 0});
});
$btns.on('click', 'span', function () {
var index = $(this).index(),
deg;
switch (index) {
case 0:
uploader.removeFile(file);
return;
case 1:
file.rotation += 90;
break;
case 2:
file.rotation -= 90;
break;
}
if (supportTransition) {
deg = 'rotate(' + file.rotation + 'deg)';
$wrap.css({
'-webkit-transform': deg,
'-mos-transform': deg,
'-o-transform': deg,
'transform': deg
});
} else {
$wrap.css('filter', 'progid:DXImageTransform.Microsoft.BasicImage(rotation=' + (~~((file.rotation / 90) % 4 + 4) % 4) + ')');
}
});
$li.insertBefore($filePickerBlock);
}
// 负责view的销毁
function removeFile(file) {
var $li = $('#' + file.id);
delete percentages[ file.id ];
updateTotalProgress();
$li.off().find('.file-panel').off().end().remove();
}
function updateTotalProgress() {
var loaded = 0,
total = 0,
spans = $progress.children(),
percent;
$.each(percentages, function (k, v) {
total += v[ 0 ];
loaded += v[ 0 ] * v[ 1 ];
});
percent = total ? loaded / total : 0;
spans.eq(0).text(Math.round(percent * 100) + '%');
spans.eq(1).css('width', Math.round(percent * 100) + '%');
updateStatus();
}
function setState(val, files) {
if (val != state) {
var stats = uploader.getStats();
$upload.removeClass('state-' + state);
$upload.addClass('state-' + val);
switch (val) {
/* 未选择文件 */
case 'pedding':
$queue.addClass('element-invisible');
$statusBar.addClass('element-invisible');
$placeHolder.removeClass('element-invisible');
$progress.hide(); $info.hide();
uploader.refresh();
break;
/* 可以开始上传 */
case 'ready':
$placeHolder.addClass('element-invisible');
$queue.removeClass('element-invisible');
$statusBar.removeClass('element-invisible');
$progress.hide(); $info.show();
$upload.text(lang.uploadStart);
uploader.refresh();
break;
/* 上传中 */
case 'uploading':
$progress.show(); $info.hide();
$upload.text(lang.uploadPause);
break;
/* 暂停上传 */
case 'paused':
$progress.show(); $info.hide();
$upload.text(lang.uploadContinue);
break;
case 'confirm':
$progress.show(); $info.hide();
$upload.text(lang.uploadStart);
stats = uploader.getStats();
if (stats.successNum && !stats.uploadFailNum) {
setState('finish');
return;
}
break;
case 'finish':
$progress.hide(); $info.show();
if (stats.uploadFailNum) {
$upload.text(lang.uploadRetry);
} else {
$upload.text(lang.uploadStart);
}
break;
}
state = val;
updateStatus();
}
if (!_this.getQueueCount()) {
$upload.addClass('disabled')
} else {
$upload.removeClass('disabled')
}
}
function updateStatus() {
var text = '', stats;
if (state === 'ready') {
text = lang.updateStatusReady.replace('_', fileCount).replace('_KB', WebUploader.formatSize(fileSize));
} else if (state === 'confirm') {
stats = uploader.getStats();
if (stats.uploadFailNum) {
text = lang.updateStatusConfirm.replace('_', stats.successNum).replace('_', stats.successNum);
}
} else {
stats = uploader.getStats();
text = lang.updateStatusFinish.replace('_', fileCount).
replace('_KB', WebUploader.formatSize(fileSize)).
replace('_', stats.successNum);
if (stats.uploadFailNum) {
text += lang.updateStatusError.replace('_', stats.uploadFailNum);
}
}
$info.html(text);
}
uploader.on('fileQueued', function (file) {
fileCount++;
fileSize += file.size;
if (fileCount === 1) {
$placeHolder.addClass('element-invisible');
$statusBar.show();
}
addFile(file);
});
uploader.on('fileDequeued', function (file) {
fileCount--;
fileSize -= file.size;
removeFile(file);
updateTotalProgress();
});
uploader.on('filesQueued', function (file) {
if (!uploader.isInProgress() && (state == 'pedding' || state == 'finish' || state == 'confirm' || state == 'ready')) {
setState('ready');
}
updateTotalProgress();
});
uploader.on('all', function (type, files) {
switch (type) {
case 'uploadFinished':
setState('confirm', files);
break;
case 'startUpload':
/* 添加额外的GET参数 */
var params = utils.serializeParam(editor.queryCommandValue('serverparam')) || '',
url = utils.formatUrl(actionUrl + (actionUrl.indexOf('?') == -1 ? '?':'&') + 'encode=utf-8&' + params);
uploader.option('server', url);
setState('uploading', files);
break;
case 'stopUpload':
setState('paused', files);
break;
}
});
uploader.on('uploadBeforeSend', function (file, data, header) {
//这里可以通过data对象添加POST参数
header['X_Requested_With'] = 'XMLHttpRequest';
// HaoChuan9421
if(editor.options.headers && Object.prototype.toString.apply(editor.options.headers) === "[object Object]"){
for(var key in editor.options.headers){
header[key] = editor.options.headers[key]
}
}
});
uploader.on('uploadProgress', function (file, percentage) {
var $li = $('#' + file.id),
$percent = $li.find('.progress span');
$percent.css('width', percentage * 100 + '%');
percentages[ file.id ][ 1 ] = percentage;
updateTotalProgress();
});
uploader.on('uploadSuccess', function (file, ret) {
var $file = $('#' + file.id);
try {
var responseText = (ret._raw || ret),
json = utils.str2json(responseText);
if (json.state == 'SUCCESS') {
_this.fileList.push(json);
$file.append('
');
} else {
$file.find('.error').text(json.state).show();
}
} catch (e) {
$file.find('.error').text(lang.errorServerUpload).show();
}
});
uploader.on('uploadError', function (file, code) {
});
uploader.on('error', function (code, file) {
if (code == 'Q_TYPE_DENIED' || code == 'F_EXCEED_SIZE') {
addFile(file);
}
});
uploader.on('uploadComplete', function (file, ret) {
});
$upload.on('click', function () {
if ($(this).hasClass('disabled')) {
return false;
}
if (state === 'ready') {
uploader.upload();
} else if (state === 'paused') {
uploader.upload();
} else if (state === 'uploading') {
uploader.stop();
}
});
$upload.addClass('state-' + state);
updateTotalProgress();
},
getQueueCount: function () {
var file, i, status, readyFile = 0, files = this.uploader.getFiles();
for (i = 0; file = files[i++]; ) {
status = file.getStatus();
if (status == 'queued' || status == 'uploading' || status == 'progress') readyFile++;
}
return readyFile;
},
getInsertList: function () {
var i, link, data, list = [],
prefix = editor.getOpt('fileUrlPrefix');
for (i = 0; i < this.fileList.length; i++) {
data = this.fileList[i];
link = data.url;
list.push({
title: data.original || link.substr(link.lastIndexOf('/') + 1),
url: prefix + link
});
}
return list;
}
};
/* 在线附件 */
function OnlineFile(target) {
this.container = utils.isString(target) ? document.getElementById(target) : target;
this.init();
}
OnlineFile.prototype = {
init: function () {
this.initContainer();
this.initEvents();
this.initData();
},
/* 初始化容器 */
initContainer: function () {
this.container.innerHTML = '';
this.list = document.createElement('ul');
this.clearFloat = document.createElement('li');
domUtils.addClass(this.list, 'list');
domUtils.addClass(this.clearFloat, 'clearFloat');
this.list.appendChild(this.clearFloat);
this.container.appendChild(this.list);
},
/* 初始化滚动事件,滚动到地步自动拉取数据 */
initEvents: function () {
var _this = this;
/* 滚动拉取图片 */
domUtils.on($G('fileList'), 'scroll', function(e){
var panel = this;
if (panel.scrollHeight - (panel.offsetHeight + panel.scrollTop) < 10) {
_this.getFileData();
}
});
/* 选中图片 */
domUtils.on(this.list, 'click', function (e) {
var target = e.target || e.srcElement,
li = target.parentNode;
if (li.tagName.toLowerCase() == 'li') {
if (domUtils.hasClass(li, 'selected')) {
domUtils.removeClasses(li, 'selected');
} else {
domUtils.addClass(li, 'selected');
}
}
});
},
/* 初始化第一次的数据 */
initData: function () {
/* 拉取数据需要使用的值 */
this.state = 0;
this.listSize = editor.getOpt('fileManagerListSize');
this.listIndex = 0;
this.listEnd = false;
/* 第一次拉取数据 */
this.getFileData();
},
/* 向后台拉取图片列表数据 */
getFileData: function () {
var _this = this;
if(!_this.listEnd && !this.isLoadingData) {
this.isLoadingData = true;
ajax.request(editor.getActionUrl(editor.getOpt('fileManagerActionName')), {
timeout: 100000,
data: utils.extend({
start: this.listIndex,
size: this.listSize
}, editor.queryCommandValue('serverparam')),
method: 'get',
onsuccess: function (r) {
try {
var json = eval('(' + r.responseText + ')');
if (json.state == 'SUCCESS') {
_this.pushData(json.list);
_this.listIndex = parseInt(json.start) + parseInt(json.list.length);
if(_this.listIndex >= json.total) {
_this.listEnd = true;
}
_this.isLoadingData = false;
}
} catch (e) {
if(r.responseText.indexOf('ue_separate_ue') != -1) {
var list = r.responseText.split(r.responseText);
_this.pushData(list);
_this.listIndex = parseInt(list.length);
_this.listEnd = true;
_this.isLoadingData = false;
}
}
},
onerror: function () {
_this.isLoadingData = false;
}
});
}
},
/* 添加图片到列表界面上 */
pushData: function (list) {
var i, item, img, filetype, preview, icon, _this = this,
urlPrefix = editor.getOpt('fileManagerUrlPrefix');
for (i = 0; i < list.length; i++) {
if(list[i] && list[i].url) {
item = document.createElement('li');
icon = document.createElement('span');
filetype = list[i].url.substr(list[i].url.lastIndexOf('.') + 1);
if ( "png|jpg|jpeg|gif|bmp".indexOf(filetype) != -1 ) {
preview = document.createElement('img');
domUtils.on(preview, 'load', (function(image){
return function(){
_this.scale(image, image.parentNode.offsetWidth, image.parentNode.offsetHeight);
};
})(preview));
preview.width = 113;
preview.setAttribute('src', urlPrefix + list[i].url + (list[i].url.indexOf('?') == -1 ? '?noCache=':'&noCache=') + (+new Date()).toString(36) );
} else {
var ic = document.createElement('i'),
textSpan = document.createElement('span');
textSpan.innerHTML = list[i].url.substr(list[i].url.lastIndexOf('/') + 1);
preview = document.createElement('div');
preview.appendChild(ic);
preview.appendChild(textSpan);
domUtils.addClass(preview, 'file-wrapper');
domUtils.addClass(textSpan, 'file-title');
domUtils.addClass(ic, 'file-type-' + filetype);
domUtils.addClass(ic, 'file-preview');
}
domUtils.addClass(icon, 'icon');
item.setAttribute('data-url', urlPrefix + list[i].url);
if (list[i].original) {
item.setAttribute('data-title', list[i].original);
}
item.appendChild(preview);
item.appendChild(icon);
this.list.insertBefore(item, this.clearFloat);
}
}
},
/* 改变图片大小 */
scale: function (img, w, h, type) {
var ow = img.width,
oh = img.height;
if (type == 'justify') {
if (ow >= oh) {
img.width = w;
img.height = h * oh / ow;
img.style.marginLeft = '-' + parseInt((img.width - w) / 2) + 'px';
} else {
img.width = w * ow / oh;
img.height = h;
img.style.marginTop = '-' + parseInt((img.height - h) / 2) + 'px';
}
} else {
if (ow >= oh) {
img.width = w * ow / oh;
img.height = h;
img.style.marginLeft = '-' + parseInt((img.width - w) / 2) + 'px';
} else {
img.width = w;
img.height = h * oh / ow;
img.style.marginTop = '-' + parseInt((img.height - h) / 2) + 'px';
}
}
},
getInsertList: function () {
var i, lis = this.list.children, list = [];
for (i = 0; i < lis.length; i++) {
if (domUtils.hasClass(lis[i], 'selected')) {
var url = lis[i].getAttribute('data-url');
var title = lis[i].getAttribute('data-title') || url.substr(url.lastIndexOf('/') + 1);
list.push({
title: title,
url: url
});
}
}
return list;
}
};
})();
================================================
FILE: 后台cms/public/static/UEditor/dialogs/background/background.css
================================================
.wrapper{ width: 424px;margin: 10px auto; zoom:1;position: relative}
.tabbody{height:225px;}
.tabbody .panel { position: absolute;width:100%; height:100%;background: #fff; display: none;}
.tabbody .focus { display: block;}
body{font-size: 12px;color: #888;overflow: hidden;}
input,label{vertical-align:middle}
.clear{clear: both;}
.pl{padding-left: 18px;padding-left: 23px\9;}
#imageList {width: 420px;height: 215px;margin-top: 10px;overflow: hidden;overflow-y: auto;}
#imageList div {float: left;width: 100px;height: 95px;margin: 5px 10px;}
#imageList img {cursor: pointer;border: 2px solid white;}
.bgarea{margin: 10px;padding: 5px;height: 84%;border: 1px solid #A8A297;}
.content div{margin: 10px 0 10px 5px;}
.content .iptradio{margin: 0px 5px 5px 0px;}
.txt{width:280px;}
.wrapcolor{height: 19px;}
div.color{float: left;margin: 0;}
#colorPicker{width: 17px;height: 17px;border: 1px solid #CCC;display: inline-block;border-radius: 3px;box-shadow: 2px 2px 5px #D3D6DA;margin: 0;float: left;}
div.alignment,#custom{margin-left: 23px;margin-left: 28px\9;}
#custom input{height: 15px;min-height: 15px;width:20px;}
#repeatType{width:100px;}
/* 图片管理样式 */
#imgManager {
width: 100%;
height: 225px;
}
#imgManager #imageList{
width: 100%;
overflow-x: hidden;
overflow-y: auto;
}
#imgManager ul {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
#imgManager li {
float: left;
display: block;
list-style: none;
padding: 0;
width: 113px;
height: 113px;
margin: 9px 0 0 19px;
background-color: #eee;
overflow: hidden;
cursor: pointer;
position: relative;
}
#imgManager li.clearFloat {
float: none;
clear: both;
display: block;
width:0;
height:0;
margin: 0;
padding: 0;
}
#imgManager li img {
cursor: pointer;
}
#imgManager li .icon {
cursor: pointer;
width: 113px;
height: 113px;
position: absolute;
top: 0;
left: 0;
z-index: 2;
border: 0;
background-repeat: no-repeat;
}
#imgManager li .icon:hover {
width: 107px;
height: 107px;
border: 3px solid #1094fa;
}
#imgManager li.selected .icon {
background-image: url(images/success.png);
background-position: 75px 75px;
}
#imgManager li.selected .icon:hover {
width: 107px;
height: 107px;
border: 3px solid #1094fa;
background-position: 72px 72px;
}
================================================
FILE: 后台cms/public/static/UEditor/dialogs/background/background.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/background/background.js
================================================
(function () {
var onlineImage,
backupStyle = editor.queryCommandValue('background');
window.onload = function () {
initTabs();
initColorSelector();
};
/* 初始化tab标签 */
function initTabs(){
var tabs = $G('tabHeads').children;
for (var i = 0; i < tabs.length; i++) {
domUtils.on(tabs[i], "click", function (e) {
var target = e.target || e.srcElement;
for (var j = 0; j < tabs.length; j++) {
if(tabs[j] == target){
tabs[j].className = "focus";
var contentId = tabs[j].getAttribute('data-content-id');
$G(contentId).style.display = "block";
if(contentId == 'imgManager') {
initImagePanel();
}
}else {
tabs[j].className = "";
$G(tabs[j].getAttribute('data-content-id')).style.display = "none";
}
}
});
}
}
/* 初始化颜色设置 */
function initColorSelector () {
var obj = editor.queryCommandValue('background');
if (obj) {
var color = obj['background-color'],
repeat = obj['background-repeat'] || 'repeat',
image = obj['background-image'] || '',
position = obj['background-position'] || 'center center',
pos = position.split(' '),
x = parseInt(pos[0]) || 0,
y = parseInt(pos[1]) || 0;
if(repeat == 'no-repeat' && (x || y)) repeat = 'self';
image = image.match(/url[\s]*\(([^\)]*)\)/);
image = image ? image[1]:'';
updateFormState('colored', color, image, repeat, x, y);
} else {
updateFormState();
}
var updateHandler = function () {
updateFormState();
updateBackground();
}
domUtils.on($G('nocolorRadio'), 'click', updateBackground);
domUtils.on($G('coloredRadio'), 'click', updateHandler);
domUtils.on($G('url'), 'keyup', function(){
if($G('url').value && $G('alignment').style.display == "none") {
utils.each($G('repeatType').children, function(item){
item.selected = ('repeat' == item.getAttribute('value') ? 'selected':false);
});
}
updateHandler();
});
domUtils.on($G('repeatType'), 'change', updateHandler);
domUtils.on($G('x'), 'keyup', updateBackground);
domUtils.on($G('y'), 'keyup', updateBackground);
initColorPicker();
}
/* 初始化颜色选择器 */
function initColorPicker() {
var me = editor,
cp = $G("colorPicker");
/* 生成颜色选择器ui对象 */
var popup = new UE.ui.Popup({
content: new UE.ui.ColorPicker({
noColorText: me.getLang("clearColor"),
editor: me,
onpickcolor: function (t, color) {
updateFormState('colored', color);
updateBackground();
UE.ui.Popup.postHide();
},
onpicknocolor: function (t, color) {
updateFormState('colored', 'transparent');
updateBackground();
UE.ui.Popup.postHide();
}
}),
editor: me,
onhide: function () {
}
});
/* 设置颜色选择器 */
domUtils.on(cp, "click", function () {
popup.showAnchor(this);
});
domUtils.on(document, 'mousedown', function (evt) {
var el = evt.target || evt.srcElement;
UE.ui.Popup.postHide(el);
});
domUtils.on(window, 'scroll', function () {
UE.ui.Popup.postHide();
});
}
/* 初始化在线图片列表 */
function initImagePanel() {
onlineImage = onlineImage || new OnlineImage('imageList');
}
/* 更新背景色设置面板 */
function updateFormState (radio, color, url, align, x, y) {
var nocolorRadio = $G('nocolorRadio'),
coloredRadio = $G('coloredRadio');
if(radio) {
nocolorRadio.checked = (radio == 'colored' ? false:'checked');
coloredRadio.checked = (radio == 'colored' ? 'checked':false);
}
if(color) {
domUtils.setStyle($G("colorPicker"), "background-color", color);
}
if(url && /^\//.test(url)) {
var a = document.createElement('a');
a.href = url;
browser.ie && (a.href = a.href);
url = browser.ie ? a.href:(a.protocol + '//' + a.host + a.pathname + a.search + a.hash);
}
if(url || url === '') {
$G('url').value = url;
}
if(align) {
utils.each($G('repeatType').children, function(item){
item.selected = (align == item.getAttribute('value') ? 'selected':false);
});
}
if(x || y) {
$G('x').value = parseInt(x) || 0;
$G('y').value = parseInt(y) || 0;
}
$G('alignment').style.display = coloredRadio.checked && $G('url').value ? '':'none';
$G('custom').style.display = coloredRadio.checked && $G('url').value && $G('repeatType').value == 'self' ? '':'none';
}
/* 更新背景颜色 */
function updateBackground () {
if ($G('coloredRadio').checked) {
var color = domUtils.getStyle($G("colorPicker"), "background-color"),
bgimg = $G("url").value,
align = $G("repeatType").value,
backgroundObj = {
"background-repeat": "no-repeat",
"background-position": "center center"
};
if (color) backgroundObj["background-color"] = color;
if (bgimg) backgroundObj["background-image"] = 'url(' + bgimg + ')';
if (align == 'self') {
backgroundObj["background-position"] = $G("x").value + "px " + $G("y").value + "px";
} else if (align == 'repeat-x' || align == 'repeat-y' || align == 'repeat') {
backgroundObj["background-repeat"] = align;
}
editor.execCommand('background', backgroundObj);
} else {
editor.execCommand('background', null);
}
}
/* 在线图片 */
function OnlineImage(target) {
this.container = utils.isString(target) ? document.getElementById(target) : target;
this.init();
}
OnlineImage.prototype = {
init: function () {
this.reset();
this.initEvents();
},
/* 初始化容器 */
initContainer: function () {
this.container.innerHTML = '';
this.list = document.createElement('ul');
this.clearFloat = document.createElement('li');
domUtils.addClass(this.list, 'list');
domUtils.addClass(this.clearFloat, 'clearFloat');
this.list.id = 'imageListUl';
this.list.appendChild(this.clearFloat);
this.container.appendChild(this.list);
},
/* 初始化滚动事件,滚动到地步自动拉取数据 */
initEvents: function () {
var _this = this;
/* 滚动拉取图片 */
domUtils.on($G('imageList'), 'scroll', function(e){
var panel = this;
if (panel.scrollHeight - (panel.offsetHeight + panel.scrollTop) < 10) {
_this.getImageData();
}
});
/* 选中图片 */
domUtils.on(this.container, 'click', function (e) {
var target = e.target || e.srcElement,
li = target.parentNode,
nodes = $G('imageListUl').childNodes;
if (li.tagName.toLowerCase() == 'li') {
updateFormState('nocolor', null, '');
for (var i = 0, node; node = nodes[i++];) {
if (node == li && !domUtils.hasClass(node, 'selected')) {
domUtils.addClass(node, 'selected');
updateFormState('colored', null, li.firstChild.getAttribute("_src"), 'repeat');
} else {
domUtils.removeClasses(node, 'selected');
}
}
updateBackground();
}
});
},
/* 初始化第一次的数据 */
initData: function () {
/* 拉取数据需要使用的值 */
this.state = 0;
this.listSize = editor.getOpt('imageManagerListSize');
this.listIndex = 0;
this.listEnd = false;
/* 第一次拉取数据 */
this.getImageData();
},
/* 重置界面 */
reset: function() {
this.initContainer();
this.initData();
},
/* 向后台拉取图片列表数据 */
getImageData: function () {
var _this = this;
if(!_this.listEnd && !this.isLoadingData) {
this.isLoadingData = true;
var url = editor.getActionUrl(editor.getOpt('imageManagerActionName')),
isJsonp = utils.isCrossDomainUrl(url);
ajax.request(url, {
'timeout': 100000,
'dataType': isJsonp ? 'jsonp':'',
'data': utils.extend({
start: this.listIndex,
size: this.listSize
}, editor.queryCommandValue('serverparam')),
'method': 'get',
'onsuccess': function (r) {
try {
var json = isJsonp ? r:eval('(' + r.responseText + ')');
if (json.state == 'SUCCESS') {
_this.pushData(json.list);
_this.listIndex = parseInt(json.start) + parseInt(json.list.length);
if(_this.listIndex >= json.total) {
_this.listEnd = true;
}
_this.isLoadingData = false;
}
} catch (e) {
if(r.responseText.indexOf('ue_separate_ue') != -1) {
var list = r.responseText.split(r.responseText);
_this.pushData(list);
_this.listIndex = parseInt(list.length);
_this.listEnd = true;
_this.isLoadingData = false;
}
}
},
'onerror': function () {
_this.isLoadingData = false;
}
});
}
},
/* 添加图片到列表界面上 */
pushData: function (list) {
var i, item, img, icon, _this = this,
urlPrefix = editor.getOpt('imageManagerUrlPrefix');
for (i = 0; i < list.length; i++) {
if(list[i] && list[i].url) {
item = document.createElement('li');
img = document.createElement('img');
icon = document.createElement('span');
domUtils.on(img, 'load', (function(image){
return function(){
_this.scale(image, image.parentNode.offsetWidth, image.parentNode.offsetHeight);
}
})(img));
img.width = 113;
img.setAttribute('src', urlPrefix + list[i].url + (list[i].url.indexOf('?') == -1 ? '?noCache=':'&noCache=') + (+new Date()).toString(36) );
img.setAttribute('_src', urlPrefix + list[i].url);
domUtils.addClass(icon, 'icon');
item.appendChild(img);
item.appendChild(icon);
this.list.insertBefore(item, this.clearFloat);
}
}
},
/* 改变图片大小 */
scale: function (img, w, h, type) {
var ow = img.width,
oh = img.height;
if (type == 'justify') {
if (ow >= oh) {
img.width = w;
img.height = h * oh / ow;
img.style.marginLeft = '-' + parseInt((img.width - w) / 2) + 'px';
} else {
img.width = w * ow / oh;
img.height = h;
img.style.marginTop = '-' + parseInt((img.height - h) / 2) + 'px';
}
} else {
if (ow >= oh) {
img.width = w * ow / oh;
img.height = h;
img.style.marginLeft = '-' + parseInt((img.width - w) / 2) + 'px';
} else {
img.width = w;
img.height = h * oh / ow;
img.style.marginTop = '-' + parseInt((img.height - h) / 2) + 'px';
}
}
},
getInsertList: function () {
var i, lis = this.list.children, list = [], align = getAlign();
for (i = 0; i < lis.length; i++) {
if (domUtils.hasClass(lis[i], 'selected')) {
var img = lis[i].firstChild,
src = img.getAttribute('_src');
list.push({
src: src,
_src: src,
floatStyle: align
});
}
}
return list;
}
};
dialog.onok = function () {
updateBackground();
editor.fireEvent('saveScene');
};
dialog.oncancel = function () {
editor.execCommand('background', backupStyle);
};
})();
================================================
FILE: 后台cms/public/static/UEditor/dialogs/charts/chart.config.js
================================================
/*
* 图表配置文件
* */
//不同类型的配置
var typeConfig = [
{
chart: {
type: 'line'
},
plotOptions: {
line: {
dataLabels: {
enabled: false
},
enableMouseTracking: true
}
}
}, {
chart: {
type: 'line'
},
plotOptions: {
line: {
dataLabels: {
enabled: true
},
enableMouseTracking: false
}
}
}, {
chart: {
type: 'area'
}
}, {
chart: {
type: 'bar'
}
}, {
chart: {
type: 'column'
}
}, {
chart: {
plotBackgroundColor: null,
plotBorderWidth: null,
plotShadow: false
},
plotOptions: {
pie: {
allowPointSelect: true,
cursor: 'pointer',
dataLabels: {
enabled: true,
color: '#000000',
connectorColor: '#000000',
formatter: function() {
return '
'+ this.point.name +' : '+ ( Math.round( this.point.percentage*100 ) / 100 ) +' %';
}
}
}
}
}
];
================================================
FILE: 后台cms/public/static/UEditor/dialogs/charts/charts.css
================================================
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
}
.main {
width: 100%;
overflow: hidden;
}
.table-view {
height: 100%;
float: left;
margin: 20px;
width: 40%;
}
.table-view .table-container {
width: 100%;
margin-bottom: 50px;
overflow: scroll;
}
.table-view th {
padding: 5px 10px;
background-color: #F7F7F7;
}
.table-view td {
width: 50px;
text-align: center;
padding:0;
}
.table-container input {
width: 40px;
padding: 5px;
border: none;
outline: none;
}
.table-view caption {
font-size: 18px;
text-align: left;
}
.charts-view {
/*margin-left: 49%!important;*/
width: 50%;
margin-left: 49%;
height: 400px;
}
.charts-container {
border-left: 1px solid #c3c3c3;
}
.charts-format fieldset {
padding-left: 20px;
margin-bottom: 50px;
}
.charts-format legend {
padding-left: 10px;
padding-right: 10px;
}
.format-item-container {
padding: 20px;
}
.format-item-container label {
display: block;
margin: 10px 0;
}
.charts-format .data-item {
border: 1px solid black;
outline: none;
padding: 2px 3px;
}
/* 图表类型 */
.charts-type {
margin-top: 50px;
height: 300px;
}
.scroll-view {
border: 1px solid #c3c3c3;
border-left: none;
border-right: none;
overflow: hidden;
}
.scroll-container {
margin: 20px;
width: 100%;
overflow: hidden;
}
.scroll-bed {
width: 10000px;
_margin-top: 20px;
-webkit-transition: margin-left .5s ease;
-moz-transition: margin-left .5s ease;
transition: margin-left .5s ease;
}
.view-box {
display: inline-block;
*display: inline;
*zoom: 1;
margin-right: 20px;
border: 2px solid white;
line-height: 0;
overflow: hidden;
cursor: pointer;
}
.view-box img {
border: 1px solid #cecece;
}
.view-box.selected {
border-color: #7274A7;
}
.button-container {
margin-bottom: 20px;
text-align: center;
}
.button-container a {
display: inline-block;
width: 100px;
height: 25px;
line-height: 25px;
border: 1px solid #c2ccd1;
margin-right: 30px;
text-decoration: none;
color: black;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.button-container a:HOVER {
background: #fcfcfc;
}
.button-container a:ACTIVE {
border-top-color: #c2ccd1;
box-shadow:inset 0 5px 4px -4px rgba(49, 49, 64, 0.1);
}
.edui-charts-not-data {
height: 100px;
line-height: 100px;
text-align: center;
}
================================================
FILE: 后台cms/public/static/UEditor/dialogs/charts/charts.html
================================================
chart
================================================
FILE: 后台cms/public/static/UEditor/dialogs/charts/charts.js
================================================
/*
* 图片转换对话框脚本
**/
var tableData = [],
//编辑器页面table
editorTable = null,
chartsConfig = window.typeConfig,
resizeTimer = null,
//初始默认图表类型
currentChartType = 0;
window.onload = function () {
editorTable = domUtils.findParentByTagName( editor.selection.getRange().startContainer, 'table', true);
//未找到表格, 显示错误页面
if ( !editorTable ) {
document.body.innerHTML = "
未找到数据
";
return;
}
//初始化图表类型选择
initChartsTypeView();
renderTable( editorTable );
initEvent();
initUserConfig( editorTable.getAttribute( "data-chart" ) );
$( "#scrollBed .view-box:eq("+ currentChartType +")" ).trigger( "click" );
updateViewType( currentChartType );
dialog.addListener( "resize", function () {
if ( resizeTimer != null ) {
window.clearTimeout( resizeTimer );
}
resizeTimer = window.setTimeout( function () {
resizeTimer = null;
renderCharts();
}, 500 );
} );
};
function initChartsTypeView () {
var contents = [];
for ( var i = 0, len = chartsConfig.length; i
' );
}
$( "#scrollBed" ).html( contents.join( "" ) );
}
//渲染table, 以便用户修改数据
function renderTable ( table ) {
var tableHtml = [];
//构造数据
for ( var i = 0, row; row = table.rows[ i ]; i++ ) {
tableData[ i ] = [];
tableHtml[ i ] = [];
for ( var j = 0, cell; cell = row.cells[ j ]; j++ ) {
var value = getCellValue( cell );
if ( i > 0 && j > 0 ) {
value = +value;
}
if ( i === 0 || j === 0 ) {
tableHtml[ i ].push( '
'+ value +' ' );
} else {
tableHtml[ i ].push( '
' );
}
tableData[ i ][ j ] = value;
}
tableHtml[ i ] = tableHtml[ i ].join( "" );
}
//draw 表格
$( "#tableContainer" ).html( '
'+ tableHtml.join( " " ) +'
' );
}
/*
* 根据表格已有的图表属性初始化当前图表属性
*/
function initUserConfig ( config ) {
var parsedConfig = {};
if ( !config ) {
return;
}
config = config.split( ";" );
$.each( config, function ( index, item ) {
item = item.split( ":" );
parsedConfig[ item[ 0 ] ] = item[ 1 ];
} );
setUserConfig( parsedConfig );
}
function initEvent () {
var cacheValue = null,
//图表类型数
typeViewCount = chartsConfig.length- 1,
$chartsTypeViewBox = $( '#scrollBed .view-box' );
$( ".charts-format" ).delegate( ".format-ctrl", "change", function () {
renderCharts();
} )
$( ".table-view" ).delegate( ".data-item", "focus", function () {
cacheValue = this.value;
} ).delegate( ".data-item", "blur", function () {
if ( this.value !== cacheValue ) {
renderCharts();
}
cacheValue = null;
} );
$( "#buttonContainer" ).delegate( "a", "click", function (e) {
e.preventDefault();
if ( this.getAttribute( "data-title" ) === 'prev' ) {
if ( currentChartType > 0 ) {
currentChartType--;
updateViewType( currentChartType );
}
} else {
if ( currentChartType < typeViewCount ) {
currentChartType++;
updateViewType( currentChartType );
}
}
} );
//图表类型变化
$( '#scrollBed' ).delegate( ".view-box", "click", function (e) {
var index = $( this ).attr( "data-chart-type" );
$chartsTypeViewBox.removeClass( "selected" );
$( $chartsTypeViewBox[ index ] ).addClass( "selected" );
currentChartType = index | 0;
//饼图, 禁用部分配置
if ( currentChartType === chartsConfig.length - 1 ) {
disableNotPieConfig();
//启用完整配置
} else {
enableNotPieConfig();
}
renderCharts();
} );
}
function renderCharts () {
var data = collectData();
$('#chartsContainer').highcharts( $.extend( {}, chartsConfig[ currentChartType ], {
credits: {
enabled: false
},
exporting: {
enabled: false
},
title: {
text: data.title,
x: -20 //center
},
subtitle: {
text: data.subTitle,
x: -20
},
xAxis: {
title: {
text: data.xTitle
},
categories: data.categories
},
yAxis: {
title: {
text: data.yTitle
},
plotLines: [{
value: 0,
width: 1,
color: '#808080'
}]
},
tooltip: {
enabled: true,
valueSuffix: data.suffix
},
legend: {
layout: 'vertical',
align: 'right',
verticalAlign: 'middle',
borderWidth: 1
},
series: data.series
} ));
}
function updateViewType ( index ) {
$( "#scrollBed" ).css( 'marginLeft', -index*324+'px' );
}
function collectData () {
var form = document.forms[ 'data-form' ],
data = null;
if ( currentChartType !== chartsConfig.length - 1 ) {
data = getSeriesAndCategories();
$.extend( data, getUserConfig() );
//饼图数据格式
} else {
data = getSeriesForPieChart();
data.title = form[ 'title' ].value;
data.suffix = form[ 'unit' ].value;
}
return data;
}
/**
* 获取用户配置信息
*/
function getUserConfig () {
var form = document.forms[ 'data-form' ],
info = {
title: form[ 'title' ].value,
subTitle: form[ 'sub-title' ].value,
xTitle: form[ 'x-title' ].value,
yTitle: form[ 'y-title' ].value,
suffix: form[ 'unit' ].value,
//数据对齐方式
tableDataFormat: getTableDataFormat (),
//饼图提示文字
tip: $( "#tipInput" ).val()
};
return info;
}
function setUserConfig ( config ) {
var form = document.forms[ 'data-form' ];
config.title && ( form[ 'title' ].value = config.title );
config.subTitle && ( form[ 'sub-title' ].value = config.subTitle );
config.xTitle && ( form[ 'x-title' ].value = config.xTitle );
config.yTitle && ( form[ 'y-title' ].value = config.yTitle );
config.suffix && ( form[ 'unit' ].value = config.suffix );
config.dataFormat == "-1" && ( form[ 'charts-format' ][ 1 ].checked = true );
config.tip && ( form[ 'tip' ].value = config.tip );
currentChartType = config.chartType || 0;
}
function getSeriesAndCategories () {
var form = document.forms[ 'data-form' ],
series = [],
categories = [],
tmp = [],
tableData = getTableData();
//反转数据
if ( getTableDataFormat() === "-1" ) {
for ( var i = 0, len = tableData.length; i < len; i++ ) {
for ( var j = 0, jlen = tableData[ i ].length; j < jlen; j++ ) {
if ( !tmp[ j ] ) {
tmp[ j ] = [];
}
tmp[ j ][ i ] = tableData[ i ][ j ];
}
}
tableData = tmp;
}
categories = tableData[0].slice( 1 );
for ( var i = 1, data; data = tableData[ i ]; i++ ) {
series.push( {
name: data[ 0 ],
data: data.slice( 1 )
} );
}
return {
series: series,
categories: categories
};
}
/*
* 获取数据源数据对齐方式
*/
function getTableDataFormat () {
var form = document.forms[ 'data-form' ],
items = form['charts-format'];
return items[ 0 ].checked ? items[ 0 ].value : items[ 1 ].value;
}
/*
* 禁用非饼图类型的配置项
*/
function disableNotPieConfig() {
updateConfigItem( 'disable' );
}
/*
* 启用非饼图类型的配置项
*/
function enableNotPieConfig() {
updateConfigItem( 'enable' );
}
function updateConfigItem ( value ) {
var table = $( "#showTable" )[ 0 ],
isDisable = value === 'disable' ? true : false;
//table中的input处理
for ( var i = 2 , row; row = table.rows[ i ]; i++ ) {
for ( var j = 1, cell; cell = row.cells[ j ]; j++ ) {
$( "input", cell ).attr( "disabled", isDisable );
}
}
//其他项处理
$( "input.not-pie-item" ).attr( "disabled", isDisable );
$( "#tipInput" ).attr( "disabled", !isDisable )
}
/*
* 获取饼图数据
* 饼图的数据只取第一行的
**/
function getSeriesForPieChart () {
var series = {
type: 'pie',
name: $("#tipInput").val(),
data: []
},
tableData = getTableData();
for ( var j = 1, jlen = tableData[ 0 ].length; j < jlen; j++ ) {
var title = tableData[ 0 ][ j ],
val = tableData[ 1 ][ j ];
series.data.push( [ title, val ] );
}
return {
series: [ series ]
};
}
function getTableData () {
var table = document.getElementById( "showTable" ),
xCount = table.rows[0].cells.length - 1,
values = getTableInputValue();
for ( var i = 0, value; value = values[ i ]; i++ ) {
tableData[ Math.floor( i / xCount ) + 1 ][ i % xCount + 1 ] = values[ i ];
}
return tableData;
}
function getTableInputValue () {
var table = document.getElementById( "showTable" ),
inputs = table.getElementsByTagName( "input" ),
values = [];
for ( var i = 0, input; input = inputs[ i ]; i++ ) {
values.push( input.value | 0 );
}
return values;
}
function getCellValue ( cell ) {
var value = utils.trim( ( cell.innerText || cell.textContent || '' ) );
return value.replace( new RegExp( UE.dom.domUtils.fillChar, 'g' ), '' ).replace( /^\s+|\s+$/g, '' );
}
//dialog确认事件
dialog.onok = function () {
//收集信息
var form = document.forms[ 'data-form' ],
info = getUserConfig();
//添加图表类型
info.chartType = currentChartType;
//同步表格数据到编辑器
syncTableData();
//执行图表命令
editor.execCommand( 'charts', info );
};
/*
* 同步图表编辑视图的表格数据到编辑器里的原始表格
*/
function syncTableData () {
var tableData = getTableData();
for ( var i = 1, row; row = editorTable.rows[ i ]; i++ ) {
for ( var j = 1, cell; cell = row.cells[ j ]; j++ ) {
cell.innerHTML = tableData[ i ] [ j ];
}
}
}
================================================
FILE: 后台cms/public/static/UEditor/dialogs/emotion/emotion.css
================================================
.jd img{
background:transparent url(images/jxface2.gif?v=1.1) no-repeat scroll left top;
cursor:pointer;width:35px;height:35px;display:block;
}
.pp img{
background:transparent url(images/fface.gif?v=1.1) no-repeat scroll left top;
cursor:pointer;width:25px;height:25px;display:block;
}
.ldw img{
background:transparent url(images/wface.gif?v=1.1) no-repeat scroll left top;
cursor:pointer;width:35px;height:35px;display:block;
}
.tsj img{
background:transparent url(images/tface.gif?v=1.1) no-repeat scroll left top;
cursor:pointer;width:35px;height:35px;display:block;
}
.cat img{
background:transparent url(images/cface.gif?v=1.1) no-repeat scroll left top;
cursor:pointer;width:35px;height:35px;display:block;
}
.bb img{
background:transparent url(images/bface.gif?v=1.1) no-repeat scroll left top;
cursor:pointer;width:35px;height:35px;display:block;
}
.youa img{
background:transparent url(images/yface.gif?v=1.1) no-repeat scroll left top;
cursor:pointer;width:35px;height:35px;display:block;
}
.smileytable td {height: 37px;}
#tabPanel{margin-left:5px;overflow: hidden;}
#tabContent {float:left;background:#FFFFFF;}
#tabContent div{display: none;width:480px;overflow:hidden;}
#tabIconReview.show{left:17px;display:block;}
.menuFocus{background:#ACCD3C;}
.menuDefault{background:#FFFFFF;}
#tabIconReview{position:absolute;left:406px;left:398px \9;top:41px;z-index:65533;width:90px;height:76px;}
img.review{width:90px;height:76px;border:2px solid #9cb945;background:#FFFFFF;background-position:center;background-repeat:no-repeat;}
.wrapper .tabbody{position:relative;float:left;clear:both;padding:10px;width: 95%;}
.tabbody table{width: 100%;}
.tabbody td{border:1px solid #BAC498;}
.tabbody td span{display: block;zoom:1;padding:0 4px;}
================================================
FILE: 后台cms/public/static/UEditor/dialogs/emotion/emotion.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/emotion/emotion.js
================================================
window.onload = function () {
editor.setOpt({
emotionLocalization:false
});
emotion.SmileyPath = editor.options.emotionLocalization === true ? 'images/' : "http://img.baidu.com/hi/";
emotion.SmileyBox = createTabList( emotion.tabNum );
emotion.tabExist = createArr( emotion.tabNum );
initImgName();
initEvtHandler( "tabHeads" );
};
function initImgName() {
for ( var pro in emotion.SmilmgName ) {
var tempName = emotion.SmilmgName[pro],
tempBox = emotion.SmileyBox[pro],
tempStr = "";
if ( tempBox.length ) return;
for ( var i = 1; i <= tempName[1]; i++ ) {
tempStr = tempName[0];
if ( i < 10 ) tempStr = tempStr + '0';
tempStr = tempStr + i + '.gif';
tempBox.push( tempStr );
}
}
}
function initEvtHandler( conId ) {
var tabHeads = $G( conId );
for ( var i = 0, j = 0; i < tabHeads.childNodes.length; i++ ) {
var tabObj = tabHeads.childNodes[i];
if ( tabObj.nodeType == 1 ) {
domUtils.on( tabObj, "click", (function ( index ) {
return function () {
switchTab( index );
};
})( j ) );
j++;
}
}
switchTab( 0 );
$G( "tabIconReview" ).style.display = 'none';
}
function InsertSmiley( url, evt ) {
var obj = {
src:editor.options.emotionLocalization ? editor.options.UEDITOR_HOME_URL + "dialogs/emotion/" + url : url
};
obj._src = obj.src;
editor.execCommand( 'insertimage', obj );
if ( !evt.ctrlKey ) {
dialog.popup.hide();
}
}
function switchTab( index ) {
autoHeight( index );
if ( emotion.tabExist[index] == 0 ) {
emotion.tabExist[index] = 1;
createTab( 'tab' + index );
}
//获取呈现元素句柄数组
var tabHeads = $G( "tabHeads" ).getElementsByTagName( "span" ),
tabBodys = $G( "tabBodys" ).getElementsByTagName( "div" ),
i = 0, L = tabHeads.length;
//隐藏所有呈现元素
for ( ; i < L; i++ ) {
tabHeads[i].className = "";
tabBodys[i].style.display = "none";
}
//显示对应呈现元素
tabHeads[index].className = "focus";
tabBodys[index].style.display = "block";
}
function autoHeight( index ) {
var iframe = dialog.getDom( "iframe" ),
parent = iframe.parentNode.parentNode;
switch ( index ) {
case 0:
iframe.style.height = "380px";
parent.style.height = "392px";
break;
case 1:
iframe.style.height = "220px";
parent.style.height = "232px";
break;
case 2:
iframe.style.height = "260px";
parent.style.height = "272px";
break;
case 3:
iframe.style.height = "300px";
parent.style.height = "312px";
break;
case 4:
iframe.style.height = "140px";
parent.style.height = "152px";
break;
case 5:
iframe.style.height = "260px";
parent.style.height = "272px";
break;
case 6:
iframe.style.height = "230px";
parent.style.height = "242px";
break;
default:
}
}
function createTab( tabName ) {
var faceVersion = "?v=1.1", //版本号
tab = $G( tabName ), //获取将要生成的Div句柄
imagePath = emotion.SmileyPath + emotion.imageFolders[tabName], //获取显示表情和预览表情的路径
positionLine = 11 / 2, //中间数
iWidth = iHeight = 35, //图片长宽
iColWidth = 3, //表格剩余空间的显示比例
tableCss = emotion.imageCss[tabName],
cssOffset = emotion.imageCssOffset[tabName],
textHTML = ['
'],
i = 0, imgNum = emotion.SmileyBox[tabName].length, imgColNum = 11, faceImage,
sUrl, realUrl, posflag, offset, infor;
for ( ; i < imgNum; ) {
textHTML.push( '' );
for ( var j = 0; j < imgColNum; j++, i++ ) {
faceImage = emotion.SmileyBox[tabName][i];
if ( faceImage ) {
sUrl = imagePath + faceImage + faceVersion;
realUrl = imagePath + faceImage;
posflag = j < positionLine ? 0 : 1;
offset = cssOffset * i * (-1) - 1;
infor = emotion.SmileyInfor[tabName][i];
textHTML.push( '' );
textHTML.push( '' );
textHTML.push( ' ' );
textHTML.push( ' ' );
} else {
textHTML.push( ' ' );
}
textHTML.push( ' ' );
}
textHTML.push( ' ' );
}
textHTML.push( '
' );
textHTML = textHTML.join( "" );
tab.innerHTML = textHTML;
}
function over( td, srcPath, posFlag ) {
td.style.backgroundColor = "#ACCD3C";
$G( 'faceReview' ).style.backgroundImage = "url(" + srcPath + ")";
if ( posFlag == 1 ) $G( "tabIconReview" ).className = "show";
$G( "tabIconReview" ).style.display = 'block';
}
function out( td ) {
td.style.backgroundColor = "transparent";
var tabIconRevew = $G( "tabIconReview" );
tabIconRevew.className = "";
tabIconRevew.style.display = 'none';
}
function createTabList( tabNum ) {
var obj = {};
for ( var i = 0; i < tabNum; i++ ) {
obj["tab" + i] = [];
}
return obj;
}
function createArr( tabNum ) {
var arr = [];
for ( var i = 0; i < tabNum; i++ ) {
arr[i] = 0;
}
return arr;
}
================================================
FILE: 后台cms/public/static/UEditor/dialogs/gmap/gmap.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/help/help.css
================================================
.wrapper{width: 370px;margin: 10px auto;zoom: 1;}
.tabbody{height: 360px;}
.tabbody .panel{width:100%;height: 360px;position: absolute;background: #fff;}
.tabbody .panel h1{font-size:26px;margin: 5px 0 0 5px;}
.tabbody .panel p{font-size:12px;margin: 5px 0 0 5px;}
.tabbody table{width:90%;line-height: 20px;margin: 5px 0 0 5px;;}
.tabbody table thead{font-weight: bold;line-height: 25px;}
================================================
FILE: 后台cms/public/static/UEditor/dialogs/help/help.html
================================================
帮助
ctrl+b
ctrl+c
ctrl+x
ctrl+v
ctrl+y
ctrl+z
ctrl+i
ctrl+u
ctrl+a
shift+enter
alt+z
================================================
FILE: 后台cms/public/static/UEditor/dialogs/help/help.js
================================================
/**
* Created with JetBrains PhpStorm.
* User: xuheng
* Date: 12-9-26
* Time: 下午1:06
* To change this template use File | Settings | File Templates.
*/
/**
* tab点击处理事件
* @param tabHeads
* @param tabBodys
* @param obj
*/
function clickHandler( tabHeads,tabBodys,obj ) {
//head样式更改
for ( var k = 0, len = tabHeads.length; k < len; k++ ) {
tabHeads[k].className = "";
}
obj.className = "focus";
//body显隐
var tabSrc = obj.getAttribute( "tabSrc" );
for ( var j = 0, length = tabBodys.length; j < length; j++ ) {
var body = tabBodys[j],
id = body.getAttribute( "id" );
body.onclick = function(){
this.style.zoom = 1;
};
if ( id != tabSrc ) {
body.style.zIndex = 1;
} else {
body.style.zIndex = 200;
}
}
}
/**
* TAB切换
* @param tabParentId tab的父节点ID或者对象本身
*/
function switchTab( tabParentId ) {
var tabElements = $G( tabParentId ).children,
tabHeads = tabElements[0].children,
tabBodys = tabElements[1].children;
for ( var i = 0, length = tabHeads.length; i < length; i++ ) {
var head = tabHeads[i];
if ( head.className === "focus" )clickHandler(tabHeads,tabBodys, head );
head.onclick = function () {
clickHandler(tabHeads,tabBodys,this);
}
}
}
switchTab("helptab");
document.getElementById('version').innerHTML = parent.UE.version;
================================================
FILE: 后台cms/public/static/UEditor/dialogs/image/image.css
================================================
@charset "utf-8";
/* dialog样式 */
.wrapper {
zoom: 1;
width: 630px;
*width: 626px;
height: 380px;
margin: 0 auto;
padding: 10px;
position: relative;
font-family: sans-serif;
}
/*tab样式框大小*/
.tabhead {
float:left;
}
.tabbody {
width: 100%;
height: 346px;
position: relative;
clear: both;
}
.tabbody .panel {
position: absolute;
width: 0;
height: 0;
background: #fff;
overflow: hidden;
display: none;
}
.tabbody .panel.focus {
width: 100%;
height: 346px;
display: block;
}
/* 图片对齐方式 */
.alignBar{
float:right;
margin-top: 5px;
position: relative;
}
.alignBar .algnLabel{
float:left;
height: 20px;
line-height: 20px;
}
.alignBar #alignIcon{
zoom:1;
_display: inline;
display: inline-block;
position: relative;
}
.alignBar #alignIcon span{
float: left;
cursor: pointer;
display: block;
width: 19px;
height: 17px;
margin-right: 3px;
margin-left: 3px;
background-image: url(./images/alignicon.jpg);
}
.alignBar #alignIcon .none-align{
background-position: 0 -18px;
}
.alignBar #alignIcon .left-align{
background-position: -20px -18px;
}
.alignBar #alignIcon .right-align{
background-position: -40px -18px;
}
.alignBar #alignIcon .center-align{
background-position: -60px -18px;
}
.alignBar #alignIcon .none-align.focus{
background-position: 0 0;
}
.alignBar #alignIcon .left-align.focus{
background-position: -20px 0;
}
.alignBar #alignIcon .right-align.focus{
background-position: -40px 0;
}
.alignBar #alignIcon .center-align.focus{
background-position: -60px 0;
}
/* 远程图片样式 */
#remote {
z-index: 200;
}
#remote .top{
width: 100%;
margin-top: 25px;
}
#remote .left{
display: block;
float: left;
width: 300px;
height:10px;
}
#remote .right{
display: block;
float: right;
width: 300px;
height:10px;
}
#remote .row{
margin-left: 20px;
clear: both;
height: 40px;
}
#remote .row label{
text-align: center;
width: 50px;
zoom:1;
_display: inline;
display:inline-block;
vertical-align: middle;
}
#remote .row label.algnLabel{
float: left;
}
#remote input.text{
width: 150px;
padding: 3px 6px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#remote input.text:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
#remote #url{
width: 500px;
margin-bottom: 2px;
}
#remote #width,
#remote #height{
width: 20px;
margin-left: 2px;
margin-right: 2px;
}
#remote #border,
#remote #vhSpace,
#remote #title{
width: 180px;
margin-right: 5px;
}
#remote #lock{
}
#remote #lockicon{
zoom: 1;
_display:inline;
display: inline-block;
width: 20px;
height: 20px;
background: url("../../themes/default/images/lock.gif") -13px -13px no-repeat;
vertical-align: middle;
}
#remote #preview{
clear: both;
width: 260px;
height: 240px;
z-index: 9999;
margin-top: 10px;
background-color: #eee;
overflow: hidden;
}
/* 上传图片 */
.tabbody #upload.panel {
width: 0;
height: 0;
overflow: hidden;
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
background: #fff;
display: block;
}
.tabbody #upload.panel.focus {
width: 100%;
height: 346px;
display: block;
clip: auto;
}
#upload .queueList {
margin: 0;
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
}
#upload p {
margin: 0;
}
.element-invisible {
width: 0 !important;
height: 0 !important;
border: 0;
padding: 0;
margin: 0;
overflow: hidden;
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
}
#upload .placeholder {
margin: 10px;
border: 2px dashed #e6e6e6;
*border: 0px dashed #e6e6e6;
height: 172px;
padding-top: 150px;
text-align: center;
background: url(./images/image.png) center 70px no-repeat;
color: #cccccc;
font-size: 18px;
position: relative;
top:0;
*top: 10px;
}
#upload .placeholder .webuploader-pick {
font-size: 18px;
background: #00b7ee;
border-radius: 3px;
line-height: 44px;
padding: 0 30px;
*width: 120px;
color: #fff;
display: inline-block;
margin: 0 auto 20px auto;
cursor: pointer;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#upload .placeholder .webuploader-pick-hover {
background: #00a2d4;
}
#filePickerContainer {
text-align: center;
}
#upload .placeholder .flashTip {
color: #666666;
font-size: 12px;
position: absolute;
width: 100%;
text-align: center;
bottom: 20px;
}
#upload .placeholder .flashTip a {
color: #0785d1;
text-decoration: none;
}
#upload .placeholder .flashTip a:hover {
text-decoration: underline;
}
#upload .placeholder.webuploader-dnd-over {
border-color: #999999;
}
#upload .filelist {
list-style: none;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
position: relative;
height: 300px;
}
#upload .filelist:after {
content: '';
display: block;
width: 0;
height: 0;
overflow: hidden;
clear: both;
position: relative;
}
#upload .filelist li {
width: 113px;
height: 113px;
background: url(./images/bg.png);
text-align: center;
margin: 9px 0 0 9px;
*margin: 6px 0 0 6px;
position: relative;
display: block;
float: left;
overflow: hidden;
font-size: 12px;
}
#upload .filelist li p.log {
position: relative;
top: -45px;
}
#upload .filelist li p.title {
position: absolute;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
top: 5px;
text-indent: 5px;
text-align: left;
}
#upload .filelist li p.progress {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
height: 8px;
overflow: hidden;
z-index: 50;
margin: 0;
border-radius: 0;
background: none;
-webkit-box-shadow: 0 0 0;
}
#upload .filelist li p.progress span {
display: none;
overflow: hidden;
width: 0;
height: 100%;
background: #1483d8 url(./images/progress.png) repeat-x;
-webit-transition: width 200ms linear;
-moz-transition: width 200ms linear;
-o-transition: width 200ms linear;
-ms-transition: width 200ms linear;
transition: width 200ms linear;
-webkit-animation: progressmove 2s linear infinite;
-moz-animation: progressmove 2s linear infinite;
-o-animation: progressmove 2s linear infinite;
-ms-animation: progressmove 2s linear infinite;
animation: progressmove 2s linear infinite;
-webkit-transform: translateZ(0);
}
@-webkit-keyframes progressmove {
0% {
background-position: 0 0;
}
100% {
background-position: 17px 0;
}
}
@-moz-keyframes progressmove {
0% {
background-position: 0 0;
}
100% {
background-position: 17px 0;
}
}
@keyframes progressmove {
0% {
background-position: 0 0;
}
100% {
background-position: 17px 0;
}
}
#upload .filelist li p.imgWrap {
position: relative;
z-index: 2;
line-height: 113px;
vertical-align: middle;
overflow: hidden;
width: 113px;
height: 113px;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webit-transition: 200ms ease-out;
-moz-transition: 200ms ease-out;
-o-transition: 200ms ease-out;
-ms-transition: 200ms ease-out;
transition: 200ms ease-out;
}
#upload .filelist li img {
width: 100%;
}
#upload .filelist li p.error {
background: #f43838;
color: #fff;
position: absolute;
bottom: 0;
left: 0;
height: 28px;
line-height: 28px;
width: 100%;
z-index: 100;
display:none;
}
#upload .filelist li .success {
display: block;
position: absolute;
left: 0;
bottom: 0;
height: 40px;
width: 100%;
z-index: 200;
background: url(./images/success.png) no-repeat right bottom;
background: url(./images/success.gif) no-repeat right bottom \9;
}
#upload .filelist li.filePickerBlock {
width: 113px;
height: 113px;
background: url(./images/image.png) no-repeat center 12px;
border: 1px solid #eeeeee;
border-radius: 0;
}
#upload .filelist li.filePickerBlock div.webuploader-pick {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
opacity: 0;
background: none;
font-size: 0;
}
#upload .filelist div.file-panel {
position: absolute;
height: 0;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \0;
background: rgba(0, 0, 0, 0.5);
width: 100%;
top: 0;
left: 0;
overflow: hidden;
z-index: 300;
}
#upload .filelist div.file-panel span {
width: 24px;
height: 24px;
display: inline;
float: right;
text-indent: -9999px;
overflow: hidden;
background: url(./images/icons.png) no-repeat;
background: url(./images/icons.gif) no-repeat \9;
margin: 5px 1px 1px;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#upload .filelist div.file-panel span.rotateLeft {
display:none;
background-position: 0 -24px;
}
#upload .filelist div.file-panel span.rotateLeft:hover {
background-position: 0 0;
}
#upload .filelist div.file-panel span.rotateRight {
display:none;
background-position: -24px -24px;
}
#upload .filelist div.file-panel span.rotateRight:hover {
background-position: -24px 0;
}
#upload .filelist div.file-panel span.cancel {
background-position: -48px -24px;
}
#upload .filelist div.file-panel span.cancel:hover {
background-position: -48px 0;
}
#upload .statusBar {
height: 45px;
border-bottom: 1px solid #dadada;
margin: 0 10px;
padding: 0;
line-height: 45px;
vertical-align: middle;
position: relative;
}
#upload .statusBar .progress {
border: 1px solid #1483d8;
width: 198px;
background: #fff;
height: 18px;
position: absolute;
top: 12px;
display: none;
text-align: center;
line-height: 18px;
color: #6dbfff;
margin: 0 10px 0 0;
}
#upload .statusBar .progress span.percentage {
width: 0;
height: 100%;
left: 0;
top: 0;
background: #1483d8;
position: absolute;
}
#upload .statusBar .progress span.text {
position: relative;
z-index: 10;
}
#upload .statusBar .info {
display: inline-block;
font-size: 14px;
color: #666666;
}
#upload .statusBar .btns {
position: absolute;
top: 7px;
right: 0;
line-height: 30px;
}
#filePickerBtn {
display: inline-block;
float: left;
}
#upload .statusBar .btns .webuploader-pick,
#upload .statusBar .btns .uploadBtn,
#upload .statusBar .btns .uploadBtn.state-uploading,
#upload .statusBar .btns .uploadBtn.state-paused {
background: #ffffff;
border: 1px solid #cfcfcf;
color: #565656;
padding: 0 18px;
display: inline-block;
border-radius: 3px;
margin-left: 10px;
cursor: pointer;
font-size: 14px;
float: left;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#upload .statusBar .btns .webuploader-pick-hover,
#upload .statusBar .btns .uploadBtn:hover,
#upload .statusBar .btns .uploadBtn.state-uploading:hover,
#upload .statusBar .btns .uploadBtn.state-paused:hover {
background: #f0f0f0;
}
#upload .statusBar .btns .uploadBtn,
#upload .statusBar .btns .uploadBtn.state-paused{
background: #00b7ee;
color: #fff;
border-color: transparent;
}
#upload .statusBar .btns .uploadBtn:hover,
#upload .statusBar .btns .uploadBtn.state-paused:hover{
background: #00a2d4;
}
#upload .statusBar .btns .uploadBtn.disabled {
pointer-events: none;
filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
}
/* 图片管理样式 */
#online {
width: 100%;
height: 336px;
padding: 10px 0 0 0;
}
#online #imageList{
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
position: relative;
}
#online ul {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
#online li {
float: left;
display: block;
list-style: none;
padding: 0;
width: 113px;
height: 113px;
margin: 0 0 9px 9px;
*margin: 0 0 6px 6px;
background-color: #eee;
overflow: hidden;
cursor: pointer;
position: relative;
}
#online li.clearFloat {
float: none;
clear: both;
display: block;
width:0;
height:0;
margin: 0;
padding: 0;
}
#online li img {
cursor: pointer;
}
#online li .icon {
cursor: pointer;
width: 113px;
height: 113px;
position: absolute;
top: 0;
left: 0;
z-index: 2;
border: 0;
background-repeat: no-repeat;
}
#online li .icon:hover {
width: 107px;
height: 107px;
border: 3px solid #1094fa;
}
#online li.selected .icon {
background-image: url(images/success.png);
background-image: url(images/success.gif)\9;
background-position: 75px 75px;
}
#online li.selected .icon:hover {
width: 107px;
height: 107px;
border: 3px solid #1094fa;
background-position: 72px 72px;
}
/* 图片搜索样式 */
#search .searchBar {
width: 100%;
height: 30px;
margin: 10px 0 5px 0;
padding: 0;
}
#search input.text{
width: 150px;
padding: 3px 6px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#search input.text:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
#search input.searchTxt {
margin-left:5px;
padding-left: 5px;
background: #FFF;
width: 300px;
*width: 260px;
height: 21px;
line-height: 21px;
float: left;
dislay: block;
}
#search .searchType {
width: 65px;
height: 28px;
padding:0;
line-height: 28px;
border: 1px solid #d7d7d7;
border-radius: 0;
vertical-align: top;
margin-left: 5px;
float: left;
dislay: block;
}
#search #searchBtn,
#search #searchReset {
display: inline-block;
margin-bottom: 0;
margin-right: 5px;
padding: 4px 10px;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
font-size: 14px;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: top;
float: right;
}
#search #searchBtn {
color: white;
border-color: #285e8e;
background-color: #3b97d7;
}
#search #searchReset {
color: #333;
border-color: #ccc;
background-color: #fff;
}
#search #searchBtn:hover {
background-color: #3276b1;
}
#search #searchReset:hover {
background-color: #eee;
}
#search .msg {
margin-left: 5px;
}
#search .searchList{
width: 100%;
height: 300px;
overflow: hidden;
clear: both;
}
#search .searchList ul{
margin:0;
padding:0;
list-style:none;
clear: both;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
zoom: 1;
position: relative;
}
#search .searchList li {
list-style:none;
float: left;
display: block;
width: 115px;
margin: 5px 10px 5px 20px;
*margin: 5px 10px 5px 15px;
padding:0;
font-size: 12px;
box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
position: relative;
vertical-align: top;
text-align: center;
overflow: hidden;
cursor: pointer;
filter: alpha(Opacity=100);
-moz-opacity: 1;
opacity: 1;
border: 2px solid #eee;
}
#search .searchList li.selected {
filter: alpha(Opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
border: 2px solid #00a0e9;
}
#search .searchList li p {
background-color: #eee;
margin: 0;
padding: 0;
position: relative;
width:100%;
height:115px;
overflow: hidden;
}
#search .searchList li p img {
cursor: pointer;
border: 0;
}
#search .searchList li a {
color: #999;
border-top: 1px solid #F2F2F2;
background: #FAFAFA;
text-align: center;
display: block;
padding: 0 5px;
width: 105px;
height:32px;
line-height:32px;
white-space:nowrap;
text-overflow:ellipsis;
text-decoration: none;
overflow: hidden;
word-break: break-all;
}
#search .searchList a:hover {
text-decoration: underline;
color: #333;
}
#search .searchList .clearFloat{
clear: both;
}
================================================
FILE: 后台cms/public/static/UEditor/dialogs/image/image.html
================================================
ueditor图片对话框
================================================
FILE: 后台cms/public/static/UEditor/dialogs/image/image.js
================================================
/**
* User: Jinqn
* Date: 14-04-08
* Time: 下午16:34
* 上传图片对话框逻辑代码,包括tab: 远程图片/上传图片/在线图片/搜索图片
*/
(function () {
var remoteImage,
uploadImage,
onlineImage,
searchImage;
window.onload = function () {
initTabs();
initAlign();
initButtons();
};
/* 初始化tab标签 */
function initTabs() {
var tabs = $G('tabhead').children;
for (var i = 0; i < tabs.length; i++) {
domUtils.on(tabs[i], "click", function (e) {
var target = e.target || e.srcElement;
setTabFocus(target.getAttribute('data-content-id'));
});
}
var img = editor.selection.getRange().getClosedNode();
if (img && img.tagName && img.tagName.toLowerCase() == 'img') {
setTabFocus('remote');
} else {
setTabFocus('upload');
}
}
/* 初始化tabbody */
function setTabFocus(id) {
if(!id) return;
var i, bodyId, tabs = $G('tabhead').children;
for (i = 0; i < tabs.length; i++) {
bodyId = tabs[i].getAttribute('data-content-id');
if (bodyId == id) {
domUtils.addClass(tabs[i], 'focus');
domUtils.addClass($G(bodyId), 'focus');
} else {
domUtils.removeClasses(tabs[i], 'focus');
domUtils.removeClasses($G(bodyId), 'focus');
}
}
switch (id) {
case 'remote':
remoteImage = remoteImage || new RemoteImage();
break;
case 'upload':
setAlign(editor.getOpt('imageInsertAlign'));
uploadImage = uploadImage || new UploadImage('queueList');
break;
case 'online':
setAlign(editor.getOpt('imageManagerInsertAlign'));
onlineImage = onlineImage || new OnlineImage('imageList');
onlineImage.reset();
break;
case 'search':
setAlign(editor.getOpt('imageManagerInsertAlign'));
searchImage = searchImage || new SearchImage();
break;
}
}
/* 初始化onok事件 */
function initButtons() {
dialog.onok = function () {
var remote = false, list = [], id, tabs = $G('tabhead').children;
for (var i = 0; i < tabs.length; i++) {
if (domUtils.hasClass(tabs[i], 'focus')) {
id = tabs[i].getAttribute('data-content-id');
break;
}
}
switch (id) {
case 'remote':
list = remoteImage.getInsertList();
break;
case 'upload':
list = uploadImage.getInsertList();
var count = uploadImage.getQueueCount();
if (count) {
$('.info', '#queueList').html('
' + '还有2个未上传文件'.replace(/[\d]/, count) + ' ');
return false;
}
break;
case 'online':
list = onlineImage.getInsertList();
break;
case 'search':
list = searchImage.getInsertList();
remote = true;
break;
}
if(list) {
editor.execCommand('insertimage', list);
remote && editor.fireEvent("catchRemoteImage");
}
};
}
/* 初始化对其方式的点击事件 */
function initAlign(){
/* 点击align图标 */
domUtils.on($G("alignIcon"), 'click', function(e){
var target = e.target || e.srcElement;
if(target.className && target.className.indexOf('-align') != -1) {
setAlign(target.getAttribute('data-align'));
}
});
}
/* 设置对齐方式 */
function setAlign(align){
align = align || 'none';
var aligns = $G("alignIcon").children;
for(i = 0; i < aligns.length; i++){
if(aligns[i].getAttribute('data-align') == align) {
domUtils.addClass(aligns[i], 'focus');
$G("align").value = aligns[i].getAttribute('data-align');
} else {
domUtils.removeClasses(aligns[i], 'focus');
}
}
}
/* 获取对齐方式 */
function getAlign(){
var align = $G("align").value || 'none';
return align == 'none' ? '':align;
}
/* 在线图片 */
function RemoteImage(target) {
this.container = utils.isString(target) ? document.getElementById(target) : target;
this.init();
}
RemoteImage.prototype = {
init: function () {
this.initContainer();
this.initEvents();
},
initContainer: function () {
this.dom = {
'url': $G('url'),
'width': $G('width'),
'height': $G('height'),
'border': $G('border'),
'vhSpace': $G('vhSpace'),
'title': $G('title'),
'align': $G('align')
};
var img = editor.selection.getRange().getClosedNode();
if (img) {
this.setImage(img);
}
},
initEvents: function () {
var _this = this,
locker = $G('lock');
/* 改变url */
domUtils.on($G("url"), 'keyup', updatePreview);
domUtils.on($G("border"), 'keyup', updatePreview);
domUtils.on($G("title"), 'keyup', updatePreview);
domUtils.on($G("width"), 'keyup', function(){
updatePreview();
if(locker.checked) {
var proportion =locker.getAttribute('data-proportion');
$G('height').value = Math.round(this.value / proportion);
} else {
_this.updateLocker();
}
});
domUtils.on($G("height"), 'keyup', function(){
updatePreview();
if(locker.checked) {
var proportion =locker.getAttribute('data-proportion');
$G('width').value = Math.round(this.value * proportion);
} else {
_this.updateLocker();
}
});
domUtils.on($G("lock"), 'change', function(){
var proportion = parseInt($G("width").value) /parseInt($G("height").value);
locker.setAttribute('data-proportion', proportion);
});
function updatePreview(){
_this.setPreview();
}
},
updateLocker: function(){
var width = $G('width').value,
height = $G('height').value,
locker = $G('lock');
if(width && height && width == parseInt(width) && height == parseInt(height)) {
locker.disabled = false;
locker.title = '';
} else {
locker.checked = false;
locker.disabled = 'disabled';
locker.title = lang.remoteLockError;
}
},
setImage: function(img){
/* 不是正常的图片 */
if (!img.tagName || img.tagName.toLowerCase() != 'img' && !img.getAttribute("src") || !img.src) return;
var wordImgFlag = img.getAttribute("word_img"),
src = wordImgFlag ? wordImgFlag.replace("&", "&") : (img.getAttribute('_src') || img.getAttribute("src", 2).replace("&", "&")),
align = editor.queryCommandValue("imageFloat");
/* 防止onchange事件循环调用 */
if (src !== $G("url").value) $G("url").value = src;
if(src) {
/* 设置表单内容 */
$G("width").value = img.width || '';
$G("height").value = img.height || '';
$G("border").value = img.getAttribute("border") || '0';
$G("vhSpace").value = img.getAttribute("vspace") || '0';
$G("title").value = img.title || img.alt || '';
setAlign(align);
this.setPreview();
this.updateLocker();
}
},
getData: function(){
var data = {};
for(var k in this.dom){
data[k] = this.dom[k].value;
}
return data;
},
setPreview: function(){
var url = $G('url').value,
ow = parseInt($G('width').value, 10) || 0,
oh = parseInt($G('height').value, 10) || 0,
border = parseInt($G('border').value, 10) || 0,
title = $G('title').value,
preview = $G('preview'),
width,
height;
url = utils.unhtmlForUrl(url);
title = utils.unhtml(title);
width = ((!ow || !oh) ? preview.offsetWidth:Math.min(ow, preview.offsetWidth));
width = width+(border*2) > preview.offsetWidth ? width:(preview.offsetWidth - (border*2));
height = (!ow || !oh) ? '':width*oh/ow;
if(url) {
preview.innerHTML = '
';
}
},
getInsertList: function () {
var data = this.getData();
if(data['url']) {
return [{
src: data['url'],
_src: data['url'],
width: data['width'] || '',
height: data['height'] || '',
border: data['border'] || '',
floatStyle: data['align'] || '',
vspace: data['vhSpace'] || '',
title: data['title'] || '',
alt: data['title'] || '',
style: "width:" + data['width'] + "px;height:" + data['height'] + "px;"
}];
} else {
return [];
}
}
};
/* 上传图片 */
function UploadImage(target) {
this.$wrap = target.constructor == String ? $('#' + target) : $(target);
this.init();
}
UploadImage.prototype = {
init: function () {
this.imageList = [];
this.initContainer();
this.initUploader();
},
initContainer: function () {
this.$queue = this.$wrap.find('.filelist');
},
/* 初始化容器 */
initUploader: function () {
var _this = this,
$ = jQuery, // just in case. Make sure it's not an other libaray.
$wrap = _this.$wrap,
// 图片容器
$queue = $wrap.find('.filelist'),
// 状态栏,包括进度和控制按钮
$statusBar = $wrap.find('.statusBar'),
// 文件总体选择信息。
$info = $statusBar.find('.info'),
// 上传按钮
$upload = $wrap.find('.uploadBtn'),
// 上传按钮
$filePickerBtn = $wrap.find('.filePickerBtn'),
// 上传按钮
$filePickerBlock = $wrap.find('.filePickerBlock'),
// 没选择文件之前的内容。
$placeHolder = $wrap.find('.placeholder'),
// 总体进度条
$progress = $statusBar.find('.progress').hide(),
// 添加的文件数量
fileCount = 0,
// 添加的文件总大小
fileSize = 0,
// 优化retina, 在retina下这个值是2
ratio = window.devicePixelRatio || 1,
// 缩略图大小
thumbnailWidth = 113 * ratio,
thumbnailHeight = 113 * ratio,
// 可能有pedding, ready, uploading, confirm, done.
state = '',
// 所有文件的进度信息,key为file id
percentages = {},
supportTransition = (function () {
var s = document.createElement('p').style,
r = 'transition' in s ||
'WebkitTransition' in s ||
'MozTransition' in s ||
'msTransition' in s ||
'OTransition' in s;
s = null;
return r;
})(),
// WebUploader实例
uploader,
actionUrl = editor.getActionUrl(editor.getOpt('imageActionName')),
acceptExtensions = (editor.getOpt('imageAllowFiles') || []).join('').replace(/\./g, ',').replace(/^[,]/, ''),
imageMaxSize = editor.getOpt('imageMaxSize'),
imageCompressBorder = editor.getOpt('imageCompressBorder');
if (!WebUploader.Uploader.support()) {
$('#filePickerReady').after($('
').html(lang.errorNotSupport)).hide();
return;
} else if (!editor.getOpt('imageActionName')) {
$('#filePickerReady').after($('
').html(lang.errorLoadConfig)).hide();
return;
}
uploader = _this.uploader = WebUploader.create({
pick: {
id: '#filePickerReady',
label: lang.uploadSelectFile
},
accept: {
title: 'Images',
extensions: acceptExtensions,
mimeTypes: 'image/*'
},
swf: '../../third-party/webuploader/Uploader.swf',
server: actionUrl,
fileVal: editor.getOpt('imageFieldName'),
duplicate: true,
fileSingleSizeLimit: imageMaxSize, // 默认 2 M
compress: editor.getOpt('imageCompressEnable') ? {
width: imageCompressBorder,
height: imageCompressBorder,
// 图片质量,只有type为`image/jpeg`的时候才有效。
quality: 90,
// 是否允许放大,如果想要生成小图的时候不失真,此选项应该设置为false.
allowMagnify: false,
// 是否允许裁剪。
crop: false,
// 是否保留头部meta信息。
preserveHeaders: true
}:false
});
uploader.addButton({
id: '#filePickerBlock'
});
uploader.addButton({
id: '#filePickerBtn',
label: lang.uploadAddFile
});
setState('pedding');
// 当有文件添加进来时执行,负责view的创建
function addFile(file) {
var $li = $('
' +
'' + file.name + '
' +
'
' +
'
' +
' '),
$btns = $('
' +
'' + lang.uploadDelete + ' ' +
'' + lang.uploadTurnRight + ' ' +
'' + lang.uploadTurnLeft + '
').appendTo($li),
$prgress = $li.find('p.progress span'),
$wrap = $li.find('p.imgWrap'),
$info = $('
').hide().appendTo($li),
showError = function (code) {
switch (code) {
case 'exceed_size':
text = lang.errorExceedSize;
break;
case 'interrupt':
text = lang.errorInterrupt;
break;
case 'http':
text = lang.errorHttp;
break;
case 'not_allow_type':
text = lang.errorFileType;
break;
default:
text = lang.errorUploadRetry;
break;
}
$info.text(text).show();
};
if (file.getStatus() === 'invalid') {
showError(file.statusText);
} else {
$wrap.text(lang.uploadPreview);
if (browser.ie && browser.version <= 7) {
$wrap.text(lang.uploadNoPreview);
} else {
uploader.makeThumb(file, function (error, src) {
if (error || !src) {
$wrap.text(lang.uploadNoPreview);
} else {
var $img = $('
');
$wrap.empty().append($img);
$img.on('error', function () {
$wrap.text(lang.uploadNoPreview);
});
}
}, thumbnailWidth, thumbnailHeight);
}
percentages[ file.id ] = [ file.size, 0 ];
file.rotation = 0;
/* 检查文件格式 */
if (!file.ext || acceptExtensions.indexOf(file.ext.toLowerCase()) == -1) {
showError('not_allow_type');
uploader.removeFile(file);
}
}
file.on('statuschange', function (cur, prev) {
if (prev === 'progress') {
$prgress.hide().width(0);
} else if (prev === 'queued') {
$li.off('mouseenter mouseleave');
$btns.remove();
}
// 成功
if (cur === 'error' || cur === 'invalid') {
showError(file.statusText);
percentages[ file.id ][ 1 ] = 1;
} else if (cur === 'interrupt') {
showError('interrupt');
} else if (cur === 'queued') {
percentages[ file.id ][ 1 ] = 0;
} else if (cur === 'progress') {
$info.hide();
$prgress.css('display', 'block');
} else if (cur === 'complete') {
}
$li.removeClass('state-' + prev).addClass('state-' + cur);
});
$li.on('mouseenter', function () {
$btns.stop().animate({height: 30});
});
$li.on('mouseleave', function () {
$btns.stop().animate({height: 0});
});
$btns.on('click', 'span', function () {
var index = $(this).index(),
deg;
switch (index) {
case 0:
uploader.removeFile(file);
return;
case 1:
file.rotation += 90;
break;
case 2:
file.rotation -= 90;
break;
}
if (supportTransition) {
deg = 'rotate(' + file.rotation + 'deg)';
$wrap.css({
'-webkit-transform': deg,
'-mos-transform': deg,
'-o-transform': deg,
'transform': deg
});
} else {
$wrap.css('filter', 'progid:DXImageTransform.Microsoft.BasicImage(rotation=' + (~~((file.rotation / 90) % 4 + 4) % 4) + ')');
}
});
$li.insertBefore($filePickerBlock);
}
// 负责view的销毁
function removeFile(file) {
var $li = $('#' + file.id);
delete percentages[ file.id ];
updateTotalProgress();
$li.off().find('.file-panel').off().end().remove();
}
function updateTotalProgress() {
var loaded = 0,
total = 0,
spans = $progress.children(),
percent;
$.each(percentages, function (k, v) {
total += v[ 0 ];
loaded += v[ 0 ] * v[ 1 ];
});
percent = total ? loaded / total : 0;
spans.eq(0).text(Math.round(percent * 100) + '%');
spans.eq(1).css('width', Math.round(percent * 100) + '%');
updateStatus();
}
function setState(val, files) {
if (val != state) {
var stats = uploader.getStats();
$upload.removeClass('state-' + state);
$upload.addClass('state-' + val);
switch (val) {
/* 未选择文件 */
case 'pedding':
$queue.addClass('element-invisible');
$statusBar.addClass('element-invisible');
$placeHolder.removeClass('element-invisible');
$progress.hide(); $info.hide();
uploader.refresh();
break;
/* 可以开始上传 */
case 'ready':
$placeHolder.addClass('element-invisible');
$queue.removeClass('element-invisible');
$statusBar.removeClass('element-invisible');
$progress.hide(); $info.show();
$upload.text(lang.uploadStart);
uploader.refresh();
break;
/* 上传中 */
case 'uploading':
$progress.show(); $info.hide();
$upload.text(lang.uploadPause);
break;
/* 暂停上传 */
case 'paused':
$progress.show(); $info.hide();
$upload.text(lang.uploadContinue);
break;
case 'confirm':
$progress.show(); $info.hide();
$upload.text(lang.uploadStart);
stats = uploader.getStats();
if (stats.successNum && !stats.uploadFailNum) {
setState('finish');
return;
}
break;
case 'finish':
$progress.hide(); $info.show();
if (stats.uploadFailNum) {
$upload.text(lang.uploadRetry);
} else {
$upload.text(lang.uploadStart);
}
break;
}
state = val;
updateStatus();
}
if (!_this.getQueueCount()) {
$upload.addClass('disabled')
} else {
$upload.removeClass('disabled')
}
}
function updateStatus() {
var text = '', stats;
if (state === 'ready') {
text = lang.updateStatusReady.replace('_', fileCount).replace('_KB', WebUploader.formatSize(fileSize));
} else if (state === 'confirm') {
stats = uploader.getStats();
if (stats.uploadFailNum) {
text = lang.updateStatusConfirm.replace('_', stats.successNum).replace('_', stats.successNum);
}
} else {
stats = uploader.getStats();
text = lang.updateStatusFinish.replace('_', fileCount).
replace('_KB', WebUploader.formatSize(fileSize)).
replace('_', stats.successNum);
if (stats.uploadFailNum) {
text += lang.updateStatusError.replace('_', stats.uploadFailNum);
}
}
$info.html(text);
}
uploader.on('fileQueued', function (file) {
fileCount++;
fileSize += file.size;
if (fileCount === 1) {
$placeHolder.addClass('element-invisible');
$statusBar.show();
}
addFile(file);
});
uploader.on('fileDequeued', function (file) {
fileCount--;
fileSize -= file.size;
removeFile(file);
updateTotalProgress();
});
uploader.on('filesQueued', function (file) {
if (!uploader.isInProgress() && (state == 'pedding' || state == 'finish' || state == 'confirm' || state == 'ready')) {
setState('ready');
}
updateTotalProgress();
});
uploader.on('all', function (type, files) {
switch (type) {
case 'uploadFinished':
setState('confirm', files);
break;
case 'startUpload':
/* 添加额外的GET参数 */
var params = utils.serializeParam(editor.queryCommandValue('serverparam')) || '',
url = utils.formatUrl(actionUrl + (actionUrl.indexOf('?') == -1 ? '?':'&') + 'encode=utf-8&' + params);
uploader.option('server', url);
setState('uploading', files);
break;
case 'stopUpload':
setState('paused', files);
break;
}
});
uploader.on('uploadBeforeSend', function (file, data, header) {
//这里可以通过data对象添加POST参数
header['X_Requested_With'] = 'XMLHttpRequest';
// HaoChuan9421
if(editor.options.headers && Object.prototype.toString.apply(editor.options.headers) === "[object Object]"){
for(var key in editor.options.headers){
header[key] = editor.options.headers[key]
}
}
});
uploader.on('uploadProgress', function (file, percentage) {
var $li = $('#' + file.id),
$percent = $li.find('.progress span');
$percent.css('width', percentage * 100 + '%');
percentages[ file.id ][ 1 ] = percentage;
updateTotalProgress();
});
uploader.on('uploadSuccess', function (file, ret) {
var $file = $('#' + file.id);
try {
var responseText = (ret._raw || ret),
json = utils.str2json(responseText);
if (json.state == 'SUCCESS') {
_this.imageList.push(json);
$file.append('
');
} else {
$file.find('.error').text(json.state).show();
}
} catch (e) {
$file.find('.error').text(lang.errorServerUpload).show();
}
});
uploader.on('uploadError', function (file, code) {
});
uploader.on('error', function (code, file) {
if (code == 'Q_TYPE_DENIED' || code == 'F_EXCEED_SIZE') {
addFile(file);
}
});
uploader.on('uploadComplete', function (file, ret) {
});
$upload.on('click', function () {
if ($(this).hasClass('disabled')) {
return false;
}
if (state === 'ready') {
uploader.upload();
} else if (state === 'paused') {
uploader.upload();
} else if (state === 'uploading') {
uploader.stop();
}
});
$upload.addClass('state-' + state);
updateTotalProgress();
},
getQueueCount: function () {
var file, i, status, readyFile = 0, files = this.uploader.getFiles();
for (i = 0; file = files[i++]; ) {
status = file.getStatus();
if (status == 'queued' || status == 'uploading' || status == 'progress') readyFile++;
}
return readyFile;
},
destroy: function () {
this.$wrap.remove();
},
getInsertList: function () {
var i, data, list = [],
align = getAlign(),
prefix = editor.getOpt('imageUrlPrefix');
for (i = 0; i < this.imageList.length; i++) {
data = this.imageList[i];
list.push({
src: prefix + data.url,
_src: prefix + data.url,
title: data.title,
alt: data.original,
floatStyle: align
});
}
return list;
}
};
/* 在线图片 */
function OnlineImage(target) {
this.container = utils.isString(target) ? document.getElementById(target) : target;
this.init();
}
OnlineImage.prototype = {
init: function () {
this.reset();
this.initEvents();
},
/* 初始化容器 */
initContainer: function () {
this.container.innerHTML = '';
this.list = document.createElement('ul');
this.clearFloat = document.createElement('li');
domUtils.addClass(this.list, 'list');
domUtils.addClass(this.clearFloat, 'clearFloat');
this.list.appendChild(this.clearFloat);
this.container.appendChild(this.list);
},
/* 初始化滚动事件,滚动到地步自动拉取数据 */
initEvents: function () {
var _this = this;
/* 滚动拉取图片 */
domUtils.on($G('imageList'), 'scroll', function(e){
var panel = this;
if (panel.scrollHeight - (panel.offsetHeight + panel.scrollTop) < 10) {
_this.getImageData();
}
});
/* 选中图片 */
domUtils.on(this.container, 'click', function (e) {
var target = e.target || e.srcElement,
li = target.parentNode;
if (li.tagName.toLowerCase() == 'li') {
if (domUtils.hasClass(li, 'selected')) {
domUtils.removeClasses(li, 'selected');
} else {
domUtils.addClass(li, 'selected');
}
}
});
},
/* 初始化第一次的数据 */
initData: function () {
/* 拉取数据需要使用的值 */
this.state = 0;
this.listSize = editor.getOpt('imageManagerListSize');
this.listIndex = 0;
this.listEnd = false;
/* 第一次拉取数据 */
this.getImageData();
},
/* 重置界面 */
reset: function() {
this.initContainer();
this.initData();
},
/* 向后台拉取图片列表数据 */
getImageData: function () {
var _this = this;
if(!_this.listEnd && !this.isLoadingData) {
this.isLoadingData = true;
var url = editor.getActionUrl(editor.getOpt('imageManagerActionName')),
isJsonp = utils.isCrossDomainUrl(url);
ajax.request(url, {
'timeout': 100000,
'dataType': isJsonp ? 'jsonp':'',
'data': utils.extend({
start: this.listIndex,
size: this.listSize
}, editor.queryCommandValue('serverparam')),
'method': 'get',
'onsuccess': function (r) {
try {
var json = isJsonp ? r:eval('(' + r.responseText + ')');
if (json.state == 'SUCCESS') {
_this.pushData(json.list);
_this.listIndex = parseInt(json.start) + parseInt(json.list.length);
if(_this.listIndex >= json.total) {
_this.listEnd = true;
}
_this.isLoadingData = false;
}
} catch (e) {
if(r.responseText.indexOf('ue_separate_ue') != -1) {
var list = r.responseText.split(r.responseText);
_this.pushData(list);
_this.listIndex = parseInt(list.length);
_this.listEnd = true;
_this.isLoadingData = false;
}
}
},
'onerror': function () {
_this.isLoadingData = false;
}
});
}
},
/* 添加图片到列表界面上 */
pushData: function (list) {
var i, item, img, icon, _this = this,
urlPrefix = editor.getOpt('imageManagerUrlPrefix');
for (i = 0; i < list.length; i++) {
if(list[i] && list[i].url) {
item = document.createElement('li');
img = document.createElement('img');
icon = document.createElement('span');
domUtils.on(img, 'load', (function(image){
return function(){
_this.scale(image, image.parentNode.offsetWidth, image.parentNode.offsetHeight);
}
})(img));
img.width = 113;
img.setAttribute('src', urlPrefix + list[i].url + (list[i].url.indexOf('?') == -1 ? '?noCache=':'&noCache=') + (+new Date()).toString(36) );
img.setAttribute('_src', urlPrefix + list[i].url);
domUtils.addClass(icon, 'icon');
item.appendChild(img);
item.appendChild(icon);
this.list.insertBefore(item, this.clearFloat);
}
}
},
/* 改变图片大小 */
scale: function (img, w, h, type) {
var ow = img.width,
oh = img.height;
if (type == 'justify') {
if (ow >= oh) {
img.width = w;
img.height = h * oh / ow;
img.style.marginLeft = '-' + parseInt((img.width - w) / 2) + 'px';
} else {
img.width = w * ow / oh;
img.height = h;
img.style.marginTop = '-' + parseInt((img.height - h) / 2) + 'px';
}
} else {
if (ow >= oh) {
img.width = w * ow / oh;
img.height = h;
img.style.marginLeft = '-' + parseInt((img.width - w) / 2) + 'px';
} else {
img.width = w;
img.height = h * oh / ow;
img.style.marginTop = '-' + parseInt((img.height - h) / 2) + 'px';
}
}
},
getInsertList: function () {
var i, lis = this.list.children, list = [], align = getAlign();
for (i = 0; i < lis.length; i++) {
if (domUtils.hasClass(lis[i], 'selected')) {
var img = lis[i].firstChild,
src = img.getAttribute('_src');
list.push({
src: src,
_src: src,
alt: src.substr(src.lastIndexOf('/') + 1),
floatStyle: align
});
}
}
return list;
}
};
/*搜索图片 */
function SearchImage() {
this.init();
}
SearchImage.prototype = {
init: function () {
this.initEvents();
},
initEvents: function(){
var _this = this;
/* 点击搜索按钮 */
domUtils.on($G('searchBtn'), 'click', function(){
var key = $G('searchTxt').value;
if(key && key != lang.searchRemind) {
_this.getImageData();
}
});
/* 点击清除妞 */
domUtils.on($G('searchReset'), 'click', function(){
$G('searchTxt').value = lang.searchRemind;
$G('searchListUl').innerHTML = '';
$G('searchType').selectedIndex = 0;
});
/* 搜索框聚焦 */
domUtils.on($G('searchTxt'), 'focus', function(){
var key = $G('searchTxt').value;
if(key && key == lang.searchRemind) {
$G('searchTxt').value = '';
}
});
/* 搜索框回车键搜索 */
domUtils.on($G('searchTxt'), 'keydown', function(e){
var keyCode = e.keyCode || e.which;
if (keyCode == 13) {
$G('searchBtn').click();
}
});
/* 选中图片 */
domUtils.on($G('searchList'), 'click', function(e){
var target = e.target || e.srcElement,
li = target.parentNode.parentNode;
if (li.tagName.toLowerCase() == 'li') {
if (domUtils.hasClass(li, 'selected')) {
domUtils.removeClasses(li, 'selected');
} else {
domUtils.addClass(li, 'selected');
}
}
});
},
encodeToGb2312:function (str){
if(!str) return '';
var strOut = "",
z = 'D2BBB6A18140C6DF814181428143CDF2D5C9C8FDC9CFCFC2D8A2B2BBD3EB8144D8A4B3F38145D7A8C7D2D8A7CAC08146C7F0B1FBD2B5B4D4B6ABCBBFD8A9814781488149B6AA814AC1BDD1CF814BC9A5D8AD814CB8F6D1BEE3DCD6D0814D814EB7E1814FB4AE8150C1D98151D8BC8152CDE8B5A4CEAAD6F78153C0F6BED9D8AF815481558156C4CB8157BEC38158D8B1C3B4D2E58159D6AECEDAD5A7BAF5B7A6C0D6815AC6B9C5D2C7C7815BB9D4815CB3CBD2D2815D815ED8BFBEC5C6F2D2B2CFB0CFE7815F816081618162CAE981638164D8C081658166816781688169816AC2F2C2D2816BC8E9816C816D816E816F817081718172817381748175C7AC8176817781788179817A817B817CC1CB817DD3E8D5F9817ECAC2B6FED8A1D3DABFF78180D4C6BBA5D8C1CEE5BEAE81818182D8A88183D1C7D0A9818481858186D8BDD9EFCDF6BFBA8187BDBBBAA5D2E0B2FABAE0C4B68188CFEDBEA9CDA4C1C18189818A818BC7D7D9F1818CD9F4818D818E818F8190C8CBD8E9819181928193D2DACAB2C8CAD8ECD8EAD8C6BDF6C6CDB3F08194D8EBBDF1BDE98195C8D4B4D381968197C2D88198B2D6D7D0CACBCBFBD5CCB8B6CFC98199819A819BD9DAD8F0C7AA819CD8EE819DB4FAC1EED2D4819E819FD8ED81A0D2C7D8EFC3C781A181A281A3D1F681A4D6D9D8F281A5D8F5BCFEBCDB81A681A781A8C8CE81A9B7DD81AAB7C281ABC6F381AC81AD81AE81AF81B081B181B2D8F8D2C181B381B4CEE9BCBFB7FCB7A5D0DD81B581B681B781B881B9D6DAD3C5BBEFBBE1D8F181BA81BBC9A1CEB0B4AB81BCD8F381BDC9CBD8F6C2D7D8F781BE81BFCEB1D8F981C081C181C2B2AEB9C081C3D9A381C4B0E981C5C1E681C6C9EC81C7CBC581C8CBC6D9A481C981CA81CB81CC81CDB5E881CE81CFB5AB81D081D181D281D381D481D5CEBBB5CDD7A1D7F4D3D381D6CCE581D7BACE81D8D9A2D9DCD3E0D8FDB7F0D7F7D8FED8FAD9A1C4E381D981DAD3B6D8F4D9DD81DBD8FB81DCC5E581DD81DEC0D081DF81E0D1F0B0DB81E181E2BCD1D9A681E3D9A581E481E581E681E7D9ACD9AE81E8D9ABCAB981E981EA81EBD9A9D6B681EC81ED81EEB3DED9A881EFC0FD81F0CACC81F1D9AA81F2D9A781F381F4D9B081F581F6B6B181F781F881F9B9A981FAD2C081FB81FCCFC081FD81FEC2C28240BDC4D5ECB2E0C7C8BFEBD9AD8241D9AF8242CEEABAEE82438244824582468247C7D682488249824A824B824C824D824E824F8250B1E3825182528253B4D9B6EDD9B48254825582568257BFA182588259825AD9DEC7CEC0FED9B8825B825C825D825E825FCBD7B7FD8260D9B58261D9B7B1A3D3E1D9B98262D0C58263D9B682648265D9B18266D9B2C1A9D9B382678268BCF3D0DEB8A98269BEE3826AD9BD826B826C826D826ED9BA826FB0B3827082718272D9C28273827482758276827782788279827A827B827C827D827E8280D9C4B1B68281D9BF82828283B5B98284BEF3828582868287CCC8BAF2D2D08288D9C38289828ABDE8828BB3AB828C828D828ED9C5BEEB828FD9C6D9BBC4DF8290D9BED9C1D9C0829182928293829482958296829782988299829A829BD5AE829CD6B5829DC7E3829E829F82A082A1D9C882A282A382A4BCD9D9CA82A582A682A7D9BC82A8D9CBC6AB82A982AA82AB82AC82ADD9C982AE82AF82B082B1D7F682B2CDA382B382B482B582B682B782B882B982BABDA182BB82BC82BD82BE82BF82C0D9CC82C182C282C382C482C582C682C782C882C9C5BCCDB582CA82CB82CCD9CD82CD82CED9C7B3A5BFFE82CF82D082D182D2B8B582D382D4C0FC82D582D682D782D8B0F882D982DA82DB82DC82DD82DE82DF82E082E182E282E382E482E582E682E782E882E982EA82EB82EC82EDB4F682EED9CE82EFD9CFB4A2D9D082F082F1B4DF82F282F382F482F582F6B0C182F782F882F982FA82FB82FC82FDD9D1C9B582FE8340834183428343834483458346834783488349834A834B834C834D834E834F83508351CFF1835283538354835583568357D9D283588359835AC1C5835B835C835D835E835F836083618362836383648365D9D6C9AE8366836783688369D9D5D9D4D9D7836A836B836C836DCBDB836EBDA9836F8370837183728373C6A7837483758376837783788379837A837B837C837DD9D3D9D8837E83808381D9D9838283838384838583868387C8E583888389838A838B838C838D838E838F839083918392839383948395C0DC8396839783988399839A839B839C839D839E839F83A083A183A283A383A483A583A683A783A883A983AA83AB83AC83AD83AE83AF83B083B183B2B6F9D8A3D4CA83B3D4AAD0D6B3E4D5D783B4CFC8B9E283B5BFCB83B6C3E283B783B883B9B6D283BA83BBCDC3D9EED9F083BC83BD83BEB5B383BFB6B583C083C183C283C383C4BEA483C583C6C8EB83C783C8C8AB83C983CAB0CBB9ABC1F9D9E283CBC0BCB9B283CCB9D8D0CBB1F8C6E4BEDFB5E4D7C883CDD1F8BCE6CADE83CE83CFBCBDD9E6D8E783D083D1C4DA83D283D3B8D4C8BD83D483D5B2E1D4D983D683D783D883D9C3B083DA83DBC3E1DAA2C8DF83DCD0B483DDBEFCC5A983DE83DF83E0B9DA83E1DAA383E2D4A9DAA483E383E483E583E683E7D9FBB6AC83E883E9B7EBB1F9D9FCB3E5BEF683EABFF6D2B1C0E483EB83EC83EDB6B3D9FED9FD83EE83EFBEBB83F083F183F2C6E083F3D7BCDAA183F4C1B983F5B5F2C1E883F683F7BCF583F8B4D583F983FA83FB83FC83FD83FE844084418442C1DD8443C4FD84448445BCB8B7B284468447B7EF84488449844A844B844C844DD9EC844EC6BE844FBFADBBCB84508451B5CA8452DBC9D0D78453CDB9B0BCB3F6BBF7DBCABAAF8454D4E4B5B6B5F3D8D6C8D084558456B7D6C7D0D8D78457BFAF84588459DBBBD8D8845A845BD0CCBBAE845C845D845EEBBEC1D0C1F5D4F2B8D5B4B4845FB3F584608461C9BE846284638464C5D0846584668467C5D9C0FB8468B1F08469D8D9B9CE846AB5BD846B846CD8DA846D846ED6C6CBA2C8AFC9B2B4CCBFCC846FB9F48470D8DBD8DCB6E7BCC1CCEA847184728473847484758476CFF78477D8DDC7B084788479B9D0BDA3847A847BCCDE847CC6CA847D847E848084818482D8E08483D8DE84848485D8DF848684878488B0FE8489BEE7848ACAA3BCF4848B848C848D848EB8B1848F8490B8EE849184928493849484958496849784988499849AD8E2849BBDCB849CD8E4D8E3849D849E849F84A084A1C5FC84A284A384A484A584A684A784A8D8E584A984AAD8E684AB84AC84AD84AE84AF84B084B1C1A684B2C8B0B0ECB9A6BCD3CEF1DBBDC1D384B384B484B584B6B6AFD6FAC5ACBDD9DBBEDBBF84B784B884B9C0F8BEA2C0CD84BA84BB84BC84BD84BE84BF84C084C184C284C3DBC0CAC684C484C584C6B2AA84C784C884C9D3C284CAC3E384CBD1AB84CC84CD84CE84CFDBC284D0C0D584D184D284D3DBC384D4BFB184D584D684D784D884D984DAC4BC84DB84DC84DD84DEC7DA84DF84E084E184E284E384E484E584E684E784E884E9DBC484EA84EB84EC84ED84EE84EF84F084F1D9E8C9D784F284F384F4B9B4CEF0D4C884F584F684F784F8B0FCB4D284F9D0D984FA84FB84FC84FDD9E984FEDECBD9EB8540854185428543D8B0BBAFB1B18544B3D7D8CE85458546D4D185478548BDB3BFEF8549CFBB854A854BD8D0854C854D854EB7CB854F85508551D8D185528553855485558556855785588559855A855BC6A5C7F8D2BD855C855DD8D2C4E4855ECAAE855FC7A78560D8A68561C9FDCEE7BBDCB0EB856285638564BBAAD0AD8565B1B0D7E4D7BF8566B5A5C2F4C4CF85678568B2A98569B2B7856AB1E5DFB2D5BCBFA8C2ACD8D5C2B1856BD8D4CED4856CDAE0856DCEC0856E856FD8B4C3AED3A1CEA38570BCB4C8B4C2D18571BEEDD0B68572DAE18573857485758576C7E485778578B3A78579B6F2CCFCC0FA857A857BC0F7857CD1B9D1E1D8C7857D857E85808581858285838584B2DE85858586C0E58587BAF185888589D8C8858AD4AD858B858CCFE1D8C9858DD8CACFC3858EB3F8BEC7858F859085918592D8CB8593859485958596859785988599DBCC859A859B859C859DC8A5859E859F85A0CFD885A1C8FEB2CE85A285A385A485A585A6D3D6B2E6BCB0D3D1CBABB7B485A785A885A9B7A285AA85ABCAE585ACC8A1CADCB1E4D0F085ADC5D185AE85AF85B0DBC5B5FE85B185B2BFDAB9C5BEE4C1ED85B3DFB6DFB5D6BBBDD0D5D9B0C8B6A3BFC9CCA8DFB3CAB7D3D285B4D8CFD2B6BAC5CBBECCBE85B5DFB7B5F0DFB485B685B785B8D3F585B9B3D4B8F785BADFBA85BBBACFBCAAB5F585BCCDACC3FBBAF3C0F4CDC2CFF2DFB8CFC585BDC2C0DFB9C2F085BE85BF85C0BEFD85C1C1DFCDCCD2F7B7CDDFC185C2DFC485C385C4B7F1B0C9B6D6B7D485C5BAACCCFDBFD4CBB1C6F485C6D6A8DFC585C7CEE2B3B385C885C9CEFCB4B585CACEC7BAF085CBCEE185CCD1BD85CD85CEDFC085CF85D0B4F485D1B3CA85D2B8E6DFBB85D385D485D585D6C4C585D7DFBCDFBDDFBEC5BBDFBFDFC2D4B1DFC385D8C7BACED885D985DA85DB85DC85DDC4D885DEDFCA85DFDFCF85E0D6DC85E185E285E385E485E585E685E785E8DFC9DFDACEB685E9BAC7DFCEDFC8C5DE85EA85EBC9EBBAF4C3FC85EC85EDBED785EEDFC685EFDFCD85F0C5D885F185F285F385F4D5A6BACD85F5BECCD3BDB8C085F6D6E485F7DFC7B9BEBFA785F885F9C1FCDFCBDFCC85FADFD085FB85FC85FD85FE8640DFDBDFE58641DFD7DFD6D7C9DFE3DFE4E5EBD2A7DFD28642BFA98643D4DB8644BFC8DFD4864586468647CFCC86488649DFDD864AD1CA864BDFDEB0A7C6B7DFD3864CBAE5864DB6DFCDDBB9FED4D5864E864FDFDFCFECB0A5DFE7DFD1D1C6DFD5DFD8DFD9DFDC8650BBA98651DFE0DFE18652DFE2DFE6DFE8D3B486538654865586568657B8E7C5B6DFEAC9DAC1A8C4C486588659BFDECFF8865A865B865CD5DCDFEE865D865E865F866086618662B2B88663BADFDFEC8664DBC18665D1E48666866786688669CBF4B4BD866AB0A6866B866C866D866E866FDFF1CCC6DFF286708671DFED867286738674867586768677DFE986788679867A867BDFEB867CDFEFDFF0BBBD867D867EDFF386808681DFF48682BBA38683CADBCEA8E0A7B3AA8684E0A6868586868687E0A186888689868A868BDFFE868CCDD9DFFC868DDFFA868EBFD0D7C4868FC9CC86908691DFF8B0A186928693869486958696DFFD869786988699869ADFFBE0A2869B869C869D869E869FE0A886A086A186A286A3B7C886A486A5C6A1C9B6C0B2DFF586A686A7C5BE86A8D8C4DFF9C4F686A986AA86AB86AC86AD86AEE0A3E0A4E0A5D0A586AF86B0E0B4CCE486B1E0B186B2BFA6E0AFCEB9E0ABC9C686B386B4C0AEE0AEBAEDBAB0E0A986B586B686B7DFF686B8E0B386B986BAE0B886BB86BC86BDB4ADE0B986BE86BFCFB2BAC886C0E0B086C186C286C386C486C586C686C7D0FA86C886C986CA86CB86CC86CD86CE86CF86D0E0AC86D1D4FB86D2DFF786D3C5E786D4E0AD86D5D3F786D6E0B6E0B786D786D886D986DA86DBE0C4D0E186DC86DD86DEE0BC86DF86E0E0C9E0CA86E186E286E3E0BEE0AAC9A4E0C186E4E0B286E586E686E786E886E9CAC8E0C386EAE0B586EBCECB86ECCBC3E0CDE0C6E0C286EDE0CB86EEE0BAE0BFE0C086EF86F0E0C586F186F2E0C7E0C886F3E0CC86F4E0BB86F586F686F786F886F9CBD4E0D586FAE0D6E0D286FB86FC86FD86FE87408741E0D0BCCE87428743E0D18744B8C2D8C587458746874787488749874A874B874CD0EA874D874EC2EF874F8750E0CFE0BD875187528753E0D4E0D387548755E0D78756875787588759E0DCE0D8875A875B875CD6F6B3B0875DD7EC875ECBBB875F8760E0DA8761CEFB876287638764BAD987658766876787688769876A876B876C876D876E876F8770E0E1E0DDD2AD87718772877387748775E0E287768777E0DBE0D9E0DF87788779E0E0877A877B877C877D877EE0DE8780E0E4878187828783C6F7D8ACD4EBE0E6CAC98784878587868787E0E587888789878A878BB8C1878C878D878E878FE0E7E0E887908791879287938794879587968797E0E9E0E387988799879A879B879C879D879EBABFCCE7879F87A087A1E0EA87A287A387A487A587A687A787A887A987AA87AB87AC87AD87AE87AF87B0CFF987B187B287B387B487B587B687B787B887B987BA87BBE0EB87BC87BD87BE87BF87C087C187C2C8C287C387C487C587C6BDC087C787C887C987CA87CB87CC87CD87CE87CF87D087D187D287D3C4D287D487D587D687D787D887D987DA87DB87DCE0EC87DD87DEE0ED87DF87E0C7F4CBC487E1E0EEBBD8D8B6D2F2E0EFCDC587E2B6DA87E387E487E587E687E787E8E0F187E9D4B087EA87EBC0A7B4D187EC87EDCEA7E0F087EE87EF87F0E0F2B9CC87F187F2B9FACDBCE0F387F387F487F5C6D4E0F487F6D4B287F7C8A6E0F6E0F587F887F987FA87FB87FC87FD87FE8840884188428843884488458846884788488849E0F7884A884BCDC1884C884D884ECAA5884F885088518852D4DADBD7DBD98853DBD8B9E7DBDCDBDDB5D888548855DBDA8856885788588859885ADBDBB3A1DBDF885B885CBBF8885DD6B7885EDBE0885F886088618862BEF988638864B7BB8865DBD0CCAEBFB2BBB5D7F8BFD38866886788688869886ABFE9886B886CBCE1CCB3DBDEB0D3CEEBB7D8D7B9C6C2886D886EC0A4886FCCB98870DBE7DBE1C6BADBE38871DBE88872C5F7887388748875DBEA88768877DBE9BFC088788879887ADBE6DBE5887B887C887D887E8880B4B9C0ACC2A2DBE2DBE48881888288838884D0CDDBED88858886888788888889C0DDDBF2888A888B888C888D888E888F8890B6E28891889288938894DBF3DBD2B9B8D4ABDBEC8895BFD1DBF08896DBD18897B5E68898DBEBBFE58899889A889BDBEE889CDBF1889D889E889FDBF988A088A188A288A388A488A588A688A788A8B9A1B0A388A988AA88AB88AC88AD88AE88AFC2F188B088B1B3C7DBEF88B288B3DBF888B4C6D2DBF488B588B6DBF5DBF7DBF688B788B8DBFE88B9D3F2B2BA88BA88BB88BCDBFD88BD88BE88BF88C088C188C288C388C4DCA488C5DBFB88C688C788C888C9DBFA88CA88CB88CCDBFCC5E0BBF988CD88CEDCA388CF88D0DCA588D1CCC388D288D388D4B6D1DDC088D588D688D7DCA188D8DCA288D988DA88DBC7B588DC88DD88DEB6E988DF88E088E1DCA788E288E388E488E5DCA688E6DCA9B1A488E788E8B5CC88E988EA88EB88EC88EDBFB088EE88EF88F088F188F2D1DF88F388F488F588F6B6C288F788F888F988FA88FB88FC88FD88FE894089418942894389448945DCA88946894789488949894A894B894CCBFAEBF3894D894E894FCBDC89508951CBFE895289538954CCC189558956895789588959C8FB895A895B895C895D895E895FDCAA89608961896289638964CCEEDCAB89658966896789688969896A896B896C896D896E896F897089718972897389748975DBD38976DCAFDCAC8977BEB38978CAFB8979897A897BDCAD897C897D897E89808981898289838984C9CAC4B989858986898789888989C7BDDCAE898A898B898CD4F6D0E6898D898E898F89908991899289938994C4ABB6D589958996899789988999899A899B899C899D899E899F89A089A189A289A389A489A589A6DBD489A789A889A989AAB1DA89AB89AC89ADDBD589AE89AF89B089B189B289B389B489B589B689B789B8DBD689B989BA89BBBABE89BC89BD89BE89BF89C089C189C289C389C489C589C689C789C889C9C8C089CA89CB89CC89CD89CE89CFCABFC8C989D0D7B389D1C9F989D289D3BFC789D489D5BAF889D689D7D2BC89D889D989DA89DB89DC89DD89DE89DFE2BA89E0B4A689E189E2B1B889E389E489E589E689E7B8B489E8CFC489E989EA89EB89ECD9E7CFA6CDE289ED89EED9EDB6E089EFD2B989F089F1B9BB89F289F389F489F5E2B9E2B789F6B4F389F7CCECCCABB7F289F8D8B2D1EBBABB89F9CAA789FA89FBCDB789FC89FDD2C4BFE4BCD0B6E189FEDEC58A408A418A428A43DEC6DBBC8A44D1D98A458A46C6E6C4CEB7EE8A47B7DC8A488A49BFFCD7E08A4AC6F58A4B8A4CB1BCDEC8BDB1CCD7DECA8A4DDEC98A4E8A4F8A508A518A52B5EC8A53C9DD8A548A55B0C28A568A578A588A598A5A8A5B8A5C8A5D8A5E8A5F8A608A618A62C5AEC5AB8A63C4CC8A64BCE9CBFD8A658A668A67BAC38A688A698A6AE5F9C8E7E5FACDFD8A6BD7B1B8BEC2E88A6CC8D18A6D8A6EE5FB8A6F8A708A718A72B6CABCCB8A738A74D1FDE6A18A75C3EE8A768A778A788A79E6A48A7A8A7B8A7C8A7DE5FEE6A5CDD78A7E8A80B7C1E5FCE5FDE6A38A818A82C4DDE6A88A838A84E6A78A858A868A878A888A898A8AC3C38A8BC6DE8A8C8A8DE6AA8A8E8A8F8A908A918A928A938A94C4B78A958A968A97E6A2CABC8A988A998A9A8A9BBDE3B9C3E6A6D0D5CEAF8A9C8A9DE6A9E6B08A9ED2A68A9FBDAAE6AD8AA08AA18AA28AA38AA4E6AF8AA5C0D18AA68AA7D2CC8AA88AA98AAABCA78AAB8AAC8AAD8AAE8AAF8AB08AB18AB28AB38AB48AB58AB6E6B18AB7D2F68AB88AB98ABAD7CB8ABBCDFE8ABCCDDEC2A6E6ABE6ACBDBFE6AEE6B38ABD8ABEE6B28ABF8AC08AC18AC2E6B68AC3E6B88AC48AC58AC68AC7C4EF8AC88AC98ACAC4C88ACB8ACCBEEAC9EF8ACD8ACEE6B78ACFB6F08AD08AD18AD2C3E48AD38AD48AD58AD68AD78AD88AD9D3E9E6B48ADAE6B58ADBC8A28ADC8ADD8ADE8ADF8AE0E6BD8AE18AE28AE3E6B98AE48AE58AE68AE78AE8C6C58AE98AEACDF1E6BB8AEB8AEC8AED8AEE8AEF8AF08AF18AF28AF38AF4E6BC8AF58AF68AF78AF8BBE98AF98AFA8AFB8AFC8AFD8AFE8B40E6BE8B418B428B438B44E6BA8B458B46C0B78B478B488B498B4A8B4B8B4C8B4D8B4E8B4FD3A4E6BFC9F4E6C38B508B51E6C48B528B538B548B55D0F68B568B578B588B598B5A8B5B8B5C8B5D8B5E8B5F8B608B618B628B638B648B658B668B67C3BD8B688B698B6A8B6B8B6C8B6D8B6EC3C4E6C28B6F8B708B718B728B738B748B758B768B778B788B798B7A8B7B8B7CE6C18B7D8B7E8B808B818B828B838B84E6C7CFB18B85EBF48B868B87E6CA8B888B898B8A8B8B8B8CE6C58B8D8B8EBCDEC9A98B8F8B908B918B928B938B94BCB58B958B96CFD38B978B988B998B9A8B9BE6C88B9CE6C98B9DE6CE8B9EE6D08B9F8BA08BA1E6D18BA28BA38BA4E6CBB5D58BA5E6CC8BA68BA7E6CF8BA88BA9C4DB8BAAE6C68BAB8BAC8BAD8BAE8BAFE6CD8BB08BB18BB28BB38BB48BB58BB68BB78BB88BB98BBA8BBB8BBC8BBD8BBE8BBF8BC08BC18BC28BC38BC48BC58BC6E6D28BC78BC88BC98BCA8BCB8BCC8BCD8BCE8BCF8BD08BD18BD2E6D4E6D38BD38BD48BD58BD68BD78BD88BD98BDA8BDB8BDC8BDD8BDE8BDF8BE08BE18BE28BE38BE48BE58BE68BE78BE88BE98BEA8BEB8BECE6D58BEDD9F88BEE8BEFE6D68BF08BF18BF28BF38BF48BF58BF68BF7E6D78BF88BF98BFA8BFB8BFC8BFD8BFE8C408C418C428C438C448C458C468C47D7D3E6DD8C48E6DEBFD7D4D08C49D7D6B4E6CBEFE6DAD8C3D7CED0A28C4AC3CF8C4B8C4CE6DFBCBEB9C2E6DBD1A78C4D8C4EBAA2C2CF8C4FD8AB8C508C518C52CAEBE5EE8C53E6DC8C54B7F58C558C568C578C58C8E68C598C5AC4F58C5B8C5CE5B2C4FE8C5DCBFCE5B3D5AC8C5ED3EECAD8B0B28C5FCBCECDEA8C608C61BAEA8C628C638C64E5B58C65E5B48C66D7DAB9D9D6E6B6A8CDF0D2CBB1A6CAB58C67B3E8C9F3BFCDD0FBCAD2E5B6BBC28C688C698C6ACFDCB9AC8C6B8C6C8C6D8C6ED4D78C6F8C70BAA6D1E7CFFCBCD28C71E5B7C8DD8C728C738C74BFEDB1F6CBDE8C758C76BCC58C77BCC4D2FAC3DCBFDC8C788C798C7A8C7BB8BB8C7C8C7D8C7EC3C28C80BAAED4A28C818C828C838C848C858C868C878C888C89C7DEC4AFB2EC8C8AB9D18C8B8C8CE5BBC1C88C8D8C8ED5AF8C8F8C908C918C928C93E5BC8C94E5BE8C958C968C978C988C998C9A8C9BB4E7B6D4CBC2D1B0B5BC8C9C8C9DCAD98C9EB7E28C9F8CA0C9E48CA1BDAB8CA28CA3CEBED7F08CA48CA58CA68CA7D0A18CA8C9D98CA98CAAB6FBE6D8BCE28CABB3BE8CACC9D08CADE6D9B3A28CAE8CAF8CB08CB1DECC8CB2D3C8DECD8CB3D2A28CB48CB58CB68CB7DECE8CB88CB98CBA8CBBBECD8CBC8CBDDECF8CBE8CBF8CC0CAACD2FCB3DFE5EAC4E1BEA1CEB2C4F2BED6C6A8B2E38CC18CC2BED38CC38CC4C7FCCCEBBDECCEDD8CC58CC6CABAC6C1E5ECD0BC8CC78CC88CC9D5B98CCA8CCB8CCCE5ED8CCD8CCE8CCF8CD0CAF48CD1CDC0C2C58CD2E5EF8CD3C2C4E5F08CD48CD58CD68CD78CD88CD98CDAE5F8CDCD8CDBC9BD8CDC8CDD8CDE8CDF8CE08CE18CE2D2D9E1A88CE38CE48CE58CE6D3EC8CE7CBEAC6F18CE88CE98CEA8CEB8CECE1AC8CED8CEE8CEFE1A7E1A98CF08CF1E1AAE1AF8CF28CF3B2ED8CF4E1ABB8DAE1ADE1AEE1B0B5BAE1B18CF58CF68CF78CF88CF9E1B3E1B88CFA8CFB8CFC8CFD8CFED1D28D40E1B6E1B5C1EB8D418D428D43E1B78D44D4C08D45E1B28D46E1BAB0B68D478D488D498D4AE1B48D4BBFF98D4CE1B98D4D8D4EE1BB8D4F8D508D518D528D538D54E1BE8D558D568D578D588D598D5AE1BC8D5B8D5C8D5D8D5E8D5F8D60D6C58D618D628D638D648D658D668D67CFBF8D688D69E1BDE1BFC2CD8D6AB6EB8D6BD3F88D6C8D6DC7CD8D6E8D6FB7E58D708D718D728D738D748D758D768D778D788D79BEFE8D7A8D7B8D7C8D7D8D7E8D80E1C0E1C18D818D82E1C7B3E78D838D848D858D868D878D88C6E98D898D8A8D8B8D8C8D8DB4DE8D8ED1C28D8F8D908D918D92E1C88D938D94E1C68D958D968D978D988D99E1C58D9AE1C3E1C28D9BB1C08D9C8D9D8D9ED5B8E1C48D9F8DA08DA18DA28DA3E1CB8DA48DA58DA68DA78DA88DA98DAA8DABE1CCE1CA8DAC8DAD8DAE8DAF8DB08DB18DB28DB3EFFA8DB48DB5E1D3E1D2C7B68DB68DB78DB88DB98DBA8DBB8DBC8DBD8DBE8DBF8DC0E1C98DC18DC2E1CE8DC3E1D08DC48DC58DC68DC78DC88DC98DCA8DCB8DCC8DCD8DCEE1D48DCFE1D1E1CD8DD08DD1E1CF8DD28DD38DD48DD5E1D58DD68DD78DD88DD98DDA8DDB8DDC8DDD8DDE8DDF8DE08DE18DE2E1D68DE38DE48DE58DE68DE78DE88DE98DEA8DEB8DEC8DED8DEE8DEF8DF08DF18DF28DF38DF48DF58DF68DF78DF8E1D78DF98DFA8DFBE1D88DFC8DFD8DFE8E408E418E428E438E448E458E468E478E488E498E4A8E4B8E4C8E4D8E4E8E4F8E508E518E528E538E548E55E1DA8E568E578E588E598E5A8E5B8E5C8E5D8E5E8E5F8E608E618E62E1DB8E638E648E658E668E678E688E69CEA18E6A8E6B8E6C8E6D8E6E8E6F8E708E718E728E738E748E758E76E7DD8E77B4A8D6DD8E788E79D1B2B3B28E7A8E7BB9A4D7F3C7C9BEDEB9AE8E7CCED78E7D8E7EB2EEDBCF8E80BCBAD2D1CBC8B0CD8E818E82CFEF8E838E848E858E868E87D9E3BDED8E888E89B1D2CAD0B2BC8E8ACBA7B7AB8E8BCAA68E8C8E8D8E8ECFA38E8F8E90E0F8D5CAE0FB8E918E92E0FAC5C1CCFB8E93C1B1E0F9D6E3B2AFD6C4B5DB8E948E958E968E978E988E998E9A8E9BB4F8D6A18E9C8E9D8E9E8E9F8EA0CFAFB0EF8EA18EA2E0FC8EA38EA48EA58EA68EA7E1A1B3A38EA88EA9E0FDE0FEC3B18EAA8EAB8EAC8EADC3DD8EAEE1A2B7F98EAF8EB08EB18EB28EB38EB4BBCF8EB58EB68EB78EB88EB98EBA8EBBE1A3C4BB8EBC8EBD8EBE8EBF8EC0E1A48EC18EC2E1A58EC38EC4E1A6B4B18EC58EC68EC78EC88EC98ECA8ECB8ECC8ECD8ECE8ECF8ED08ED18ED28ED3B8C9C6BDC4EA8ED4B2A28ED5D0D28ED6E7DBBBC3D3D7D3C48ED7B9E3E2CF8ED88ED98EDAD7AF8EDBC7ECB1D38EDC8EDDB4B2E2D18EDE8EDF8EE0D0F2C2AEE2D08EE1BFE2D3A6B5D7E2D2B5EA8EE2C3EDB8FD8EE3B8AE8EE4C5D3B7CFE2D48EE58EE68EE78EE8E2D3B6C8D7F98EE98EEA8EEB8EEC8EEDCDA58EEE8EEF8EF08EF18EF2E2D88EF3E2D6CAFCBFB5D3B9E2D58EF48EF58EF68EF7E2D78EF88EF98EFA8EFB8EFC8EFD8EFE8F408F418F42C1AEC0C88F438F448F458F468F478F48E2DBE2DAC0AA8F498F4AC1CE8F4B8F4C8F4D8F4EE2DC8F4F8F508F518F528F538F548F558F568F578F588F598F5AE2DD8F5BE2DE8F5C8F5D8F5E8F5F8F608F618F628F638F64DBC88F65D1D3CDA28F668F67BDA88F688F698F6ADEC3D8A5BFAADBCDD2ECC6FAC5AA8F6B8F6C8F6DDEC48F6EB1D7DFAE8F6F8F708F71CABD8F72DFB18F73B9AD8F74D2FD8F75B8A5BAEB8F768F77B3DA8F788F798F7AB5DCD5C58F7B8F7C8F7D8F7EC3D6CFD2BBA18F80E5F3E5F28F818F82E5F48F83CDE48F84C8F58F858F868F878F888F898F8A8F8BB5AFC7BF8F8CE5F68F8D8F8E8F8FECB08F908F918F928F938F948F958F968F978F988F998F9A8F9B8F9C8F9D8F9EE5E68F9FB9E9B5B18FA0C2BCE5E8E5E7E5E98FA18FA28FA38FA4D2CD8FA58FA68FA7E1EAD0CE8FA8CDAE8FA9D1E58FAA8FABB2CAB1EB8FACB1F2C5ED8FAD8FAED5C3D3B08FAFE1DC8FB08FB18FB2E1DD8FB3D2DB8FB4B3B9B1CB8FB58FB68FB7CDF9D5F7E1DE8FB8BEB6B4FD8FB9E1DFBADCE1E0BBB2C2C9E1E18FBA8FBB8FBCD0EC8FBDCDBD8FBE8FBFE1E28FC0B5C3C5C7E1E38FC18FC2E1E48FC38FC48FC58FC6D3F98FC78FC88FC98FCA8FCB8FCCE1E58FCDD1AD8FCE8FCFE1E6CEA28FD08FD18FD28FD38FD48FD5E1E78FD6B5C28FD78FD88FD98FDAE1E8BBD58FDB8FDC8FDD8FDE8FDFD0C4E2E0B1D8D2E48FE08FE1E2E18FE28FE3BCC9C8CC8FE4E2E3ECFEECFDDFAF8FE58FE68FE7E2E2D6BECDFCC3A68FE88FE98FEAE3C38FEB8FECD6D2E2E78FED8FEEE2E88FEF8FF0D3C78FF18FF2E2ECBFEC8FF3E2EDE2E58FF48FF5B3C08FF68FF78FF8C4EE8FF98FFAE2EE8FFB8FFCD0C38FFDBAF6E2E9B7DEBBB3CCACCBCBE2E4E2E6E2EAE2EB8FFE90409041E2F790429043E2F4D4F5E2F390449045C5AD9046D5FAC5C2B2C090479048E2EF9049E2F2C1AFCBBC904A904BB5A1E2F9904C904D904EBCB1E2F1D0D4D4B9E2F5B9D6E2F6904F90509051C7D390529053905490559056E2F0905790589059905A905BD7DCEDA1905C905DE2F8905EEDA5E2FECAD1905F906090619062906390649065C1B59066BBD090679068BFD69069BAE3906A906BCBA1906C906D906EEDA6EDA3906F9070EDA29071907290739074BBD6EDA7D0F490759076EDA4BADEB6F7E3A1B6B2CCF1B9A79077CFA2C7A190789079BFD2907A907BB6F1907CE2FAE2FBE2FDE2FCC4D5E3A2907DD3C1907E90809081E3A7C7C49082908390849085CFA490869087E3A9BAB790889089908A908BE3A8908CBBDA908DE3A3908E908F9090E3A4E3AA9091E3A69092CEF2D3C690939094BBBC90959096D4C39097C4FA90989099EDA8D0FCE3A5909AC3F5909BE3ADB1AF909CE3B2909D909E909FBCC290A090A1E3ACB5BF90A290A390A490A590A690A790A890A9C7E9E3B090AA90AB90ACBEAACDEF90AD90AE90AF90B090B1BBF390B290B390B4CCE890B590B6E3AF90B7E3B190B8CFA7E3AE90B9CEA9BBDD90BA90BB90BC90BD90BEB5EBBEE5B2D2B3CD90BFB1B9E3ABB2D1B5ACB9DFB6E890C090C1CFEBE3B790C2BBCC90C390C4C8C7D0CA90C590C690C790C890C9E3B8B3EE90CA90CB90CC90CDEDA990CED3FAD3E490CF90D090D1EDAAE3B9D2E290D290D390D490D590D6E3B590D790D890D990DAD3DE90DB90DC90DD90DEB8D0E3B390DF90E0E3B6B7DF90E1E3B4C0A290E290E390E4E3BA90E590E690E790E890E990EA90EB90EC90ED90EE90EF90F090F190F290F390F490F590F690F7D4B890F890F990FA90FB90FC90FD90FE9140B4C89141E3BB9142BBC59143C9F791449145C9E5914691479148C4BD9149914A914B914C914D914E914FEDAB9150915191529153C2FD9154915591569157BBDBBFAE91589159915A915B915C915D915ECEBF915F916091619162E3BC9163BFB6916491659166916791689169916A916B916C916D916E916F9170917191729173917491759176B1EF91779178D4F79179917A917B917C917DE3BE917E9180918191829183918491859186EDAD918791889189918A918B918C918D918E918FE3BFBAA9EDAC91909191E3BD91929193919491959196919791989199919A919BE3C0919C919D919E919F91A091A1BAB691A291A391A4B6AE91A591A691A791A891A9D0B891AAB0C3EDAE91AB91AC91AD91AE91AFEDAFC0C191B0E3C191B191B291B391B491B591B691B791B891B991BA91BB91BC91BD91BE91BF91C091C1C5B391C291C391C491C591C691C791C891C991CA91CB91CC91CD91CE91CFE3C291D091D191D291D391D491D591D691D791D8DCB291D991DA91DB91DC91DD91DEEDB091DFB8EA91E0CEECEAA7D0E7CAF9C8D6CFB7B3C9CED2BDE491E191E2E3DEBBF2EAA8D5BD91E3C6DDEAA991E491E591E6EAAA91E7EAACEAAB91E8EAAEEAAD91E991EA91EB91ECBDD891EDEAAF91EEC2BE91EF91F091F191F2B4C1B4F791F391F4BBA791F591F691F791F891F9ECE6ECE5B7BFCBF9B1E291FAECE791FB91FC91FDC9C8ECE8ECE991FECAD6DED0B2C5D4FA92409241C6CBB0C7B4F2C8D3924292439244CDD092459246BFB8924792489249924A924B924C924DBFDB924E924FC7A4D6B49250C0A9DED1C9A8D1EFC5A4B0E7B3B6C8C592519252B0E292539254B7F692559256C5FA92579258B6F39259D5D2B3D0BCBC925A925B925CB3AD925D925E925F9260BEF1B0D1926192629263926492659266D2D6CAE3D7A59267CDB6B6B6BFB9D5DB9268B8A7C5D79269926A926BDED2BFD9C2D5C7C0926CBBA4B1A8926D926EC5EA926F9270C5FBCCA79271927292739274B1A7927592769277B5D692789279927AC4A8927BDED3D1BAB3E9927CC3F2927D927EB7F79280D6F4B5A3B2F0C4B4C4E9C0ADDED49281B0E8C5C4C1E09282B9D59283BEDCCDD8B0CE9284CDCFDED6BED0D7BEDED5D5D0B0DD92859286C4E292879288C2A3BCF09289D3B5C0B9C5A1B2A6D4F1928A928BC0A8CAC3DED7D5FC928CB9B0928DC8ADCBA9928EDED9BFBD928F929092919292C6B4D7A7CAB0C4C39293B3D6B9D29294929592969297D6B8EAFCB0B492989299929A929BBFE6929C929DCCF4929E929F92A092A1CDDA92A292A392A4D6BFC2CE92A5CECECCA2D0AEC4D3B5B2DED8D5F5BCB7BBD392A692A7B0A492A8C5B2B4EC92A992AA92ABD5F192AC92ADEAFD92AE92AF92B092B192B292B3DEDACDA692B492B5CDEC92B692B792B892B9CEE6DEDC92BACDB1C0A692BB92BCD7BD92BDDEDBB0C6BAB4C9D3C4F3BEE892BE92BF92C092C1B2B692C292C392C492C592C692C792C892C9C0CCCBF092CABCF1BBBBB5B792CB92CC92CDC5F592CEDEE692CF92D092D1DEE3BEDD92D292D3DEDF92D492D592D692D7B4B7BDDD92D892D9DEE0C4ED92DA92DB92DC92DDCFC692DEB5E092DF92E092E192E2B6DECADAB5F4DEE592E3D5C692E4DEE1CCCDC6FE92E5C5C592E692E792E8D2B492E9BEF292EA92EB92EC92ED92EE92EF92F0C2D392F1CCBDB3B892F2BDD392F3BFD8CDC6D1DAB4EB92F4DEE4DEDDDEE792F5EAFE92F692F7C2B0DEE292F892F9D6C0B5A792FAB2F492FBDEE892FCDEF292FD92FE934093419342DEED9343DEF193449345C8E0934693479348D7E1DEEFC3E8CCE19349B2E5934A934B934CD2BE934D934E934F9350935193529353DEEE9354DEEBCED59355B4A79356935793589359935ABFABBEBE935B935CBDD2935D935E935F9360DEE99361D4AE9362DEDE9363DEEA9364936593669367C0BF9368DEECB2F3B8E9C2A79369936ABDC1936B936C936D936E936FDEF5DEF893709371B2ABB4A493729373B4EAC9A6937493759376937793789379DEF6CBD1937AB8E3937BDEF7DEFA937C937D937E9380DEF9938193829383CCC29384B0E1B4EE93859386938793889389938AE5BA938B938C938D938E938FD0AF93909391B2EB9392EBA19393DEF493949395C9E3DEF3B0DAD2A1B1F79396CCAF939793989399939A939B939C939DDEF0939ECBA4939F93A093A1D5AA93A293A393A493A593A6DEFB93A793A893A993AA93AB93AC93AD93AEB4DD93AFC4A693B093B193B2DEFD93B393B493B593B693B793B893B993BA93BB93BCC3FEC4A1DFA193BD93BE93BF93C093C193C293C3C1CC93C4DEFCBEEF93C5C6B293C693C793C893C993CA93CB93CC93CD93CEB3C5C8F693CF93D0CBBADEFE93D193D2DFA493D393D493D593D6D7B293D793D893D993DA93DBB3B793DC93DD93DE93DFC1C393E093E1C7CBB2A5B4E993E2D7AB93E393E493E593E6C4EC93E7DFA2DFA393E8DFA593E9BAB393EA93EB93ECDFA693EDC0DE93EE93EFC9C393F093F193F293F393F493F593F6B2D9C7E693F7DFA793F8C7DC93F993FA93FB93FCDFA8EBA293FD93FE944094419442CBD3944394449445DFAA9446DFA99447B2C194489449944A944B944C944D944E944F9450945194529453945494559456945794589459945A945B945C945D945E945F9460C5CA94619462946394649465946694679468DFAB9469946A946B946C946D946E946F9470D4DC94719472947394749475C8C19476947794789479947A947B947C947D947E948094819482DFAC94839484948594869487BEF094889489DFADD6A7948A948B948C948DEAB7EBB6CAD5948ED8FCB8C4948FB9A594909491B7C5D5FE94929493949494959496B9CA94979498D0A7F4CD9499949AB5D0949B949CC3F4949DBEC8949E949F94A0EBB7B0BD94A194A2BDCC94A3C1B294A4B1D6B3A894A594A694A7B8D2C9A294A894A9B6D894AA94AB94AC94ADEBB8BEB494AE94AF94B0CAFD94B1C7C394B2D5FB94B394B4B7F394B594B694B794B894B994BA94BB94BC94BD94BE94BF94C094C194C294C3CEC494C494C594C6D5ABB1F394C794C894C9ECB3B0DF94CAECB594CB94CC94CDB6B794CEC1CF94CFF5FAD0B194D094D1D5E594D2CED394D394D4BDEFB3E294D5B8AB94D6D5B694D7EDBD94D8B6CF94D9CBB9D0C294DA94DB94DC94DD94DE94DF94E094E1B7BD94E294E3ECB6CAA994E494E594E6C5D494E7ECB9ECB8C2C3ECB794E894E994EA94EBD0FDECBA94ECECBBD7E594ED94EEECBC94EF94F094F1ECBDC6EC94F294F394F494F594F694F794F894F9CEDE94FABCC894FB94FCC8D5B5A9BEC9D6BCD4E794FD94FED1AED0F1EAB8EAB9EABABAB59540954195429543CAB1BFF595449545CDFA9546954795489549954AEAC0954BB0BAEABE954C954DC0A5954E954F9550EABB9551B2FD9552C3F7BBE8955395549555D2D7CEF4EABF955695579558EABC9559955A955BEAC3955CD0C7D3B3955D955E955F9560B4BA9561C3C1D7F29562956395649565D5D19566CAC79567EAC595689569EAC4EAC7EAC6956A956B956C956D956ED6E7956FCFD495709571EACB9572BBCE9573957495759576957795789579BDFAC9CE957A957BEACC957C957DC9B9CFFEEACAD4CEEACDEACF957E9580CDED9581958295839584EAC99585EACE95869587CEEE9588BBDE9589B3BF958A958B958C958D958EC6D5BEB0CEFA958F95909591C7E79592BEA7EAD095939594D6C7959595969597C1C095989599959AD4DD959BEAD1959C959DCFBE959E959F95A095A1EAD295A295A395A495A5CAEE95A695A795A895A9C5AFB0B595AA95AB95AC95AD95AEEAD495AF95B095B195B295B395B495B595B695B7EAD3F4DF95B895B995BA95BB95BCC4BA95BD95BE95BF95C095C1B1A995C295C395C495C5E5DF95C695C795C895C9EAD595CA95CB95CC95CD95CE95CF95D095D195D295D395D495D595D695D795D895D995DA95DB95DC95DD95DE95DF95E095E195E295E3CAEF95E4EAD6EAD7C6D895E595E695E795E895E995EA95EB95ECEAD895ED95EEEAD995EF95F095F195F295F395F4D4BB95F5C7FAD2B7B8FC95F695F7EAC295F8B2DC95F995FAC2FC95FBD4F8CCE6D7EE95FC95FD95FE9640964196429643D4C2D3D0EBC3C5F39644B7FE96459646EBD4964796489649CBB7EBDE964AC0CA964B964C964DCDFB964EB3AF964FC6DA965096519652965396549655EBFC9656C4BE9657CEB4C4A9B1BED4FD9658CAF59659D6EC965A965BC6D3B6E4965C965D965E965FBBFA96609661D0E096629663C9B19664D4D3C8A896659666B8CB9667E8BEC9BC96689669E8BB966AC0EED0D3B2C4B4E5966BE8BC966C966DD5C8966E966F967096719672B6C59673E8BDCAF8B8DCCCF5967496759676C0B496779678D1EEE8BFE8C29679967ABABC967BB1ADBDDC967CEABDE8C3967DE8C6967EE8CB9680968196829683E8CC9684CBC9B0E59685BCAB96869687B9B996889689E8C1968ACDF7968BE8CA968C968D968E968FCEF69690969196929693D5ED9694C1D6E8C49695C3B69696B9FBD6A6E8C8969796989699CAE0D4E6969AE8C0969BE8C5E8C7969CC7B9B7E3969DE8C9969EBFDDE8D2969F96A0E8D796A1E8D5BCDCBCCFE8DB96A296A396A496A596A696A796A896A9E8DE96AAE8DAB1FA96AB96AC96AD96AE96AF96B096B196B296B396B4B0D8C4B3B8CCC6E2C8BEC8E196B596B696B7E8CFE8D4E8D696B8B9F1E8D8D7F596B9C4FB96BAE8DC96BB96BCB2E996BD96BE96BFE8D196C096C1BCED96C296C3BFC2E8CDD6F996C4C1F8B2F196C596C696C796C896C996CA96CB96CCE8DF96CDCAC1E8D996CE96CF96D096D1D5A496D2B1EAD5BBE8CEE8D0B6B0E8D396D3E8DDC0B896D4CAF796D5CBA896D696D7C6DCC0F596D896D996DA96DB96DCE8E996DD96DE96DFD0A396E096E196E296E396E496E596E6E8F2D6EA96E796E896E996EA96EB96EC96EDE8E0E8E196EE96EF96F0D1F9BACBB8F996F196F2B8F1D4D4E8EF96F3E8EEE8ECB9F0CCD2E8E6CEA6BFF296F4B0B8E8F1E8F096F5D7C096F6E8E496F7CDA9C9A396F8BBB8BDDBE8EA96F996FA96FB96FC96FD96FE9740974197429743E8E2E8E3E8E5B5B5E8E7C7C5E8EBE8EDBDB0D7AE9744E8F897459746974797489749974A974B974CE8F5974DCDB0E8F6974E974F9750975197529753975497559756C1BA9757E8E89758C3B7B0F09759975A975B975C975D975E975F9760E8F4976197629763E8F7976497659766B9A3976797689769976A976B976C976D976E976F9770C9D2977197729773C3CECEE0C0E69774977597769777CBF39778CCDDD0B59779977ACAE1977BE8F3977C977D977E9780978197829783978497859786BCEC9787E8F997889789978A978B978C978DC3DE978EC6E5978FB9F79790979197929793B0F497949795D7D897969797BCAC9798C5EF9799979A979B979C979DCCC4979E979FE9A697A097A197A297A397A497A597A697A797A897A9C9AD97AAE9A2C0E297AB97AC97ADBFC397AE97AF97B0E8FEB9D797B1E8FB97B297B397B497B5E9A497B697B797B8D2CE97B997BA97BB97BC97BDE9A397BED6B2D7B597BFE9A797C0BDB797C197C297C397C497C597C697C797C897C997CA97CB97CCE8FCE8FD97CD97CE97CFE9A197D097D197D297D397D497D597D697D7CDD697D897D9D2AC97DA97DB97DCE9B297DD97DE97DF97E0E9A997E197E297E3B4AA97E4B4BB97E597E6E9AB97E797E897E997EA97EB97EC97ED97EE97EF97F097F197F297F397F497F597F697F7D0A897F897F9E9A597FA97FBB3FE97FC97FDE9ACC0E397FEE9AA98409841E9B998429843E9B89844984598469847E9AE98489849E8FA984A984BE9A8984C984D984E984F9850BFACE9B1E9BA98519852C2A5985398549855E9AF9856B8C59857E9AD9858D3DCE9B4E9B5E9B79859985A985BE9C7985C985D985E985F98609861C0C6E9C598629863E9B098649865E9BBB0F19866986798689869986A986B986C986D986E986FE9BCD5A598709871E9BE9872E9BF987398749875E9C198769877C1F198789879C8B6987A987B987CE9BD987D987E988098819882E9C29883988498859886988798889889988AE9C3988BE9B3988CE9B6988DBBB1988E988F9890E9C0989198929893989498959896BCF7989798989899E9C4E9C6989A989B989C989D989E989F98A098A198A298A398A498A5E9CA98A698A798A898A9E9CE98AA98AB98AC98AD98AE98AF98B098B198B298B3B2DB98B4E9C898B598B698B798B898B998BA98BB98BC98BD98BEB7AE98BF98C098C198C298C398C498C598C698C798C898C998CAE9CBE9CC98CB98CC98CD98CE98CF98D0D5C198D1C4A398D298D398D498D598D698D7E9D898D8BAE198D998DA98DB98DCE9C998DDD3A398DE98DF98E0E9D498E198E298E398E498E598E698E7E9D7E9D098E898E998EA98EB98ECE9CF98ED98EEC7C198EF98F098F198F298F398F498F598F6E9D298F798F898F998FA98FB98FC98FDE9D9B3C898FEE9D399409941994299439944CFF0994599469947E9CD99489949994A994B994C994D994E994F995099519952B3F79953995499559956995799589959E9D6995A995BE9DA995C995D995ECCB4995F99609961CFAD99629963996499659966996799689969996AE9D5996BE9DCE9DB996C996D996E996F9970E9DE99719972997399749975997699779978E9D19979997A997B997C997D997E99809981E9DD9982E9DFC3CA9983998499859986998799889989998A998B998C998D998E998F9990999199929993999499959996999799989999999A999B999C999D999E999F99A099A199A299A399A499A599A699A799A899A999AA99AB99AC99AD99AE99AF99B099B199B299B399B499B599B699B799B899B999BA99BB99BC99BD99BE99BF99C099C199C299C399C499C599C699C799C899C999CA99CB99CC99CD99CE99CF99D099D199D299D399D499D599D699D799D899D999DA99DB99DC99DD99DE99DF99E099E199E299E399E499E599E699E799E899E999EA99EB99EC99ED99EE99EF99F099F199F299F399F499F5C7B7B4CEBBB6D0C0ECA399F699F7C5B799F899F999FA99FB99FC99FD99FE9A409A419A42D3FB9A439A449A459A46ECA49A47ECA5C6DB9A489A499A4ABFEE9A4B9A4C9A4D9A4EECA69A4F9A50ECA7D0AA9A51C7B89A529A53B8E89A549A559A569A579A589A599A5A9A5B9A5C9A5D9A5E9A5FECA89A609A619A629A639A649A659A669A67D6B9D5FDB4CBB2BDCEE4C6E79A689A69CDE19A6A9A6B9A6C9A6D9A6E9A6F9A709A719A729A739A749A759A769A77B4F59A78CBC0BCDF9A799A7A9A7B9A7CE9E2E9E3D1EAE9E59A7DB4F9E9E49A7ED1B3CAE2B2D09A80E9E89A819A829A839A84E9E6E9E79A859A86D6B39A879A889A89E9E9E9EA9A8A9A8B9A8C9A8D9A8EE9EB9A8F9A909A919A929A939A949A959A96E9EC9A979A989A999A9A9A9B9A9C9A9D9A9EECAFC5B9B6CE9A9FD2F39AA09AA19AA29AA39AA49AA59AA6B5EE9AA7BBD9ECB19AA89AA9D2E39AAA9AAB9AAC9AAD9AAECEE39AAFC4B89AB0C3BF9AB19AB2B6BED8B9B1C8B1CFB1D1C5FE9AB3B1D09AB4C3AB9AB59AB69AB79AB89AB9D5B19ABA9ABB9ABC9ABD9ABE9ABF9AC09AC1EBA4BAC19AC29AC39AC4CCBA9AC59AC69AC7EBA59AC8EBA79AC99ACA9ACBEBA89ACC9ACD9ACEEBA69ACF9AD09AD19AD29AD39AD49AD5EBA9EBABEBAA9AD69AD79AD89AD99ADAEBAC9ADBCACFD8B5C3F19ADCC3A5C6F8EBADC4CA9ADDEBAEEBAFEBB0B7D59ADE9ADF9AE0B7FA9AE1EBB1C7E29AE2EBB39AE3BAA4D1F5B0B1EBB2EBB49AE49AE59AE6B5AAC2C8C7E89AE7EBB59AE8CBAEE3DF9AE99AEAD3C09AEB9AEC9AED9AEED9DB9AEF9AF0CDA1D6ADC7F39AF19AF29AF3D9E0BBE39AF4BABAE3E29AF59AF69AF79AF89AF9CFAB9AFA9AFB9AFCE3E0C9C79AFDBAB99AFE9B409B41D1B4E3E1C8EAB9AFBDADB3D8CEDB9B429B43CCC09B449B459B46E3E8E3E9CDF49B479B489B499B4A9B4BCCAD9B4CBCB39B4DE3EA9B4EE3EB9B4F9B50D0DA9B519B529B53C6FBB7DA9B549B55C7DFD2CACED69B56E3E4E3EC9B57C9F2B3C19B589B59E3E79B5A9B5BC6E3E3E59B5C9B5DEDB3E3E69B5E9B5F9B609B61C9B39B62C5E69B639B649B65B9B59B66C3BB9B67E3E3C5BDC1A4C2D9B2D79B68E3EDBBA6C4AD9B69E3F0BEDA9B6A9B6BE3FBE3F5BAD39B6C9B6D9B6E9B6FB7D0D3CD9B70D6CED5D3B9C1D5B4D1D89B719B729B739B74D0B9C7F69B759B769B77C8AAB2B49B78C3DA9B799B7A9B7BE3EE9B7C9B7DE3FCE3EFB7A8E3F7E3F49B7E9B809B81B7BA9B829B83C5A29B84E3F6C5DDB2A8C6FC9B85C4E09B869B87D7A29B88C0E1E3F99B899B8AE3FAE3FDCCA9E3F39B8BD3BE9B8CB1C3EDB4E3F1E3F29B8DE3F8D0BAC6C3D4F3E3FE9B8E9B8FBDE09B909B91E4A79B929B93E4A69B949B959B96D1F3E4A39B97E4A99B989B999B9AC8F79B9B9B9C9B9D9B9ECFB49B9FE4A8E4AEC2E59BA09BA1B6B49BA29BA39BA49BA59BA69BA7BDF29BA8E4A29BA99BAABAE9E4AA9BAB9BACE4AC9BAD9BAEB6FDD6DEE4B29BAFE4AD9BB09BB19BB2E4A19BB3BBEECDDDC7A2C5C99BB49BB5C1F79BB6E4A49BB7C7B3BDACBDBDE4A59BB8D7C7B2E29BB9E4ABBCC3E4AF9BBABBEBE4B0C5A8E4B19BBB9BBC9BBD9BBED5E3BFA39BBFE4BA9BC0E4B79BC1E4BB9BC29BC3E4BD9BC49BC5C6D69BC69BC7BAC6C0CB9BC89BC99BCAB8A1E4B49BCB9BCC9BCD9BCED4A19BCF9BD0BAA3BDFE9BD19BD29BD3E4BC9BD49BD59BD69BD79BD8CDBF9BD99BDAC4F99BDB9BDCCFFBC9E69BDD9BDED3BF9BDFCFD19BE09BE1E4B39BE2E4B8E4B9CCE99BE39BE49BE59BE69BE7CCCE9BE8C0D4E4B5C1B0E4B6CED09BE9BBC1B5D39BEAC8F3BDA7D5C7C9ACB8A2E4CA9BEB9BECE4CCD1C49BED9BEED2BA9BEF9BF0BAAD9BF19BF2BAD49BF39BF49BF59BF69BF79BF8E4C3B5ED9BF99BFA9BFBD7CDE4C0CFFDE4BF9BFC9BFD9BFEC1DCCCCA9C409C419C429C43CAE79C449C459C469C47C4D79C48CCD4E4C89C499C4A9C4BE4C7E4C19C4CE4C4B5AD9C4D9C4ED3D99C4FE4C69C509C519C529C53D2F9B4E39C54BBB49C559C56C9EE9C57B4BE9C589C599C5ABBEC9C5BD1CD9C5CCCEDEDB59C5D9C5E9C5F9C609C619C629C639C64C7E59C659C669C679C68D4A89C69E4CBD7D5E4C29C6ABDA5E4C59C6B9C6CD3E69C6DE4C9C9F89C6E9C6FE4BE9C709C71D3E59C729C73C7FEB6C99C74D4FCB2B3E4D79C759C769C77CEC29C78E4CD9C79CEBC9C7AB8DB9C7B9C7CE4D69C7DBFCA9C7E9C809C81D3CE9C82C3EC9C839C849C859C869C879C889C899C8AC5C8E4D89C8B9C8C9C8D9C8E9C8F9C909C919C92CDC4E4CF9C939C949C959C96E4D4E4D59C97BAFE9C98CFE69C999C9AD5BF9C9B9C9C9C9DE4D29C9E9C9F9CA09CA19CA29CA39CA49CA59CA69CA79CA8E4D09CA99CAAE4CE9CAB9CAC9CAD9CAE9CAF9CB09CB19CB29CB39CB49CB59CB69CB79CB89CB9CDE5CAAA9CBA9CBB9CBCC0A39CBDBDA6E4D39CBE9CBFB8C89CC09CC19CC29CC39CC4E4E7D4B49CC59CC69CC79CC89CC99CCA9CCBE4DB9CCC9CCD9CCEC1EF9CCF9CD0E4E99CD19CD2D2E79CD39CD4E4DF9CD5E4E09CD69CD7CFAA9CD89CD99CDA9CDBCBDD9CDCE4DAE4D19CDDE4E59CDEC8DCE4E39CDF9CE0C4E7E4E29CE1E4E19CE29CE39CE4B3FCE4E89CE59CE69CE79CE8B5E19CE99CEA9CEBD7CC9CEC9CED9CEEE4E69CEFBBAC9CF0D7D2CCCFEBF89CF1E4E49CF29CF3B9F69CF49CF59CF6D6CDE4D9E4DCC2FAE4DE9CF7C2CBC0C4C2D09CF8B1F5CCB29CF99CFA9CFB9CFC9CFD9CFE9D409D419D429D43B5CE9D449D459D469D47E4EF9D489D499D4A9D4B9D4C9D4D9D4E9D4FC6AF9D509D519D52C6E19D539D54E4F59D559D569D579D589D59C2A99D5A9D5B9D5CC0ECD1DDE4EE9D5D9D5E9D5F9D609D619D629D639D649D659D66C4AE9D679D689D69E4ED9D6A9D6B9D6C9D6DE4F6E4F4C2FE9D6EE4DD9D6FE4F09D70CAFE9D71D5C49D729D73E4F19D749D759D769D779D789D799D7AD1FA9D7B9D7C9D7D9D7E9D809D819D82E4EBE4EC9D839D849D85E4F29D86CEAB9D879D889D899D8A9D8B9D8C9D8D9D8E9D8F9D90C5CB9D919D929D93C7B19D94C2BA9D959D969D97E4EA9D989D999D9AC1CA9D9B9D9C9D9D9D9E9D9F9DA0CCB6B3B19DA19DA29DA3E4FB9DA4E4F39DA59DA69DA7E4FA9DA8E4FD9DA9E4FC9DAA9DAB9DAC9DAD9DAE9DAF9DB0B3CE9DB19DB29DB3B3BAE4F79DB49DB5E4F9E4F8C5EC9DB69DB79DB89DB99DBA9DBB9DBC9DBD9DBE9DBF9DC09DC19DC2C0BD9DC39DC49DC59DC6D4E89DC79DC89DC99DCA9DCBE5A29DCC9DCD9DCE9DCF9DD09DD19DD29DD39DD49DD59DD6B0C49DD79DD8E5A49DD99DDAE5A39DDB9DDC9DDD9DDE9DDF9DE0BCA49DE1E5A59DE29DE39DE49DE59DE69DE7E5A19DE89DE99DEA9DEB9DEC9DED9DEEE4FEB1F49DEF9DF09DF19DF29DF39DF49DF59DF69DF79DF89DF9E5A89DFAE5A9E5A69DFB9DFC9DFD9DFE9E409E419E429E439E449E459E469E47E5A7E5AA9E489E499E4A9E4B9E4C9E4D9E4E9E4F9E509E519E529E539E549E559E569E579E589E599E5A9E5B9E5C9E5D9E5E9E5F9E609E619E629E639E649E659E669E679E68C6D99E699E6A9E6B9E6C9E6D9E6E9E6F9E70E5ABE5AD9E719E729E739E749E759E769E77E5AC9E789E799E7A9E7B9E7C9E7D9E7E9E809E819E829E839E849E859E869E879E889E89E5AF9E8A9E8B9E8CE5AE9E8D9E8E9E8F9E909E919E929E939E949E959E969E979E989E999E9A9E9B9E9C9E9D9E9EB9E09E9F9EA0E5B09EA19EA29EA39EA49EA59EA69EA79EA89EA99EAA9EAB9EAC9EAD9EAEE5B19EAF9EB09EB19EB29EB39EB49EB59EB69EB79EB89EB99EBABBF0ECE1C3F09EBBB5C6BBD29EBC9EBD9EBE9EBFC1E9D4EE9EC0BEC49EC19EC29EC3D7C69EC4D4D6B2D3ECBE9EC59EC69EC79EC8EAC19EC99ECA9ECBC2AFB4B69ECC9ECD9ECED1D79ECF9ED09ED1B3B49ED2C8B2BFBBECC09ED39ED4D6CB9ED59ED6ECBFECC19ED79ED89ED99EDA9EDB9EDC9EDD9EDE9EDF9EE09EE19EE29EE3ECC5BEE6CCBFC5DABEBC9EE4ECC69EE5B1FE9EE69EE79EE8ECC4D5A8B5E39EE9ECC2C1B6B3E39EEA9EEBECC3CBB8C0C3CCFE9EEC9EED9EEE9EEFC1D29EF0ECC89EF19EF29EF39EF49EF59EF69EF79EF89EF99EFA9EFB9EFC9EFDBAE6C0D39EFED6F29F409F419F42D1CC9F439F449F459F46BFBE9F47B7B3C9D5ECC7BBE29F48CCCCBDFDC8C89F49CFA99F4A9F4B9F4C9F4D9F4E9F4F9F50CDE99F51C5EB9F529F539F54B7E99F559F569F579F589F599F5A9F5B9F5C9F5D9F5E9F5FD1C9BAB89F609F619F629F639F64ECC99F659F66ECCA9F67BBC0ECCB9F68ECE2B1BAB7D99F699F6A9F6B9F6C9F6D9F6E9F6F9F709F719F729F73BDB99F749F759F769F779F789F799F7A9F7BECCCD1E6ECCD9F7C9F7D9F7E9F80C8BB9F819F829F839F849F859F869F879F889F899F8A9F8B9F8C9F8D9F8EECD19F8F9F909F919F92ECD39F93BBCD9F94BCE59F959F969F979F989F999F9A9F9B9F9C9F9D9F9E9F9F9FA09FA1ECCF9FA2C9B79FA39FA49FA59FA69FA7C3BA9FA8ECE3D5D5ECD09FA99FAA9FAB9FAC9FADD6F39FAE9FAF9FB0ECD2ECCE9FB19FB29FB39FB4ECD49FB5ECD59FB69FB7C9BF9FB89FB99FBA9FBB9FBC9FBDCFA89FBE9FBF9FC09FC19FC2D0DC9FC39FC49FC59FC6D1AC9FC79FC89FC99FCAC8DB9FCB9FCC9FCDECD6CEF59FCE9FCF9FD09FD19FD2CAECECDA9FD39FD49FD59FD69FD79FD89FD9ECD99FDA9FDB9FDCB0BE9FDD9FDE9FDF9FE09FE19FE2ECD79FE3ECD89FE49FE59FE6ECE49FE79FE89FE99FEA9FEB9FEC9FED9FEE9FEFC8BC9FF09FF19FF29FF39FF49FF59FF69FF79FF89FF9C1C79FFA9FFB9FFC9FFD9FFEECDCD1E0A040A041A042A043A044A045A046A047A048A049ECDBA04AA04BA04CA04DD4EFA04EECDDA04FA050A051A052A053A054DBC6A055A056A057A058A059A05AA05BA05CA05DA05EECDEA05FA060A061A062A063A064A065A066A067A068A069A06AB1ACA06BA06CA06DA06EA06FA070A071A072A073A074A075A076A077A078A079A07AA07BA07CA07DA07EA080A081ECDFA082A083A084A085A086A087A088A089A08AA08BECE0A08CD7A6A08DC5C0A08EA08FA090EBBCB0AEA091A092A093BEF4B8B8D2AFB0D6B5F9A094D8B3A095CBACA096E3DDA097A098A099A09AA09BA09CA09DC6ACB0E6A09EA09FA0A0C5C6EBB9A0A1A0A2A0A3A0A4EBBAA0A5A0A6A0A7EBBBA0A8A0A9D1C0A0AAC5A3A0ABEAF2A0ACC4B2A0ADC4B5C0CEA0AEA0AFA0B0EAF3C4C1A0B1CEEFA0B2A0B3A0B4A0B5EAF0EAF4A0B6A0B7C9FCA0B8A0B9C7A3A0BAA0BBA0BCCCD8CEFEA0BDA0BEA0BFEAF5EAF6CFACC0E7A0C0A0C1EAF7A0C2A0C3A0C4A0C5A0C6B6BFEAF8A0C7EAF9A0C8EAFAA0C9A0CAEAFBA0CBA0CCA0CDA0CEA0CFA0D0A0D1A0D2A0D3A0D4A0D5A0D6EAF1A0D7A0D8A0D9A0DAA0DBA0DCA0DDA0DEA0DFA0E0A0E1A0E2C8AEE1EBA0E3B7B8E1ECA0E4A0E5A0E6E1EDA0E7D7B4E1EEE1EFD3CCA0E8A0E9A0EAA0EBA0ECA0EDA0EEE1F1BFF1E1F0B5D2A0EFA0F0A0F1B1B7A0F2A0F3A0F4A0F5E1F3E1F2A0F6BAFCA0F7E1F4A0F8A0F9A0FAA0FBB9B7A0FCBED1A0FDA0FEAA40AA41C4FCAA42BADDBDC6AA43AA44AA45AA46AA47AA48E1F5E1F7AA49AA4AB6C0CFC1CAA8E1F6D5F8D3FCE1F8E1FCE1F9AA4BAA4CE1FAC0EAAA4DE1FEE2A1C0C7AA4EAA4FAA50AA51E1FBAA52E1FDAA53AA54AA55AA56AA57AA58E2A5AA59AA5AAA5BC1D4AA5CAA5DAA5EAA5FE2A3AA60E2A8B2FEE2A2AA61AA62AA63C3CDB2C2E2A7E2A6AA64AA65E2A4E2A9AA66AA67E2ABAA68AA69AA6AD0C9D6EDC3A8E2ACAA6BCFD7AA6CAA6DE2AEAA6EAA6FBAEFAA70AA71E9E0E2ADE2AAAA72AA73AA74AA75BBABD4B3AA76AA77AA78AA79AA7AAA7BAA7CAA7DAA7EAA80AA81AA82AA83E2B0AA84AA85E2AFAA86E9E1AA87AA88AA89AA8AE2B1AA8BAA8CAA8DAA8EAA8FAA90AA91AA92E2B2AA93AA94AA95AA96AA97AA98AA99AA9AAA9BAA9CAA9DE2B3CCA1AA9EE2B4AA9FAAA0AB40AB41AB42AB43AB44AB45AB46AB47AB48AB49AB4AAB4BE2B5AB4CAB4DAB4EAB4FAB50D0FEAB51AB52C2CAAB53D3F1AB54CDF5AB55AB56E7E0AB57AB58E7E1AB59AB5AAB5BAB5CBEC1AB5DAB5EAB5FAB60C2EAAB61AB62AB63E7E4AB64AB65E7E3AB66AB67AB68AB69AB6AAB6BCDE6AB6CC3B5AB6DAB6EE7E2BBB7CFD6AB6FC1E1E7E9AB70AB71AB72E7E8AB73AB74E7F4B2A3AB75AB76AB77AB78E7EAAB79E7E6AB7AAB7BAB7CAB7DAB7EE7ECE7EBC9BAAB80AB81D5E4AB82E7E5B7A9E7E7AB83AB84AB85AB86AB87AB88AB89E7EEAB8AAB8BAB8CAB8DE7F3AB8ED6E9AB8FAB90AB91AB92E7EDAB93E7F2AB94E7F1AB95AB96AB97B0E0AB98AB99AB9AAB9BE7F5AB9CAB9DAB9EAB9FABA0AC40AC41AC42AC43AC44AC45AC46AC47AC48AC49AC4AC7F2AC4BC0C5C0EDAC4CAC4DC1F0E7F0AC4EAC4FAC50AC51E7F6CBF6AC52AC53AC54AC55AC56AC57AC58AC59AC5AE8A2E8A1AC5BAC5CAC5DAC5EAC5FAC60D7C1AC61AC62E7FAE7F9AC63E7FBAC64E7F7AC65E7FEAC66E7FDAC67E7FCAC68AC69C1D5C7D9C5FDC5C3AC6AAC6BAC6CAC6DAC6EC7EDAC6FAC70AC71AC72E8A3AC73AC74AC75AC76AC77AC78AC79AC7AAC7BAC7CAC7DAC7EAC80AC81AC82AC83AC84AC85AC86E8A6AC87E8A5AC88E8A7BAF7E7F8E8A4AC89C8F0C9AAAC8AAC8BAC8CAC8DAC8EAC8FAC90AC91AC92AC93AC94AC95AC96E8A9AC97AC98B9E5AC99AC9AAC9BAC9CAC9DD1FEE8A8AC9EAC9FACA0AD40AD41AD42E8AAAD43E8ADE8AEAD44C1A7AD45AD46AD47E8AFAD48AD49AD4AE8B0AD4BAD4CE8ACAD4DE8B4AD4EAD4FAD50AD51AD52AD53AD54AD55AD56AD57AD58E8ABAD59E8B1AD5AAD5BAD5CAD5DAD5EAD5FAD60AD61E8B5E8B2E8B3AD62AD63AD64AD65AD66AD67AD68AD69AD6AAD6BAD6CAD6DAD6EAD6FAD70AD71E8B7AD72AD73AD74AD75AD76AD77AD78AD79AD7AAD7BAD7CAD7DAD7EAD80AD81AD82AD83AD84AD85AD86AD87AD88AD89E8B6AD8AAD8BAD8CAD8DAD8EAD8FAD90AD91AD92B9CFAD93F0ACAD94F0ADAD95C6B0B0EAC8BFAD96CDDFAD97AD98AD99AD9AAD9BAD9CAD9DCECDEAB1AD9EAD9FADA0AE40EAB2AE41C6BFB4C9AE42AE43AE44AE45AE46AE47AE48EAB3AE49AE4AAE4BAE4CD5E7AE4DAE4EAE4FAE50AE51AE52AE53AE54DDF9AE55EAB4AE56EAB5AE57EAB6AE58AE59AE5AAE5BB8CADFB0C9F5AE5CCCF0AE5DAE5EC9FAAE5FAE60AE61AE62AE63C9FBAE64AE65D3C3CBA6AE66B8A6F0AEB1C2AE67E5B8CCEFD3C9BCD7C9EAAE68B5E7AE69C4D0B5E9AE6AEEAEBBADAE6BAE6CE7DEAE6DEEAFAE6EAE6FAE70AE71B3A9AE72AE73EEB2AE74AE75EEB1BDE7AE76EEB0CEB7AE77AE78AE79AE7AC5CFAE7BAE7CAE7DAE7EC1F4DBCEEEB3D0F3AE80AE81AE82AE83AE84AE85AE86AE87C2D4C6E8AE88AE89AE8AB7ACAE8BAE8CAE8DAE8EAE8FAE90AE91EEB4AE92B3EBAE93AE94AE95BBFBEEB5AE96AE97AE98AE99AE9AE7DCAE9BAE9CAE9DEEB6AE9EAE9FBDAEAEA0AF40AF41AF42F1E2AF43AF44AF45CAE8AF46D2C9F0DAAF47F0DBAF48F0DCC1C6AF49B8EDBECEAF4AAF4BF0DEAF4CC5B1F0DDD1F1AF4DF0E0B0CCBDEAAF4EAF4FAF50AF51AF52D2DFF0DFAF53B4AFB7E8F0E6F0E5C6A3F0E1F0E2B4C3AF54AF55F0E3D5EEAF56AF57CCDBBED2BCB2AF58AF59AF5AF0E8F0E7F0E4B2A1AF5BD6A2D3B8BEB7C8ACAF5CAF5DF0EAAF5EAF5FAF60AF61D1F7AF62D6CCBADBF0E9AF63B6BBAF64AF65CDB4AF66AF67C6A6AF68AF69AF6AC1A1F0EBF0EEAF6BF0EDF0F0F0ECAF6CBBBEF0EFAF6DAF6EAF6FAF70CCB5F0F2AF71AF72B3D5AF73AF74AF75AF76B1D4AF77AF78F0F3AF79AF7AF0F4F0F6B4E1AF7BF0F1AF7CF0F7AF7DAF7EAF80AF81F0FAAF82F0F8AF83AF84AF85F0F5AF86AF87AF88AF89F0FDAF8AF0F9F0FCF0FEAF8BF1A1AF8CAF8DAF8ECEC1F1A4AF8FF1A3AF90C1F6F0FBCADDAF91AF92B4F1B1F1CCB1AF93F1A6AF94AF95F1A7AF96AF97F1ACD5CEF1A9AF98AF99C8B3AF9AAF9BAF9CF1A2AF9DF1ABF1A8F1A5AF9EAF9FF1AAAFA0B040B041B042B043B044B045B046B0A9F1ADB047B048B049B04AB04BB04CF1AFB04DF1B1B04EB04FB050B051B052F1B0B053F1AEB054B055B056B057D1A2B058B059B05AB05BB05CB05DB05EF1B2B05FB060B061F1B3B062B063B064B065B066B067B068B069B9EFB06AB06BB5C7B06CB0D7B0D9B06DB06EB06FD4EDB070B5C4B071BDD4BBCAF0A7B072B073B8DEB074B075F0A8B076B077B0A8B078F0A9B079B07ACDEEB07BB07CF0AAB07DB07EB080B081B082B083B084B085B086B087F0ABB088B089B08AB08BB08CB08DB08EB08FB090C6A4B091B092D6E5F1E4B093F1E5B094B095B096B097B098B099B09AB09BB09CB09DC3F3B09EB09FD3DBB0A0B140D6D1C5E8B141D3AFB142D2E6B143B144EEC1B0BBD5B5D1CEBCE0BAD0B145BFF8B146B8C7B5C1C5CCB147B148CAA2B149B14AB14BC3CBB14CB14DB14EB14FB150EEC2B151B152B153B154B155B156B157B158C4BFB6A2B159EDECC3A4B15AD6B1B15BB15CB15DCFE0EDEFB15EB15FC5CEB160B6DCB161B162CAA1B163B164EDEDB165B166EDF0EDF1C3BCB167BFB4B168EDEEB169B16AB16BB16CB16DB16EB16FB170B171B172B173EDF4EDF2B174B175B176B177D5E6C3DFB178EDF3B179B17AB17BEDF6B17CD5A3D1A3B17DB17EB180EDF5B181C3D0B182B183B184B185B186EDF7BFF4BEECEDF8B187CCF7B188D1DBB189B18AB18BD7C5D5F6B18CEDFCB18DB18EB18FEDFBB190B191B192B193B194B195B196B197EDF9EDFAB198B199B19AB19BB19CB19DB19EB19FEDFDBEA6B1A0B240B241B242B243CBAFEEA1B6BDB244EEA2C4C0B245EDFEB246B247BDDEB2C7B248B249B24AB24BB24CB24DB24EB24FB250B251B252B253B6C3B254B255B256EEA5D8BAEEA3EEA6B257B258B259C3E9B3F2B25AB25BB25CB25DB25EB25FEEA7EEA4CFB9B260B261EEA8C2F7B262B263B264B265B266B267B268B269B26AB26BB26CB26DEEA9EEAAB26EDEABB26FB270C6B3B271C7C6B272D6F5B5C9B273CBB2B274B275B276EEABB277B278CDABB279EEACB27AB27BB27CB27DB27ED5B0B280EEADB281F6C4B282B283B284B285B286B287B288B289B28AB28BB28CB28DB28EDBC7B28FB290B291B292B293B294B295B296B297B4A3B298B299B29AC3ACF1E6B29BB29CB29DB29EB29FCAB8D2D3B2A0D6AAB340EFF2B341BED8B342BDC3EFF3B6CCB0ABB343B344B345B346CAAFB347B348EDB6B349EDB7B34AB34BB34CB34DCEF9B7AFBFF3EDB8C2EBC9B0B34EB34FB350B351B352B353EDB9B354B355C6F6BFB3B356B357B358EDBCC5F8B359D1D0B35AD7A9EDBAEDBBB35BD1E2B35CEDBFEDC0B35DEDC4B35EB35FB360EDC8B361EDC6EDCED5E8B362EDC9B363B364EDC7EDBEB365B366C5E9B367B368B369C6C6B36AB36BC9E9D4D2EDC1EDC2EDC3EDC5B36CC0F9B36DB4A1B36EB36FB370B371B9E8B372EDD0B373B374B375B376EDD1B377EDCAB378EDCFB379CEF8B37AB37BCBB6EDCCEDCDB37CB37DB37EB380B381CFF5B382B383B384B385B386B387B388B389B38AB38BB38CB38DEDD2C1F2D3B2EDCBC8B7B38EB38FB390B391B392B393B394B395BCEFB396B397B398B399C5F0B39AB39BB39CB39DB39EB39FB3A0B440B441B442EDD6B443B5EFB444B445C2B5B0ADCBE9B446B447B1AEB448EDD4B449B44AB44BCDEBB5E2B44CEDD5EDD3EDD7B44DB44EB5FAB44FEDD8B450EDD9B451EDDCB452B1CCB453B454B455B456B457B458B459B45AC5F6BCEEEDDACCBCB2EAB45BB45CB45DB45EEDDBB45FB460B461B462C4EBB463B464B4C5B465B466B467B0F5B468B469B46AEDDFC0DAB4E8B46BB46CB46DB46EC5CDB46FB470B471EDDDBFC4B472B473B474EDDEB475B476B477B478B479B47AB47BB47CB47DB47EB480B481B482B483C4A5B484B485B486EDE0B487B488B489B48AB48BEDE1B48CEDE3B48DB48EC1D7B48FB490BBC7B491B492B493B494B495B496BDB8B497B498B499EDE2B49AB49BB49CB49DB49EB49FB4A0B540B541B542B543B544B545EDE4B546B547B548B549B54AB54BB54CB54DB54EB54FEDE6B550B551B552B553B554EDE5B555B556B557B558B559B55AB55BB55CB55DB55EB55FB560B561B562B563EDE7B564B565B566B567B568CABEECEAC0F1B569C9E7B56AECEBC6EEB56BB56CB56DB56EECECB56FC6EDECEDB570B571B572B573B574B575B576B577B578ECF0B579B57AD7E6ECF3B57BB57CECF1ECEEECEFD7A3C9F1CBEEECF4B57DECF2B57EB580CFE9B581ECF6C6B1B582B583B584B585BCC0B586ECF5B587B588B589B58AB58BB58CB58DB5BBBBF6B58EECF7B58FB590B591B592B593D9F7BDFBB594B595C2BBECF8B596B597B598B599ECF9B59AB59BB59CB59DB8A3B59EB59FB5A0B640B641B642B643B644B645B646ECFAB647B648B649B64AB64BB64CB64DB64EB64FB650B651B652ECFBB653B654B655B656B657B658B659B65AB65BB65CB65DECFCB65EB65FB660B661B662D3EDD8AEC0EBB663C7DDBACCB664D0E3CBBDB665CDBAB666B667B8D1B668B669B1FCB66AC7EFB66BD6D6B66CB66DB66EBFC6C3EBB66FB670EFF5B671B672C3D8B673B674B675B676B677B678D7E2B679B67AB67BEFF7B3D3B67CC7D8D1EDB67DD6C8B67EEFF8B680EFF6B681BBFDB3C6B682B683B684B685B686B687B688BDD5B689B68AD2C6B68BBBE0B68CB68DCFA1B68EEFFCEFFBB68FB690EFF9B691B692B693B694B3CCB695C9D4CBB0B696B697B698B699B69AEFFEB69BB69CB0DEB69DB69ED6C9B69FB6A0B740EFFDB741B3EDB742B743F6D5B744B745B746B747B748B749B74AB74BB74CB74DB74EB74FB750B751B752CEC8B753B754B755F0A2B756F0A1B757B5BEBCDABBFCB758B8E5B759B75AB75BB75CB75DB75EC4C2B75FB760B761B762B763B764B765B766B767B768F0A3B769B76AB76BB76CB76DCBEBB76EB76FB770B771B772B773B774B775B776B777B778B779B77AB77BB77CB77DB77EB780B781B782B783B784B785B786F0A6B787B788B789D1A8B78ABEBFC7EEF1B6F1B7BFD5B78BB78CB78DB78EB4A9F1B8CDBBB78FC7D4D5ADB790F1B9B791F1BAB792B793B794B795C7CFB796B797B798D2A4D6CFB799B79AF1BBBDD1B4B0BEBDB79BB79CB79DB4DCCED1B79EBFDFF1BDB79FB7A0B840B841BFFAF1BCB842F1BFB843B844B845F1BEF1C0B846B847B848B849B84AF1C1B84BB84CB84DB84EB84FB850B851B852B853B854B855C1FEB856B857B858B859B85AB85BB85CB85DB85EB85FB860C1A2B861B862B863B864B865B866B867B868B869B86ACAFAB86BB86CD5BEB86DB86EB86FB870BEBABEB9D5C2B871B872BFA2B873CDAFF1B5B874B875B876B877B878B879BDDFB87AB6CBB87BB87CB87DB87EB880B881B882B883B884D6F1F3C3B885B886F3C4B887B8CDB888B889B88AF3C6F3C7B88BB0CAB88CF3C5B88DF3C9CBF1B88EB88FB890F3CBB891D0A6B892B893B1CAF3C8B894B895B896F3CFB897B5D1B898B899F3D7B89AF3D2B89BB89CB89DF3D4F3D3B7FBB89EB1BFB89FF3CEF3CAB5DAB8A0F3D0B940B941F3D1B942F3D5B943B944B945B946F3CDB947BCE3B948C1FDB949F3D6B94AB94BB94CB94DB94EB94FF3DAB950F3CCB951B5C8B952BDEEF3DCB953B954B7A4BFF0D6FECDB2B955B4F0B956B2DFB957F3D8B958F3D9C9B8B959F3DDB95AB95BF3DEB95CF3E1B95DB95EB95FB960B961B962B963B964B965B966B967F3DFB968B969F3E3F3E2B96AB96BF3DBB96CBFEAB96DB3EFB96EF3E0B96FB970C7A9B971BCF2B972B973B974B975F3EBB976B977B978B979B97AB97BB97CB9BFB97DB97EF3E4B980B981B982B2ADBBFEB983CBE3B984B985B986B987F3EDF3E9B988B989B98AB9DCF3EEB98BB98CB98DF3E5F3E6F3EAC2E1F3ECF3EFF3E8BCFDB98EB98FB990CFE4B991B992F3F0B993B994B995F3E7B996B997B998B999B99AB99BB99CB99DF3F2B99EB99FB9A0BA40D7ADC6AABA41BA42BA43BA44F3F3BA45BA46BA47BA48F3F1BA49C2A8BA4ABA4BBA4CBA4DBA4EB8DDF3F5BA4FBA50F3F4BA51BA52BA53B4DBBA54BA55BA56F3F6F3F7BA57BA58BA59F3F8BA5ABA5BBA5CC0BABA5DBA5EC0E9BA5FBA60BA61BA62BA63C5F1BA64BA65BA66BA67F3FBBA68F3FABA69BA6ABA6BBA6CBA6DBA6EBA6FBA70B4D8BA71BA72BA73F3FEF3F9BA74BA75F3FCBA76BA77BA78BA79BA7ABA7BF3FDBA7CBA7DBA7EBA80BA81BA82BA83BA84F4A1BA85BA86BA87BA88BA89BA8AF4A3BBC9BA8BBA8CF4A2BA8DBA8EBA8FBA90BA91BA92BA93BA94BA95BA96BA97BA98BA99F4A4BA9ABA9BBA9CBA9DBA9EBA9FB2BEF4A6F4A5BAA0BB40BB41BB42BB43BB44BB45BB46BB47BB48BB49BCAEBB4ABB4BBB4CBB4DBB4EBB4FBB50BB51BB52BB53BB54BB55BB56BB57BB58BB59BB5ABB5BBB5CBB5DBB5EBB5FBB60BB61BB62BB63BB64BB65BB66BB67BB68BB69BB6ABB6BBB6CBB6DBB6EC3D7D9E1BB6FBB70BB71BB72BB73BB74C0E0F4CCD7D1BB75BB76BB77BB78BB79BB7ABB7BBB7CBB7DBB7EBB80B7DBBB81BB82BB83BB84BB85BB86BB87F4CEC1A3BB88BB89C6C9BB8AB4D6D5B3BB8BBB8CBB8DF4D0F4CFF4D1CBDABB8EBB8FF4D2BB90D4C1D6E0BB91BB92BB93BB94B7E0BB95BB96BB97C1B8BB98BB99C1BBF4D3BEACBB9ABB9BBB9CBB9DBB9EB4E2BB9FBBA0F4D4F4D5BEABBC40BC41F4D6BC42BC43BC44F4DBBC45F4D7F4DABC46BAFDBC47F4D8F4D9BC48BC49BC4ABC4BBC4CBC4DBC4EB8E2CCC7F4DCBC4FB2DABC50BC51C3D3BC52BC53D4E3BFB7BC54BC55BC56BC57BC58BC59BC5AF4DDBC5BBC5CBC5DBC5EBC5FBC60C5B4BC61BC62BC63BC64BC65BC66BC67BC68F4E9BC69BC6ACFB5BC6BBC6CBC6DBC6EBC6FBC70BC71BC72BC73BC74BC75BC76BC77BC78CEC9BC79BC7ABC7BBC7CBC7DBC7EBC80BC81BC82BC83BC84BC85BC86BC87BC88BC89BC8ABC8BBC8CBC8DBC8ECBD8BC8FCBF7BC90BC91BC92BC93BDF4BC94BC95BC96D7CFBC97BC98BC99C0DBBC9ABC9BBC9CBC9DBC9EBC9FBCA0BD40BD41BD42BD43BD44BD45BD46BD47BD48BD49BD4ABD4BBD4CBD4DBD4EBD4FBD50BD51BD52BD53BD54BD55BD56BD57BD58BD59BD5ABD5BBD5CBD5DBD5EBD5FBD60BD61BD62BD63BD64BD65BD66BD67BD68BD69BD6ABD6BBD6CBD6DBD6EBD6FBD70BD71BD72BD73BD74BD75BD76D0F5BD77BD78BD79BD7ABD7BBD7CBD7DBD7EF4EABD80BD81BD82BD83BD84BD85BD86BD87BD88BD89BD8ABD8BBD8CBD8DBD8EBD8FBD90BD91BD92BD93BD94BD95BD96BD97BD98BD99BD9ABD9BBD9CBD9DBD9EBD9FBDA0BE40BE41BE42BE43BE44BE45BE46BE47BE48BE49BE4ABE4BBE4CF4EBBE4DBE4EBE4FBE50BE51BE52BE53F4ECBE54BE55BE56BE57BE58BE59BE5ABE5BBE5CBE5DBE5EBE5FBE60BE61BE62BE63BE64BE65BE66BE67BE68BE69BE6ABE6BBE6CBE6DBE6EBE6FBE70BE71BE72BE73BE74BE75BE76BE77BE78BE79BE7ABE7BBE7CBE7DBE7EBE80BE81BE82BE83BE84BE85BE86BE87BE88BE89BE8ABE8BBE8CBE8DBE8EBE8FBE90BE91BE92BE93BE94BE95BE96BE97BE98BE99BE9ABE9BBE9CBE9DBE9EBE9FBEA0BF40BF41BF42BF43BF44BF45BF46BF47BF48BF49BF4ABF4BBF4CBF4DBF4EBF4FBF50BF51BF52BF53BF54BF55BF56BF57BF58BF59BF5ABF5BBF5CBF5DBF5EBF5FBF60BF61BF62BF63BF64BF65BF66BF67BF68BF69BF6ABF6BBF6CBF6DBF6EBF6FBF70BF71BF72BF73BF74BF75BF76BF77BF78BF79BF7ABF7BBF7CBF7DBF7EBF80F7E3BF81BF82BF83BF84BF85B7B1BF86BF87BF88BF89BF8AF4EDBF8BBF8CBF8DBF8EBF8FBF90BF91BF92BF93BF94BF95BF96BF97BF98BF99BF9ABF9BBF9CBF9DBF9EBF9FBFA0C040C041C042C043C044C045C046C047C048C049C04AC04BC04CC04DC04EC04FC050C051C052C053C054C055C056C057C058C059C05AC05BC05CC05DC05EC05FC060C061C062C063D7EBC064C065C066C067C068C069C06AC06BC06CC06DC06EC06FC070C071C072C073C074C075C076C077C078C079C07AC07BF4EEC07CC07DC07EE6F9BEC0E6FABAECE6FBCFCBE6FCD4BCBCB6E6FDE6FEBCCDC8D2CEB3E7A1C080B4BFE7A2C9B4B8D9C4C9C081D7DDC2DAB7D7D6BDCEC6B7C4C082C083C5A6E7A3CFDFE7A4E7A5E7A6C1B7D7E9C9F0CFB8D6AFD6D5E7A7B0EDE7A8E7A9C9DCD2EFBEADE7AAB0F3C8DEBDE1E7ABC8C6C084E7ACBBE6B8F8D1A4E7ADC2E7BEF8BDCACDB3E7AEE7AFBEEED0E5C085CBE7CCD0BCCCE7B0BCA8D0F7E7B1C086D0F8E7B2E7B3B4C2E7B4E7B5C9FECEACC3E0E7B7B1C1B3F1C087E7B8E7B9D7DBD5C0E7BAC2CCD7BAE7BBE7BCE7BDBCEAC3E5C0C2E7BEE7BFBCA9C088E7C0E7C1E7B6B6D0E7C2C089E7C3E7C4BBBAB5DEC2C6B1E0E7C5D4B5E7C6B8BFE7C8E7C7B7ECC08AE7C9B2F8E7CAE7CBE7CCE7CDE7CEE7CFE7D0D3A7CBF5E7D1E7D2E7D3E7D4C9C9E7D5E7D6E7D7E7D8E7D9BDC9E7DAF3BEC08BB8D7C08CC8B1C08DC08EC08FC090C091C092C093F3BFC094F3C0F3C1C095C096C097C098C099C09AC09BC09CC09DC09EB9DECDF8C09FC0A0D8E8BAB1C140C2DEEEB7C141B7A3C142C143C144C145EEB9C146EEB8B0D5C147C148C149C14AC14BEEBBD5D6D7EFC14CC14DC14ED6C3C14FC150EEBDCAF0C151EEBCC152C153C154C155EEBEC156C157C158C159EEC0C15AC15BEEBFC15CC15DC15EC15FC160C161C162C163D1F2C164C7BCC165C3C0C166C167C168C169C16AB8E1C16BC16CC16DC16EC16FC1E7C170C171F4C6D0DFF4C7C172CFDBC173C174C8BAC175C176F4C8C177C178C179C17AC17BC17CC17DF4C9F4CAC17EF4CBC180C181C182C183C184D9FAB8FEC185C186E5F1D3F0C187F4E0C188CECCC189C18AC18BB3E1C18CC18DC18EC18FF1B4C190D2EEC191F4E1C192C193C194C195C196CFE8F4E2C197C198C7CCC199C19AC19BC19CC19DC19EB5D4B4E4F4E4C19FC1A0C240F4E3F4E5C241C242F4E6C243C244C245C246F4E7C247BAB2B0BFC248F4E8C249C24AC24BC24CC24DC24EC24FB7ADD2EDC250C251C252D2ABC0CFC253BFBCEBA3D5DFEAC8C254C255C256C257F1F3B6F8CBA3C258C259C4CDC25AF1E7C25BF1E8B8FBF1E9BAC4D4C5B0D2C25CC25DF1EAC25EC25FC260F1EBC261F1ECC262C263F1EDF1EEF1EFF1F1F1F0C5D5C264C265C266C267C268C269F1F2C26AB6FAC26BF1F4D2AEDEC7CBCAC26CC26DB3DCC26EB5A2C26FB9A2C270C271C4F4F1F5C272C273F1F6C274C275C276C1C4C1FBD6B0F1F7C277C278C279C27AF1F8C27BC1AAC27CC27DC27EC6B8C280BEDBC281C282C283C284C285C286C287C288C289C28AC28BC28CC28DC28EF1F9B4CFC28FC290C291C292C293C294F1FAC295C296C297C298C299C29AC29BC29CC29DC29EC29FC2A0C340EDB2EDB1C341C342CBE0D2DEC343CBC1D5D8C344C8E2C345C0DFBCA1C346C347C348C349C34AC34BEBC1C34CC34DD0A4C34ED6E2C34FB6C7B8D8EBC0B8CEC350EBBFB3A6B9C9D6ABC351B7F4B7CAC352C353C354BCE7B7BEEBC6C355EBC7B0B9BFCFC356EBC5D3FDC357EBC8C358C359EBC9C35AC35BB7CEC35CEBC2EBC4C9F6D6D7D5CDD0B2EBCFCEB8EBD0C35DB5A8C35EC35FC360C361C362B1B3EBD2CCA5C363C364C365C366C367C368C369C5D6EBD3C36AEBD1C5DFEBCECAA4EBD5B0FBC36BC36CBAFAC36DC36ED8B7F1E3C36FEBCAEBCBEBCCEBCDEBD6E6C0EBD9C370BFE8D2C8EBD7EBDCB8ECEBD8C371BDBAC372D0D8C373B0B7C374EBDDC4DCC375C376C377C378D6ACC379C37AC37BB4E0C37CC37DC2F6BCB9C37EC380EBDAEBDBD4E0C6EAC4D4EBDFC5A7D9F5C381B2B1C382EBE4C383BDC5C384C385C386EBE2C387C388C389C38AC38BC38CC38DC38EC38FC390C391C392C393EBE3C394C395B8ACC396CDD1EBE5C397C398C399EBE1C39AC1B3C39BC39CC39DC39EC39FC6A2C3A0C440C441C442C443C444C445CCF3C446EBE6C447C0B0D2B8EBE7C448C449C44AB8AFB8ADC44BEBE8C7BBCDF3C44CC44DC44EEBEAEBEBC44FC450C451C452C453EBEDC454C455C456C457D0C8C458EBF2C459EBEEC45AC45BC45CEBF1C8F9C45DD1FCEBECC45EC45FEBE9C460C461C462C463B8B9CFD9C4E5EBEFEBF0CCDACDC8B0F2C464EBF6C465C466C467C468C469EBF5C46AB2B2C46BC46CC46DC46EB8E0C46FEBF7C470C471C472C473C474C475B1ECC476C477CCC5C4A4CFA5C478C479C47AC47BC47CEBF9C47DC47EECA2C480C5F2C481EBFAC482C483C484C485C486C487C488C489C9C5C48AC48BC48CC48DC48EC48FE2DFEBFEC490C491C492C493CDCEECA1B1DBD3B7C494C495D2DCC496C497C498EBFDC499EBFBC49AC49BC49CC49DC49EC49FC4A0C540C541C542C543C544C545C546C547C548C549C54AC54BC54CC54DC54EB3BCC54FC550C551EAB0C552C553D7D4C554F4ABB3F4C555C556C557C558C559D6C1D6C2C55AC55BC55CC55DC55EC55FD5E9BECAC560F4A7C561D2A8F4A8F4A9C562F4AABECBD3DFC563C564C565C566C567C9E0C9E1C568C569F3C2C56ACAE6C56BCCF2C56CC56DC56EC56FC570C571E2B6CBB4C572CEE8D6DBC573F4ADF4AEF4AFC574C575C576C577F4B2C578BABDF4B3B0E3F4B0C579F4B1BDA2B2D5C57AF4B6F4B7B6E6B2B0CFCFF4B4B4ACC57BF4B5C57CC57DF4B8C57EC580C581C582C583F4B9C584C585CDA7C586F4BAC587F4BBC588C589C58AF4BCC58BC58CC58DC58EC58FC590C591C592CBD2C593F4BDC594C595C596C597F4BEC598C599C59AC59BC59CC59DC59EC59FF4BFC5A0C640C641C642C643F4DEC1BCBCE8C644C9ABD1DEE5F5C645C646C647C648DCB3D2D5C649C64ADCB4B0ACDCB5C64BC64CBDDAC64DDCB9C64EC64FC650D8C2C651DCB7D3F3C652C9D6DCBADCB6C653DCBBC3A2C654C655C656C657DCBCDCC5DCBDC658C659CEDFD6A5C65ADCCFC65BDCCDC65CC65DDCD2BDE6C2ABC65EDCB8DCCBDCCEDCBEB7D2B0C5DCC7D0BEDCC1BBA8C65FB7BCDCCCC660C661DCC6DCBFC7DBC662C663C664D1BFDCC0C665C666DCCAC667C668DCD0C669C66ACEADDCC2C66BDCC3DCC8DCC9B2D4DCD1CBD5C66CD4B7DCDBDCDFCCA6DCE6C66DC3E7DCDCC66EC66FBFC1DCD9C670B0FAB9B6DCE5DCD3C671DCC4DCD6C8F4BFE0C672C673C674C675C9BBC676C677C678B1BDC679D3A2C67AC67BDCDAC67CC67DDCD5C67EC6BBC680DCDEC681C682C683C684C685D7C2C3AFB7B6C7D1C3A9DCE2DCD8DCEBDCD4C686C687DCDDC688BEA5DCD7C689DCE0C68AC68BDCE3DCE4C68CDCF8C68DC68EDCE1DDA2DCE7C68FC690C691C692C693C694C695C696C697C698BCEBB4C4C699C69AC3A3B2E7DCFAC69BDCF2C69CDCEFC69DDCFCDCEED2F0B2E8C69EC8D7C8E3DCFBC69FDCEDC6A0C740C741DCF7C742C743DCF5C744C745BEA3DCF4C746B2DDC747C748C749C74AC74BDCF3BCF6DCE8BBC4C74CC0F3C74DC74EC74FC750C751BCD4DCE9DCEAC752DCF1DCF6DCF9B5B4C753C8D9BBE7DCFEDCFDD3ABDDA1DDA3DDA5D2F1DDA4DDA6DDA7D2A9C754C755C756C757C758C759C75ABAC9DDA9C75BC75CDDB6DDB1DDB4C75DC75EC75FC760C761C762C763DDB0C6CEC764C765C0F2C766C767C768C769C9AFC76AC76BC76CDCECDDAEC76DC76EC76FC770DDB7C771C772DCF0DDAFC773DDB8C774DDACC775C776C777C778C779C77AC77BDDB9DDB3DDADC4AAC77CC77DC77EC780DDA8C0B3C1ABDDAADDABC781DDB2BBF1DDB5D3A8DDBAC782DDBBC3A7C783C784DDD2DDBCC785C786C787DDD1C788B9BDC789C78ABED5C78BBEFAC78CC78DBACAC78EC78FC790C791DDCAC792DDC5C793DDBFC794C795C796B2CBDDC3C797DDCBB2A4DDD5C798C799C79ADDBEC79BC79CC79DC6D0DDD0C79EC79FC7A0C840C841DDD4C1E2B7C6C842C843C844C845C846DDCEDDCFC847C848C849DDC4C84AC84BC84CDDBDC84DDDCDCCD1C84EDDC9C84FC850C851C852DDC2C3C8C6BCCEAEDDCCC853DDC8C854C855C856C857C858C859DDC1C85AC85BC85CDDC6C2DCC85DC85EC85FC860C861C862D3A9D3AADDD3CFF4C8F8C863C864C865C866C867C868C869C86ADDE6C86BC86CC86DC86EC86FC870DDC7C871C872C873DDE0C2E4C874C875C876C877C878C879C87AC87BDDE1C87CC87DC87EC880C881C882C883C884C885C886DDD7C887C888C889C88AC88BD6F8C88CDDD9DDD8B8F0DDD6C88DC88EC88FC890C6CFC891B6ADC892C893C894C895C896DDE2C897BAF9D4E1DDE7C898C899C89AB4D0C89BDDDAC89CBFFBDDE3C89DDDDFC89EDDDDC89FC8A0C940C941C942C943C944B5D9C945C946C947C948DDDBDDDCDDDEC949BDAFDDE4C94ADDE5C94BC94CC94DC94EC94FC950C951C952DDF5C953C3C9C954C955CBE2C956C957C958C959DDF2C95AC95BC95CC95DC95EC95FC960C961C962C963C964C965C966D8E1C967C968C6D1C969DDF4C96AC96BC96CD5F4DDF3DDF0C96DC96EDDECC96FDDEFC970DDE8C971C972D0EEC973C974C975C976C8D8DDEEC977C978DDE9C979C97ADDEACBF2C97BDDEDC97CC97DB1CDC97EC980C981C982C983C984C0B6C985BCBBDDF1C986C987DDF7C988DDF6DDEBC989C98AC98BC98CC98DC5EEC98EC98FC990DDFBC991C992C993C994C995C996C997C998C999C99AC99BDEA4C99CC99DDEA3C99EC99FC9A0CA40CA41CA42CA43CA44CA45CA46CA47CA48DDF8CA49CA4ACA4BCA4CC3EFCA4DC2FBCA4ECA4FCA50D5E1CA51CA52CEB5CA53CA54CA55CA56DDFDCA57B2CCCA58CA59CA5ACA5BCA5CCA5DCA5ECA5FCA60C4E8CADFCA61CA62CA63CA64CA65CA66CA67CA68CA69CA6AC7BEDDFADDFCDDFEDEA2B0AAB1CECA6BCA6CCA6DCA6ECA6FDEACCA70CA71CA72CA73DEA6BDB6C8EFCA74CA75CA76CA77CA78CA79CA7ACA7BCA7CCA7DCA7EDEA1CA80CA81DEA5CA82CA83CA84CA85DEA9CA86CA87CA88CA89CA8ADEA8CA8BCA8CCA8DDEA7CA8ECA8FCA90CA91CA92CA93CA94CA95CA96DEADCA97D4CCCA98CA99CA9ACA9BDEB3DEAADEAECA9CCA9DC0D9CA9ECA9FCAA0CB40CB41B1A1DEB6CB42DEB1CB43CB44CB45CB46CB47CB48CB49DEB2CB4ACB4BCB4CCB4DCB4ECB4FCB50CB51CB52CB53CB54D1A6DEB5CB55CB56CB57CB58CB59CB5ACB5BDEAFCB5CCB5DCB5EDEB0CB5FD0BDCB60CB61CB62DEB4CAEDDEB9CB63CB64CB65CB66CB67CB68DEB8CB69DEB7CB6ACB6BCB6CCB6DCB6ECB6FCB70DEBBCB71CB72CB73CB74CB75CB76CB77BDE5CB78CB79CB7ACB7BCB7CB2D8C3EACB7DCB7EDEBACB80C5BACB81CB82CB83CB84CB85CB86DEBCCB87CB88CB89CB8ACB8BCB8CCB8DCCD9CB8ECB8FCB90CB91B7AACB92CB93CB94CB95CB96CB97CB98CB99CB9ACB9BCB9CCB9DCB9ECB9FCBA0CC40CC41D4E5CC42CC43CC44DEBDCC45CC46CC47CC48CC49DEBFCC4ACC4BCC4CCC4DCC4ECC4FCC50CC51CC52CC53CC54C4A2CC55CC56CC57CC58DEC1CC59CC5ACC5BCC5CCC5DCC5ECC5FCC60CC61CC62CC63CC64CC65CC66CC67CC68DEBECC69DEC0CC6ACC6BCC6CCC6DCC6ECC6FCC70CC71CC72CC73CC74CC75CC76CC77D5BACC78CC79CC7ADEC2CC7BCC7CCC7DCC7ECC80CC81CC82CC83CC84CC85CC86CC87CC88CC89CC8ACC8BF2AEBBA2C2B2C5B0C2C7CC8CCC8DF2AFCC8ECC8FCC90CC91CC92D0E9CC93CC94CC95D3DDCC96CC97CC98EBBDCC99CC9ACC9BCC9CCC9DCC9ECC9FCCA0B3E6F2B0CD40F2B1CD41CD42CAADCD43CD44CD45CD46CD47CD48CD49BAE7F2B3F2B5F2B4CBE4CFBAF2B2CAB4D2CFC2ECCD4ACD4BCD4CCD4DCD4ECD4FCD50CEC3F2B8B0F6F2B7CD51CD52CD53CD54CD55F2BECD56B2CFCD57CD58CD59CD5ACD5BCD5CD1C1F2BACD5DCD5ECD5FCD60CD61F2BCD4E9CD62CD63F2BBF2B6F2BFF2BDCD64F2B9CD65CD66F2C7F2C4F2C6CD67CD68F2CAF2C2F2C0CD69CD6ACD6BF2C5CD6CCD6DCD6ECD6FCD70D6FBCD71CD72CD73F2C1CD74C7F9C9DFCD75F2C8B9C6B5B0CD76CD77F2C3F2C9F2D0F2D6CD78CD79BBD7CD7ACD7BCD7CF2D5CDDCCD7DD6EBCD7ECD80F2D2F2D4CD81CD82CD83CD84B8F2CD85CD86CD87CD88F2CBCD89CD8ACD8BF2CEC2F9CD8CD5DDF2CCF2CDF2CFF2D3CD8DCD8ECD8FF2D9D3BCCD90CD91CD92CD93B6EACD94CAF1CD95B7E4F2D7CD96CD97CD98F2D8F2DAF2DDF2DBCD99CD9AF2DCCD9BCD9CCD9DCD9ED1D1F2D1CD9FCDC9CDA0CECFD6A9CE40F2E3CE41C3DBCE42F2E0CE43CE44C0AFF2ECF2DECE45F2E1CE46CE47CE48F2E8CE49CE4ACE4BCE4CF2E2CE4DCE4EF2E7CE4FCE50F2E6CE51CE52F2E9CE53CE54CE55F2DFCE56CE57F2E4F2EACE58CE59CE5ACE5BCE5CCE5DCE5ED3ACF2E5B2F5CE5FCE60F2F2CE61D0ABCE62CE63CE64CE65F2F5CE66CE67CE68BBC8CE69F2F9CE6ACE6BCE6CCE6DCE6ECE6FF2F0CE70CE71F2F6F2F8F2FACE72CE73CE74CE75CE76CE77CE78CE79F2F3CE7AF2F1CE7BCE7CCE7DBAFBCE7EB5FBCE80CE81CE82CE83F2EFF2F7F2EDF2EECE84CE85CE86F2EBF3A6CE87F3A3CE88CE89F3A2CE8ACE8BF2F4CE8CC8DACE8DCE8ECE8FCE90CE91F2FBCE92CE93CE94F3A5CE95CE96CE97CE98CE99CE9ACE9BC3F8CE9CCE9DCE9ECE9FCEA0CF40CF41CF42F2FDCF43CF44F3A7F3A9F3A4CF45F2FCCF46CF47CF48F3ABCF49F3AACF4ACF4BCF4CCF4DC2DDCF4ECF4FF3AECF50CF51F3B0CF52CF53CF54CF55CF56F3A1CF57CF58CF59F3B1F3ACCF5ACF5BCF5CCF5DCF5EF3AFF2FEF3ADCF5FCF60CF61CF62CF63CF64CF65F3B2CF66CF67CF68CF69F3B4CF6ACF6BCF6CCF6DF3A8CF6ECF6FCF70CF71F3B3CF72CF73CF74F3B5CF75CF76CF77CF78CF79CF7ACF7BCF7CCF7DCF7ED0B7CF80CF81CF82CF83F3B8CF84CF85CF86CF87D9F9CF88CF89CF8ACF8BCF8CCF8DF3B9CF8ECF8FCF90CF91CF92CF93CF94CF95F3B7CF96C8E4F3B6CF97CF98CF99CF9AF3BACF9BCF9CCF9DCF9ECF9FF3BBB4C0CFA0D040D041D042D043D044D045D046D047D048D049D04AD04BD04CD04DEEC3D04ED04FD050D051D052D053F3BCD054D055F3BDD056D057D058D1AAD059D05AD05BF4ACD0C6D05CD05DD05ED05FD060D061D0D0D1DCD062D063D064D065D066D067CFCED068D069BDD6D06AD1C3D06BD06CD06DD06ED06FD070D071BAE2E1E9D2C2F1C2B2B9D072D073B1EDF1C3D074C9C0B3C4D075D9F2D076CBA5D077F1C4D078D079D07AD07BD6D4D07CD07DD07ED080D081F1C5F4C0F1C6D082D4ACF1C7D083B0C0F4C1D084D085F4C2D086D087B4FCD088C5DBD089D08AD08BD08CCCBBD08DD08ED08FD0E4D090D091D092D093D094CDE0D095D096D097D098D099F1C8D09AD9F3D09BD09CD09DD09ED09FD0A0B1BBD140CFAED141D142D143B8A4D144D145D146D147D148F1CAD149D14AD14BD14CF1CBD14DD14ED14FD150B2C3C1D1D151D152D7B0F1C9D153D154F1CCD155D156D157D158F1CED159D15AD15BD9F6D15CD2E1D4A3D15DD15EF4C3C8B9D15FD160D161D162D163F4C4D164D165F1CDF1CFBFE3F1D0D166D167F1D4D168D169D16AD16BD16CD16DD16EF1D6F1D1D16FC9D1C5E1D170D171D172C2E3B9FCD173D174F1D3D175F1D5D176D177D178B9D3D179D17AD17BD17CD17DD17ED180F1DBD181D182D183D184D185BAD6D186B0FDF1D9D187D188D189D18AD18BF1D8F1D2F1DAD18CD18DD18ED18FD190F1D7D191D192D193C8ECD194D195D196D197CDCAF1DDD198D199D19AD19BE5BDD19CD19DD19EF1DCD19FF1DED1A0D240D241D242D243D244D245D246D247D248F1DFD249D24ACFE5D24BD24CD24DD24ED24FD250D251D252D253D254D255D256D257D258D259D25AD25BD25CD25DD25ED25FD260D261D262D263F4C5BDF3D264D265D266D267D268D269F1E0D26AD26BD26CD26DD26ED26FD270D271D272D273D274D275D276D277D278D279D27AD27BD27CD27DF1E1D27ED280D281CEF7D282D2AAD283F1FBD284D285B8B2D286D287D288D289D28AD28BD28CD28DD28ED28FD290D291D292D293D294D295D296D297D298D299D29AD29BD29CD29DD29ED29FD2A0D340D341D342D343D344D345D346D347D348D349D34AD34BD34CD34DD34ED34FD350D351D352D353D354D355D356D357D358D359D35AD35BD35CD35DD35EBCFBB9DBD35FB9E6C3D9CAD3EAE8C0C0BEF5EAE9EAEAEAEBD360EAECEAEDEAEEEAEFBDC7D361D362D363F5FBD364D365D366F5FDD367F5FED368F5FCD369D36AD36BD36CBDE2D36DF6A1B4A5D36ED36FD370D371F6A2D372D373D374F6A3D375D376D377ECB2D378D379D37AD37BD37CD37DD37ED380D381D382D383D384D1D4D385D386D387D388D389D38AD9EAD38BD38CD38DD38ED38FD390D391D392D393D394D395D396D397D398D399D39AD39BD39CD39DD39ED39FD3A0D440D441D442D443D444D445D446D447D448D449D44AD44BD44CD44DD44ED44FD450D451D452D453D454D455D456D457D458D459D45AD45BD45CD45DD45ED45FF6A4D460D461D462D463D464D465D466D467D468EEBAD469D46AD46BD46CD46DD46ED46FD470D471D472D473D474D475D476D477D478D479D47AD47BD47CD47DD47ED480D481D482D483D484D485D486D487D488D489D48AD48BD48CD48DD48ED48FD490D491D492D493D494D495D496D497D498D499D5B2D49AD49BD49CD49DD49ED49FD4A0D540D541D542D543D544D545D546D547D3FECCDCD548D549D54AD54BD54CD54DD54ED54FCAC4D550D551D552D553D554D555D556D557D558D559D55AD55BD55CD55DD55ED55FD560D561D562D563D564D565D566D567D568D569D56AD56BD56CD56DD56ED56FD570D571D572D573D574D575D576D577D578D579D57AD57BD57CD57DD57ED580D581D582D583D584D585D586D587D588D589D58AD58BD58CD58DD58ED58FD590D591D592D593D594D595D596D597D598D599D59AD59BD59CD59DD59ED59FD5A0D640D641D642D643D644D645D646D647D648D649D64AD64BD64CD64DD64ED64FD650D651D652D653D654D655D656D657D658D659D65AD65BD65CD65DD65ED65FD660D661D662E5C0D663D664D665D666D667D668D669D66AD66BD66CD66DD66ED66FD670D671D672D673D674D675D676D677D678D679D67AD67BD67CD67DD67ED680D681F6A5D682D683D684D685D686D687D688D689D68AD68BD68CD68DD68ED68FD690D691D692D693D694D695D696D697D698D699D69AD69BD69CD69DD69ED69FD6A0D740D741D742D743D744D745D746D747D748D749D74AD74BD74CD74DD74ED74FD750D751D752D753D754D755D756D757D758D759D75AD75BD75CD75DD75ED75FBEAFD760D761D762D763D764C6A9D765D766D767D768D769D76AD76BD76CD76DD76ED76FD770D771D772D773D774D775D776D777D778D779D77AD77BD77CD77DD77ED780D781D782D783D784D785D786D787D788D789D78AD78BD78CD78DD78ED78FD790D791D792D793D794D795D796D797D798DAA5BCC6B6A9B8BCC8CFBCA5DAA6DAA7CCD6C8C3DAA8C6FDD799D1B5D2E9D1B6BCC7D79ABDB2BBE4DAA9DAAAD1C8DAABD0EDB6EFC2DBD79BCBCFB7EDC9E8B7C3BEF7D6A4DAACDAADC6C0D7E7CAB6D79CD5A9CBDFD5EFDAAED6DFB4CADAB0DAAFD79DD2EBDAB1DAB2DAB3CAD4DAB4CAABDAB5DAB6B3CFD6EFDAB7BBB0B5AEDAB8DAB9B9EED1AFD2E8DABAB8C3CFEAB2EFDABBDABCD79EBDEBCEDCD3EFDABDCEF3DABED3D5BBE5DABFCBB5CBD0DAC0C7EBD6EEDAC1C5B5B6C1DAC2B7CCBFCEDAC3DAC4CBADDAC5B5F7DAC6C1C2D7BBDAC7CCB8D79FD2EAC4B1DAC8B5FDBBD1DAC9D0B3DACADACBCEBDDACCDACDDACEB2F7DAD1DACFD1E8DAD0C3D5DAD2D7A0DAD3DAD4DAD5D0BBD2A5B0F9DAD6C7ABDAD7BDF7C3A1DAD8DAD9C3FDCCB7DADADADBC0BEC6D7DADCDADDC7B4DADEDADFB9C8D840D841D842D843D844D845D846D847D848BBEDD849D84AD84BD84CB6B9F4F8D84DF4F9D84ED84FCDE3D850D851D852D853D854D855D856D857F5B9D858D859D85AD85BEBE0D85CD85DD85ED85FD860D861CFF3BBBFD862D863D864D865D866D867D868BAC0D4A5D869D86AD86BD86CD86DD86ED86FE1D9D870D871D872D873F5F4B1AAB2F2D874D875D876D877D878D879D87AF5F5D87BD87CF5F7D87DD87ED880BAD1F5F6D881C3B2D882D883D884D885D886D887D888F5F9D889D88AD88BF5F8D88CD88DD88ED88FD890D891D892D893D894D895D896D897D898D899D89AD89BD89CD89DD89ED89FD8A0D940D941D942D943D944D945D946D947D948D949D94AD94BD94CD94DD94ED94FD950D951D952D953D954D955D956D957D958D959D95AD95BD95CD95DD95ED95FD960D961D962D963D964D965D966D967D968D969D96AD96BD96CD96DD96ED96FD970D971D972D973D974D975D976D977D978D979D97AD97BD97CD97DD97ED980D981D982D983D984D985D986D987D988D989D98AD98BD98CD98DD98ED98FD990D991D992D993D994D995D996D997D998D999D99AD99BD99CD99DD99ED99FD9A0DA40DA41DA42DA43DA44DA45DA46DA47DA48DA49DA4ADA4BDA4CDA4DDA4EB1B4D5EAB8BADA4FB9B1B2C6D4F0CFCDB0DCD5CBBBF5D6CAB7B7CCB0C6B6B1E1B9BAD6FCB9E1B7A1BCFAEADAEADBCCF9B9F3EADCB4FBC3B3B7D1BAD8EADDD4F4EADEBCD6BBDFEADFC1DEC2B8D4DFD7CAEAE0EAE1EAE4EAE2EAE3C9DEB8B3B6C4EAE5CAEAC9CDB4CDDA50DA51E2D9C5E2EAE6C0B5DA52D7B8EAE7D7ACC8FCD8D3D8CDD4DEDA53D4F9C9C4D3AEB8D3B3E0DA54C9E2F4F6DA55DA56DA57BAD5DA58F4F7DA59DA5AD7DFDA5BDA5CF4F1B8B0D5D4B8CFC6F0DA5DDA5EDA5FDA60DA61DA62DA63DA64DA65B3C3DA66DA67F4F2B3ACDA68DA69DA6ADA6BD4BDC7F7DA6CDA6DDA6EDA6FDA70F4F4DA71DA72F4F3DA73DA74DA75DA76DA77DA78DA79DA7ADA7BDA7CCCCBDA7DDA7EDA80C8A4DA81DA82DA83DA84DA85DA86DA87DA88DA89DA8ADA8BDA8CDA8DF4F5DA8ED7E3C5BFF5C0DA8FDA90F5BBDA91F5C3DA92F5C2DA93D6BAF5C1DA94DA95DA96D4BEF5C4DA97F5CCDA98DA99DA9ADA9BB0CFB5F8DA9CF5C9F5CADA9DC5DCDA9EDA9FDAA0DB40F5C5F5C6DB41DB42F5C7F5CBDB43BEE0F5C8B8FADB44DB45DB46F5D0F5D3DB47DB48DB49BFE7DB4AB9F2F5BCF5CDDB4BDB4CC2B7DB4DDB4EDB4FCCF8DB50BCF9DB51F5CEF5CFF5D1B6E5F5D2DB52F5D5DB53DB54DB55DB56DB57DB58DB59F5BDDB5ADB5BDB5CF5D4D3BBDB5DB3ECDB5EDB5FCCA4DB60DB61DB62DB63F5D6DB64DB65DB66DB67DB68DB69DB6ADB6BF5D7BEE1F5D8DB6CDB6DCCDFF5DBDB6EDB6FDB70DB71DB72B2C8D7D9DB73F5D9DB74F5DAF5DCDB75F5E2DB76DB77DB78F5E0DB79DB7ADB7BF5DFF5DDDB7CDB7DF5E1DB7EDB80F5DEF5E4F5E5DB81CCE3DB82DB83E5BFB5B8F5E3F5E8CCA3DB84DB85DB86DB87DB88F5E6F5E7DB89DB8ADB8BDB8CDB8DDB8EF5BEDB8FDB90DB91DB92DB93DB94DB95DB96DB97DB98DB99DB9AB1C4DB9BDB9CF5BFDB9DDB9EB5C5B2E4DB9FF5ECF5E9DBA0B6D7DC40F5EDDC41F5EADC42DC43DC44DC45DC46F5EBDC47DC48B4DADC49D4EADC4ADC4BDC4CF5EEDC4DB3F9DC4EDC4FDC50DC51DC52DC53DC54F5EFF5F1DC55DC56DC57F5F0DC58DC59DC5ADC5BDC5CDC5DDC5EF5F2DC5FF5F3DC60DC61DC62DC63DC64DC65DC66DC67DC68DC69DC6ADC6BC9EDB9AADC6CDC6DC7FBDC6EDC6FB6E3DC70DC71DC72DC73DC74DC75DC76CCC9DC77DC78DC79DC7ADC7BDC7CDC7DDC7EDC80DC81DC82DC83DC84DC85DC86DC87DC88DC89DC8AEAA6DC8BDC8CDC8DDC8EDC8FDC90DC91DC92DC93DC94DC95DC96DC97DC98DC99DC9ADC9BDC9CDC9DDC9EDC9FDCA0DD40DD41DD42DD43DD44DD45DD46DD47DD48DD49DD4ADD4BDD4CDD4DDD4EDD4FDD50DD51DD52DD53DD54DD55DD56DD57DD58DD59DD5ADD5BDD5CDD5DDD5EDD5FDD60DD61DD62DD63DD64DD65DD66DD67DD68DD69DD6ADD6BDD6CDD6DDD6EDD6FDD70DD71DD72DD73DD74DD75DD76DD77DD78DD79DD7ADD7BDD7CDD7DDD7EDD80DD81DD82DD83DD84DD85DD86DD87DD88DD89DD8ADD8BDD8CDD8DDD8EDD8FDD90DD91DD92DD93DD94DD95DD96DD97DD98DD99DD9ADD9BDD9CDD9DDD9EDD9FDDA0DE40DE41DE42DE43DE44DE45DE46DE47DE48DE49DE4ADE4BDE4CDE4DDE4EDE4FDE50DE51DE52DE53DE54DE55DE56DE57DE58DE59DE5ADE5BDE5CDE5DDE5EDE5FDE60B3B5D4FEB9ECD0F9DE61E9EDD7AAE9EEC2D6C8EDBAE4E9EFE9F0E9F1D6E1E9F2E9F3E9F5E9F4E9F6E9F7C7E1E9F8D4D8E9F9BDCEDE62E9FAE9FBBDCFE9FCB8A8C1BEE9FDB1B2BBD4B9F5E9FEDE63EAA1EAA2EAA3B7F8BCADDE64CAE4E0CED4AFCFBDD5B7EAA4D5DEEAA5D0C1B9BCDE65B4C7B1D9DE66DE67DE68C0B1DE69DE6ADE6BDE6CB1E6B1E7DE6DB1E8DE6EDE6FDE70DE71B3BDC8E8DE72DE73DE74DE75E5C1DE76DE77B1DFDE78DE79DE7AC1C9B4EFDE7BDE7CC7A8D3D8DE7DC6F9D1B8DE7EB9FDC2F5DE80DE81DE82DE83DE84D3ADDE85D4CBBDFCDE86E5C2B7B5E5C3DE87DE88BBB9D5E2DE89BDF8D4B6CEA5C1ACB3D9DE8ADE8BCCF6DE8CE5C6E5C4E5C8DE8DE5CAE5C7B5CFC6C8DE8EB5FCE5C5DE8FCAF6DE90DE91E5C9DE92DE93DE94C3D4B1C5BCA3DE95DE96DE97D7B7DE98DE99CDCBCBCDCACACCD3E5CCE5CBC4E6DE9ADE9BD1A1D1B7E5CDDE9CE5D0DE9DCDB8D6F0E5CFB5DDDE9ECDBEDE9FE5D1B6BADEA0DF40CDA8B9E4DF41CAC5B3D1CBD9D4ECE5D2B7EADF42DF43DF44E5CEDF45DF46DF47DF48DF49DF4AE5D5B4FEE5D6DF4BDF4CDF4DDF4EDF4FE5D3E5D4DF50D2DDDF51DF52C2DFB1C6DF53D3E2DF54DF55B6DDCBECDF56E5D7DF57DF58D3F6DF59DF5ADF5BDF5CDF5DB1E9DF5EB6F4E5DAE5D8E5D9B5C0DF5FDF60DF61D2C5E5DCDF62DF63E5DEDF64DF65DF66DF67DF68DF69E5DDC7B2DF6AD2A3DF6BDF6CE5DBDF6DDF6EDF6FDF70D4E2D5DADF71DF72DF73DF74DF75E5E0D7F1DF76DF77DF78DF79DF7ADF7BDF7CE5E1DF7DB1DCD1FBDF7EE5E2E5E4DF80DF81DF82DF83E5E3DF84DF85E5E5DF86DF87DF88DF89DF8AD2D8DF8BB5CBDF8CE7DFDF8DDAF5DF8EDAF8DF8FDAF6DF90DAF7DF91DF92DF93DAFAD0CFC4C7DF94DF95B0EEDF96DF97DF98D0B0DF99DAF9DF9AD3CABAAADBA2C7F1DF9BDAFCDAFBC9DBDAFDDF9CDBA1D7DEDAFEC1DADF9DDF9EDBA5DF9FDFA0D3F4E040E041DBA7DBA4E042DBA8E043E044BDBCE045E046E047C0C9DBA3DBA6D6A3E048DBA9E049E04AE04BDBADE04CE04DE04EDBAEDBACBAC2E04FE050E051BFA4DBABE052E053E054DBAAD4C7B2BFE055E056DBAFE057B9F9E058DBB0E059E05AE05BE05CB3BBE05DE05EE05FB5A6E060E061E062E063B6BCDBB1E064E065E066B6F5E067DBB2E068E069E06AE06BE06CE06DE06EE06FE070E071E072E073E074E075E076E077E078E079E07AE07BB1C9E07CE07DE07EE080DBB4E081E082E083DBB3DBB5E084E085E086E087E088E089E08AE08BE08CE08DE08EDBB7E08FDBB6E090E091E092E093E094E095E096DBB8E097E098E099E09AE09BE09CE09DE09EE09FDBB9E0A0E140DBBAE141E142D3CFF4FAC7F5D7C3C5E4F4FCF4FDF4FBE143BEC6E144E145E146E147D0EFE148E149B7D3E14AE14BD4CDCCAAE14CE14DF5A2F5A1BAA8F4FECBD6E14EE14FE150F5A4C0D2E151B3EAE152CDAAF5A5F5A3BDB4F5A8E153F5A9BDCDC3B8BFE1CBE1F5AAE154E155E156F5A6F5A7C4F0E157E158E159E15AE15BF5ACE15CB4BCE15DD7EDE15EB4D7F5ABF5AEE15FE160F5ADF5AFD0D1E161E162E163E164E165E166E167C3D1C8A9E168E169E16AE16BE16CE16DF5B0F5B1E16EE16FE170E171E172E173F5B2E174E175F5B3F5B4F5B5E176E177E178E179F5B7F5B6E17AE17BE17CE17DF5B8E17EE180E181E182E183E184E185E186E187E188E189E18AB2C9E18BD3D4CACDE18CC0EFD6D8D2B0C1BFE18DBDF0E18EE18FE190E191E192E193E194E195E196E197B8AAE198E199E19AE19BE19CE19DE19EE19FE1A0E240E241E242E243E244E245E246E247E248E249E24AE24BE24CE24DE24EE24FE250E251E252E253E254E255E256E257E258E259E25AE25BE25CE25DE25EE25FE260E261E262E263E264E265E266E267E268E269E26AE26BE26CE26DE26EE26FE270E271E272E273E274E275E276E277E278E279E27AE27BE27CE27DE27EE280E281E282E283E284E285E286E287E288E289E28AE28BE28CE28DE28EE28FE290E291E292E293E294E295E296E297E298E299E29AE29BE29CE29DE29EE29FE2A0E340E341E342E343E344E345E346E347E348E349E34AE34BE34CE34DE34EE34FE350E351E352E353E354E355E356E357E358E359E35AE35BE35CE35DE35EE35FE360E361E362E363E364E365E366E367E368E369E36AE36BE36CE36DBCF8E36EE36FE370E371E372E373E374E375E376E377E378E379E37AE37BE37CE37DE37EE380E381E382E383E384E385E386E387F6C6E388E389E38AE38BE38CE38DE38EE38FE390E391E392E393E394E395E396E397E398E399E39AE39BE39CE39DE39EE39FE3A0E440E441E442E443E444E445F6C7E446E447E448E449E44AE44BE44CE44DE44EE44FE450E451E452E453E454E455E456E457E458E459E45AE45BE45CE45DE45EF6C8E45FE460E461E462E463E464E465E466E467E468E469E46AE46BE46CE46DE46EE46FE470E471E472E473E474E475E476E477E478E479E47AE47BE47CE47DE47EE480E481E482E483E484E485E486E487E488E489E48AE48BE48CE48DE48EE48FE490E491E492E493E494E495E496E497E498E499E49AE49BE49CE49DE49EE49FE4A0E540E541E542E543E544E545E546E547E548E549E54AE54BE54CE54DE54EE54FE550E551E552E553E554E555E556E557E558E559E55AE55BE55CE55DE55EE55FE560E561E562E563E564E565E566E567E568E569E56AE56BE56CE56DE56EE56FE570E571E572E573F6C9E574E575E576E577E578E579E57AE57BE57CE57DE57EE580E581E582E583E584E585E586E587E588E589E58AE58BE58CE58DE58EE58FE590E591E592E593E594E595E596E597E598E599E59AE59BE59CE59DE59EE59FF6CAE5A0E640E641E642E643E644E645E646E647E648E649E64AE64BE64CE64DE64EE64FE650E651E652E653E654E655E656E657E658E659E65AE65BE65CE65DE65EE65FE660E661E662F6CCE663E664E665E666E667E668E669E66AE66BE66CE66DE66EE66FE670E671E672E673E674E675E676E677E678E679E67AE67BE67CE67DE67EE680E681E682E683E684E685E686E687E688E689E68AE68BE68CE68DE68EE68FE690E691E692E693E694E695E696E697E698E699E69AE69BE69CE69DF6CBE69EE69FE6A0E740E741E742E743E744E745E746E747F7E9E748E749E74AE74BE74CE74DE74EE74FE750E751E752E753E754E755E756E757E758E759E75AE75BE75CE75DE75EE75FE760E761E762E763E764E765E766E767E768E769E76AE76BE76CE76DE76EE76FE770E771E772E773E774E775E776E777E778E779E77AE77BE77CE77DE77EE780E781E782E783E784E785E786E787E788E789E78AE78BE78CE78DE78EE78FE790E791E792E793E794E795E796E797E798E799E79AE79BE79CE79DE79EE79FE7A0E840E841E842E843E844E845E846E847E848E849E84AE84BE84CE84DE84EF6CDE84FE850E851E852E853E854E855E856E857E858E859E85AE85BE85CE85DE85EE85FE860E861E862E863E864E865E866E867E868E869E86AE86BE86CE86DE86EE86FE870E871E872E873E874E875E876E877E878E879E87AF6CEE87BE87CE87DE87EE880E881E882E883E884E885E886E887E888E889E88AE88BE88CE88DE88EE88FE890E891E892E893E894EEC4EEC5EEC6D5EBB6A4EEC8EEC7EEC9EECAC7A5EECBEECCE895B7B0B5F6EECDEECFE896EECEE897B8C6EED0EED1EED2B6DBB3AED6D3C4C6B1B5B8D6EED3EED4D4BFC7D5BEFBCED9B9B3EED6EED5EED8EED7C5A5EED9EEDAC7AEEEDBC7AFEEDCB2A7EEDDEEDEEEDFEEE0EEE1D7EAEEE2EEE3BCD8EEE4D3CBCCFAB2ACC1E5EEE5C7A6C3ADE898EEE6EEE7EEE8EEE9EEEAEEEBEEECE899EEEDEEEEEEEFE89AE89BEEF0EEF1EEF2EEF4EEF3E89CEEF5CDADC2C1EEF6EEF7EEF8D5A1EEF9CFB3EEFAEEFBE89DEEFCEEFDEFA1EEFEEFA2B8F5C3FAEFA3EFA4BDC2D2BFB2F9EFA5EFA6EFA7D2F8EFA8D6FDEFA9C6CCE89EEFAAEFABC1B4EFACCFFACBF8EFAEEFADB3FAB9F8EFAFEFB0D0E2EFB1EFB2B7E6D0BFEFB3EFB4EFB5C8F1CCE0EFB6EFB7EFB8EFB9EFBAD5E0EFBBB4EDC3AAEFBCE89FEFBDEFBEEFBFE8A0CEFDEFC0C2E0B4B8D7B6BDF5E940CFC7EFC3EFC1EFC2EFC4B6A7BCFCBEE2C3CCEFC5EFC6E941EFC7EFCFEFC8EFC9EFCAC7C2EFF1B6CDEFCBE942EFCCEFCDB6C6C3BEEFCEE943EFD0EFD1EFD2D5F2E944EFD3C4F7E945EFD4C4F8EFD5EFD6B8E4B0F7EFD7EFD8EFD9E946EFDAEFDBEFDCEFDDE947EFDEBEB5EFE1EFDFEFE0E948EFE2EFE3C1CDEFE4EFE5EFE6EFE7EFE8EFE9EFEAEFEBEFECC0D8E949EFEDC1ADEFEEEFEFEFF0E94AE94BCFE2E94CE94DE94EE94FE950E951E952E953B3A4E954E955E956E957E958E959E95AE95BE95CE95DE95EE95FE960E961E962E963E964E965E966E967E968E969E96AE96BE96CE96DE96EE96FE970E971E972E973E974E975E976E977E978E979E97AE97BE97CE97DE97EE980E981E982E983E984E985E986E987E988E989E98AE98BE98CE98DE98EE98FE990E991E992E993E994E995E996E997E998E999E99AE99BE99CE99DE99EE99FE9A0EA40EA41EA42EA43EA44EA45EA46EA47EA48EA49EA4AEA4BEA4CEA4DEA4EEA4FEA50EA51EA52EA53EA54EA55EA56EA57EA58EA59EA5AEA5BC3C5E3C5C9C1E3C6EA5CB1D5CECAB4B3C8F2E3C7CFD0E3C8BCE4E3C9E3CAC3C6D5A2C4D6B9EBCEC5E3CBC3F6E3CCEA5DB7A7B8F3BAD2E3CDE3CED4C4E3CFEA5EE3D0D1CBE3D1E3D2E3D3E3D4D1D6E3D5B2FBC0BBE3D6EA5FC0ABE3D7E3D8E3D9EA60E3DAE3DBEA61B8B7DAE2EA62B6D3EA63DAE4DAE3EA64EA65EA66EA67EA68EA69EA6ADAE6EA6BEA6CEA6DC8EEEA6EEA6FDAE5B7C0D1F4D2F5D5F3BDD7EA70EA71EA72EA73D7E8DAE8DAE7EA74B0A2CDD3EA75DAE9EA76B8BDBCCAC2BDC2A4B3C2DAEAEA77C2AAC4B0BDB5EA78EA79CFDEEA7AEA7BEA7CDAEBC9C2EA7DEA7EEA80EA81EA82B1DDEA83EA84EA85DAECEA86B6B8D4BAEA87B3FDEA88EA89DAEDD4C9CFD5C5E3EA8ADAEEEA8BEA8CEA8DEA8EEA8FDAEFEA90DAF0C1EACCD5CFDDEA91EA92EA93EA94EA95EA96EA97EA98EA99EA9AEA9BEA9CEA9DD3E7C2A1EA9EDAF1EA9FEAA0CBE5EB40DAF2EB41CBE6D2FEEB42EB43EB44B8F4EB45EB46DAF3B0AFCFB6EB47EB48D5CFEB49EB4AEB4BEB4CEB4DEB4EEB4FEB50EB51EB52CBEDEB53EB54EB55EB56EB57EB58EB59EB5ADAF4EB5BEB5CE3C4EB5DEB5EC1A5EB5FEB60F6BFEB61EB62F6C0F6C1C4D1EB63C8B8D1E3EB64EB65D0DBD1C5BCAFB9CDEB66EFF4EB67EB68B4C6D3BAF6C2B3FBEB69EB6AF6C3EB6BEB6CB5F1EB6DEB6EEB6FEB70EB71EB72EB73EB74EB75EB76F6C5EB77EB78EB79EB7AEB7BEB7CEB7DD3EAF6A7D1A9EB7EEB80EB81EB82F6A9EB83EB84EB85F6A8EB86EB87C1E3C0D7EB88B1A2EB89EB8AEB8BEB8CCEEDEB8DD0E8F6ABEB8EEB8FCFF6EB90F6AAD5F0F6ACC3B9EB91EB92EB93BBF4F6AEF6ADEB94EB95EB96C4DEEB97EB98C1D8EB99EB9AEB9BEB9CEB9DCBAAEB9ECFBCEB9FEBA0EC40EC41EC42EC43EC44EC45EC46EC47EC48F6AFEC49EC4AF6B0EC4BEC4CF6B1EC4DC2B6EC4EEC4FEC50EC51EC52B0D4C5F9EC53EC54EC55EC56F6B2EC57EC58EC59EC5AEC5BEC5CEC5DEC5EEC5FEC60EC61EC62EC63EC64EC65EC66EC67EC68EC69C7E0F6A6EC6AEC6BBEB8EC6CEC6DBEB2EC6EB5E5EC6FEC70B7C7EC71BFBFC3D2C3E6EC72EC73D8CCEC74EC75EC76B8EFEC77EC78EC79EC7AEC7BEC7CEC7DEC7EEC80BDF9D1A5EC81B0D0EC82EC83EC84EC85EC86F7B0EC87EC88EC89EC8AEC8BEC8CEC8DEC8EF7B1EC8FEC90EC91EC92EC93D0ACEC94B0B0EC95EC96EC97F7B2F7B3EC98F7B4EC99EC9AEC9BC7CAEC9CEC9DEC9EEC9FECA0ED40ED41BECFED42ED43F7B7ED44ED45ED46ED47ED48ED49ED4AF7B6ED4BB1DEED4CF7B5ED4DED4EF7B8ED4FF7B9ED50ED51ED52ED53ED54ED55ED56ED57ED58ED59ED5AED5BED5CED5DED5EED5FED60ED61ED62ED63ED64ED65ED66ED67ED68ED69ED6AED6BED6CED6DED6EED6FED70ED71ED72ED73ED74ED75ED76ED77ED78ED79ED7AED7BED7CED7DED7EED80ED81CEA4C8CDED82BAABE8B8E8B9E8BABEC2ED83ED84ED85ED86ED87D2F4ED88D4CFC9D8ED89ED8AED8BED8CED8DED8EED8FED90ED91ED92ED93ED94ED95ED96ED97ED98ED99ED9AED9BED9CED9DED9EED9FEDA0EE40EE41EE42EE43EE44EE45EE46EE47EE48EE49EE4AEE4BEE4CEE4DEE4EEE4FEE50EE51EE52EE53EE54EE55EE56EE57EE58EE59EE5AEE5BEE5CEE5DEE5EEE5FEE60EE61EE62EE63EE64EE65EE66EE67EE68EE69EE6AEE6BEE6CEE6DEE6EEE6FEE70EE71EE72EE73EE74EE75EE76EE77EE78EE79EE7AEE7BEE7CEE7DEE7EEE80EE81EE82EE83EE84EE85EE86EE87EE88EE89EE8AEE8BEE8CEE8DEE8EEE8FEE90EE91EE92EE93EE94EE95EE96EE97EE98EE99EE9AEE9BEE9CEE9DEE9EEE9FEEA0EF40EF41EF42EF43EF44EF45D2B3B6A5C7EAF1FCCFEECBB3D0EBE7EFCDE7B9CBB6D9F1FDB0E4CBCCF1FED4A4C2ADC1ECC6C4BEB1F2A1BCD5EF46F2A2F2A3EF47F2A4D2C3C6B5EF48CDC7F2A5EF49D3B1BFC5CCE2EF4AF2A6F2A7D1D5B6EEF2A8F2A9B5DFF2AAF2ABEF4BB2FCF2ACF2ADC8A7EF4CEF4DEF4EEF4FEF50EF51EF52EF53EF54EF55EF56EF57EF58EF59EF5AEF5BEF5CEF5DEF5EEF5FEF60EF61EF62EF63EF64EF65EF66EF67EF68EF69EF6AEF6BEF6CEF6DEF6EEF6FEF70EF71B7E7EF72EF73ECA9ECAAECABEF74ECACEF75EF76C6AEECADECAEEF77EF78EF79B7C9CAB3EF7AEF7BEF7CEF7DEF7EEF80EF81E2B8F7CFEF82EF83EF84EF85EF86EF87EF88EF89EF8AEF8BEF8CEF8DEF8EEF8FEF90EF91EF92EF93EF94EF95EF96EF97EF98EF99EF9AEF9BEF9CEF9DEF9EEF9FEFA0F040F041F042F043F044F7D0F045F046B2CDF047F048F049F04AF04BF04CF04DF04EF04FF050F051F052F053F054F055F056F057F058F059F05AF05BF05CF05DF05EF05FF060F061F062F063F7D1F064F065F066F067F068F069F06AF06BF06CF06DF06EF06FF070F071F072F073F074F075F076F077F078F079F07AF07BF07CF07DF07EF080F081F082F083F084F085F086F087F088F089F7D3F7D2F08AF08BF08CF08DF08EF08FF090F091F092F093F094F095F096E2BBF097BCA2F098E2BCE2BDE2BEE2BFE2C0E2C1B7B9D2FBBDA4CACEB1A5CBC7F099E2C2B6FCC8C4E2C3F09AF09BBDC8F09CB1FDE2C4F09DB6F6E2C5C4D9F09EF09FE2C6CFDAB9DDE2C7C0A1F0A0E2C8B2F6F140E2C9F141C1F3E2CAE2CBC2F8E2CCE2CDE2CECAD7D8B8D9E5CFE3F142F143F144F145F146F147F148F149F14AF14BF14CF0A5F14DF14EDCB0F14FF150F151F152F153F154F155F156F157F158F159F15AF15BF15CF15DF15EF15FF160F161F162F163F164F165F166F167F168F169F16AF16BF16CF16DF16EF16FF170F171F172F173F174F175F176F177F178F179F17AF17BF17CF17DF17EF180F181F182F183F184F185F186F187F188F189F18AF18BF18CF18DF18EF18FF190F191F192F193F194F195F196F197F198F199F19AF19BF19CF19DF19EF19FF1A0F240F241F242F243F244F245F246F247F248F249F24AF24BF24CF24DF24EF24FF250F251F252F253F254F255F256F257F258F259F25AF25BF25CF25DF25EF25FF260F261F262F263F264F265F266F267F268F269F26AF26BF26CF26DF26EF26FF270F271F272F273F274F275F276F277F278F279F27AF27BF27CF27DF27EF280F281F282F283F284F285F286F287F288F289F28AF28BF28CF28DF28EF28FF290F291F292F293F294F295F296F297F298F299F29AF29BF29CF29DF29EF29FF2A0F340F341F342F343F344F345F346F347F348F349F34AF34BF34CF34DF34EF34FF350F351C2EDD4A6CDD4D1B1B3DBC7FDF352B2B5C2BFE6E0CABBE6E1E6E2BED4E6E3D7A4CDD5E6E5BCDDE6E4E6E6E6E7C2EEF353BDBEE6E8C2E6BAA7E6E9F354E6EAB3D2D1E9F355F356BFA5E6EBC6EFE6ECE6EDF357F358E6EEC6ADE6EFF359C9A7E6F0E6F1E6F2E5B9E6F3E6F4C2E2E6F5E6F6D6E8E6F7F35AE6F8B9C7F35BF35CF35DF35EF35FF360F361F7BBF7BAF362F363F364F365F7BEF7BCBAA1F366F7BFF367F7C0F368F369F36AF7C2F7C1F7C4F36BF36CF7C3F36DF36EF36FF370F371F7C5F7C6F372F373F374F375F7C7F376CBE8F377F378F379F37AB8DFF37BF37CF37DF37EF380F381F7D4F382F7D5F383F384F385F386F7D6F387F388F389F38AF7D8F38BF7DAF38CF7D7F38DF38EF38FF390F391F392F393F394F395F7DBF396F7D9F397F398F399F39AF39BF39CF39DD7D7F39EF39FF3A0F440F7DCF441F442F443F444F445F446F7DDF447F448F449F7DEF44AF44BF44CF44DF44EF44FF450F451F452F453F454F7DFF455F456F457F7E0F458F459F45AF45BF45CF45DF45EF45FF460F461F462DBCBF463F464D8AAF465F466F467F468F469F46AF46BF46CE5F7B9EDF46DF46EF46FF470BFFDBBEAF7C9C6C7F7C8F471F7CAF7CCF7CBF472F473F474F7CDF475CEBAF476F7CEF477F478C4A7F479F47AF47BF47CF47DF47EF480F481F482F483F484F485F486F487F488F489F48AF48BF48CF48DF48EF48FF490F491F492F493F494F495F496F497F498F499F49AF49BF49CF49DF49EF49FF4A0F540F541F542F543F544F545F546F547F548F549F54AF54BF54CF54DF54EF54FF550F551F552F553F554F555F556F557F558F559F55AF55BF55CF55DF55EF55FF560F561F562F563F564F565F566F567F568F569F56AF56BF56CF56DF56EF56FF570F571F572F573F574F575F576F577F578F579F57AF57BF57CF57DF57EF580F581F582F583F584F585F586F587F588F589F58AF58BF58CF58DF58EF58FF590F591F592F593F594F595F596F597F598F599F59AF59BF59CF59DF59EF59FF5A0F640F641F642F643F644F645F646F647F648F649F64AF64BF64CF64DF64EF64FF650F651F652F653F654F655F656F657F658F659F65AF65BF65CF65DF65EF65FF660F661F662F663F664F665F666F667F668F669F66AF66BF66CF66DF66EF66FF670F671F672F673F674F675F676F677F678F679F67AF67BF67CF67DF67EF680F681F682F683F684F685F686F687F688F689F68AF68BF68CF68DF68EF68FF690F691F692F693F694F695F696F697F698F699F69AF69BF69CF69DF69EF69FF6A0F740F741F742F743F744F745F746F747F748F749F74AF74BF74CF74DF74EF74FF750F751F752F753F754F755F756F757F758F759F75AF75BF75CF75DF75EF75FF760F761F762F763F764F765F766F767F768F769F76AF76BF76CF76DF76EF76FF770F771F772F773F774F775F776F777F778F779F77AF77BF77CF77DF77EF780D3E3F781F782F6CFF783C2B3F6D0F784F785F6D1F6D2F6D3F6D4F786F787F6D6F788B1ABF6D7F789F6D8F6D9F6DAF78AF6DBF6DCF78BF78CF78DF78EF6DDF6DECFCAF78FF6DFF6E0F6E1F6E2F6E3F6E4C0F0F6E5F6E6F6E7F6E8F6E9F790F6EAF791F6EBF6ECF792F6EDF6EEF6EFF6F0F6F1F6F2F6F3F6F4BEA8F793F6F5F6F6F6F7F6F8F794F795F796F797F798C8FAF6F9F6FAF6FBF6FCF799F79AF6FDF6FEF7A1F7A2F7A3F7A4F7A5F79BF79CF7A6F7A7F7A8B1EEF7A9F7AAF7ABF79DF79EF7ACF7ADC1DBF7AEF79FF7A0F7AFF840F841F842F843F844F845F846F847F848F849F84AF84BF84CF84DF84EF84FF850F851F852F853F854F855F856F857F858F859F85AF85BF85CF85DF85EF85FF860F861F862F863F864F865F866F867F868F869F86AF86BF86CF86DF86EF86FF870F871F872F873F874F875F876F877F878F879F87AF87BF87CF87DF87EF880F881F882F883F884F885F886F887F888F889F88AF88BF88CF88DF88EF88FF890F891F892F893F894F895F896F897F898F899F89AF89BF89CF89DF89EF89FF8A0F940F941F942F943F944F945F946F947F948F949F94AF94BF94CF94DF94EF94FF950F951F952F953F954F955F956F957F958F959F95AF95BF95CF95DF95EF95FF960F961F962F963F964F965F966F967F968F969F96AF96BF96CF96DF96EF96FF970F971F972F973F974F975F976F977F978F979F97AF97BF97CF97DF97EF980F981F982F983F984F985F986F987F988F989F98AF98BF98CF98DF98EF98FF990F991F992F993F994F995F996F997F998F999F99AF99BF99CF99DF99EF99FF9A0FA40FA41FA42FA43FA44FA45FA46FA47FA48FA49FA4AFA4BFA4CFA4DFA4EFA4FFA50FA51FA52FA53FA54FA55FA56FA57FA58FA59FA5AFA5BFA5CFA5DFA5EFA5FFA60FA61FA62FA63FA64FA65FA66FA67FA68FA69FA6AFA6BFA6CFA6DFA6EFA6FFA70FA71FA72FA73FA74FA75FA76FA77FA78FA79FA7AFA7BFA7CFA7DFA7EFA80FA81FA82FA83FA84FA85FA86FA87FA88FA89FA8AFA8BFA8CFA8DFA8EFA8FFA90FA91FA92FA93FA94FA95FA96FA97FA98FA99FA9AFA9BFA9CFA9DFA9EFA9FFAA0FB40FB41FB42FB43FB44FB45FB46FB47FB48FB49FB4AFB4BFB4CFB4DFB4EFB4FFB50FB51FB52FB53FB54FB55FB56FB57FB58FB59FB5AFB5BC4F1F0AFBCA6F0B0C3F9FB5CC5B8D1BBFB5DF0B1F0B2F0B3F0B4F0B5D1BCFB5ED1ECFB5FF0B7F0B6D4A7FB60CDD2F0B8F0BAF0B9F0BBF0BCFB61FB62B8EBF0BDBAE8FB63F0BEF0BFBEE9F0C0B6ECF0C1F0C2F0C3F0C4C8B5F0C5F0C6FB64F0C7C5F4FB65F0C8FB66FB67FB68F0C9FB69F0CAF7BDFB6AF0CBF0CCF0CDFB6BF0CEFB6CFB6DFB6EFB6FF0CFBAD7FB70F0D0F0D1F0D2F0D3F0D4F0D5F0D6F0D8FB71FB72D3A5F0D7FB73F0D9FB74FB75FB76FB77FB78FB79FB7AFB7BFB7CFB7DF5BAC2B9FB7EFB80F7E4FB81FB82FB83FB84F7E5F7E6FB85FB86F7E7FB87FB88FB89FB8AFB8BFB8CF7E8C2B4FB8DFB8EFB8FFB90FB91FB92FB93FB94FB95F7EAFB96F7EBFB97FB98FB99FB9AFB9BFB9CC2F3FB9DFB9EFB9FFBA0FC40FC41FC42FC43FC44FC45FC46FC47FC48F4F0FC49FC4AFC4BF4EFFC4CFC4DC2E9FC4EF7E1F7E2FC4FFC50FC51FC52FC53BBC6FC54FC55FC56FC57D9E4FC58FC59FC5ACAF2C0E8F0A4FC5BBADAFC5CFC5DC7ADFC5EFC5FFC60C4ACFC61FC62F7ECF7EDF7EEFC63F7F0F7EFFC64F7F1FC65FC66F7F4FC67F7F3FC68F7F2F7F5FC69FC6AFC6BFC6CF7F6FC6DFC6EFC6FFC70FC71FC72FC73FC74FC75EDE9FC76EDEAEDEBFC77F6BCFC78FC79FC7AFC7BFC7CFC7DFC7EFC80FC81FC82FC83FC84F6BDFC85F6BEB6A6FC86D8BEFC87FC88B9C4FC89FC8AFC8BD8BBFC8CDCB1FC8DFC8EFC8FFC90FC91FC92CAF3FC93F7F7FC94FC95FC96FC97FC98FC99FC9AFC9BFC9CF7F8FC9DFC9EF7F9FC9FFCA0FD40FD41FD42FD43FD44F7FBFD45F7FAFD46B1C7FD47F7FCF7FDFD48FD49FD4AFD4BFD4CF7FEFD4DFD4EFD4FFD50FD51FD52FD53FD54FD55FD56FD57C6EBECB4FD58FD59FD5AFD5BFD5CFD5DFD5EFD5FFD60FD61FD62FD63FD64FD65FD66FD67FD68FD69FD6AFD6BFD6CFD6DFD6EFD6FFD70FD71FD72FD73FD74FD75FD76FD77FD78FD79FD7AFD7BFD7CFD7DFD7EFD80FD81FD82FD83FD84FD85B3DDF6B3FD86FD87F6B4C1E4F6B5F6B6F6B7F6B8F6B9F6BAC8A3F6BBFD88FD89FD8AFD8BFD8CFD8DFD8EFD8FFD90FD91FD92FD93C1FAB9A8EDE8FD94FD95FD96B9EAD9DFFD97FD98FD99FD9AFD9';
for (var i = 0; i < str.length; i++) {
var c = str.charAt(i),
code = str.charCodeAt(i);
if (c == " ") strOut += "+";
else if (code >= 19968 && code <= 40869) {
var index = code - 19968;
strOut += "%" + z.substr(index * 4, 2) + "%" + z.substr(index * 4 + 2, 2);
} else {
strOut += "%" + str.charCodeAt(i).toString(16);
}
}
return strOut;
},
/* 改变图片大小 */
scale: function (img, w, h) {
var ow = img.width,
oh = img.height;
if (ow >= oh) {
img.width = w * ow / oh;
img.height = h;
img.style.marginLeft = '-' + parseInt((img.width - w) / 2) + 'px';
} else {
img.width = w;
img.height = h * oh / ow;
img.style.marginTop = '-' + parseInt((img.height - h) / 2) + 'px';
}
},
getImageData: function(){
var _this = this,
key = $G('searchTxt').value,
type = $G('searchType').value,
keepOriginName = editor.options.keepOriginName ? "1" : "0",
url = "http://image.baidu.com/i?ct=201326592&cl=2&lm=-1&st=-1&tn=baiduimagejson&istype=2&rn=32&fm=index&pv=&word=" + _this.encodeToGb2312(key) + type + "&keeporiginname=" + keepOriginName + "&" + +new Date;
$G('searchListUl').innerHTML = lang.searchLoading;
ajax.request(url, {
'dataType': 'jsonp',
'charset': 'GB18030',
'onsuccess':function(json){
var list = [];
if(json && json.data) {
for(var i = 0; i < json.data.length; i++) {
if(json.data[i].objURL) {
list.push({
title: json.data[i].fromPageTitleEnc,
src: json.data[i].objURL,
url: json.data[i].fromURL
});
}
}
}
_this.setList(list);
},
'onerror':function(){
$G('searchListUl').innerHTML = lang.searchRetry;
}
});
},
/* 添加图片到列表界面上 */
setList: function (list) {
var i, item, p, img, link, _this = this,
listUl = $G('searchListUl');
listUl.innerHTML = '';
if(list.length) {
for (i = 0; i < list.length; i++) {
item = document.createElement('li');
p = document.createElement('p');
img = document.createElement('img');
link = document.createElement('a');
img.onload = function () {
_this.scale(this, 113, 113);
};
img.width = 113;
img.setAttribute('src', list[i].src);
link.href = list[i].url;
link.target = '_blank';
link.title = list[i].title;
link.innerHTML = list[i].title;
p.appendChild(img);
item.appendChild(p);
item.appendChild(link);
listUl.appendChild(item);
}
} else {
listUl.innerHTML = lang.searchRetry;
}
},
getInsertList: function () {
var child,
src,
align = getAlign(),
list = [],
items = $G('searchListUl').children;
for(var i = 0; i < items.length; i++) {
child = items[i].firstChild && items[i].firstChild.firstChild;
if(child.tagName && child.tagName.toLowerCase() == 'img' && domUtils.hasClass(items[i], 'selected')) {
src = child.src;
list.push({
src: src,
_src: src,
alt: src.substr(src.lastIndexOf('/') + 1),
floatStyle: align
});
}
}
return list;
}
};
})();
================================================
FILE: 后台cms/public/static/UEditor/dialogs/insertframe/insertframe.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/internal.js
================================================
(function () {
var parent = window.parent;
//dialog对象
dialog = parent.$EDITORUI[window.frameElement.id.replace( /_iframe$/, '' )];
//当前打开dialog的编辑器实例
editor = dialog.editor;
UE = parent.UE;
domUtils = UE.dom.domUtils;
utils = UE.utils;
browser = UE.browser;
ajax = UE.ajax;
$G = function ( id ) {
return document.getElementById( id )
};
//focus元素
$focus = function ( node ) {
setTimeout( function () {
if ( browser.ie ) {
var r = node.createTextRange();
r.collapse( false );
r.select();
} else {
node.focus()
}
}, 0 )
};
utils.loadFile(document,{
href:editor.options.themePath + editor.options.theme + "/dialogbase.css?cache="+Math.random(),
tag:"link",
type:"text/css",
rel:"stylesheet"
});
lang = editor.getLang(dialog.className.split( "-" )[2]);
if(lang){
domUtils.on(window,'load',function () {
var langImgPath = editor.options.langPath + editor.options.lang + "/images/";
//针对静态资源
for ( var i in lang["static"] ) {
var dom = $G( i );
if(!dom) continue;
var tagName = dom.tagName,
content = lang["static"][i];
if(content.src){
//clone
content = utils.extend({},content,false);
content.src = langImgPath + content.src;
}
if(content.style){
content = utils.extend({},content,false);
content.style = content.style.replace(/url\s*\(/g,"url(" + langImgPath)
}
switch ( tagName.toLowerCase() ) {
case "var":
dom.parentNode.replaceChild( document.createTextNode( content ), dom );
break;
case "select":
var ops = dom.options;
for ( var j = 0, oj; oj = ops[j]; ) {
oj.innerHTML = content.options[j++];
}
for ( var p in content ) {
p != "options" && dom.setAttribute( p, content[p] );
}
break;
default :
domUtils.setAttributes( dom, content);
}
}
} );
}
})();
================================================
FILE: 后台cms/public/static/UEditor/dialogs/link/link.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/map/map.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/map/show.html
================================================
百度地图API自定义地图
================================================
FILE: 后台cms/public/static/UEditor/dialogs/music/music.css
================================================
.wrapper{margin: 5px 10px;}
.searchBar{height:30px;padding:7px 0 3px;text-align:center;}
.searchBtn{font-size:13px;height:24px;}
.resultBar{width:460px;margin:5px auto;border: 1px solid #CCC;border-radius: 5px;box-shadow: 2px 2px 5px #D3D6DA;overflow: hidden;}
.listPanel{overflow: hidden;}
.panelon{display:block;}
.paneloff{display:none}
.page{width:220px;margin:20px auto;overflow: hidden;}
.pageon{float:right;width:24px;line-height:24px;height:24px;margin-right: 5px;background: none;border: none;color: #000;font-weight: bold;text-align:center}
.pageoff{float:right;width:24px;line-height:24px;height:24px;cursor:pointer;background-color: #fff;
border: 1px solid #E7ECF0;color: #2D64B3;margin-right: 5px;text-decoration: none;text-align:center;}
.m-box{width:460px;}
.m-m{float: left;line-height: 20px;height: 20px;}
.m-h{height:24px;line-height:24px;padding-left: 46px;background-color:#FAFAFA;border-bottom: 1px solid #DAD8D8;font-weight: bold;font-size: 12px;color: #333;}
.m-l{float:left;width:40px; }
.m-t{float:left;width:140px;}
.m-s{float:left;width:110px;}
.m-z{float:left;width:100px;}
.m-try-t{float: left;width: 60px;;}
.m-try{float:left;width:20px;height:20px;background:url('http://static.tieba.baidu.com/tb/editor/images/try_music.gif') no-repeat ;}
.m-trying{float:left;width:20px;height:20px;background:url('http://static.tieba.baidu.com/tb/editor/images/stop_music.gif') no-repeat ;}
.loading{width:95px;height:7px;font-size:7px;margin:60px auto;background:url(http://static.tieba.baidu.com/tb/editor/images/loading.gif) no-repeat}
.empty{width:300px;height:40px;padding:2px;margin:50px auto;line-height:40px; color:#006699;text-align:center;}
================================================
FILE: 后台cms/public/static/UEditor/dialogs/music/music.html
================================================
插入音乐
================================================
FILE: 后台cms/public/static/UEditor/dialogs/music/music.js
================================================
function Music() {
this.init();
}
(function () {
var pages = [],
panels = [],
selectedItem = null;
Music.prototype = {
total:70,
pageSize:10,
dataUrl:"http://tingapi.ting.baidu.com/v1/restserver/ting?method=baidu.ting.search.common",
playerUrl:"http://box.baidu.com/widget/flash/bdspacesong.swf",
init:function () {
var me = this;
domUtils.on($G("J_searchName"), "keyup", function (event) {
var e = window.event || event;
if (e.keyCode == 13) {
me.dosearch();
}
});
domUtils.on($G("J_searchBtn"), "click", function () {
me.dosearch();
});
},
callback:function (data) {
var me = this;
me.data = data.song_list;
setTimeout(function () {
$G('J_resultBar').innerHTML = me._renderTemplate(data.song_list);
}, 300);
},
dosearch:function () {
var me = this;
selectedItem = null;
var key = $G('J_searchName').value;
if (utils.trim(key) == "")return false;
key = encodeURIComponent(key);
me._sent(key);
},
doselect:function (i) {
var me = this;
if (typeof i == 'object') {
selectedItem = i;
} else if (typeof i == 'number') {
selectedItem = me.data[i];
}
},
onpageclick:function (id) {
var me = this;
for (var i = 0; i < pages.length; i++) {
$G(pages[i]).className = 'pageoff';
$G(panels[i]).className = 'paneloff';
}
$G('page' + id).className = 'pageon';
$G('panel' + id).className = 'panelon';
},
listenTest:function (elem) {
var me = this,
view = $G('J_preview'),
is_play_action = (elem.className == 'm-try'),
old_trying = me._getTryingElem();
if (old_trying) {
old_trying.className = 'm-try';
view.innerHTML = '';
}
if (is_play_action) {
elem.className = 'm-trying';
view.innerHTML = me._buildMusicHtml(me._getUrl(true));
}
},
_sent:function (param) {
var me = this;
$G('J_resultBar').innerHTML = '
';
utils.loadFile(document, {
src:me.dataUrl + '&query=' + param + '&page_size=' + me.total + '&callback=music.callback&.r=' + Math.random(),
tag:"script",
type:"text/javascript",
defer:"defer"
});
},
_removeHtml:function (str) {
var reg = /<\s*\/?\s*[^>]*\s*>/gi;
return str.replace(reg, "");
},
_getUrl:function (isTryListen) {
var me = this;
var param = 'from=tiebasongwidget&url=&name=' + encodeURIComponent(me._removeHtml(selectedItem.title)) + '&artist='
+ encodeURIComponent(me._removeHtml(selectedItem.author)) + '&extra='
+ encodeURIComponent(me._removeHtml(selectedItem.album_title))
+ '&autoPlay='+isTryListen+'' + '&loop=true';
return me.playerUrl + "?" + param;
},
_getTryingElem:function () {
var s = $G('J_listPanel').getElementsByTagName('span');
for (var i = 0; i < s.length; i++) {
if (s[i].className == 'm-trying')
return s[i];
}
return null;
},
_buildMusicHtml:function (playerUrl) {
var html = '
';
return html;
},
_byteLength:function (str) {
return str.replace(/[^\u0000-\u007f]/g, "\u0061\u0061").length;
},
_getMaxText:function (s) {
var me = this;
s = me._removeHtml(s);
if (me._byteLength(s) > 12)
return s.substring(0, 5) + '...';
if (!s) s = " ";
return s;
},
_rebuildData:function (data) {
var me = this,
newData = [],
d = me.pageSize,
itembox;
for (var i = 0; i < data.length; i++) {
if ((i + d) % d == 0) {
itembox = [];
newData.push(itembox)
}
itembox.push(data[i]);
}
return newData;
},
_renderTemplate:function (data) {
var me = this;
if (data.length == 0)return '' + lang.emptyTxt + '
';
data = me._rebuildData(data);
var s = [], p = [], t = [];
s.push('');
p.push('
');
for (var i = 0, tmpList; tmpList = data[i++];) {
panels.push('panel' + i);
pages.push('page' + i);
if (i == 1) {
s.push('
');
if (data.length != 1) {
t.push('
' + (i ) + '
');
}
} else {
s.push('
');
t.push('
' + (i ) + '
');
}
s.push('
');
s.push('
' + lang.chapter + ' ' + lang.singer
+ ' ' + lang.special + ' ' + lang.listenTest + '
');
for (var j = 0, tmpObj; tmpObj = tmpList[j++];) {
s.push('
');
s.push(' ');
s.push('' + me._getMaxText(tmpObj.title) + ' ');
s.push('' + me._getMaxText(tmpObj.author) + ' ');
s.push('' + me._getMaxText(tmpObj.album_title) + ' ');
s.push(' ');
s.push(' ');
}
s.push('
');
s.push('
');
}
t.reverse();
p.push(t.join(''));
s.push('
');
p.push('
');
return s.join('') + p.join('');
},
exec:function () {
var me = this;
if (selectedItem == null) return;
$G('J_preview').innerHTML = "";
editor.execCommand('music', {
url:me._getUrl(false),
width:400,
height:95
});
}
};
})();
================================================
FILE: 后台cms/public/static/UEditor/dialogs/preview/preview.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/scrawl/scrawl.css
================================================
/*common
*/
body{margin: 0;}
table{width:100%;}
table td{padding:2px 4px;vertical-align: middle;}
a{text-decoration: none;}
em{font-style: normal;}
.border_style1{border: 1px solid #ccc;border-radius: 5px;box-shadow:2px 2px 5px #d3d6da;}
/*module
*/
.main{margin: 8px;overflow: hidden;}
.hot{float:left;height:335px;}
.drawBoard{position: relative; cursor: crosshair;}
.brushBorad{position: absolute;left:0;top:0;z-index: 998;}
.picBoard{border: none;text-align: center;line-height: 300px;cursor: default;}
.operateBar{margin-top:10px;font-size:12px;text-align: center;}
.operateBar span{margin-left: 10px;}
.drawToolbar{float:right;width:110px;height:300px;overflow: hidden;}
.colorBar{margin-top:10px;font-size: 12px;text-align: center;}
.colorBar a{display:block;width: 10px;height: 10px;border:1px solid #1006F1;border-radius: 3px; box-shadow:2px 2px 5px #d3d6da;opacity: 0.3}
.sectionBar{margin-top:15px;font-size: 12px;text-align: center;}
.sectionBar a{display:inline-block;width:10px;height:12px;color: #888;text-indent: -999px;opacity: 0.3}
.size1{background: url('images/size.png') 1px center no-repeat ;}
.size2{background: url('images/size.png') -10px center no-repeat;}
.size3{background: url('images/size.png') -22px center no-repeat;}
.size4{background: url('images/size.png') -35px center no-repeat;}
.addImgH{position: relative;}
.addImgH_form{position: absolute;left: 18px;top: -1px;width: 75px;height: 21px;opacity: 0;cursor: pointer;}
.addImgH_form input{width: 100%;}
/*scrawl遮罩层
*/
.maskLayerNull{display: none;}
.maskLayer{position: absolute;top:0;left:0;width: 100%; height: 100%;opacity: 0.7;
background-color: #fff;text-align:center;font-weight:bold;line-height:300px;z-index: 1000;}
/*btn state
*/
.previousStepH .icon{display: inline-block;width:16px;height:16px;background-image: url('images/undoH.png');cursor: pointer;}
.previousStepH .text{color:#888;cursor:pointer;}
.previousStep .icon{display: inline-block;width:16px;height:16px;background-image: url('images/undo.png');cursor:default;}
.previousStep .text{color:#ccc;cursor:default;}
.nextStepH .icon{display: inline-block;width:16px;height:16px;background-image: url('images/redoH.png');cursor: pointer;}
.nextStepH .text{color:#888;cursor:pointer;}
.nextStep .icon{display: inline-block;width:16px;height:16px;background-image: url('images/redo.png');cursor:default;}
.nextStep .text{color:#ccc;cursor:default;}
.clearBoardH .icon{display: inline-block;width:16px;height:16px;background-image: url('images/emptyH.png');cursor: pointer;}
.clearBoardH .text{color:#888;cursor:pointer;}
.clearBoard .icon{display: inline-block;width:16px;height:16px;background-image: url('images/empty.png');cursor:default;}
.clearBoard .text{color:#ccc;cursor:default;}
.scaleBoardH .icon{display: inline-block;width:16px;height:16px;background-image: url('images/scaleH.png');cursor: pointer;}
.scaleBoardH .text{color:#888;cursor:pointer;}
.scaleBoard .icon{display: inline-block;width:16px;height:16px;background-image: url('images/scale.png');cursor:default;}
.scaleBoard .text{color:#ccc;cursor:default;}
.removeImgH .icon{display: inline-block;width:16px;height:16px;background-image: url('images/delimgH.png');cursor: pointer;}
.removeImgH .text{color:#888;cursor:pointer;}
.removeImg .icon{display: inline-block;width:16px;height:16px;background-image: url('images/delimg.png');cursor:default;}
.removeImg .text{color:#ccc;cursor:default;}
.addImgH .icon{vertical-align:top;display: inline-block;width:16px;height:16px;background-image: url('images/addimg.png')}
.addImgH .text{color:#888;cursor:pointer;}
/*icon
*/
.brushIcon{display: inline-block;width:16px;height:16px;background-image: url('images/brush.png')}
.eraserIcon{display: inline-block;width:16px;height:16px;background-image: url('images/eraser.png')}
================================================
FILE: 后台cms/public/static/UEditor/dialogs/scrawl/scrawl.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/scrawl/scrawl.js
================================================
/**
* Created with JetBrains PhpStorm.
* User: xuheng
* Date: 12-5-22
* Time: 上午11:38
* To change this template use File | Settings | File Templates.
*/
var scrawl = function (options) {
options && this.initOptions(options);
};
(function () {
var canvas = $G("J_brushBoard"),
context = canvas.getContext('2d'),
drawStep = [], //undo redo存储
drawStepIndex = 0; //undo redo指针
scrawl.prototype = {
isScrawl:false, //是否涂鸦
brushWidth:-1, //画笔粗细
brushColor:"", //画笔颜色
initOptions:function (options) {
var me = this;
me.originalState(options);//初始页面状态
me._buildToolbarColor(options.colorList);//动态生成颜色选择集合
me._addBoardListener(options.saveNum);//添加画板处理
me._addOPerateListener(options.saveNum);//添加undo redo clearBoard处理
me._addColorBarListener();//添加颜色选择处理
me._addBrushBarListener();//添加画笔大小处理
me._addEraserBarListener();//添加橡皮大小处理
me._addAddImgListener();//添加增添背景图片处理
me._addRemoveImgListenter();//删除背景图片处理
me._addScalePicListenter();//添加缩放处理
me._addClearSelectionListenter();//添加清楚选中状态处理
me._originalColorSelect(options.drawBrushColor);//初始化颜色选中
me._originalBrushSelect(options.drawBrushSize);//初始化画笔选中
me._clearSelection();//清楚选中状态
},
originalState:function (options) {
var me = this;
me.brushWidth = options.drawBrushSize;//同步画笔粗细
me.brushColor = options.drawBrushColor;//同步画笔颜色
context.lineWidth = me.brushWidth;//初始画笔大小
context.strokeStyle = me.brushColor;//初始画笔颜色
context.fillStyle = "transparent";//初始画布背景颜色
context.lineCap = "round";//去除锯齿
context.fill();
},
_buildToolbarColor:function (colorList) {
var tmp = null, arr = [];
arr.push("
");
for (var i = 0, color; color = colorList[i++];) {
if ((i - 1) % 5 == 0) {
if (i != 1) {
arr.push("");
}
arr.push("");
}
tmp = '#' + color;
arr.push(" ");
}
arr.push("
");
$G("J_colorBar").innerHTML = arr.join("");
},
_addBoardListener:function (saveNum) {
var me = this,
margin = 0,
startX = -1,
startY = -1,
isMouseDown = false,
isMouseMove = false,
isMouseUp = false,
buttonPress = 0, button, flag = '';
margin = parseInt(domUtils.getComputedStyle($G("J_wrap"), "margin-left"));
drawStep.push(context.getImageData(0, 0, context.canvas.width, context.canvas.height));
drawStepIndex += 1;
domUtils.on(canvas, ["mousedown", "mousemove", "mouseup", "mouseout"], function (e) {
button = browser.webkit ? e.which : buttonPress;
switch (e.type) {
case 'mousedown':
buttonPress = 1;
flag = 1;
isMouseDown = true;
isMouseUp = false;
isMouseMove = false;
me.isScrawl = true;
startX = e.clientX - margin;//10为外边距总和
startY = e.clientY - margin;
context.beginPath();
break;
case 'mousemove' :
if (!flag && button == 0) {
return;
}
if (!flag && button) {
startX = e.clientX - margin;//10为外边距总和
startY = e.clientY - margin;
context.beginPath();
flag = 1;
}
if (isMouseUp || !isMouseDown) {
return;
}
var endX = e.clientX - margin,
endY = e.clientY - margin;
context.moveTo(startX, startY);
context.lineTo(endX, endY);
context.stroke();
startX = endX;
startY = endY;
isMouseMove = true;
break;
case 'mouseup':
buttonPress = 0;
if (!isMouseDown)return;
if (!isMouseMove) {
context.arc(startX, startY, context.lineWidth, 0, Math.PI * 2, false);
context.fillStyle = context.strokeStyle;
context.fill();
}
context.closePath();
me._saveOPerate(saveNum);
isMouseDown = false;
isMouseMove = false;
isMouseUp = true;
startX = -1;
startY = -1;
break;
case 'mouseout':
flag = '';
buttonPress = 0;
if (button == 1) return;
context.closePath();
break;
}
});
},
_addOPerateListener:function (saveNum) {
var me = this;
domUtils.on($G("J_previousStep"), "click", function () {
if (drawStepIndex > 1) {
drawStepIndex -= 1;
context.clearRect(0, 0, context.canvas.width, context.canvas.height);
context.putImageData(drawStep[drawStepIndex - 1], 0, 0);
me.btn2Highlight("J_nextStep");
drawStepIndex == 1 && me.btn2disable("J_previousStep");
}
});
domUtils.on($G("J_nextStep"), "click", function () {
if (drawStepIndex > 0 && drawStepIndex < drawStep.length) {
context.clearRect(0, 0, context.canvas.width, context.canvas.height);
context.putImageData(drawStep[drawStepIndex], 0, 0);
drawStepIndex += 1;
me.btn2Highlight("J_previousStep");
drawStepIndex == drawStep.length && me.btn2disable("J_nextStep");
}
});
domUtils.on($G("J_clearBoard"), "click", function () {
context.clearRect(0, 0, context.canvas.width, context.canvas.height);
drawStep = [];
me._saveOPerate(saveNum);
drawStepIndex = 1;
me.isScrawl = false;
me.btn2disable("J_previousStep");
me.btn2disable("J_nextStep");
me.btn2disable("J_clearBoard");
});
},
_addColorBarListener:function () {
var me = this;
domUtils.on($G("J_colorBar"), "click", function (e) {
var target = me.getTarget(e),
color = target.title;
if (!!color) {
me._addColorSelect(target);
me.brushColor = color;
context.globalCompositeOperation = "source-over";
context.lineWidth = me.brushWidth;
context.strokeStyle = color;
}
});
},
_addBrushBarListener:function () {
var me = this;
domUtils.on($G("J_brushBar"), "click", function (e) {
var target = me.getTarget(e),
size = browser.ie ? target.innerText : target.text;
if (!!size) {
me._addBESelect(target);
context.globalCompositeOperation = "source-over";
context.lineWidth = parseInt(size);
context.strokeStyle = me.brushColor;
me.brushWidth = context.lineWidth;
}
});
},
_addEraserBarListener:function () {
var me = this;
domUtils.on($G("J_eraserBar"), "click", function (e) {
var target = me.getTarget(e),
size = browser.ie ? target.innerText : target.text;
if (!!size) {
me._addBESelect(target);
context.lineWidth = parseInt(size);
context.globalCompositeOperation = "destination-out";
context.strokeStyle = "#FFF";
}
});
},
_addAddImgListener:function () {
var file = $G("J_imgTxt");
if (!window.FileReader) {
$G("J_addImg").style.display = 'none';
$G("J_removeImg").style.display = 'none';
$G("J_sacleBoard").style.display = 'none';
}
domUtils.on(file, "change", function (e) {
var frm = file.parentNode;
addMaskLayer(lang.backgroundUploading);
var target = e.target || e.srcElement,
reader = new FileReader();
reader.onload = function(evt){
var target = evt.target || evt.srcElement;
ue_callback(target.result, 'SUCCESS');
};
reader.readAsDataURL(target.files[0]);
frm.reset();
});
},
_addRemoveImgListenter:function () {
var me = this;
domUtils.on($G("J_removeImg"), "click", function () {
$G("J_picBoard").innerHTML = "";
me.btn2disable("J_removeImg");
me.btn2disable("J_sacleBoard");
});
},
_addScalePicListenter:function () {
domUtils.on($G("J_sacleBoard"), "click", function () {
var picBoard = $G("J_picBoard"),
scaleCon = $G("J_scaleCon"),
img = picBoard.children[0];
if (img) {
if (!scaleCon) {
picBoard.style.cssText = "position:relative;z-index:999;"+picBoard.style.cssText;
img.style.cssText = "position: absolute;top:" + (canvas.height - img.height) / 2 + "px;left:" + (canvas.width - img.width) / 2 + "px;";
var scale = new ScaleBoy();
picBoard.appendChild(scale.init());
scale.startScale(img);
} else {
if (scaleCon.style.visibility == "visible") {
scaleCon.style.visibility = "hidden";
picBoard.style.position = "";
picBoard.style.zIndex = "";
} else {
scaleCon.style.visibility = "visible";
picBoard.style.cssText += "position:relative;z-index:999";
}
}
}
});
},
_addClearSelectionListenter:function () {
var doc = document;
domUtils.on(doc, 'mousemove', function (e) {
if (browser.ie && browser.version < 11)
doc.selection.clear();
else
window.getSelection().removeAllRanges();
});
},
_clearSelection:function () {
var list = ["J_operateBar", "J_colorBar", "J_brushBar", "J_eraserBar", "J_picBoard"];
for (var i = 0, group; group = list[i++];) {
domUtils.unSelectable($G(group));
}
},
_saveOPerate:function (saveNum) {
var me = this;
if (drawStep.length <= saveNum) {
if(drawStepIndex
");
}
scale.innerHTML = arr.join("");
return scale;
}
var rect = [
//[left, top, width, height]
[1, 1, -1, -1],
[0, 1, 0, -1],
[0, 1, 1, -1],
[1, 0, -1, 0],
[0, 0, 1, 0],
[1, 0, -1, 1],
[0, 0, 0, 1],
[0, 0, 1, 1]
];
ScaleBoy.prototype = {
init:function () {
_appendStyle();
var me = this,
scale = me.dom = _getDom();
me.scaleMousemove.fp = me;
domUtils.on(scale, 'mousedown', function (e) {
var target = e.target || e.srcElement;
me.start = {x:e.clientX, y:e.clientY};
if (target.className.indexOf('hand') != -1) {
me.dir = target.className.replace('hand', '');
}
domUtils.on(document.body, 'mousemove', me.scaleMousemove);
e.stopPropagation ? e.stopPropagation() : e.cancelBubble = true;
});
domUtils.on(document.body, 'mouseup', function (e) {
if (me.start) {
domUtils.un(document.body, 'mousemove', me.scaleMousemove);
if (me.moved) {
me.updateScaledElement({position:{x:scale.style.left, y:scale.style.top}, size:{w:scale.style.width, h:scale.style.height}});
}
delete me.start;
delete me.moved;
delete me.dir;
}
});
return scale;
},
startScale:function (objElement) {
var me = this, Idom = me.dom;
Idom.style.cssText = 'visibility:visible;top:' + objElement.style.top + ';left:' + objElement.style.left + ';width:' + objElement.offsetWidth + 'px;height:' + objElement.offsetHeight + 'px;';
me.scalingElement = objElement;
},
updateScaledElement:function (objStyle) {
var cur = this.scalingElement,
pos = objStyle.position,
size = objStyle.size;
if (pos) {
typeof pos.x != 'undefined' && (cur.style.left = pos.x);
typeof pos.y != 'undefined' && (cur.style.top = pos.y);
}
if (size) {
size.w && (cur.style.width = size.w);
size.h && (cur.style.height = size.h);
}
},
updateStyleByDir:function (dir, offset) {
var me = this,
dom = me.dom, tmp;
rect['def'] = [1, 1, 0, 0];
if (rect[dir][0] != 0) {
tmp = parseInt(dom.style.left) + offset.x;
dom.style.left = me._validScaledProp('left', tmp) + 'px';
}
if (rect[dir][1] != 0) {
tmp = parseInt(dom.style.top) + offset.y;
dom.style.top = me._validScaledProp('top', tmp) + 'px';
}
if (rect[dir][2] != 0) {
tmp = dom.clientWidth + rect[dir][2] * offset.x;
dom.style.width = me._validScaledProp('width', tmp) + 'px';
}
if (rect[dir][3] != 0) {
tmp = dom.clientHeight + rect[dir][3] * offset.y;
dom.style.height = me._validScaledProp('height', tmp) + 'px';
}
if (dir === 'def') {
me.updateScaledElement({position:{x:dom.style.left, y:dom.style.top}});
}
},
scaleMousemove:function (e) {
var me = arguments.callee.fp,
start = me.start,
dir = me.dir || 'def',
offset = {x:e.clientX - start.x, y:e.clientY - start.y};
me.updateStyleByDir(dir, offset);
arguments.callee.fp.start = {x:e.clientX, y:e.clientY};
arguments.callee.fp.moved = 1;
},
_validScaledProp:function (prop, value) {
var ele = this.dom,
wrap = $G("J_picBoard");
value = isNaN(value) ? 0 : value;
switch (prop) {
case 'left':
return value < 0 ? 0 : (value + ele.clientWidth) > wrap.clientWidth ? wrap.clientWidth - ele.clientWidth : value;
case 'top':
return value < 0 ? 0 : (value + ele.clientHeight) > wrap.clientHeight ? wrap.clientHeight - ele.clientHeight : value;
case 'width':
return value <= 0 ? 1 : (value + ele.offsetLeft) > wrap.clientWidth ? wrap.clientWidth - ele.offsetLeft : value;
case 'height':
return value <= 0 ? 1 : (value + ele.offsetTop) > wrap.clientHeight ? wrap.clientHeight - ele.offsetTop : value;
}
}
};
})();
//后台回调
function ue_callback(url, state) {
var doc = document,
picBorard = $G("J_picBoard"),
img = doc.createElement("img");
//图片缩放
function scale(img, max, oWidth, oHeight) {
var width = 0, height = 0, percent, ow = img.width || oWidth, oh = img.height || oHeight;
if (ow > max || oh > max) {
if (ow >= oh) {
if (width = ow - max) {
percent = (width / ow).toFixed(2);
img.height = oh - oh * percent;
img.width = max;
}
} else {
if (height = oh - max) {
percent = (height / oh).toFixed(2);
img.width = ow - ow * percent;
img.height = max;
}
}
}
}
//移除遮罩层
removeMaskLayer();
//状态响应
if (state == "SUCCESS") {
picBorard.innerHTML = "";
img.onload = function () {
scale(this, 300);
picBorard.appendChild(img);
var obj = new scrawl();
obj.btn2Highlight("J_removeImg");
//trace 2457
obj.btn2Highlight("J_sacleBoard");
};
img.src = url;
} else {
alert(state);
}
}
//去掉遮罩层
function removeMaskLayer() {
var maskLayer = $G("J_maskLayer");
maskLayer.className = "maskLayerNull";
maskLayer.innerHTML = "";
dialog.buttons[0].setDisabled(false);
}
//添加遮罩层
function addMaskLayer(html) {
var maskLayer = $G("J_maskLayer");
dialog.buttons[0].setDisabled(true);
maskLayer.className = "maskLayer";
maskLayer.innerHTML = html;
}
//执行确认按钮方法
function exec(scrawlObj) {
if (scrawlObj.isScrawl) {
addMaskLayer(lang.scrawlUpLoading);
var base64 = scrawlObj.getCanvasData();
if (!!base64) {
var options = {
timeout:100000,
onsuccess:function (xhr) {
if (!scrawlObj.isCancelScrawl) {
var responseObj;
responseObj = eval("(" + xhr.responseText + ")");
if (responseObj.state == "SUCCESS") {
var imgObj = {},
url = editor.options.scrawlUrlPrefix + responseObj.url;
imgObj.src = url;
imgObj._src = url;
imgObj.alt = responseObj.original || '';
imgObj.title = responseObj.title || '';
editor.execCommand("insertImage", imgObj);
dialog.close();
} else {
alert(responseObj.state);
}
}
},
onerror:function () {
alert(lang.imageError);
dialog.close();
}
};
options[editor.getOpt('scrawlFieldName')] = base64;
var actionUrl = editor.getActionUrl(editor.getOpt('scrawlActionName')),
params = utils.serializeParam(editor.queryCommandValue('serverparam')) || '',
url = utils.formatUrl(actionUrl + (actionUrl.indexOf('?') == -1 ? '?':'&') + params);
ajax.request(url, options);
}
} else {
addMaskLayer(lang.noScarwl + " ");
}
}
================================================
FILE: 后台cms/public/static/UEditor/dialogs/searchreplace/searchreplace.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/searchreplace/searchreplace.js
================================================
/**
* Created with JetBrains PhpStorm.
* User: xuheng
* Date: 12-9-26
* Time: 下午12:29
* To change this template use File | Settings | File Templates.
*/
//清空上次查选的痕迹
editor.firstForSR = 0;
editor.currentRangeForSR = null;
//给tab注册切换事件
/**
* tab点击处理事件
* @param tabHeads
* @param tabBodys
* @param obj
*/
function clickHandler( tabHeads,tabBodys,obj ) {
//head样式更改
for ( var k = 0, len = tabHeads.length; k < len; k++ ) {
tabHeads[k].className = "";
}
obj.className = "focus";
//body显隐
var tabSrc = obj.getAttribute( "tabSrc" );
for ( var j = 0, length = tabBodys.length; j < length; j++ ) {
var body = tabBodys[j],
id = body.getAttribute( "id" );
if ( id != tabSrc ) {
body.style.zIndex = 1;
} else {
body.style.zIndex = 200;
}
}
}
/**
* TAB切换
* @param tabParentId tab的父节点ID或者对象本身
*/
function switchTab( tabParentId ) {
var tabElements = $G( tabParentId ).children,
tabHeads = tabElements[0].children,
tabBodys = tabElements[1].children;
for ( var i = 0, length = tabHeads.length; i < length; i++ ) {
var head = tabHeads[i];
if ( head.className === "focus" )clickHandler(tabHeads,tabBodys, head );
head.onclick = function () {
clickHandler(tabHeads,tabBodys,this);
}
}
}
$G('searchtab').onmousedown = function(){
$G('search-msg').innerHTML = '';
$G('replace-msg').innerHTML = ''
}
//是否区分大小写
function getMatchCase(id) {
return $G(id).checked ? true : false;
}
//查找
$G("nextFindBtn").onclick = function (txt, dir, mcase) {
var findtxt = $G("findtxt").value, obj;
if (!findtxt) {
return false;
}
obj = {
searchStr:findtxt,
dir:1,
casesensitive:getMatchCase("matchCase")
};
if (!frCommond(obj)) {
var bk = editor.selection.getRange().createBookmark();
$G('search-msg').innerHTML = lang.getEnd;
editor.selection.getRange().moveToBookmark(bk).select();
}
};
$G("nextReplaceBtn").onclick = function (txt, dir, mcase) {
var findtxt = $G("findtxt1").value, obj;
if (!findtxt) {
return false;
}
obj = {
searchStr:findtxt,
dir:1,
casesensitive:getMatchCase("matchCase1")
};
frCommond(obj);
};
$G("preFindBtn").onclick = function (txt, dir, mcase) {
var findtxt = $G("findtxt").value, obj;
if (!findtxt) {
return false;
}
obj = {
searchStr:findtxt,
dir:-1,
casesensitive:getMatchCase("matchCase")
};
if (!frCommond(obj)) {
$G('search-msg').innerHTML = lang.getStart;
}
};
$G("preReplaceBtn").onclick = function (txt, dir, mcase) {
var findtxt = $G("findtxt1").value, obj;
if (!findtxt) {
return false;
}
obj = {
searchStr:findtxt,
dir:-1,
casesensitive:getMatchCase("matchCase1")
};
frCommond(obj);
};
//替换
$G("repalceBtn").onclick = function () {
var findtxt = $G("findtxt1").value.replace(/^\s|\s$/g, ""), obj,
replacetxt = $G("replacetxt").value.replace(/^\s|\s$/g, "");
if (!findtxt) {
return false;
}
if (findtxt == replacetxt || (!getMatchCase("matchCase1") && findtxt.toLowerCase() == replacetxt.toLowerCase())) {
return false;
}
obj = {
searchStr:findtxt,
dir:1,
casesensitive:getMatchCase("matchCase1"),
replaceStr:replacetxt
};
frCommond(obj);
};
//全部替换
$G("repalceAllBtn").onclick = function () {
var findtxt = $G("findtxt1").value.replace(/^\s|\s$/g, ""), obj,
replacetxt = $G("replacetxt").value.replace(/^\s|\s$/g, "");
if (!findtxt) {
return false;
}
if (findtxt == replacetxt || (!getMatchCase("matchCase1") && findtxt.toLowerCase() == replacetxt.toLowerCase())) {
return false;
}
obj = {
searchStr:findtxt,
casesensitive:getMatchCase("matchCase1"),
replaceStr:replacetxt,
all:true
};
var num = frCommond(obj);
if (num) {
$G('replace-msg').innerHTML = lang.countMsg.replace("{#count}", num);
}
};
//执行
var frCommond = function (obj) {
return editor.execCommand("searchreplace", obj);
};
switchTab("searchtab");
================================================
FILE: 后台cms/public/static/UEditor/dialogs/snapscreen/snapscreen.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/spechars/spechars.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/spechars/spechars.js
================================================
/**
* Created with JetBrains PhpStorm.
* User: xuheng
* Date: 12-9-26
* Time: 下午1:09
* To change this template use File | Settings | File Templates.
*/
var charsContent = [
{ name:"tsfh", title:lang.tsfh, content:toArray("、,。,·,ˉ,ˇ,¨,〃,々,—,~,‖,…,‘,’,“,”,〔,〕,〈,〉,《,》,「,」,『,』,〖,〗,【,】,±,×,÷,∶,∧,∨,∑,∏,∪,∩,∈,∷,√,⊥,∥,∠,⌒,⊙,∫,∮,≡,≌,≈,∽,∝,≠,≮,≯,≤,≥,∞,∵,∴,♂,♀,°,′,″,℃,$,¤,¢,£,‰,§,№,☆,★,○,●,◎,◇,◆,□,■,△,▲,※,→,←,↑,↓,〓,〡,〢,〣,〤,〥,〦,〧,〨,〩,㊣,㎎,㎏,㎜,㎝,㎞,㎡,㏄,㏎,㏑,㏒,㏕,︰,¬,¦,℡,ˊ,ˋ,˙,–,―,‥,‵,℅,℉,↖,↗,↘,↙,∕,∟,∣,≒,≦,≧,⊿,═,║,╒,╓,╔,╕,╖,╗,╘,╙,╚,╛,╜,╝,╞,╟,╠,╡,╢,╣,╤,╥,╦,╧,╨,╩,╪,╫,╬,╭,╮,╯,╰,╱,╲,╳,▁,▂,▃,▄,▅,▆,▇,�,█,▉,▊,▋,▌,▍,▎,▏,▓,▔,▕,▼,▽,◢,◣,◤,◥,☉,⊕,〒,〝,〞")},
{ name:"lmsz", title:lang.lmsz, content:toArray("ⅰ,ⅱ,ⅲ,ⅳ,ⅴ,ⅵ,ⅶ,ⅷ,ⅸ,ⅹ,Ⅰ,Ⅱ,Ⅲ,Ⅳ,Ⅴ,Ⅵ,Ⅶ,Ⅷ,Ⅸ,Ⅹ,Ⅺ,Ⅻ")},
{ name:"szfh", title:lang.szfh, content:toArray("⒈,⒉,⒊,⒋,⒌,⒍,⒎,⒏,⒐,⒑,⒒,⒓,⒔,⒕,⒖,⒗,⒘,⒙,⒚,⒛,⑴,⑵,⑶,⑷,⑸,⑹,⑺,⑻,⑼,⑽,⑾,⑿,⒀,⒁,⒂,⒃,⒄,⒅,⒆,⒇,①,②,③,④,⑤,⑥,⑦,⑧,⑨,⑩,㈠,㈡,㈢,㈣,㈤,㈥,㈦,㈧,㈨,㈩")},
{ name:"rwfh", title:lang.rwfh, content:toArray("ぁ,あ,ぃ,い,ぅ,う,ぇ,え,ぉ,お,か,が,き,ぎ,く,ぐ,け,げ,こ,ご,さ,ざ,し,じ,す,ず,せ,ぜ,そ,ぞ,た,だ,ち,ぢ,っ,つ,づ,て,で,と,ど,な,に,ぬ,ね,の,は,ば,ぱ,ひ,び,ぴ,ふ,ぶ,ぷ,へ,べ,ぺ,ほ,ぼ,ぽ,ま,み,む,め,も,ゃ,や,ゅ,ゆ,ょ,よ,ら,り,る,れ,ろ,ゎ,わ,ゐ,ゑ,を,ん,ァ,ア,ィ,イ,ゥ,ウ,ェ,エ,ォ,オ,カ,ガ,キ,ギ,ク,グ,ケ,ゲ,コ,ゴ,サ,ザ,シ,ジ,ス,ズ,セ,ゼ,ソ,ゾ,タ,ダ,チ,ヂ,ッ,ツ,ヅ,テ,デ,ト,ド,ナ,ニ,ヌ,ネ,ノ,ハ,バ,パ,ヒ,ビ,ピ,フ,ブ,プ,ヘ,ベ,ペ,ホ,ボ,ポ,マ,ミ,ム,メ,モ,ャ,ヤ,ュ,ユ,ョ,ヨ,ラ,リ,ル,レ,ロ,ヮ,ワ,ヰ,ヱ,ヲ,ン,ヴ,ヵ,ヶ")},
{ name:"xlzm", title:lang.xlzm, content:toArray("Α,Β,Γ,Δ,Ε,Ζ,Η,Θ,Ι,Κ,Λ,Μ,Ν,Ξ,Ο,Π,Ρ,Σ,Τ,Υ,Φ,Χ,Ψ,Ω,α,β,γ,δ,ε,ζ,η,θ,ι,κ,λ,μ,ν,ξ,ο,π,ρ,σ,τ,υ,φ,χ,ψ,ω")},
{ name:"ewzm", title:lang.ewzm, content:toArray("А,Б,В,Г,Д,Е,Ё,Ж,З,И,Й,К,Л,М,Н,О,П,Р,С,Т,У,Ф,Х,Ц,Ч,Ш,Щ,Ъ,Ы,Ь,Э,Ю,Я,а,б,в,г,д,е,ё,ж,з,и,й,к,л,м,н,о,п,р,с,т,у,ф,х,ц,ч,ш,щ,ъ,ы,ь,э,ю,я")},
{ name:"pyzm", title:lang.pyzm, content:toArray("ā,á,ǎ,à,ē,é,ě,è,ī,í,ǐ,ì,ō,ó,ǒ,ò,ū,ú,ǔ,ù,ǖ,ǘ,ǚ,ǜ,ü")},
{ name:"yyyb", title:lang.yyyb, content:toArray("i:,i,e,æ,ʌ,ə:,ə,u:,u,ɔ:,ɔ,a:,ei,ai,ɔi,əu,au,iə,εə,uə,p,t,k,b,d,g,f,s,ʃ,θ,h,v,z,ʒ,ð,tʃ,tr,ts,dʒ,dr,dz,m,n,ŋ,l,r,w,j,")},
{ name:"zyzf", title:lang.zyzf, content:toArray("ㄅ,ㄆ,ㄇ,ㄈ,ㄉ,ㄊ,ㄋ,ㄌ,ㄍ,ㄎ,ㄏ,ㄐ,ㄑ,ㄒ,ㄓ,ㄔ,ㄕ,ㄖ,ㄗ,ㄘ,ㄙ,ㄚ,ㄛ,ㄜ,ㄝ,ㄞ,ㄟ,ㄠ,ㄡ,ㄢ,ㄣ,ㄤ,ㄥ,ㄦ,ㄧ,ㄨ")}
];
(function createTab(content) {
for (var i = 0, ci; ci = content[i++];) {
var span = document.createElement("span");
span.setAttribute("tabSrc", ci.name);
span.innerHTML = ci.title;
if (i == 1)span.className = "focus";
domUtils.on(span, "click", function () {
var tmps = $G("tabHeads").children;
for (var k = 0, sk; sk = tmps[k++];) {
sk.className = "";
}
tmps = $G("tabBodys").children;
for (var k = 0, sk; sk = tmps[k++];) {
sk.style.display = "none";
}
this.className = "focus";
$G(this.getAttribute("tabSrc")).style.display = "";
});
$G("tabHeads").appendChild(span);
domUtils.insertAfter(span, document.createTextNode("\n"));
var div = document.createElement("div");
div.id = ci.name;
div.style.display = (i == 1) ? "" : "none";
var cons = ci.content;
for (var j = 0, con; con = cons[j++];) {
var charSpan = document.createElement("span");
charSpan.innerHTML = con;
domUtils.on(charSpan, "click", function () {
editor.execCommand("insertHTML", this.innerHTML);
dialog.close();
});
div.appendChild(charSpan);
}
$G("tabBodys").appendChild(div);
}
})(charsContent);
function toArray(str) {
return str.split(",");
}
================================================
FILE: 后台cms/public/static/UEditor/dialogs/table/edittable.css
================================================
body{
overflow: hidden;
width: 540px;
}
.wrapper {
margin: 10px auto 0;
font-size: 12px;
overflow: hidden;
width: 520px;
height: 315px;
}
.clear {
clear: both;
}
.wrapper .left {
float: left;
margin-left: 10px;;
}
.wrapper .right {
float: right;
border-left: 2px dotted #EDEDED;
padding-left: 15px;
}
.section {
margin-bottom: 15px;
width: 240px;
overflow: hidden;
}
.section h3 {
font-weight: bold;
padding: 5px 0;
margin-bottom: 10px;
border-bottom: 1px solid #EDEDED;
font-size: 12px;
}
.section ul {
list-style: none;
overflow: hidden;
clear: both;
}
.section li {
float: left;
width: 120px;;
}
.section .tone {
width: 80px;;
}
.section .preview {
width: 220px;
}
.section .preview table {
text-align: center;
vertical-align: middle;
color: #666;
}
.section .preview caption {
font-weight: bold;
}
.section .preview td {
border-width: 1px;
border-style: solid;
height: 22px;
}
.section .preview th {
border-style: solid;
border-color: #DDD;
border-width: 2px 1px 1px 1px;
height: 22px;
background-color: #F7F7F7;
}
================================================
FILE: 后台cms/public/static/UEditor/dialogs/table/edittable.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/table/edittable.js
================================================
/**
* Created with JetBrains PhpStorm.
* User: xuheng
* Date: 12-12-19
* Time: 下午4:55
* To change this template use File | Settings | File Templates.
*/
(function () {
var title = $G("J_title"),
titleCol = $G("J_titleCol"),
caption = $G("J_caption"),
sorttable = $G("J_sorttable"),
autoSizeContent = $G("J_autoSizeContent"),
autoSizePage = $G("J_autoSizePage"),
tone = $G("J_tone"),
me,
preview = $G("J_preview");
var editTable = function () {
me = this;
me.init();
};
editTable.prototype = {
init:function () {
var colorPiker = new UE.ui.ColorPicker({
editor:editor
}),
colorPop = new UE.ui.Popup({
editor:editor,
content:colorPiker
});
title.checked = editor.queryCommandState("inserttitle") == -1;
titleCol.checked = editor.queryCommandState("inserttitlecol") == -1;
caption.checked = editor.queryCommandState("insertcaption") == -1;
sorttable.checked = editor.queryCommandState("enablesort") == 1;
var enablesortState = editor.queryCommandState("enablesort"),
disablesortState = editor.queryCommandState("disablesort");
sorttable.checked = !!(enablesortState < 0 && disablesortState >=0);
sorttable.disabled = !!(enablesortState < 0 && disablesortState < 0);
sorttable.title = enablesortState < 0 && disablesortState < 0 ? lang.errorMsg:'';
me.createTable(title.checked, titleCol.checked, caption.checked);
me.setAutoSize();
me.setColor(me.getColor());
domUtils.on(title, "click", me.titleHanler);
domUtils.on(titleCol, "click", me.titleColHanler);
domUtils.on(caption, "click", me.captionHanler);
domUtils.on(sorttable, "click", me.sorttableHanler);
domUtils.on(autoSizeContent, "click", me.autoSizeContentHanler);
domUtils.on(autoSizePage, "click", me.autoSizePageHanler);
domUtils.on(tone, "click", function () {
colorPop.showAnchor(tone);
});
domUtils.on(document, 'mousedown', function () {
colorPop.hide();
});
colorPiker.addListener("pickcolor", function () {
me.setColor(arguments[1]);
colorPop.hide();
});
colorPiker.addListener("picknocolor", function () {
me.setColor("");
colorPop.hide();
});
},
createTable:function (hasTitle, hasTitleCol, hasCaption) {
var arr = [],
sortSpan = '^ ';
arr.push("");
if (hasCaption) {
arr.push("" + lang.captionName + " ")
}
if (hasTitle) {
arr.push("");
if(hasTitleCol) { arr.push("" + lang.titleName + " "); }
for (var j = 0; j < 5; j++) {
arr.push("" + lang.titleName + " ");
}
arr.push(" ");
}
for (var i = 0; i < 6; i++) {
arr.push("");
if(hasTitleCol) { arr.push("" + lang.titleName + " ") }
for (var k = 0; k < 5; k++) {
arr.push("" + lang.cellsName + " ")
}
arr.push(" ");
}
arr.push("
");
preview.innerHTML = arr.join("");
this.updateSortSpan();
},
titleHanler:function () {
var example = $G("J_example"),
frg=document.createDocumentFragment(),
color = domUtils.getComputedStyle(domUtils.getElementsByTagName(example, "td")[0], "border-color"),
colCount = example.rows[0].children.length;
if (title.checked) {
example.insertRow(0);
for (var i = 0, node; i < colCount; i++) {
node = document.createElement("th");
node.innerHTML = lang.titleName;
frg.appendChild(node);
}
example.rows[0].appendChild(frg);
} else {
domUtils.remove(example.rows[0]);
}
me.setColor(color);
me.updateSortSpan();
},
titleColHanler:function () {
var example = $G("J_example"),
color = domUtils.getComputedStyle(domUtils.getElementsByTagName(example, "td")[0], "border-color"),
colArr = example.rows,
colCount = colArr.length;
if (titleCol.checked) {
for (var i = 0, node; i < colCount; i++) {
node = document.createElement("th");
node.innerHTML = lang.titleName;
colArr[i].insertBefore(node, colArr[i].children[0]);
}
} else {
for (var i = 0; i < colCount; i++) {
domUtils.remove(colArr[i].children[0]);
}
}
me.setColor(color);
me.updateSortSpan();
},
captionHanler:function () {
var example = $G("J_example");
if (caption.checked) {
var row = document.createElement('caption');
row.innerHTML = lang.captionName;
example.insertBefore(row, example.firstChild);
} else {
domUtils.remove(domUtils.getElementsByTagName(example, 'caption')[0]);
}
},
sorttableHanler:function(){
me.updateSortSpan();
},
autoSizeContentHanler:function () {
var example = $G("J_example");
example.removeAttribute("width");
},
autoSizePageHanler:function () {
var example = $G("J_example");
var tds = example.getElementsByTagName(example, "td");
utils.each(tds, function (td) {
td.removeAttribute("width");
});
example.setAttribute('width', '100%');
},
updateSortSpan: function(){
var example = $G("J_example"),
row = example.rows[0];
var spans = domUtils.getElementsByTagName(example,"span");
utils.each(spans,function(span){
span.parentNode.removeChild(span);
});
if (sorttable.checked) {
utils.each(row.cells, function(cell, i){
var span = document.createElement("span");
span.innerHTML = "^";
cell.appendChild(span);
});
}
},
getColor:function () {
var start = editor.selection.getStart(), color,
cell = domUtils.findParentByTagName(start, ["td", "th", "caption"], true);
color = cell && domUtils.getComputedStyle(cell, "border-color");
if (!color) color = "#DDDDDD";
return color;
},
setColor:function (color) {
var example = $G("J_example"),
arr = domUtils.getElementsByTagName(example, "td").concat(
domUtils.getElementsByTagName(example, "th"),
domUtils.getElementsByTagName(example, "caption")
);
tone.value = color;
utils.each(arr, function (node) {
node.style.borderColor = color;
});
},
setAutoSize:function () {
var me = this;
autoSizePage.checked = true;
me.autoSizePageHanler();
}
};
new editTable;
dialog.onok = function () {
editor.__hasEnterExecCommand = true;
var checks = {
title:"inserttitle deletetitle",
titleCol:"inserttitlecol deletetitlecol",
caption:"insertcaption deletecaption",
sorttable:"enablesort disablesort"
};
editor.fireEvent('saveScene');
for(var i in checks){
var cmds = checks[i].split(" "),
input = $G("J_" + i);
if(input["checked"]){
editor.queryCommandState(cmds[0])!=-1 &&editor.execCommand(cmds[0]);
}else{
editor.queryCommandState(cmds[1])!=-1 &&editor.execCommand(cmds[1]);
}
}
editor.execCommand("edittable", tone.value);
autoSizeContent.checked ?editor.execCommand('adaptbytext') : "";
autoSizePage.checked ? editor.execCommand("adaptbywindow") : "";
editor.fireEvent('saveScene');
editor.__hasEnterExecCommand = false;
};
})();
================================================
FILE: 后台cms/public/static/UEditor/dialogs/table/edittd.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/table/edittip.html
================================================
表格删除提示
================================================
FILE: 后台cms/public/static/UEditor/dialogs/template/config.js
================================================
/**
* Created with JetBrains PhpStorm.
* User: xuheng
* Date: 12-8-8
* Time: 下午2:00
* To change this template use File | Settings | File Templates.
*/
var templates = [
{
"pre":"pre0.png",
'title':lang.blank,
'preHtml':' 欢迎使用UEditor!
',
"html":'欢迎使用UEditor!
'
},
{
"pre":"pre1.png",
'title':lang.blog,
'preHtml':'深入理解Range UEditor二次开发
什么是Range 对于“插入”选项卡上的库,在设计时都充分考虑了其中的项与文档整体外观的协调性。
Range能干什么 在“开始”选项卡上,通过从快速样式库中为所选文本选择一种外观,您可以方便地更改文档中所选文本的格式。
',
"html":'[键入文档标题] [键入文档副标题]
[标题 1] 对于“插入”选项卡上的库,在设计时都充分考虑了其中的项与文档整体外观的协调性。 您可以使用这些库来插入表格、页眉、页脚、列表、封面以及其他文档构建基块。 您创建的图片、图表或关系图也将与当前的文档外观协调一致。
[标题 2] 在“开始”选项卡上,通过从快速样式库中为所选文本选择一种外观,您可以方便地更改文档中所选文本的格式。 您还可以使用“开始”选项卡上的其他控件来直接设置文本格式。大多数控件都允许您选择是使用当前主题外观,还是使用某种直接指定的格式。
[标题 3] 对于“插入”选项卡上的库,在设计时都充分考虑了其中的项与文档整体外观的协调性。 您可以使用这些库来插入表格、页眉、页脚、列表、封面以及其他文档构建基块。 您创建的图片、图表或关系图也将与当前的文档外观协调一致。
'
},
{
"pre":"pre2.png",
'title':lang.resume,
'preHtml':'WEB前端开发简历 插
入
照
片
联系电话: [键入您的电话]
电子邮件: [键入您的电子邮件地址]
家庭住址: [键入您的地址]
目标职位 WEB前端研发工程师
学历
[起止时间] [学校名称] [所学专业] [所获学位]
工作经验
',
"html":'[此处键入简历标题]
【此处插入照片】
联系电话:[键入您的电话]
电子邮件:[键入您的电子邮件地址]
家庭住址:[键入您的地址]
目标职位 [此处键入您的期望职位]
学历
[键入起止时间] [键入学校名称] [键入所学专业] [键入所获学位]
[键入起止时间] [键入学校名称] [键入所学专业] [键入所获学位]
工作经验 [键入起止时间] [键入公司名称] [键入职位名称]
[键入负责项目] [键入项目简介]
[键入负责项目] [键入项目简介]
[键入起止时间] [键入公司名称] [键入职位名称]
[键入负责项目] [键入项目简介]
掌握技能
[这里可以键入您所掌握的技能]
'
},
{
"pre":"pre3.png",
'title':lang.richText,
'preHtml':'[此处键入文章标题] 图文混排方法
图片居左,文字围绕图片排版
方法:在文字前面插入图片,设置居左对齐,然后即可在右边输入多行文
还有没有什么其他的环绕方式呢?这里是居右环绕
欢迎大家多多尝试,为UEditor提供更多高质量模板!
',
"html":'
[此处键入文章标题] 图文混排方法
1. 图片居左,文字围绕图片排版
方法:在文字前面插入图片,设置居左对齐,然后即可在右边输入多行文本
2. 图片居右,文字围绕图片排版
方法:在文字前面插入图片,设置居右对齐,然后即可在左边输入多行文本
3. 图片居中环绕排版
方法:亲,这个真心没有办法。。。
还有没有什么其他的环绕方式呢?这里是居右环绕
欢迎大家多多尝试,为UEditor提供更多高质量模板!
占位
占位
占位
占位
占位
'
},
{
"pre":"pre4.png",
'title':lang.sciPapers,
'preHtml':'[键入文章标题] 摘要 :这里可以输入很长很长很长很长很长很长很长很长很差的摘要
标题 1
这里可以输入很多内容,可以图文混排,可以有列表等。
标题 2
列表 1
列表 2
多级列表 1
多级列表 2
列表 3
标题 3
来个文字图文混排的
',
'html':'[键入文章标题] 摘要 :这里可以输入很长很长很长很长很长很长很长很长很差的摘要
标题 1
这里可以输入很多内容,可以图文混排,可以有列表等。
标题 2
来个列表瞅瞅:
列表 1
列表 2
多级列表 1
多级列表 2
列表 3
标题 3
来个文字图文混排的
这里可以多行
右边是图片
绝对没有问题的,不信你也可以试试看
'
}
];
================================================
FILE: 后台cms/public/static/UEditor/dialogs/template/template.css
================================================
.wrap{ padding: 5px;font-size: 14px;}
.left{width:425px;float: left;}
.right{width:160px;border: 1px solid #ccc;float: right;padding: 5px;margin-right: 5px;}
.right .pre{height: 332px;overflow-y: auto;}
.right .preitem{border: white 1px solid;margin: 5px 0;padding: 2px 0;}
.right .preitem:hover{background-color: lemonChiffon;cursor: pointer;border: #ccc 1px solid;}
.right .preitem img{display: block;margin: 0 auto;width:100px;}
.clear{clear: both;}
.top{height:26px;line-height: 26px;padding: 5px;}
.bottom{height:320px;width:100%;margin: 0 auto;}
.transparent{ background: url("images/bg.gif") repeat;}
.bottom table tr td{border:1px dashed #ccc;}
#colorPicker{width: 17px;height: 17px;border: 1px solid #CCC;display: inline-block;border-radius: 3px;box-shadow: 2px 2px 5px #D3D6DA;}
.border_style1{padding:2px;border: 1px solid #ccc;border-radius: 5px;box-shadow:2px 2px 5px #d3d6da;}
p{margin: 5px 0}
table{clear:both;margin-bottom:10px;border-collapse:collapse;word-break:break-all;}
li{clear:both}
ol{padding-left:40px; }
================================================
FILE: 后台cms/public/static/UEditor/dialogs/template/template.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/template/template.js
================================================
/**
* Created with JetBrains PhpStorm.
* User: xuheng
* Date: 12-8-8
* Time: 下午2:09
* To change this template use File | Settings | File Templates.
*/
(function () {
var me = editor,
preview = $G( "preview" ),
preitem = $G( "preitem" ),
tmps = templates,
currentTmp;
var initPre = function () {
var str = "";
for ( var i = 0, tmp; tmp = tmps[i++]; ) {
str += '';
}
preitem.innerHTML = str;
};
var pre = function ( n ) {
var tmp = tmps[n - 1];
currentTmp = tmp;
clearItem();
domUtils.setStyles( preitem.childNodes[n - 1], {
"background-color":"lemonChiffon",
"border":"#ccc 1px solid"
} );
preview.innerHTML = tmp.preHtml ? tmp.preHtml : "";
};
var clearItem = function () {
var items = preitem.children;
for ( var i = 0, item; item = items[i++]; ) {
domUtils.setStyles( item, {
"background-color":"",
"border":"white 1px solid"
} );
}
};
dialog.onok = function () {
if ( !$G( "issave" ).checked ){
me.execCommand( "cleardoc" );
}
var obj = {
html:currentTmp && currentTmp.html
};
me.execCommand( "template", obj );
};
initPre();
window.pre = pre;
pre(2)
})();
================================================
FILE: 后台cms/public/static/UEditor/dialogs/video/video.css
================================================
@charset "utf-8";
.wrapper{ width: 570px;_width:575px;margin: 10px auto; zoom:1;position: relative}
.tabbody{height: 335px;}
.tabbody .panel {
position: absolute;
width: 0;
height: 0;
background: #fff;
overflow: hidden;
display: none;
}
.tabbody .panel.focus {
width: 100%;
height: 335px;
display: block;
}
.tabbody .panel table td{vertical-align: middle;}
#videoUrl {
width: 490px;
height: 21px;
line-height: 21px;
margin: 8px 5px;
background: #FFF;
border: 1px solid #d7d7d7;
}
#videoSearchTxt{margin-left:15px;background: #FFF;width:200px;height:21px;line-height:21px;border: 1px solid #d7d7d7;}
#searchList{width: 570px;overflow: auto;zoom:1;height: 270px;}
#searchList div{float: left;width: 120px;height: 135px;margin: 5px 15px;}
#searchList img{margin: 2px 8px;cursor: pointer;border: 2px solid #fff} /*不用缩略图*/
#searchList p{margin-left: 10px;}
#videoType{
width: 65px;
height: 23px;
line-height: 22px;
border: 1px solid #d7d7d7;
}
#videoSearchBtn,#videoSearchReset{
/*width: 80px;*/
height: 25px;
line-height: 25px;
background: #eee;
border: 1px solid #d7d7d7;
cursor: pointer;
padding: 0 5px;
}
#preview{position: relative;width: 420px;padding:0;overflow: hidden; margin-left: 10px; _margin-left:5px; height: 280px;background-color: #ddd;float: left}
#preview .previewMsg {position:absolute;top:0;margin:0;padding:0;height:280px;width:100%;background-color: #666;}
#preview .previewMsg span{display:block;margin: 125px auto 0 auto;text-align:center;font-size:18px;color:#fff;}
#preview .previewVideo {position:absolute;top:0;margin:0;padding:0;height:280px;width:100%;}
.edui-video-wrapper fieldset{
border: 1px solid #ddd;
padding-left: 5px;
margin-bottom: 20px;
padding-bottom: 5px;
width: 115px;
}
#videoInfo {width: 120px;float: left;margin-left: 10px;_margin-left:7px;}
fieldset{
border: 1px solid #ddd;
padding-left: 5px;
margin-bottom: 20px;
padding-bottom: 5px;
width: 115px;
}
fieldset legend{font-weight: bold;}
fieldset p{line-height: 30px;}
fieldset input.txt{
width: 65px;
height: 21px;
line-height: 21px;
margin: 8px 5px;
background: #FFF;
border: 1px solid #d7d7d7;
}
label.url{font-weight: bold;margin-left: 5px;color: #06c;}
#videoFloat div{cursor:pointer;opacity: 0.5;filter: alpha(opacity = 50);margin:9px;_margin:5px;width:38px;height:36px;float:left;}
#videoFloat .focus{opacity: 1;filter: alpha(opacity = 100)}
span.view{display: inline-block;width: 30px;float: right;cursor: pointer;color: blue}
/* upload video */
.tabbody #upload.panel {
width: 0;
height: 0;
overflow: hidden;
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
background: #fff;
display: block;
}
.tabbody #upload.panel.focus {
width: 100%;
height: 335px;
display: block;
clip: auto;
}
#upload_alignment div{cursor:pointer;opacity: 0.5;filter: alpha(opacity = 50);margin:9px;_margin:5px;width:38px;height:36px;float:left;}
#upload_alignment .focus{opacity: 1;filter: alpha(opacity = 100)}
#upload_left { width:427px; float:left; }
#upload_left .controller { height: 30px; clear: both; }
#uploadVideoInfo{margin-top:10px;float:right;padding-right:8px;}
#upload .queueList {
margin: 0;
}
#upload p {
margin: 0;
}
.element-invisible {
width: 0 !important;
height: 0 !important;
border: 0;
padding: 0;
margin: 0;
overflow: hidden;
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
}
#upload .placeholder {
margin: 10px;
margin-right:0;
border: 2px dashed #e6e6e6;
*border: 0px dashed #e6e6e6;
height: 161px;
padding-top: 150px;
text-align: center;
width: 97%;
float: left;
background: url(./images/image.png) center 70px no-repeat;
color: #cccccc;
font-size: 18px;
position: relative;
top:0;
*margin-left: 0;
*left: 10px;
}
#upload .placeholder .webuploader-pick {
font-size: 18px;
background: #00b7ee;
border-radius: 3px;
line-height: 44px;
padding: 0 30px;
*width: 120px;
color: #fff;
display: inline-block;
margin: 0 auto 20px auto;
cursor: pointer;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#upload .placeholder .webuploader-pick-hover {
background: #00a2d4;
}
#filePickerContainer {
text-align: center;
}
#upload .placeholder .flashTip {
color: #666666;
font-size: 12px;
position: absolute;
width: 100%;
text-align: center;
bottom: 20px;
}
#upload .placeholder .flashTip a {
color: #0785d1;
text-decoration: none;
}
#upload .placeholder .flashTip a:hover {
text-decoration: underline;
}
#upload .placeholder.webuploader-dnd-over {
border-color: #999999;
}
#upload .filelist {
list-style: none;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
position: relative;
height: 285px;
}
#upload .filelist:after {
content: '';
display: block;
width: 0;
height: 0;
overflow: hidden;
clear: both;
}
#upload .filelist li {
width: 113px;
height: 113px;
background: url(./images/bg.png);
text-align: center;
margin: 15px 0 0 20px;
*margin: 15px 0 0 15px;
position: relative;
display: block;
float: left;
overflow: hidden;
font-size: 12px;
}
#upload .filelist li p.log {
position: relative;
top: -45px;
}
#upload .filelist li p.title {
position: absolute;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
top: 5px;
text-indent: 5px;
text-align: left;
}
#upload .filelist li p.progress {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
height: 8px;
overflow: hidden;
z-index: 50;
margin: 0;
border-radius: 0;
background: none;
-webkit-box-shadow: 0 0 0;
}
#upload .filelist li p.progress span {
display: none;
overflow: hidden;
width: 0;
height: 100%;
background: #1483d8 url(./images/progress.png) repeat-x;
-webit-transition: width 200ms linear;
-moz-transition: width 200ms linear;
-o-transition: width 200ms linear;
-ms-transition: width 200ms linear;
transition: width 200ms linear;
-webkit-animation: progressmove 2s linear infinite;
-moz-animation: progressmove 2s linear infinite;
-o-animation: progressmove 2s linear infinite;
-ms-animation: progressmove 2s linear infinite;
animation: progressmove 2s linear infinite;
-webkit-transform: translateZ(0);
}
@-webkit-keyframes progressmove {
0% {
background-position: 0 0;
}
100% {
background-position: 17px 0;
}
}
@-moz-keyframes progressmove {
0% {
background-position: 0 0;
}
100% {
background-position: 17px 0;
}
}
@keyframes progressmove {
0% {
background-position: 0 0;
}
100% {
background-position: 17px 0;
}
}
#upload .filelist li p.imgWrap {
position: relative;
z-index: 2;
line-height: 113px;
vertical-align: middle;
overflow: hidden;
width: 113px;
height: 113px;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webit-transition: 200ms ease-out;
-moz-transition: 200ms ease-out;
-o-transition: 200ms ease-out;
-ms-transition: 200ms ease-out;
transition: 200ms ease-out;
}
#upload .filelist li p.imgWrap.notimage {
margin-top: 0;
width: 111px;
height: 111px;
border: 1px #eeeeee solid;
}
#upload .filelist li p.imgWrap.notimage i.file-preview {
margin-top: 15px;
}
#upload .filelist li img {
width: 100%;
}
#upload .filelist li p.error {
background: #f43838;
color: #fff;
position: absolute;
bottom: 0;
left: 0;
height: 28px;
line-height: 28px;
width: 100%;
z-index: 100;
display:none;
}
#upload .filelist li .success {
display: block;
position: absolute;
left: 0;
bottom: 0;
height: 40px;
width: 100%;
z-index: 200;
background: url(./images/success.png) no-repeat right bottom;
background-image: url(./images/success.gif) \9;
}
#upload .filelist li.filePickerBlock {
width: 113px;
height: 113px;
background: url(./images/image.png) no-repeat center 12px;
border: 1px solid #eeeeee;
border-radius: 0;
}
#upload .filelist li.filePickerBlock div.webuploader-pick {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
opacity: 0;
background: none;
font-size: 0;
}
#upload .filelist div.file-panel {
position: absolute;
height: 0;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \0;
background: rgba(0, 0, 0, 0.5);
width: 100%;
top: 0;
left: 0;
overflow: hidden;
z-index: 300;
}
#upload .filelist div.file-panel span {
width: 24px;
height: 24px;
display: inline;
float: right;
text-indent: -9999px;
overflow: hidden;
background: url(./images/icons.png) no-repeat;
background: url(./images/icons.gif) no-repeat \9;
margin: 5px 1px 1px;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#upload .filelist div.file-panel span.rotateLeft {
display:none;
background-position: 0 -24px;
}
#upload .filelist div.file-panel span.rotateLeft:hover {
background-position: 0 0;
}
#upload .filelist div.file-panel span.rotateRight {
display:none;
background-position: -24px -24px;
}
#upload .filelist div.file-panel span.rotateRight:hover {
background-position: -24px 0;
}
#upload .filelist div.file-panel span.cancel {
background-position: -48px -24px;
}
#upload .filelist div.file-panel span.cancel:hover {
background-position: -48px 0;
}
#upload .statusBar {
height: 45px;
border-bottom: 1px solid #dadada;
margin: 0 10px;
padding: 0;
line-height: 45px;
vertical-align: middle;
position: relative;
}
#upload .statusBar .progress {
border: 1px solid #1483d8;
width: 198px;
background: #fff;
height: 18px;
position: absolute;
top: 12px;
display: none;
text-align: center;
line-height: 18px;
color: #6dbfff;
margin: 0 10px 0 0;
}
#upload .statusBar .progress span.percentage {
width: 0;
height: 100%;
left: 0;
top: 0;
background: #1483d8;
position: absolute;
}
#upload .statusBar .progress span.text {
position: relative;
z-index: 10;
}
#upload .statusBar .info {
display: inline-block;
font-size: 14px;
color: #666666;
}
#upload .statusBar .btns {
position: absolute;
top: 7px;
right: 0;
line-height: 30px;
}
#filePickerBtn {
display: inline-block;
float: left;
}
#upload .statusBar .btns .webuploader-pick,
#upload .statusBar .btns .uploadBtn,
#upload .statusBar .btns .uploadBtn.state-uploading,
#upload .statusBar .btns .uploadBtn.state-paused {
background: #ffffff;
border: 1px solid #cfcfcf;
color: #565656;
padding: 0 18px;
display: inline-block;
border-radius: 3px;
margin-left: 10px;
cursor: pointer;
font-size: 14px;
float: left;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#upload .statusBar .btns .webuploader-pick-hover,
#upload .statusBar .btns .uploadBtn:hover,
#upload .statusBar .btns .uploadBtn.state-uploading:hover,
#upload .statusBar .btns .uploadBtn.state-paused:hover {
background: #f0f0f0;
}
#upload .statusBar .btns .uploadBtn,
#upload .statusBar .btns .uploadBtn.state-paused{
background: #00b7ee;
color: #fff;
border-color: transparent;
}
#upload .statusBar .btns .uploadBtn:hover,
#upload .statusBar .btns .uploadBtn.state-paused:hover{
background: #00a2d4;
}
#upload .statusBar .btns .uploadBtn.disabled {
pointer-events: none;
filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
}
/* 在线文件的文件预览图标 */
i.file-preview {
display: block;
margin: 10px auto;
width: 70px;
height: 70px;
background-image: url("./images/file-icons.png");
background-image: url("./images/file-icons.gif") \9;
background-position: -140px center;
background-repeat: no-repeat;
}
i.file-preview.file-type-dir{
background-position: 0 center;
}
i.file-preview.file-type-file{
background-position: -140px center;
}
i.file-preview.file-type-filelist{
background-position: -210px center;
}
i.file-preview.file-type-zip,
i.file-preview.file-type-rar,
i.file-preview.file-type-7z,
i.file-preview.file-type-tar,
i.file-preview.file-type-gz,
i.file-preview.file-type-bz2{
background-position: -280px center;
}
i.file-preview.file-type-xls,
i.file-preview.file-type-xlsx{
background-position: -350px center;
}
i.file-preview.file-type-doc,
i.file-preview.file-type-docx{
background-position: -420px center;
}
i.file-preview.file-type-ppt,
i.file-preview.file-type-pptx{
background-position: -490px center;
}
i.file-preview.file-type-vsd{
background-position: -560px center;
}
i.file-preview.file-type-pdf{
background-position: -630px center;
}
i.file-preview.file-type-txt,
i.file-preview.file-type-md,
i.file-preview.file-type-json,
i.file-preview.file-type-htm,
i.file-preview.file-type-xml,
i.file-preview.file-type-html,
i.file-preview.file-type-js,
i.file-preview.file-type-css,
i.file-preview.file-type-php,
i.file-preview.file-type-jsp,
i.file-preview.file-type-asp{
background-position: -700px center;
}
i.file-preview.file-type-apk{
background-position: -770px center;
}
i.file-preview.file-type-exe{
background-position: -840px center;
}
i.file-preview.file-type-ipa{
background-position: -910px center;
}
i.file-preview.file-type-mp4,
i.file-preview.file-type-swf,
i.file-preview.file-type-mkv,
i.file-preview.file-type-avi,
i.file-preview.file-type-flv,
i.file-preview.file-type-mov,
i.file-preview.file-type-mpg,
i.file-preview.file-type-mpeg,
i.file-preview.file-type-ogv,
i.file-preview.file-type-webm,
i.file-preview.file-type-rm,
i.file-preview.file-type-rmvb{
background-position: -980px center;
}
i.file-preview.file-type-ogg,
i.file-preview.file-type-wav,
i.file-preview.file-type-wmv,
i.file-preview.file-type-mid,
i.file-preview.file-type-mp3{
background-position: -1050px center;
}
i.file-preview.file-type-jpg,
i.file-preview.file-type-jpeg,
i.file-preview.file-type-gif,
i.file-preview.file-type-bmp,
i.file-preview.file-type-png,
i.file-preview.file-type-psd{
background-position: -140px center;
}
================================================
FILE: 后台cms/public/static/UEditor/dialogs/video/video.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/video/video.js
================================================
/**
* Created by JetBrains PhpStorm.
* User: taoqili
* Date: 12-2-20
* Time: 上午11:19
* To change this template use File | Settings | File Templates.
*/
(function(){
var video = {},
uploadVideoList = [],
isModifyUploadVideo = false,
uploadFile;
window.onload = function(){
$focus($G("videoUrl"));
initTabs();
initVideo();
initUpload();
};
/* 初始化tab标签 */
function initTabs(){
var tabs = $G('tabHeads').children;
for (var i = 0; i < tabs.length; i++) {
domUtils.on(tabs[i], "click", function (e) {
var j, bodyId, target = e.target || e.srcElement;
for (j = 0; j < tabs.length; j++) {
bodyId = tabs[j].getAttribute('data-content-id');
if(tabs[j] == target){
domUtils.addClass(tabs[j], 'focus');
domUtils.addClass($G(bodyId), 'focus');
}else {
domUtils.removeClasses(tabs[j], 'focus');
domUtils.removeClasses($G(bodyId), 'focus');
}
}
});
}
}
function initVideo(){
createAlignButton( ["videoFloat", "upload_alignment"] );
addUrlChangeListener($G("videoUrl"));
addOkListener();
//编辑视频时初始化相关信息
(function(){
var img = editor.selection.getRange().getClosedNode(),url;
if(img && img.className){
var hasFakedClass = (img.className == "edui-faked-video"),
hasUploadClass = img.className.indexOf("edui-upload-video")!=-1;
if(hasFakedClass || hasUploadClass) {
$G("videoUrl").value = url = img.getAttribute("_url");
$G("videoWidth").value = img.width;
$G("videoHeight").value = img.height;
var align = domUtils.getComputedStyle(img,"float"),
parentAlign = domUtils.getComputedStyle(img.parentNode,"text-align");
updateAlignButton(parentAlign==="center"?"center":align);
}
if(hasUploadClass) {
isModifyUploadVideo = true;
}
}
createPreviewVideo(url);
})();
}
/**
* 监听确认和取消两个按钮事件,用户执行插入或者清空正在播放的视频实例操作
*/
function addOkListener(){
dialog.onok = function(){
$G("preview").innerHTML = "";
var currentTab = findFocus("tabHeads","tabSrc");
switch(currentTab){
case "video":
return insertSingle();
break;
case "videoSearch":
return insertSearch("searchList");
break;
case "upload":
return insertUpload();
break;
}
};
dialog.oncancel = function(){
$G("preview").innerHTML = "";
};
}
/**
* 依据传入的align值更新按钮信息
* @param align
*/
function updateAlignButton( align ) {
var aligns = $G( "videoFloat" ).children;
for ( var i = 0, ci; ci = aligns[i++]; ) {
if ( ci.getAttribute( "name" ) == align ) {
if ( ci.className !="focus" ) {
ci.className = "focus";
}
} else {
if ( ci.className =="focus" ) {
ci.className = "";
}
}
}
}
/**
* 将单个视频信息插入编辑器中
*/
function insertSingle(){
var width = $G("videoWidth"),
height = $G("videoHeight"),
url=$G('videoUrl').value,
align = findFocus("videoFloat","name");
if(!url) return false;
if ( !checkNum( [width, height] ) ) return false;
editor.execCommand('insertvideo', {
url: convert_url(url),
width: width.value,
height: height.value,
align: align
}, isModifyUploadVideo ? 'upload':null);
}
/**
* 将元素id下的所有代表视频的图片插入编辑器中
* @param id
*/
function insertSearch(id){
var imgs = domUtils.getElementsByTagName($G(id),"img"),
videoObjs=[];
for(var i=0,img; img=imgs[i++];){
if(img.getAttribute("selected")){
videoObjs.push({
url:img.getAttribute("ue_video_url"),
width:420,
height:280,
align:"none"
});
}
}
editor.execCommand('insertvideo',videoObjs);
}
/**
* 找到id下具有focus类的节点并返回该节点下的某个属性
* @param id
* @param returnProperty
*/
function findFocus( id, returnProperty ) {
var tabs = $G( id ).children,
property;
for ( var i = 0, ci; ci = tabs[i++]; ) {
if ( ci.className=="focus" ) {
property = ci.getAttribute( returnProperty );
break;
}
}
return property;
}
function convert_url(url){
if ( !url ) return '';
url = utils.trim(url)
.replace(/v\.youku\.com\/v_show\/id_([\w\-=]+)\.html/i, 'player.youku.com/player.php/sid/$1/v.swf')
.replace(/(www\.)?youtube\.com\/watch\?v=([\w\-]+)/i, "www.youtube.com/v/$2")
.replace(/youtu.be\/(\w+)$/i, "www.youtube.com/v/$1")
.replace(/v\.ku6\.com\/.+\/([\w\.]+)\.html.*$/i, "player.ku6.com/refer/$1/v.swf")
.replace(/www\.56\.com\/u\d+\/v_([\w\-]+)\.html/i, "player.56.com/v_$1.swf")
.replace(/www.56.com\/w\d+\/play_album\-aid\-\d+_vid\-([^.]+)\.html/i, "player.56.com/v_$1.swf")
.replace(/v\.pps\.tv\/play_([\w]+)\.html.*$/i, "player.pps.tv/player/sid/$1/v.swf")
.replace(/www\.letv\.com\/ptv\/vplay\/([\d]+)\.html.*$/i, "i7.imgs.letv.com/player/swfPlayer.swf?id=$1&autoplay=0")
.replace(/www\.tudou\.com\/programs\/view\/([\w\-]+)\/?/i, "www.tudou.com/v/$1")
.replace(/v\.qq\.com\/cover\/[\w]+\/[\w]+\/([\w]+)\.html/i, "static.video.qq.com/TPout.swf?vid=$1")
.replace(/v\.qq\.com\/.+[\?\&]vid=([^&]+).*$/i, "static.video.qq.com/TPout.swf?vid=$1")
.replace(/my\.tv\.sohu\.com\/[\w]+\/[\d]+\/([\d]+)\.shtml.*$/i, "share.vrs.sohu.com/my/v.swf&id=$1");
return url;
}
/**
* 检测传入的所有input框中输入的长宽是否是正数
* @param nodes input框集合,
*/
function checkNum( nodes ) {
for ( var i = 0, ci; ci = nodes[i++]; ) {
var value = ci.value;
if ( !isNumber( value ) && value) {
alert( lang.numError );
ci.value = "";
ci.focus();
return false;
}
}
return true;
}
/**
* 数字判断
* @param value
*/
function isNumber( value ) {
return /(0|^[1-9]\d*$)/.test( value );
}
/**
* 创建图片浮动选择按钮
* @param ids
*/
function createAlignButton( ids ) {
for ( var i = 0, ci; ci = ids[i++]; ) {
var floatContainer = $G( ci ),
nameMaps = {"none":lang['default'], "left":lang.floatLeft, "right":lang.floatRight, "center":lang.block};
for ( var j in nameMaps ) {
var div = document.createElement( "div" );
div.setAttribute( "name", j );
if ( j == "none" ) div.className="focus";
div.style.cssText = "background:url(images/" + j + "_focus.jpg);";
div.setAttribute( "title", nameMaps[j] );
floatContainer.appendChild( div );
}
switchSelect( ci );
}
}
/**
* 选择切换
* @param selectParentId
*/
function switchSelect( selectParentId ) {
var selects = $G( selectParentId ).children;
for ( var i = 0, ci; ci = selects[i++]; ) {
domUtils.on( ci, "click", function () {
for ( var j = 0, cj; cj = selects[j++]; ) {
cj.className = "";
cj.removeAttribute && cj.removeAttribute( "class" );
}
this.className = "focus";
} )
}
}
/**
* 监听url改变事件
* @param url
*/
function addUrlChangeListener(url){
if (browser.ie) {
url.onpropertychange = function () {
createPreviewVideo( this.value );
}
} else {
url.addEventListener( "input", function () {
createPreviewVideo( this.value );
}, false );
}
}
/**
* 根据url生成视频预览
* @param url
*/
function createPreviewVideo(url){
if ( !url )return;
var conUrl = convert_url(url);
conUrl = utils.unhtmlForUrl(conUrl);
$G("preview").innerHTML = ''+lang.urlError+'
'+
'' +
' ';
}
/* 插入上传视频 */
function insertUpload(){
var videoObjs=[],
uploadDir = editor.getOpt('videoUrlPrefix'),
width = parseInt($G('upload_width').value, 10) || 420,
height = parseInt($G('upload_height').value, 10) || 280,
align = findFocus("upload_alignment","name") || 'none';
for(var key in uploadVideoList) {
var file = uploadVideoList[key];
videoObjs.push({
url: uploadDir + file.url,
width:width,
height:height,
align:align
});
}
var count = uploadFile.getQueueCount();
if (count) {
$('.info', '#queueList').html('' + '还有2个未上传文件'.replace(/[\d]/, count) + ' ');
return false;
} else {
editor.execCommand('insertvideo', videoObjs, 'upload');
}
}
/*初始化上传标签*/
function initUpload(){
uploadFile = new UploadFile('queueList');
}
/* 上传附件 */
function UploadFile(target) {
this.$wrap = target.constructor == String ? $('#' + target) : $(target);
this.init();
}
UploadFile.prototype = {
init: function () {
this.fileList = [];
this.initContainer();
this.initUploader();
},
initContainer: function () {
this.$queue = this.$wrap.find('.filelist');
},
/* 初始化容器 */
initUploader: function () {
var _this = this,
$ = jQuery, // just in case. Make sure it's not an other libaray.
$wrap = _this.$wrap,
// 图片容器
$queue = $wrap.find('.filelist'),
// 状态栏,包括进度和控制按钮
$statusBar = $wrap.find('.statusBar'),
// 文件总体选择信息。
$info = $statusBar.find('.info'),
// 上传按钮
$upload = $wrap.find('.uploadBtn'),
// 上传按钮
$filePickerBtn = $wrap.find('.filePickerBtn'),
// 上传按钮
$filePickerBlock = $wrap.find('.filePickerBlock'),
// 没选择文件之前的内容。
$placeHolder = $wrap.find('.placeholder'),
// 总体进度条
$progress = $statusBar.find('.progress').hide(),
// 添加的文件数量
fileCount = 0,
// 添加的文件总大小
fileSize = 0,
// 优化retina, 在retina下这个值是2
ratio = window.devicePixelRatio || 1,
// 缩略图大小
thumbnailWidth = 113 * ratio,
thumbnailHeight = 113 * ratio,
// 可能有pedding, ready, uploading, confirm, done.
state = '',
// 所有文件的进度信息,key为file id
percentages = {},
supportTransition = (function () {
var s = document.createElement('p').style,
r = 'transition' in s ||
'WebkitTransition' in s ||
'MozTransition' in s ||
'msTransition' in s ||
'OTransition' in s;
s = null;
return r;
})(),
// WebUploader实例
uploader,
actionUrl = editor.getActionUrl(editor.getOpt('videoActionName')),
fileMaxSize = editor.getOpt('videoMaxSize'),
acceptExtensions = (editor.getOpt('videoAllowFiles') || []).join('').replace(/\./g, ',').replace(/^[,]/, '');;
if (!WebUploader.Uploader.support()) {
$('#filePickerReady').after($('').html(lang.errorNotSupport)).hide();
return;
} else if (!editor.getOpt('videoActionName')) {
$('#filePickerReady').after($('
').html(lang.errorLoadConfig)).hide();
return;
}
uploader = _this.uploader = WebUploader.create({
pick: {
id: '#filePickerReady',
label: lang.uploadSelectFile
},
swf: '../../third-party/webuploader/Uploader.swf',
server: actionUrl,
fileVal: editor.getOpt('videoFieldName'),
duplicate: true,
fileSingleSizeLimit: fileMaxSize,
compress: false
});
uploader.addButton({
id: '#filePickerBlock'
});
uploader.addButton({
id: '#filePickerBtn',
label: lang.uploadAddFile
});
setState('pedding');
// 当有文件添加进来时执行,负责view的创建
function addFile(file) {
var $li = $('
' +
'' + file.name + '
' +
'
' +
'
' +
' '),
$btns = $('
' +
'' + lang.uploadDelete + ' ' +
'' + lang.uploadTurnRight + ' ' +
'' + lang.uploadTurnLeft + '
').appendTo($li),
$prgress = $li.find('p.progress span'),
$wrap = $li.find('p.imgWrap'),
$info = $('
').hide().appendTo($li),
showError = function (code) {
switch (code) {
case 'exceed_size':
text = lang.errorExceedSize;
break;
case 'interrupt':
text = lang.errorInterrupt;
break;
case 'http':
text = lang.errorHttp;
break;
case 'not_allow_type':
text = lang.errorFileType;
break;
default:
text = lang.errorUploadRetry;
break;
}
$info.text(text).show();
};
if (file.getStatus() === 'invalid') {
showError(file.statusText);
} else {
$wrap.text(lang.uploadPreview);
if ('|png|jpg|jpeg|bmp|gif|'.indexOf('|'+file.ext.toLowerCase()+'|') == -1) {
$wrap.empty().addClass('notimage').append('
' +
'
' + file.name + ' ');
} else {
if (browser.ie && browser.version <= 7) {
$wrap.text(lang.uploadNoPreview);
} else {
uploader.makeThumb(file, function (error, src) {
if (error || !src || (/^data:/.test(src) && browser.ie && browser.version <= 7)) {
$wrap.text(lang.uploadNoPreview);
} else {
var $img = $('
');
$wrap.empty().append($img);
$img.on('error', function () {
$wrap.text(lang.uploadNoPreview);
});
}
}, thumbnailWidth, thumbnailHeight);
}
}
percentages[ file.id ] = [ file.size, 0 ];
file.rotation = 0;
/* 检查文件格式 */
if (!file.ext || acceptExtensions.indexOf(file.ext.toLowerCase()) == -1) {
showError('not_allow_type');
uploader.removeFile(file);
}
}
file.on('statuschange', function (cur, prev) {
if (prev === 'progress') {
$prgress.hide().width(0);
} else if (prev === 'queued') {
$li.off('mouseenter mouseleave');
$btns.remove();
}
// 成功
if (cur === 'error' || cur === 'invalid') {
showError(file.statusText);
percentages[ file.id ][ 1 ] = 1;
} else if (cur === 'interrupt') {
showError('interrupt');
} else if (cur === 'queued') {
percentages[ file.id ][ 1 ] = 0;
} else if (cur === 'progress') {
$info.hide();
$prgress.css('display', 'block');
} else if (cur === 'complete') {
}
$li.removeClass('state-' + prev).addClass('state-' + cur);
});
$li.on('mouseenter', function () {
$btns.stop().animate({height: 30});
});
$li.on('mouseleave', function () {
$btns.stop().animate({height: 0});
});
$btns.on('click', 'span', function () {
var index = $(this).index(),
deg;
switch (index) {
case 0:
uploader.removeFile(file);
return;
case 1:
file.rotation += 90;
break;
case 2:
file.rotation -= 90;
break;
}
if (supportTransition) {
deg = 'rotate(' + file.rotation + 'deg)';
$wrap.css({
'-webkit-transform': deg,
'-mos-transform': deg,
'-o-transform': deg,
'transform': deg
});
} else {
$wrap.css('filter', 'progid:DXImageTransform.Microsoft.BasicImage(rotation=' + (~~((file.rotation / 90) % 4 + 4) % 4) + ')');
}
});
$li.insertBefore($filePickerBlock);
}
// 负责view的销毁
function removeFile(file) {
var $li = $('#' + file.id);
delete percentages[ file.id ];
updateTotalProgress();
$li.off().find('.file-panel').off().end().remove();
}
function updateTotalProgress() {
var loaded = 0,
total = 0,
spans = $progress.children(),
percent;
$.each(percentages, function (k, v) {
total += v[ 0 ];
loaded += v[ 0 ] * v[ 1 ];
});
percent = total ? loaded / total : 0;
spans.eq(0).text(Math.round(percent * 100) + '%');
spans.eq(1).css('width', Math.round(percent * 100) + '%');
updateStatus();
}
function setState(val, files) {
if (val != state) {
var stats = uploader.getStats();
$upload.removeClass('state-' + state);
$upload.addClass('state-' + val);
switch (val) {
/* 未选择文件 */
case 'pedding':
$queue.addClass('element-invisible');
$statusBar.addClass('element-invisible');
$placeHolder.removeClass('element-invisible');
$progress.hide(); $info.hide();
uploader.refresh();
break;
/* 可以开始上传 */
case 'ready':
$placeHolder.addClass('element-invisible');
$queue.removeClass('element-invisible');
$statusBar.removeClass('element-invisible');
$progress.hide(); $info.show();
$upload.text(lang.uploadStart);
uploader.refresh();
break;
/* 上传中 */
case 'uploading':
$progress.show(); $info.hide();
$upload.text(lang.uploadPause);
break;
/* 暂停上传 */
case 'paused':
$progress.show(); $info.hide();
$upload.text(lang.uploadContinue);
break;
case 'confirm':
$progress.show(); $info.hide();
$upload.text(lang.uploadStart);
stats = uploader.getStats();
if (stats.successNum && !stats.uploadFailNum) {
setState('finish');
return;
}
break;
case 'finish':
$progress.hide(); $info.show();
if (stats.uploadFailNum) {
$upload.text(lang.uploadRetry);
} else {
$upload.text(lang.uploadStart);
}
break;
}
state = val;
updateStatus();
}
if (!_this.getQueueCount()) {
$upload.addClass('disabled')
} else {
$upload.removeClass('disabled')
}
}
function updateStatus() {
var text = '', stats;
if (state === 'ready') {
text = lang.updateStatusReady.replace('_', fileCount).replace('_KB', WebUploader.formatSize(fileSize));
} else if (state === 'confirm') {
stats = uploader.getStats();
if (stats.uploadFailNum) {
text = lang.updateStatusConfirm.replace('_', stats.successNum).replace('_', stats.successNum);
}
} else {
stats = uploader.getStats();
text = lang.updateStatusFinish.replace('_', fileCount).
replace('_KB', WebUploader.formatSize(fileSize)).
replace('_', stats.successNum);
if (stats.uploadFailNum) {
text += lang.updateStatusError.replace('_', stats.uploadFailNum);
}
}
$info.html(text);
}
uploader.on('fileQueued', function (file) {
fileCount++;
fileSize += file.size;
if (fileCount === 1) {
$placeHolder.addClass('element-invisible');
$statusBar.show();
}
addFile(file);
});
uploader.on('fileDequeued', function (file) {
fileCount--;
fileSize -= file.size;
removeFile(file);
updateTotalProgress();
});
uploader.on('filesQueued', function (file) {
if (!uploader.isInProgress() && (state == 'pedding' || state == 'finish' || state == 'confirm' || state == 'ready')) {
setState('ready');
}
updateTotalProgress();
});
uploader.on('all', function (type, files) {
switch (type) {
case 'uploadFinished':
setState('confirm', files);
break;
case 'startUpload':
/* 添加额外的GET参数 */
var params = utils.serializeParam(editor.queryCommandValue('serverparam')) || '',
url = utils.formatUrl(actionUrl + (actionUrl.indexOf('?') == -1 ? '?':'&') + 'encode=utf-8&' + params);
uploader.option('server', url);
setState('uploading', files);
break;
case 'stopUpload':
setState('paused', files);
break;
}
});
uploader.on('uploadBeforeSend', function (file, data, header) {
//这里可以通过data对象添加POST参数
header['X_Requested_With'] = 'XMLHttpRequest';
// HaoChuan9421
if(editor.options.headers && Object.prototype.toString.apply(editor.options.headers) === "[object Object]"){
for(var key in editor.options.headers){
header[key] = editor.options.headers[key]
}
}
});
uploader.on('uploadProgress', function (file, percentage) {
var $li = $('#' + file.id),
$percent = $li.find('.progress span');
$percent.css('width', percentage * 100 + '%');
percentages[ file.id ][ 1 ] = percentage;
updateTotalProgress();
});
uploader.on('uploadSuccess', function (file, ret) {
var $file = $('#' + file.id);
try {
var responseText = (ret._raw || ret),
json = utils.str2json(responseText);
if (json.state == 'SUCCESS') {
uploadVideoList.push({
'url': json.url,
'type': json.type,
'original':json.original
});
$file.append('
');
} else {
$file.find('.error').text(json.state).show();
}
} catch (e) {
$file.find('.error').text(lang.errorServerUpload).show();
}
});
uploader.on('uploadError', function (file, code) {
});
uploader.on('error', function (code, file) {
if (code == 'Q_TYPE_DENIED' || code == 'F_EXCEED_SIZE') {
addFile(file);
}
});
uploader.on('uploadComplete', function (file, ret) {
});
$upload.on('click', function () {
if ($(this).hasClass('disabled')) {
return false;
}
if (state === 'ready') {
uploader.upload();
} else if (state === 'paused') {
uploader.upload();
} else if (state === 'uploading') {
uploader.stop();
}
});
$upload.addClass('state-' + state);
updateTotalProgress();
},
getQueueCount: function () {
var file, i, status, readyFile = 0, files = this.uploader.getFiles();
for (i = 0; file = files[i++]; ) {
status = file.getStatus();
if (status == 'queued' || status == 'uploading' || status == 'progress') readyFile++;
}
return readyFile;
},
refresh: function(){
this.uploader.refresh();
}
};
})();
================================================
FILE: 后台cms/public/static/UEditor/dialogs/webapp/webapp.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/wordimage/tangram.js
================================================
// Copyright (c) 2009, Baidu Inc. All rights reserved.
//
// Licensed under the BSD License
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http:// tangram.baidu.com/license.html
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS-IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
/**
* @namespace T Tangram七巧板
* @name T
* @version 1.6.0
*/
/**
* 声明baidu包
* @author: allstar, erik, meizz, berg
*/
var T,
baidu = T = baidu || {version: "1.5.0"};
baidu.guid = "$BAIDU$";
baidu.$$ = window[baidu.guid] = window[baidu.guid] || {global:{}};
/**
* 使用flash资源封装的一些功能
* @namespace baidu.flash
*/
baidu.flash = baidu.flash || {};
/**
* 操作dom的方法
* @namespace baidu.dom
*/
baidu.dom = baidu.dom || {};
/**
* 从文档中获取指定的DOM元素
* @name baidu.dom.g
* @function
* @grammar baidu.dom.g(id)
* @param {string|HTMLElement} id 元素的id或DOM元素.
* @shortcut g,T.G
* @meta standard
* @see baidu.dom.q
*
* @return {HTMLElement|null} 获取的元素,查找不到时返回null,如果参数不合法,直接返回参数.
*/
baidu.dom.g = function(id) {
if (!id) return null;
if ('string' == typeof id || id instanceof String) {
return document.getElementById(id);
} else if (id.nodeName && (id.nodeType == 1 || id.nodeType == 9)) {
return id;
}
return null;
};
baidu.g = baidu.G = baidu.dom.g;
/**
* 操作数组的方法
* @namespace baidu.array
*/
baidu.array = baidu.array || {};
/**
* 遍历数组中所有元素
* @name baidu.array.each
* @function
* @grammar baidu.array.each(source, iterator[, thisObject])
* @param {Array} source 需要遍历的数组
* @param {Function} iterator 对每个数组元素进行调用的函数,该函数有两个参数,第一个为数组元素,第二个为数组索引值,function (item, index)。
* @param {Object} [thisObject] 函数调用时的this指针,如果没有此参数,默认是当前遍历的数组
* @remark
* each方法不支持对Object的遍历,对Object的遍历使用baidu.object.each 。
* @shortcut each
* @meta standard
*
* @returns {Array} 遍历的数组
*/
baidu.each = baidu.array.forEach = baidu.array.each = function (source, iterator, thisObject) {
var returnValue, item, i, len = source.length;
if ('function' == typeof iterator) {
for (i = 0; i < len; i++) {
item = source[i];
returnValue = iterator.call(thisObject || source, item, i);
if (returnValue === false) {
break;
}
}
}
return source;
};
/**
* 对语言层面的封装,包括类型判断、模块扩展、继承基类以及对象自定义事件的支持。
* @namespace baidu.lang
*/
baidu.lang = baidu.lang || {};
/**
* 判断目标参数是否为function或Function实例
* @name baidu.lang.isFunction
* @function
* @grammar baidu.lang.isFunction(source)
* @param {Any} source 目标参数
* @version 1.2
* @see baidu.lang.isString,baidu.lang.isObject,baidu.lang.isNumber,baidu.lang.isArray,baidu.lang.isElement,baidu.lang.isBoolean,baidu.lang.isDate
* @meta standard
* @returns {boolean} 类型判断结果
*/
baidu.lang.isFunction = function (source) {
return '[object Function]' == Object.prototype.toString.call(source);
};
/**
* 判断目标参数是否string类型或String对象
* @name baidu.lang.isString
* @function
* @grammar baidu.lang.isString(source)
* @param {Any} source 目标参数
* @shortcut isString
* @meta standard
* @see baidu.lang.isObject,baidu.lang.isNumber,baidu.lang.isArray,baidu.lang.isElement,baidu.lang.isBoolean,baidu.lang.isDate
*
* @returns {boolean} 类型判断结果
*/
baidu.lang.isString = function (source) {
return '[object String]' == Object.prototype.toString.call(source);
};
baidu.isString = baidu.lang.isString;
/**
* 判断浏览器类型和特性的属性
* @namespace baidu.browser
*/
baidu.browser = baidu.browser || {};
/**
* 判断是否为opera浏览器
* @property opera opera版本号
* @grammar baidu.browser.opera
* @meta standard
* @see baidu.browser.ie,baidu.browser.firefox,baidu.browser.safari,baidu.browser.chrome
* @returns {Number} opera版本号
*/
/**
* opera 从10开始不是用opera后面的字符串进行版本的判断
* 在Browser identification最后添加Version + 数字进行版本标识
* opera后面的数字保持在9.80不变
*/
baidu.browser.opera = /opera(\/| )(\d+(\.\d+)?)(.+?(version\/(\d+(\.\d+)?)))?/i.test(navigator.userAgent) ? + ( RegExp["\x246"] || RegExp["\x242"] ) : undefined;
/**
* 在目标元素的指定位置插入HTML代码
* @name baidu.dom.insertHTML
* @function
* @grammar baidu.dom.insertHTML(element, position, html)
* @param {HTMLElement|string} element 目标元素或目标元素的id
* @param {string} position 插入html的位置信息,取值为beforeBegin,afterBegin,beforeEnd,afterEnd
* @param {string} html 要插入的html
* @remark
*
* 对于position参数,大小写不敏感
* 参数的意思:beforeBegin<span>afterBegin this is span! beforeEnd</span> afterEnd
* 此外,如果使用本函数插入带有script标签的HTML字符串,script标签对应的脚本将不会被执行。
*
* @shortcut insertHTML
* @meta standard
*
* @returns {HTMLElement} 目标元素
*/
baidu.dom.insertHTML = function (element, position, html) {
element = baidu.dom.g(element);
var range,begin;
if (element.insertAdjacentHTML && !baidu.browser.opera) {
element.insertAdjacentHTML(position, html);
} else {
range = element.ownerDocument.createRange();
position = position.toUpperCase();
if (position == 'AFTERBEGIN' || position == 'BEFOREEND') {
range.selectNodeContents(element);
range.collapse(position == 'AFTERBEGIN');
} else {
begin = position == 'BEFOREBEGIN';
range[begin ? 'setStartBefore' : 'setEndAfter'](element);
range.collapse(begin);
}
range.insertNode(range.createContextualFragment(html));
}
return element;
};
baidu.insertHTML = baidu.dom.insertHTML;
/**
* 操作flash对象的方法,包括创建flash对象、获取flash对象以及判断flash插件的版本号
* @namespace baidu.swf
*/
baidu.swf = baidu.swf || {};
/**
* 浏览器支持的flash插件版本
* @property version 浏览器支持的flash插件版本
* @grammar baidu.swf.version
* @return {String} 版本号
* @meta standard
*/
baidu.swf.version = (function () {
var n = navigator;
if (n.plugins && n.mimeTypes.length) {
var plugin = n.plugins["Shockwave Flash"];
if (plugin && plugin.description) {
return plugin.description
.replace(/([a-zA-Z]|\s)+/, "")
.replace(/(\s)+r/, ".") + ".0";
}
} else if (window.ActiveXObject && !window.opera) {
for (var i = 12; i >= 2; i--) {
try {
var c = new ActiveXObject('ShockwaveFlash.ShockwaveFlash.' + i);
if (c) {
var version = c.GetVariable("$version");
return version.replace(/WIN/g,'').replace(/,/g,'.');
}
} catch(e) {}
}
}
})();
/**
* 操作字符串的方法
* @namespace baidu.string
*/
baidu.string = baidu.string || {};
/**
* 对目标字符串进行html编码
* @name baidu.string.encodeHTML
* @function
* @grammar baidu.string.encodeHTML(source)
* @param {string} source 目标字符串
* @remark
* 编码字符有5个:&<>"'
* @shortcut encodeHTML
* @meta standard
* @see baidu.string.decodeHTML
*
* @returns {string} html编码后的字符串
*/
baidu.string.encodeHTML = function (source) {
return String(source)
.replace(/&/g,'&')
.replace(//g,'>')
.replace(/"/g, """)
.replace(/'/g, "'");
};
baidu.encodeHTML = baidu.string.encodeHTML;
/**
* 创建flash对象的html字符串
* @name baidu.swf.createHTML
* @function
* @grammar baidu.swf.createHTML(options)
*
* @param {Object} options 创建flash的选项参数
* @param {string} options.id 要创建的flash的标识
* @param {string} options.url flash文件的url
* @param {String} options.errorMessage 未安装flash player或flash player版本号过低时的提示
* @param {string} options.ver 最低需要的flash player版本号
* @param {string} options.width flash的宽度
* @param {string} options.height flash的高度
* @param {string} options.align flash的对齐方式,允许值:middle/left/right/top/bottom
* @param {string} options.base 设置用于解析swf文件中的所有相对路径语句的基本目录或URL
* @param {string} options.bgcolor swf文件的背景色
* @param {string} options.salign 设置缩放的swf文件在由width和height设置定义的区域内的位置。允许值:l/r/t/b/tl/tr/bl/br
* @param {boolean} options.menu 是否显示右键菜单,允许值:true/false
* @param {boolean} options.loop 播放到最后一帧时是否重新播放,允许值: true/false
* @param {boolean} options.play flash是否在浏览器加载时就开始播放。允许值:true/false
* @param {string} options.quality 设置flash播放的画质,允许值:low/medium/high/autolow/autohigh/best
* @param {string} options.scale 设置flash内容如何缩放来适应设置的宽高。允许值:showall/noborder/exactfit
* @param {string} options.wmode 设置flash的显示模式。允许值:window/opaque/transparent
* @param {string} options.allowscriptaccess 设置flash与页面的通信权限。允许值:always/never/sameDomain
* @param {string} options.allownetworking 设置swf文件中允许使用的网络API。允许值:all/internal/none
* @param {boolean} options.allowfullscreen 是否允许flash全屏。允许值:true/false
* @param {boolean} options.seamlesstabbing 允许设置执行无缝跳格,从而使用户能跳出flash应用程序。该参数只能在安装Flash7及更高版本的Windows中使用。允许值:true/false
* @param {boolean} options.devicefont 设置静态文本对象是否以设备字体呈现。允许值:true/false
* @param {boolean} options.swliveconnect 第一次加载flash时浏览器是否应启动Java。允许值:true/false
* @param {Object} options.vars 要传递给flash的参数,支持JSON或string类型。
*
* @see baidu.swf.create
* @meta standard
* @returns {string} flash对象的html字符串
*/
baidu.swf.createHTML = function (options) {
options = options || {};
var version = baidu.swf.version,
needVersion = options['ver'] || '6.0.0',
vUnit1, vUnit2, i, k, len, item, tmpOpt = {},
encodeHTML = baidu.string.encodeHTML;
for (k in options) {
tmpOpt[k] = options[k];
}
options = tmpOpt;
if (version) {
version = version.split('.');
needVersion = needVersion.split('.');
for (i = 0; i < 3; i++) {
vUnit1 = parseInt(version[i], 10);
vUnit2 = parseInt(needVersion[i], 10);
if (vUnit2 < vUnit1) {
break;
} else if (vUnit2 > vUnit1) {
return '';
}
}
} else {
return '';
}
var vars = options['vars'],
objProperties = ['classid', 'codebase', 'id', 'width', 'height', 'align'];
options['align'] = options['align'] || 'middle';
options['classid'] = 'clsid:d27cdb6e-ae6d-11cf-96b8-444553540000';
options['codebase'] = 'http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0';
options['movie'] = options['url'] || '';
delete options['vars'];
delete options['url'];
if ('string' == typeof vars) {
options['flashvars'] = vars;
} else {
var fvars = [];
for (k in vars) {
item = vars[k];
fvars.push(k + "=" + encodeURIComponent(item));
}
options['flashvars'] = fvars.join('&');
}
var str = ['
');
var params = {
'wmode' : 1,
'scale' : 1,
'quality' : 1,
'play' : 1,
'loop' : 1,
'menu' : 1,
'salign' : 1,
'bgcolor' : 1,
'base' : 1,
'allowscriptaccess' : 1,
'allownetworking' : 1,
'allowfullscreen' : 1,
'seamlesstabbing' : 1,
'devicefont' : 1,
'swliveconnect' : 1,
'flashvars' : 1,
'movie' : 1
};
for (k in options) {
item = options[k];
k = k.toLowerCase();
if (params[k] && (item || item === false || item === 0)) {
str.push(' ');
}
}
options['src'] = options['movie'];
options['name'] = options['id'];
delete options['id'];
delete options['movie'];
delete options['classid'];
delete options['codebase'];
options['type'] = 'application/x-shockwave-flash';
options['pluginspage'] = 'http://www.macromedia.com/go/getflashplayer';
str.push(' ');
return str.join('');
};
/**
* 在页面中创建一个flash对象
* @name baidu.swf.create
* @function
* @grammar baidu.swf.create(options[, container])
*
* @param {Object} options 创建flash的选项参数
* @param {string} options.id 要创建的flash的标识
* @param {string} options.url flash文件的url
* @param {String} options.errorMessage 未安装flash player或flash player版本号过低时的提示
* @param {string} options.ver 最低需要的flash player版本号
* @param {string} options.width flash的宽度
* @param {string} options.height flash的高度
* @param {string} options.align flash的对齐方式,允许值:middle/left/right/top/bottom
* @param {string} options.base 设置用于解析swf文件中的所有相对路径语句的基本目录或URL
* @param {string} options.bgcolor swf文件的背景色
* @param {string} options.salign 设置缩放的swf文件在由width和height设置定义的区域内的位置。允许值:l/r/t/b/tl/tr/bl/br
* @param {boolean} options.menu 是否显示右键菜单,允许值:true/false
* @param {boolean} options.loop 播放到最后一帧时是否重新播放,允许值: true/false
* @param {boolean} options.play flash是否在浏览器加载时就开始播放。允许值:true/false
* @param {string} options.quality 设置flash播放的画质,允许值:low/medium/high/autolow/autohigh/best
* @param {string} options.scale 设置flash内容如何缩放来适应设置的宽高。允许值:showall/noborder/exactfit
* @param {string} options.wmode 设置flash的显示模式。允许值:window/opaque/transparent
* @param {string} options.allowscriptaccess 设置flash与页面的通信权限。允许值:always/never/sameDomain
* @param {string} options.allownetworking 设置swf文件中允许使用的网络API。允许值:all/internal/none
* @param {boolean} options.allowfullscreen 是否允许flash全屏。允许值:true/false
* @param {boolean} options.seamlesstabbing 允许设置执行无缝跳格,从而使用户能跳出flash应用程序。该参数只能在安装Flash7及更高版本的Windows中使用。允许值:true/false
* @param {boolean} options.devicefont 设置静态文本对象是否以设备字体呈现。允许值:true/false
* @param {boolean} options.swliveconnect 第一次加载flash时浏览器是否应启动Java。允许值:true/false
* @param {Object} options.vars 要传递给flash的参数,支持JSON或string类型。
*
* @param {HTMLElement|string} [container] flash对象的父容器元素,不传递该参数时在当前代码位置创建flash对象。
* @meta standard
* @see baidu.swf.createHTML,baidu.swf.getMovie
*/
baidu.swf.create = function (options, target) {
options = options || {};
var html = baidu.swf.createHTML(options)
|| options['errorMessage']
|| '';
if (target && 'string' == typeof target) {
target = document.getElementById(target);
}
baidu.dom.insertHTML( target || document.body ,'beforeEnd',html );
};
/**
* 判断是否为ie浏览器
* @name baidu.browser.ie
* @field
* @grammar baidu.browser.ie
* @returns {Number} IE版本号
*/
baidu.browser.ie = baidu.ie = /msie (\d+\.\d+)/i.test(navigator.userAgent) ? (document.documentMode || + RegExp['\x241']) : undefined;
/**
* 移除数组中的项
* @name baidu.array.remove
* @function
* @grammar baidu.array.remove(source, match)
* @param {Array} source 需要移除项的数组
* @param {Any} match 要移除的项
* @meta standard
* @see baidu.array.removeAt
*
* @returns {Array} 移除后的数组
*/
baidu.array.remove = function (source, match) {
var len = source.length;
while (len--) {
if (len in source && source[len] === match) {
source.splice(len, 1);
}
}
return source;
};
/**
* 判断目标参数是否Array对象
* @name baidu.lang.isArray
* @function
* @grammar baidu.lang.isArray(source)
* @param {Any} source 目标参数
* @meta standard
* @see baidu.lang.isString,baidu.lang.isObject,baidu.lang.isNumber,baidu.lang.isElement,baidu.lang.isBoolean,baidu.lang.isDate
*
* @returns {boolean} 类型判断结果
*/
baidu.lang.isArray = function (source) {
return '[object Array]' == Object.prototype.toString.call(source);
};
/**
* 将一个变量转换成array
* @name baidu.lang.toArray
* @function
* @grammar baidu.lang.toArray(source)
* @param {mix} source 需要转换成array的变量
* @version 1.3
* @meta standard
* @returns {array} 转换后的array
*/
baidu.lang.toArray = function (source) {
if (source === null || source === undefined)
return [];
if (baidu.lang.isArray(source))
return source;
if (typeof source.length !== 'number' || typeof source === 'string' || baidu.lang.isFunction(source)) {
return [source];
}
if (source.item) {
var l = source.length, array = new Array(l);
while (l--)
array[l] = source[l];
return array;
}
return [].slice.call(source);
};
/**
* 获得flash对象的实例
* @name baidu.swf.getMovie
* @function
* @grammar baidu.swf.getMovie(name)
* @param {string} name flash对象的名称
* @see baidu.swf.create
* @meta standard
* @returns {HTMLElement} flash对象的实例
*/
baidu.swf.getMovie = function (name) {
var movie = document[name], ret;
return baidu.browser.ie == 9 ?
movie && movie.length ?
(ret = baidu.array.remove(baidu.lang.toArray(movie),function(item){
return item.tagName.toLowerCase() != "embed";
})).length == 1 ? ret[0] : ret
: movie
: movie || window[name];
};
baidu.flash._Base = (function(){
var prefix = 'bd__flash__';
/**
* 创建一个随机的字符串
* @private
* @return {String}
*/
function _createString(){
return prefix + Math.floor(Math.random() * 2147483648).toString(36);
};
/**
* 检查flash状态
* @private
* @param {Object} target flash对象
* @return {Boolean}
*/
function _checkReady(target){
if(typeof target !== 'undefined' && typeof target.flashInit !== 'undefined' && target.flashInit()){
return true;
}else{
return false;
}
};
/**
* 调用之前进行压栈的函数
* @private
* @param {Array} callQueue 调用队列
* @param {Object} target flash对象
* @return {Null}
*/
function _callFn(callQueue, target){
var result = null;
callQueue = callQueue.reverse();
baidu.each(callQueue, function(item){
result = target.call(item.fnName, item.params);
item.callBack(result);
});
};
/**
* 为传入的匿名函数创建函数名
* @private
* @param {String|Function} fun 传入的匿名函数或者函数名
* @return {String}
*/
function _createFunName(fun){
var name = '';
if(baidu.lang.isFunction(fun)){
name = _createString();
window[name] = function(){
fun.apply(window, arguments);
};
return name;
}else if(baidu.lang.isString){
return fun;
}
};
/**
* 绘制flash
* @private
* @param {Object} options 创建参数
* @return {Object}
*/
function _render(options){
if(!options.id){
options.id = _createString();
}
var container = options.container || '';
delete(options.container);
baidu.swf.create(options, container);
return baidu.swf.getMovie(options.id);
};
return function(options, callBack){
var me = this,
autoRender = (typeof options.autoRender !== 'undefined' ? options.autoRender : true),
createOptions = options.createOptions || {},
target = null,
isReady = false,
callQueue = [],
timeHandle = null,
callBack = callBack || [];
/**
* 将flash文件绘制到页面上
* @public
* @return {Null}
*/
me.render = function(){
target = _render(createOptions);
if(callBack.length > 0){
baidu.each(callBack, function(funName, index){
callBack[index] = _createFunName(options[funName] || new Function());
});
}
me.call('setJSFuncName', [callBack]);
};
/**
* 返回flash状态
* @return {Boolean}
*/
me.isReady = function(){
return isReady;
};
/**
* 调用flash接口的统一入口
* @param {String} fnName 调用的函数名
* @param {Array} params 传入的参数组成的数组,若不许要参数,需传入空数组
* @param {Function} [callBack] 异步调用后将返回值作为参数的调用回调函数,如无返回值,可以不传入此参数
* @return {Null}
*/
me.call = function(fnName, params, callBack){
if(!fnName) return null;
callBack = callBack || new Function();
var result = null;
if(isReady){
result = target.call(fnName, params);
callBack(result);
}else{
callQueue.push({
fnName: fnName,
params: params,
callBack: callBack
});
(!timeHandle) && (timeHandle = setInterval(_check, 200));
}
};
/**
* 为传入的匿名函数创建函数名
* @public
* @param {String|Function} fun 传入的匿名函数或者函数名
* @return {String}
*/
me.createFunName = function(fun){
return _createFunName(fun);
};
/**
* 检查flash是否ready, 并进行调用
* @private
* @return {Null}
*/
function _check(){
if(_checkReady(target)){
clearInterval(timeHandle);
timeHandle = null;
_call();
isReady = true;
}
};
/**
* 调用之前进行压栈的函数
* @private
* @return {Null}
*/
function _call(){
_callFn(callQueue, target);
callQueue = [];
}
autoRender && me.render();
};
})();
/**
* 创建flash based imageUploader
* @class
* @grammar baidu.flash.imageUploader(options)
* @param {Object} createOptions 创建flash时需要的参数,请参照baidu.swf.create文档
* @config {Object} vars 创建imageUploader时所需要的参数
* @config {Number} vars.gridWidth 每一个预览图片所占的宽度,应该为flash寛的整除
* @config {Number} vars.gridHeight 每一个预览图片所占的高度,应该为flash高的整除
* @config {Number} vars.picWidth 单张预览图片的宽度
* @config {Number} vars.picHeight 单张预览图片的高度
* @config {String} vars.uploadDataFieldName POST请求中图片数据的key,默认值'picdata'
* @config {String} vars.picDescFieldName POST请求中图片描述的key,默认值'picDesc'
* @config {Number} vars.maxSize 文件的最大体积,单位'MB'
* @config {Number} vars.compressSize 上传前如果图片体积超过该值,会先压缩
* @config {Number} vars.maxNum:32 最大上传多少个文件
* @config {Number} vars.compressLength 能接受的最大边长,超过该值会等比压缩
* @config {String} vars.url 上传的url地址
* @config {Number} vars.mode mode == 0时,是使用滚动条,mode == 1时,拉伸flash, 默认值为0
* @see baidu.swf.createHTML
* @param {String} backgroundUrl 背景图片路径
* @param {String} listBacgroundkUrl 布局控件背景
* @param {String} buttonUrl 按钮图片不背景
* @param {String|Function} selectFileCallback 选择文件的回调
* @param {String|Function} exceedFileCallback文件超出限制的最大体积时的回调
* @param {String|Function} deleteFileCallback 删除文件的回调
* @param {String|Function} startUploadCallback 开始上传某个文件时的回调
* @param {String|Function} uploadCompleteCallback 某个文件上传完成的回调
* @param {String|Function} uploadErrorCallback 某个文件上传失败的回调
* @param {String|Function} allCompleteCallback 全部上传完成时的回调
* @param {String|Function} changeFlashHeight 改变Flash的高度,mode==1的时候才有用
*/
baidu.flash.imageUploader = baidu.flash.imageUploader || function(options){
var me = this,
options = options || {},
_flash = new baidu.flash._Base(options, [
'selectFileCallback',
'exceedFileCallback',
'deleteFileCallback',
'startUploadCallback',
'uploadCompleteCallback',
'uploadErrorCallback',
'allCompleteCallback',
'changeFlashHeight'
]);
/**
* 开始或回复上传图片
* @public
* @return {Null}
*/
me.upload = function(){
_flash.call('upload');
};
/**
* 暂停上传图片
* @public
* @return {Null}
*/
me.pause = function(){
_flash.call('pause');
};
me.addCustomizedParams = function(index,obj){
_flash.call('addCustomizedParams',[index,obj]);
}
};
/**
* 操作原生对象的方法
* @namespace baidu.object
*/
baidu.object = baidu.object || {};
/**
* 将源对象的所有属性拷贝到目标对象中
* @author erik
* @name baidu.object.extend
* @function
* @grammar baidu.object.extend(target, source)
* @param {Object} target 目标对象
* @param {Object} source 源对象
* @see baidu.array.merge
* @remark
*
1.目标对象中,与源对象key相同的成员将会被覆盖。
2.源对象的prototype成员不会拷贝。
* @shortcut extend
* @meta standard
*
* @returns {Object} 目标对象
*/
baidu.extend =
baidu.object.extend = function (target, source) {
for (var p in source) {
if (source.hasOwnProperty(p)) {
target[p] = source[p];
}
}
return target;
};
/**
* 创建flash based fileUploader
* @class
* @grammar baidu.flash.fileUploader(options)
* @param {Object} options
* @config {Object} createOptions 创建flash时需要的参数,请参照baidu.swf.create文档
* @config {String} createOptions.width
* @config {String} createOptions.height
* @config {Number} maxNum 最大可选文件数
* @config {Function|String} selectFile
* @config {Function|String} exceedMaxSize
* @config {Function|String} deleteFile
* @config {Function|String} uploadStart
* @config {Function|String} uploadComplete
* @config {Function|String} uploadError
* @config {Function|String} uploadProgress
*/
baidu.flash.fileUploader = baidu.flash.fileUploader || function(options){
var me = this,
options = options || {};
options.createOptions = baidu.extend({
wmod: 'transparent'
},options.createOptions || {});
var _flash = new baidu.flash._Base(options, [
'selectFile',
'exceedMaxSize',
'deleteFile',
'uploadStart',
'uploadComplete',
'uploadError',
'uploadProgress'
]);
_flash.call('setMaxNum', options.maxNum ? [options.maxNum] : [1]);
/**
* 设置当鼠标移动到flash上时,是否变成手型
* @public
* @param {Boolean} isCursor
* @return {Null}
*/
me.setHandCursor = function(isCursor){
_flash.call('setHandCursor', [isCursor || false]);
};
/**
* 设置鼠标相应函数名
* @param {String|Function} fun
*/
me.setMSFunName = function(fun){
_flash.call('setMSFunName',[_flash.createFunName(fun)]);
};
/**
* 执行上传操作
* @param {String} url 上传的url
* @param {String} fieldName 上传的表单字段名
* @param {Object} postData 键值对,上传的POST数据
* @param {Number|Array|null|-1} [index]上传的文件序列
* Int值上传该文件
* Array一次串行上传该序列文件
* -1/null上传所有文件
* @return {Null}
*/
me.upload = function(url, fieldName, postData, index){
if(typeof url !== 'string' || typeof fieldName !== 'string') return null;
if(typeof index === 'undefined') index = -1;
_flash.call('upload', [url, fieldName, postData, index]);
};
/**
* 取消上传操作
* @public
* @param {Number|-1} index
*/
me.cancel = function(index){
if(typeof index === 'undefined') index = -1;
_flash.call('cancel', [index]);
};
/**
* 删除文件
* @public
* @param {Number|Array} [index] 要删除的index,不传则全部删除
* @param {Function} callBack
* */
me.deleteFile = function(index, callBack){
var callBackAll = function(list){
callBack && callBack(list);
};
if(typeof index === 'undefined'){
_flash.call('deleteFilesAll', [], callBackAll);
return;
};
if(typeof index === 'Number') index = [index];
index.sort(function(a,b){
return b-a;
});
baidu.each(index, function(item){
_flash.call('deleteFileBy', item, callBackAll);
});
};
/**
* 添加文件类型,支持macType
* @public
* @param {Object|Array[Object]} type {description:String, extention:String}
* @return {Null};
*/
me.addFileType = function(type){
var type = type || [[]];
if(type instanceof Array) type = [type];
else type = [[type]];
_flash.call('addFileTypes', type);
};
/**
* 设置文件类型,支持macType
* @public
* @param {Object|Array[Object]} type {description:String, extention:String}
* @return {Null};
*/
me.setFileType = function(type){
var type = type || [[]];
if(type instanceof Array) type = [type];
else type = [[type]];
_flash.call('setFileTypes', type);
};
/**
* 设置可选文件的数量限制
* @public
* @param {Number} num
* @return {Null}
*/
me.setMaxNum = function(num){
_flash.call('setMaxNum', [num]);
};
/**
* 设置可选文件大小限制,以兆M为单位
* @public
* @param {Number} num,0为无限制
* @return {Null}
*/
me.setMaxSize = function(num){
_flash.call('setMaxSize', [num]);
};
/**
* @public
*/
me.getFileAll = function(callBack){
_flash.call('getFileAll', [], callBack);
};
/**
* @public
* @param {Number} index
* @param {Function} [callBack]
*/
me.getFileByIndex = function(index, callBack){
_flash.call('getFileByIndex', [], callBack);
};
/**
* @public
* @param {Number} index
* @param {function} [callBack]
*/
me.getStatusByIndex = function(index, callBack){
_flash.call('getStatusByIndex', [], callBack);
};
};
/**
* 使用动态script标签请求服务器资源,包括由服务器端的回调和浏览器端的回调
* @namespace baidu.sio
*/
baidu.sio = baidu.sio || {};
/**
*
* @param {HTMLElement} src script节点
* @param {String} url script节点的地址
* @param {String} [charset] 编码
*/
baidu.sio._createScriptTag = function(scr, url, charset){
scr.setAttribute('type', 'text/javascript');
charset && scr.setAttribute('charset', charset);
scr.setAttribute('src', url);
document.getElementsByTagName('head')[0].appendChild(scr);
};
/**
* 删除script的属性,再删除script标签,以解决修复内存泄漏的问题
*
* @param {HTMLElement} src script节点
*/
baidu.sio._removeScriptTag = function(scr){
if (scr.clearAttributes) {
scr.clearAttributes();
} else {
for (var attr in scr) {
if (scr.hasOwnProperty(attr)) {
delete scr[attr];
}
}
}
if(scr && scr.parentNode){
scr.parentNode.removeChild(scr);
}
scr = null;
};
/**
* 通过script标签加载数据,加载完成由浏览器端触发回调
* @name baidu.sio.callByBrowser
* @function
* @grammar baidu.sio.callByBrowser(url, opt_callback, opt_options)
* @param {string} url 加载数据的url
* @param {Function|string} opt_callback 数据加载结束时调用的函数或函数名
* @param {Object} opt_options 其他可选项
* @config {String} [charset] script的字符集
* @config {Integer} [timeOut] 超时时间,超过这个时间将不再响应本请求,并触发onfailure函数
* @config {Function} [onfailure] timeOut设定后才生效,到达超时时间时触发本函数
* @remark
* 1、与callByServer不同,callback参数只支持Function类型,不支持string。
* 2、如果请求了一个不存在的页面,callback函数在IE/opera下也会被调用,因此使用者需要在onsuccess函数中判断数据是否正确加载。
* @meta standard
* @see baidu.sio.callByServer
*/
baidu.sio.callByBrowser = function (url, opt_callback, opt_options) {
var scr = document.createElement("SCRIPT"),
scriptLoaded = 0,
options = opt_options || {},
charset = options['charset'],
callback = opt_callback || function(){},
timeOut = options['timeOut'] || 0,
timer;
scr.onload = scr.onreadystatechange = function () {
if (scriptLoaded) {
return;
}
var readyState = scr.readyState;
if ('undefined' == typeof readyState
|| readyState == "loaded"
|| readyState == "complete") {
scriptLoaded = 1;
try {
callback();
clearTimeout(timer);
} finally {
scr.onload = scr.onreadystatechange = null;
baidu.sio._removeScriptTag(scr);
}
}
};
if( timeOut ){
timer = setTimeout(function(){
scr.onload = scr.onreadystatechange = null;
baidu.sio._removeScriptTag(scr);
options.onfailure && options.onfailure();
}, timeOut);
}
baidu.sio._createScriptTag(scr, url, charset);
};
/**
* 通过script标签加载数据,加载完成由服务器端触发回调
* @name baidu.sio.callByServer
* @function
* @grammar baidu.sio.callByServer(url, callback[, opt_options])
* @param {string} url 加载数据的url.
* @param {Function|string} callback 服务器端调用的函数或函数名。如果没有指定本参数,将在URL中寻找options['queryField']做为callback的方法名.
* @param {Object} opt_options 加载数据时的选项.
* @config {string} [charset] script的字符集
* @config {string} [queryField] 服务器端callback请求字段名,默认为callback
* @config {Integer} [timeOut] 超时时间(单位:ms),超过这个时间将不再响应本请求,并触发onfailure函数
* @config {Function} [onfailure] timeOut设定后才生效,到达超时时间时触发本函数
* @remark
* 如果url中已经包含key为“options['queryField']”的query项,将会被替换成callback中参数传递或自动生成的函数名。
* @meta standard
* @see baidu.sio.callByBrowser
*/
baidu.sio.callByServer = /**@function*/function(url, callback, opt_options) {
var scr = document.createElement('SCRIPT'),
prefix = 'bd__cbs__',
callbackName,
callbackImpl,
options = opt_options || {},
charset = options['charset'],
queryField = options['queryField'] || 'callback',
timeOut = options['timeOut'] || 0,
timer,
reg = new RegExp('(\\?|&)' + queryField + '=([^&]*)'),
matches;
if (baidu.lang.isFunction(callback)) {
callbackName = prefix + Math.floor(Math.random() * 2147483648).toString(36);
window[callbackName] = getCallBack(0);
} else if(baidu.lang.isString(callback)){
callbackName = callback;
} else {
if (matches = reg.exec(url)) {
callbackName = matches[2];
}
}
if( timeOut ){
timer = setTimeout(getCallBack(1), timeOut);
}
url = url.replace(reg, '\x241' + queryField + '=' + callbackName);
if (url.search(reg) < 0) {
url += (url.indexOf('?') < 0 ? '?' : '&') + queryField + '=' + callbackName;
}
baidu.sio._createScriptTag(scr, url, charset);
/*
* 返回一个函数,用于立即(挂在window上)或者超时(挂在setTimeout中)时执行
*/
function getCallBack(onTimeOut){
/*global callbackName, callback, scr, options;*/
return function(){
try {
if( onTimeOut ){
options.onfailure && options.onfailure();
}else{
callback.apply(window, arguments);
clearTimeout(timer);
}
window[callbackName] = null;
delete window[callbackName];
} catch (exception) {
} finally {
baidu.sio._removeScriptTag(scr);
}
}
}
};
/**
* 通过请求一个图片的方式令服务器存储一条日志
* @function
* @grammar baidu.sio.log(url)
* @param {string} url 要发送的地址.
* @author: int08h,leeight
*/
baidu.sio.log = function(url) {
var img = new Image(),
key = 'tangram_sio_log_' + Math.floor(Math.random() *
2147483648).toString(36);
window[key] = img;
img.onload = img.onerror = img.onabort = function() {
img.onload = img.onerror = img.onabort = null;
window[key] = null;
img = null;
};
img.src = url;
};
/*
* Tangram
* Copyright 2009 Baidu Inc. All rights reserved.
*
* path: baidu/json.js
* author: erik
* version: 1.1.0
* date: 2009/12/02
*/
/**
* 操作json对象的方法
* @namespace baidu.json
*/
baidu.json = baidu.json || {};
/*
* Tangram
* Copyright 2009 Baidu Inc. All rights reserved.
*
* path: baidu/json/parse.js
* author: erik, berg
* version: 1.2
* date: 2009/11/23
*/
/**
* 将字符串解析成json对象。注:不会自动祛除空格
* @name baidu.json.parse
* @function
* @grammar baidu.json.parse(data)
* @param {string} source 需要解析的字符串
* @remark
* 该方法的实现与ecma-262第五版中规定的JSON.parse不同,暂时只支持传入一个参数。后续会进行功能丰富。
* @meta standard
* @see baidu.json.stringify,baidu.json.decode
*
* @returns {JSON} 解析结果json对象
*/
baidu.json.parse = function (data) {
//2010/12/09:更新至不使用原生parse,不检测用户输入是否正确
return (new Function("return (" + data + ")"))();
};
/*
* Tangram
* Copyright 2009 Baidu Inc. All rights reserved.
*
* path: baidu/json/decode.js
* author: erik, cat
* version: 1.3.4
* date: 2010/12/23
*/
/**
* 将字符串解析成json对象,为过时接口,今后会被baidu.json.parse代替
* @name baidu.json.decode
* @function
* @grammar baidu.json.decode(source)
* @param {string} source 需要解析的字符串
* @meta out
* @see baidu.json.encode,baidu.json.parse
*
* @returns {JSON} 解析结果json对象
*/
baidu.json.decode = baidu.json.parse;
/*
* Tangram
* Copyright 2009 Baidu Inc. All rights reserved.
*
* path: baidu/json/stringify.js
* author: erik
* version: 1.1.0
* date: 2010/01/11
*/
/**
* 将json对象序列化
* @name baidu.json.stringify
* @function
* @grammar baidu.json.stringify(value)
* @param {JSON} value 需要序列化的json对象
* @remark
* 该方法的实现与ecma-262第五版中规定的JSON.stringify不同,暂时只支持传入一个参数。后续会进行功能丰富。
* @meta standard
* @see baidu.json.parse,baidu.json.encode
*
* @returns {string} 序列化后的字符串
*/
baidu.json.stringify = (function () {
/**
* 字符串处理时需要转义的字符表
* @private
*/
var escapeMap = {
"\b": '\\b',
"\t": '\\t',
"\n": '\\n',
"\f": '\\f',
"\r": '\\r',
'"' : '\\"',
"\\": '\\\\'
};
/**
* 字符串序列化
* @private
*/
function encodeString(source) {
if (/["\\\x00-\x1f]/.test(source)) {
source = source.replace(
/["\\\x00-\x1f]/g,
function (match) {
var c = escapeMap[match];
if (c) {
return c;
}
c = match.charCodeAt();
return "\\u00"
+ Math.floor(c / 16).toString(16)
+ (c % 16).toString(16);
});
}
return '"' + source + '"';
}
/**
* 数组序列化
* @private
*/
function encodeArray(source) {
var result = ["["],
l = source.length,
preComma, i, item;
for (i = 0; i < l; i++) {
item = source[i];
switch (typeof item) {
case "undefined":
case "function":
case "unknown":
break;
default:
if(preComma) {
result.push(',');
}
result.push(baidu.json.stringify(item));
preComma = 1;
}
}
result.push("]");
return result.join("");
}
/**
* 处理日期序列化时的补零
* @private
*/
function pad(source) {
return source < 10 ? '0' + source : source;
}
/**
* 日期序列化
* @private
*/
function encodeDate(source){
return '"' + source.getFullYear() + "-"
+ pad(source.getMonth() + 1) + "-"
+ pad(source.getDate()) + "T"
+ pad(source.getHours()) + ":"
+ pad(source.getMinutes()) + ":"
+ pad(source.getSeconds()) + '"';
}
return function (value) {
switch (typeof value) {
case 'undefined':
return 'undefined';
case 'number':
return isFinite(value) ? String(value) : "null";
case 'string':
return encodeString(value);
case 'boolean':
return String(value);
default:
if (value === null) {
return 'null';
} else if (value instanceof Array) {
return encodeArray(value);
} else if (value instanceof Date) {
return encodeDate(value);
} else {
var result = ['{'],
encode = baidu.json.stringify,
preComma,
item;
for (var key in value) {
if (Object.prototype.hasOwnProperty.call(value, key)) {
item = value[key];
switch (typeof item) {
case 'undefined':
case 'unknown':
case 'function':
break;
default:
if (preComma) {
result.push(',');
}
preComma = 1;
result.push(encode(key) + ':' + encode(item));
}
}
}
result.push('}');
return result.join('');
}
}
};
})();
/*
* Tangram
* Copyright 2009 Baidu Inc. All rights reserved.
*
* path: baidu/json/encode.js
* author: erik, cat
* version: 1.3.4
* date: 2010/12/23
*/
/**
* 将json对象序列化,为过时接口,今后会被baidu.json.stringify代替
* @name baidu.json.encode
* @function
* @grammar baidu.json.encode(value)
* @param {JSON} value 需要序列化的json对象
* @meta out
* @see baidu.json.decode,baidu.json.stringify
*
* @returns {string} 序列化后的字符串
*/
baidu.json.encode = baidu.json.stringify;
================================================
FILE: 后台cms/public/static/UEditor/dialogs/wordimage/wordimage.html
================================================
================================================
FILE: 后台cms/public/static/UEditor/dialogs/wordimage/wordimage.js
================================================
/**
* Created by JetBrains PhpStorm.
* User: taoqili
* Date: 12-1-30
* Time: 下午12:50
* To change this template use File | Settings | File Templates.
*/
var wordImage = {};
//(function(){
var g = baidu.g,
flashObj,flashContainer;
wordImage.init = function(opt, callbacks) {
showLocalPath("localPath");
//createCopyButton("clipboard","localPath");
createFlashUploader(opt, callbacks);
addUploadListener();
addOkListener();
};
function hideFlash(){
flashObj = null;
flashContainer.innerHTML = "";
}
function addOkListener() {
dialog.onok = function() {
if (!imageUrls.length) return;
var urlPrefix = editor.getOpt('imageUrlPrefix'),
images = domUtils.getElementsByTagName(editor.document,"img");
editor.fireEvent('saveScene');
for (var i = 0,img; img = images[i++];) {
var src = img.getAttribute("word_img");
if (!src) continue;
for (var j = 0,url; url = imageUrls[j++];) {
if (src.indexOf(url.original.replace(" ","")) != -1) {
img.src = urlPrefix + url.url;
img.setAttribute("_src", urlPrefix + url.url); //同时修改"_src"属性
img.setAttribute("title",url.title);
domUtils.removeAttributes(img, ["word_img","style","width","height"]);
editor.fireEvent("selectionchange");
break;
}
}
}
editor.fireEvent('saveScene');
hideFlash();
};
dialog.oncancel = function(){
hideFlash();
}
}
/**
* 绑定开始上传事件
*/
function addUploadListener() {
g("upload").onclick = function () {
flashObj.upload();
this.style.display = "none";
};
}
function showLocalPath(id) {
//单张编辑
var img = editor.selection.getRange().getClosedNode();
var images = editor.execCommand('wordimage');
if(images.length==1 || img && img.tagName == 'IMG'){
g(id).value = images[0];
return;
}
var path = images[0];
var leftSlashIndex = path.lastIndexOf("/")||0, //不同版本的doc和浏览器都可能影响到这个符号,故直接判断两种
rightSlashIndex = path.lastIndexOf("\\")||0,
separater = leftSlashIndex > rightSlashIndex ? "/":"\\" ;
path = path.substring(0, path.lastIndexOf(separater)+1);
g(id).value = path;
}
function createFlashUploader(opt, callbacks) {
//由于lang.flashI18n是静态属性,不可以直接进行修改,否则会影响到后续内容
var i18n = utils.extend({},lang.flashI18n);
//处理图片资源地址的编码,补全等问题
for(var i in i18n){
if(!(i in {"lang":1,"uploadingTF":1,"imageTF":1,"textEncoding":1}) && i18n[i]){
i18n[i] = encodeURIComponent(editor.options.langPath + editor.options.lang + "/images/" + i18n[i]);
}
}
opt = utils.extend(opt,i18n,false);
var option = {
createOptions:{
id:'flash',
url:opt.flashUrl,
width:opt.width,
height:opt.height,
errorMessage:lang.flashError,
wmode:browser.safari ? 'transparent' : 'window',
ver:'10.0.0',
vars:opt,
container:opt.container
}
};
option = extendProperty(callbacks, option);
flashObj = new baidu.flash.imageUploader(option);
flashContainer = $G(opt.container);
}
function extendProperty(fromObj, toObj) {
for (var i in fromObj) {
if (!toObj[i]) {
toObj[i] = fromObj[i];
}
}
return toObj;
}
//})();
function getPasteData(id) {
baidu.g("msg").innerHTML = lang.copySuccess + "";
setTimeout(function() {
baidu.g("msg").innerHTML = "";
}, 5000);
return baidu.g(id).value;
}
function createCopyButton(id, dataFrom) {
baidu.swf.create({
id:"copyFlash",
url:"fClipboard_ueditor.swf",
width:"58",
height:"25",
errorMessage:"",
bgColor:"#CBCBCB",
wmode:"transparent",
ver:"10.0.0",
vars:{
tid:dataFrom
}
}, id
);
var clipboard = baidu.swf.getMovie("copyFlash");
var clipinterval = setInterval(function() {
if (clipboard && clipboard.flashInit) {
clearInterval(clipinterval);
clipboard.setHandCursor(true);
clipboard.setContentFuncName("getPasteData");
//clipboard.setMEFuncName("mouseEventHandler");
}
}, 500);
}
createCopyButton("clipboard", "localPath");
================================================
FILE: 后台cms/public/static/UEditor/lang/en/en.js
================================================
/**
* Created with JetBrains PhpStorm.
* User: taoqili
* Date: 12-6-12
* Time: 下午6:57
* To change this template use File | Settings | File Templates.
*/
UE.I18N['en'] = {
'labelMap':{
'anchor':'Anchor', 'undo':'Undo', 'redo':'Redo', 'bold':'Bold', 'indent':'Indent', 'snapscreen':'SnapScreen',
'italic':'Italic', 'underline':'Underline', 'strikethrough':'Strikethrough', 'subscript':'SubScript','fontborder':'text border',
'superscript':'SuperScript', 'formatmatch':'Format Match', 'source':'Source', 'blockquote':'BlockQuote',
'pasteplain':'PastePlain', 'selectall':'SelectAll', 'print':'Print', 'preview':'Preview',
'horizontal':'Horizontal', 'removeformat':'RemoveFormat', 'time':'Time', 'date':'Date',
'unlink':'Unlink', 'insertrow':'InsertRow', 'insertcol':'InsertCol', 'mergeright':'MergeRight', 'mergedown':'MergeDown',
'deleterow':'DeleteRow', 'deletecol':'DeleteCol', 'splittorows':'SplitToRows','insertcode':'insert code',
'splittocols':'SplitToCols', 'splittocells':'SplitToCells','deletecaption':'DeleteCaption','inserttitle':'InsertTitle',
'mergecells':'MergeCells', 'deletetable':'DeleteTable', 'cleardoc':'Clear', 'insertparagraphbeforetable':"InsertParagraphBeforeTable",
'fontfamily':'FontFamily', 'fontsize':'FontSize', 'paragraph':'Paragraph','simpleupload':'Single Image','insertimage':'Multi Image','edittable':'Edit Table', 'edittd':'Edit Td','link':'Link',
'emotion':'Emotion', 'spechars':'Spechars', 'searchreplace':'SearchReplace', 'map':'BaiduMap', 'gmap':'GoogleMap',
'insertvideo':'Video', 'help':'Help', 'justifyleft':'JustifyLeft', 'justifyright':'JustifyRight', 'justifycenter':'JustifyCenter',
'justifyjustify':'Justify', 'forecolor':'FontColor', 'backcolor':'BackColor', 'insertorderedlist':'OL',
'insertunorderedlist':'UL', 'fullscreen':'FullScreen', 'directionalityltr':'EnterFromLeft', 'directionalityrtl':'EnterFromRight',
'rowspacingtop':'RowSpacingTop', 'rowspacingbottom':'RowSpacingBottom', 'pagebreak':'PageBreak', 'insertframe':'Iframe', 'imagenone':'Default',
'imageleft':'ImageLeft', 'imageright':'ImageRight', 'attachment':'Attachment', 'imagecenter':'ImageCenter', 'wordimage':'WordImage',
'lineheight':'LineHeight','edittip':'EditTip','customstyle':'CustomStyle', 'scrawl':'Scrawl', 'autotypeset':'AutoTypeset',
'webapp':'WebAPP', 'touppercase':'UpperCase', 'tolowercase':'LowerCase','template':'Template','background':'Background','inserttable':'InsertTable',
'music':'Music', 'charts': 'charts','drafts': 'Load from Drafts'
},
'insertorderedlist':{
'num':'1,2,3...',
'num1':'1),2),3)...',
'num2':'(1),(2),(3)...',
'cn':'一,二,三....',
'cn1':'一),二),三)....',
'cn2':'(一),(二),(三)....',
'decimal':'1,2,3...',
'lower-alpha':'a,b,c...',
'lower-roman':'i,ii,iii...',
'upper-alpha':'A,B,C...',
'upper-roman':'I,II,III...'
},
'insertunorderedlist':{
'circle':'○ Circle',
'disc':'● Circle dot',
'square':'■ Rectangle ',
'dash' :'- Dash',
'dot' : '。dot'
},
'paragraph':{'p':'Paragraph', 'h1':'Title 1', 'h2':'Title 2', 'h3':'Title 3', 'h4':'Title 4', 'h5':'Title 5', 'h6':'Title 6'},
'fontfamily':{
'songti':'Sim Sun',
'kaiti':'Sim Kai',
'heiti':'Sim Hei',
'lishu':'Sim Li',
'yahei': 'Microsoft YaHei',
'andaleMono':'Andale Mono',
'arial': 'Arial',
'arialBlack':'Arial Black',
'comicSansMs':'Comic Sans MS',
'impact':'Impact',
'timesNewRoman':'Times New Roman'
},
'customstyle':{
'tc':'Title center',
'tl':'Title left',
'im':'Important',
'hi':'Highlight'
},
'autoupload': {
'exceedSizeError': 'File Size Exceed',
'exceedTypeError': 'File Type Not Allow',
'jsonEncodeError': 'Server Return Format Error',
'loading':"loading...",
'loadError':"load error",
'errorLoadConfig': 'Server config not loaded, upload can not work.',
},
'simpleupload':{
'exceedSizeError': 'File Size Exceed',
'exceedTypeError': 'File Type Not Allow',
'jsonEncodeError': 'Server Return Format Error',
'loading':"loading...",
'loadError':"load error",
'errorLoadConfig': 'Server config not loaded, upload can not work.',
},
'elementPathTip':"Path",
'wordCountTip':"Word Count",
'wordCountMsg':'{#count} characters entered,{#leave} left. ',
'wordOverFlowMsg':'
The number of characters has exceeded allowable maximum values, the server may refuse to save! ',
'ok':"OK",
'cancel':"Cancel",
'closeDialog':"closeDialog",
'tableDrag':"You must import the file uiUtils.js before drag! ",
'autofloatMsg':"The plugin AutoFloat depends on EditorUI!",
'loadconfigError': 'Get server config error.',
'loadconfigFormatError': 'Server config format error.',
'loadconfigHttpError': 'Get server config http error.',
'snapScreen_plugin':{
'browserMsg':"Only IE supported!",
'callBackErrorMsg':"The callback data is wrong,please check the config!",
'uploadErrorMsg':"Upload error,please check your server environment! "
},
'insertcode':{
'as3':'ActionScript 3',
'bash':'Bash/Shell',
'cpp':'C/C++',
'css':'CSS',
'cf':'ColdFusion',
'c#':'C#',
'delphi':'Delphi',
'diff':'Diff',
'erlang':'Erlang',
'groovy':'Groovy',
'html':'HTML',
'java':'Java',
'jfx':'JavaFX',
'js':'JavaScript',
'pl':'Perl',
'php':'PHP',
'plain':'Plain Text',
'ps':'PowerShell',
'python':'Python',
'ruby':'Ruby',
'scala':'Scala',
'sql':'SQL',
'vb':'Visual Basic',
'xml':'XML'
},
'confirmClear':"Do you confirm to clear the Document?",
'contextMenu':{
'delete':"Delete",
'selectall':"Select all",
'deletecode':"Delete Code",
'cleardoc':"Clear Document",
'confirmclear':"Do you confirm to clear the Document?",
'unlink':"Unlink",
'paragraph':"Paragraph",
'edittable':"Table property",
'aligncell':'Align cell',
'aligntable':'Table alignment',
'tableleft':'Left float',
'tablecenter':'Center',
'tableright':'Right float',
'aligntd':'Cell alignment',
'edittd':"Cell property",
'setbordervisible':'set table edge visible',
'table':"Table",
'justifyleft':'Justify Left',
'justifyright':'Justify Right',
'justifycenter':'Justify Center',
'justifyjustify':'Default',
'deletetable':"Delete table",
'insertparagraphbefore':"InsertedBeforeLine",
'insertparagraphafter':'InsertedAfterLine',
'inserttable':'Insert table',
'insertcaption':'Insert caption',
'deletecaption':'Delete Caption',
'inserttitle':'Insert Title',
'deletetitle':'Delete Title',
'inserttitlecol':'Insert Title Col',
'deletetitlecol':'Delete Title Col',
'averageDiseRow':'AverageDise Row',
'averageDisCol':'AverageDis Col',
'deleterow':"Delete row",
'deletecol':"Delete col",
'insertrow':"Insert row",
'insertcol':"Insert col",
'insertrownext':'Insert Row Next',
'insertcolnext':'Insert Col Next',
'mergeright':"Merge right",
'mergeleft':"Merge left",
'mergedown':"Merge down",
'mergecells':"Merge cells",
'splittocells':"Split to cells",
'splittocols':"Split to Cols",
'splittorows':"Split to Rows",
'tablesort':'Table sorting',
'enablesort':'Sorting Enable',
'disablesort':'Sorting Disable',
'reversecurrent':'Reverse current',
'orderbyasc':'Order By ASCII',
'reversebyasc':'Reverse By ASCII',
'orderbynum':'Order By Num',
'reversebynum':'Reverse By Num',
'borderbk':'Border shading',
'setcolor':'interlaced color',
'unsetcolor':'Cancel interlacedcolor',
'setbackground':'Background interlaced',
'unsetbackground':'Cancel Bk interlaced',
'redandblue':'Blue and red',
'threecolorgradient':'Three-color gradient',
'copy':"Copy(Ctrl + c)",
'copymsg':"Browser does not support. Please use 'Ctrl + c' instead!",
'paste':"Paste(Ctrl + v)",
'pastemsg':"Browser does not support. Please use 'Ctrl + v' instead!"
},
'copymsg': "Browser does not support. Please use 'Ctrl + c' instead!",
'pastemsg': "Browser does not support. Please use 'Ctrl + v' instead!",
'anthorMsg':"Link",
'clearColor':'Clear',
'standardColor':'Standard color',
'themeColor':'Theme color',
'property':'Property',
'default':'Default',
'modify':'Modify',
'justifyleft':'Justify Left',
'justifyright':'Justify Right',
'justifycenter':'Justify Center',
'justify':'Default',
'clear':'Clear',
'anchorMsg':'Anchor',
'delete':'Delete',
'clickToUpload':"Click to upload",
'unset':'Language hasn\'t been set!',
't_row':'row',
't_col':'col',
'pasteOpt':'Paste Option',
'pasteSourceFormat':"Keep Source Formatting",
'tagFormat':'Keep tag',
'pasteTextFormat':'Keep Text only',
'more':'More',
'autoTypeSet':{
'mergeLine':"Merge empty line",
'delLine':"Del empty line",
'removeFormat':"Remove format",
'indent':"Indent",
'alignment':"Alignment",
'imageFloat':"Image float",
'removeFontsize':"Remove font size",
'removeFontFamily':"Remove fontFamily",
'removeHtml':"Remove redundant HTML code",
'pasteFilter':"Paste filter",
'run':"Done",
'symbol':'Symbol Conversion',
'bdc2sb':'Full-width to Half-width',
'tobdc':'Half-width to Full-width'
},
'background':{
'static':{
'lang_background_normal':'Normal',
'lang_background_local':'Online',
'lang_background_set':'Background Set',
'lang_background_none':'No Background',
'lang_background_colored':'Colored Background',
'lang_background_color':'Color Set',
'lang_background_netimg':'Net-Image',
'lang_background_align':'Align Type',
'lang_background_position':'Position',
'repeatType':{'options':["Center", "Repeat-x", "Repeat-y", "Tile","Custom"]}
},
'noUploadImage':"No pictures has been uploaded!",
'toggleSelect':'Change the active state by click!\n Image Size: '
},
//===============dialog i18N=======================
'insertimage':{
'static':{
'lang_tab_remote':"Insert",
'lang_tab_upload':"Local",
'lang_tab_online':"Manager",
'lang_tab_search':"Search",
'lang_input_url':"Address:",
'lang_input_size':"Size:",
'lang_input_width':"Width",
'lang_input_height':"Height",
'lang_input_border':"Border:",
'lang_input_vhspace':"Margins:",
'lang_input_title':"Title:",
'lang_input_align':'Image Float Style:',
'lang_imgLoading':"Loading...",
'lang_start_upload':"Start Upload",
'lock':{'title':"Lock rate"},
'searchType':{'title':"ImageType", 'options':["News", "Wallpaper", "emotions", "photo"]},
'searchTxt':{'value':"Enter the search keyword!"},
'searchBtn':{'value':"Search"},
'searchReset':{'value':"Clear"},
'noneAlign':{'title':'None Float'},
'leftAlign':{'title':'Left Float'},
'rightAlign':{'title':'Right Float'},
'centerAlign':{'title':'Center In A Line'}
},
'uploadSelectFile':'Select File',
'uploadAddFile':'Add File',
'uploadStart':'Start Upload',
'uploadPause':'Pause Upload',
'uploadContinue':'Continue Upload',
'uploadRetry':'Retry Upload',
'uploadDelete':'Delete',
'uploadTurnLeft':'Turn Left',
'uploadTurnRight':'Turn Right',
'uploadPreview':'Doing Preview',
'uploadNoPreview':'Can Not Preview',
'updateStatusReady': 'Selected _ pictures, total _KB.',
'updateStatusConfirm': '_ uploaded successfully and _ upload failed',
'updateStatusFinish': 'Total _ pictures (_KB), _ uploaded successfully',
'updateStatusError': ' and _ upload failed',
'errorNotSupport': 'WebUploader does not support the browser you are using. Please upgrade your browser or flash player',
'errorLoadConfig': 'Server config not loaded, upload can not work.',
'errorExceedSize':'File Size Exceed',
'errorFileType':'File Type Not Allow',
'errorInterrupt':'File Upload Interrupted',
'errorUploadRetry':'Upload Error, Please Retry.',
'errorHttp':'Http Error',
'errorServerUpload':'Server Result Error.',
'remoteLockError':"Cannot Lock the Proportion between width and height",
'numError':"Please enter the correct Num. e.g 123,400",
'imageUrlError':"The image format may be wrong!",
'imageLoadError':"Error,please check the network or URL!",
'searchRemind':"Enter the search keyword!",
'searchLoading':"Image is loading,please wait...",
'searchRetry':" Sorry,can't find the image,please try again!"
},
'attachment':{
'static':{
'lang_tab_upload': 'Upload',
'lang_tab_online': 'Online',
'lang_start_upload':"Start upload",
'lang_drop_remind':"You can drop files here, a single maximum of 300 files"
},
'uploadSelectFile':'Select File',
'uploadAddFile':'Add File',
'uploadStart':'Start Upload',
'uploadPause':'Pause Upload',
'uploadContinue':'Continue Upload',
'uploadRetry':'Retry Upload',
'uploadDelete':'Delete',
'uploadTurnLeft':'Turn Left',
'uploadTurnRight':'Turn Right',
'uploadPreview':'Doing Preview',
'updateStatusReady': 'Selected _ files, total _KB.',
'updateStatusConfirm': '_ uploaded successfully and _ upload failed',
'updateStatusFinish': 'Total _ files (_KB), _ uploaded successfully',
'updateStatusError': ' and _ upload failed',
'errorNotSupport': 'WebUploader does not support the browser you are using. Please upgrade your browser or flash player',
'errorLoadConfig': 'Server config not loaded, upload can not work.',
'errorExceedSize':'File Size Exceed',
'errorFileType':'File Type Not Allow',
'errorInterrupt':'File Upload Interrupted',
'errorUploadRetry':'Upload Error, Please Retry.',
'errorHttp':'Http Error',
'errorServerUpload':'Server Result Error.'
},
'insertvideo':{
'static':{
'lang_tab_insertV':"Video",
'lang_tab_searchV':"Search",
'lang_tab_uploadV':"Upload",
'lang_video_url':" URL ",
'lang_video_size':"Video Size",
'lang_videoW':"Width",
'lang_videoH':"Height",
'lang_alignment':"Alignment",
'videoSearchTxt':{'value':"Enter the search keyword!"},
'videoType':{'options':["All", "Hot", "Entertainment", "Funny", "Sports", "Science", "variety"]},
'videoSearchBtn':{'value':"Search in Baidu"},
'videoSearchReset':{'value':"Clear result"},
'lang_input_fileStatus':' No file uploaded!',
'startUpload':{'style':"background:url(upload.png) no-repeat;"},
'lang_upload_size':"Video Size",
'lang_upload_width':"Width",
'lang_upload_height':"Height",
'lang_upload_alignment':"Alignment",
'lang_format_advice':"Recommends mp4 format."
},
'numError':"Please enter the correct Num. e.g 123,400",
'floatLeft':"Float left",
'floatRight':"Float right",
'default':"Default",
'block':"Display in block",
'urlError':"The video url format may be wrong!",
'loading':" The video is loading, please wait…",
'clickToSelect':"Click to select",
'goToSource':'Visit source video ',
'noVideo':" Sorry,can't find the video,please try again!",
'browseFiles':'Open files',
'uploadSuccess':'Upload Successful!',
'delSuccessFile':'Remove from the success of the queue',
'delFailSaveFile':'Remove the save failed file',
'statusPrompt':' file(s) uploaded! ',
'flashVersionError':'The current Flash version is too low, please update FlashPlayer,then try again!',
'flashLoadingError':'The Flash failed loading! Please check the path or network state',
'fileUploadReady':'Wait for uploading...',
'delUploadQueue':'Remove from the uploading queue ',
'limitPrompt1':'Can not choose more than single',
'limitPrompt2':'file(s)!Please choose again!',
'delFailFile':'Remove failure file',
'fileSizeLimit':'File size exceeds the limit!',
'emptyFile':'Can not upload an empty file!',
'fileTypeError':'File type error!',
'unknownError':'Unknown error!',
'fileUploading':'Uploading,please wait...',
'cancelUpload':'Cancel upload',
'netError':'Network error',
'failUpload':'Upload failed',
'serverIOError':'Server IO error!',
'noAuthority':'No Permission!',
'fileNumLimit':'Upload limit to the number',
'failCheck':'Authentication fails, the upload is skipped!',
'fileCanceling':'Cancel, please wait...',
'stopUploading':'Upload has stopped...',
'uploadSelectFile':'Select File',
'uploadAddFile':'Add File',
'uploadStart':'Start Upload',
'uploadPause':'Pause Upload',
'uploadContinue':'Continue Upload',
'uploadRetry':'Retry Upload',
'uploadDelete':'Delete',
'uploadTurnLeft':'Turn Left',
'uploadTurnRight':'Turn Right',
'uploadPreview':'Doing Preview',
'updateStatusReady': 'Selected _ files, total _KB.',
'updateStatusConfirm': '_ uploaded successfully and _ upload failed',
'updateStatusFinish': 'Total _ files (_KB), _ uploaded successfully',
'updateStatusError': ' and _ upload failed',
'errorNotSupport': 'WebUploader does not support the browser you are using. Please upgrade your browser or flash player',
'errorLoadConfig': 'Server config not loaded, upload can not work.',
'errorExceedSize':'File Size Exceed',
'errorFileType':'File Type Not Allow',
'errorInterrupt':'File Upload Interrupted',
'errorUploadRetry':'Upload Error, Please Retry.',
'errorHttp':'Http Error',
'errorServerUpload':'Server Result Error.'
},
'webapp':{
'tip1':"This function provided by Baidu APP,please apply for baidu APPKey webmaster first!",
'tip2':"And then open the file ueditor.config.js to set it! ",
'applyFor':"APPLY FOR",
'anthorApi':"Baidu API"
},
'template':{
'static':{
'lang_template_bkcolor':'Background Color',
'lang_template_clear' : 'Keep Content',
'lang_template_select':'Select Template'
},
'blank':"Blank",
'blog':"Blog",
'resume':"Resume",
'richText':"Rich Text",
'scrPapers':"Scientific Papers"
},
scrawl:{
'static':{
'lang_input_previousStep':"Previous",
'lang_input_nextsStep':"Next",
'lang_input_clear':'Clear',
'lang_input_addPic':'AddImage',
'lang_input_ScalePic':'ScaleImage',
'lang_input_removePic':'RemoveImage',
'J_imgTxt':{title:'Add background image'}
},
'noScarwl':"No paint, a white paper...",
'scrawlUpLoading':"Image is uploading, please wait...",
'continueBtn':"Try again",
'imageError':"Image failed to load!",
'backgroundUploading':'Image is uploading,please wait...'
},
'music':{
'static':{
'lang_input_tips':"Input singer/song/album, search you interested in music!",
'J_searchBtn':{value:'Search songs'}
},
'emptyTxt':'Not search to the relevant music results, please change a keyword try.',
'chapter':'Songs',
'singer':'Singer',
'special':'Album',
'listenTest':'Audition'
},
anchor:{
'static':{
'lang_input_anchorName':'Anchor Name:'
}
},
'charts':{
'static':{
'lang_data_source':'Data source:',
'lang_chart_format': 'Chart format:',
'lang_data_align': 'Align',
'lang_chart_align_same': 'Consistent with the X-axis Y-axis',
'lang_chart_align_reverse': 'X-axis Y-axis opposite',
'lang_chart_title': 'Title',
'lang_chart_main_title': 'main title:',
'lang_chart_sub_title': 'sub title:',
'lang_chart_x_title': 'X-axis title:',
'lang_chart_y_title': 'Y-axis title:',
'lang_chart_tip': 'Prompt',
'lang_cahrt_tip_prefix': 'prefix:',
'lang_cahrt_tip_description': '仅饼图有效, 当鼠标移动到饼图中相应的块上时,提示框内的文字的前缀',
'lang_chart_data_unit': 'Unit',
'lang_chart_data_unit_title': 'unit:',
'lang_chart_data_unit_description': '显示在每个数据点上的数据的单位, 比如: 温度的单位 ℃',
'lang_chart_type': 'Chart type:',
'lang_prev_btn': 'Previous',
'lang_next_btn': 'Next'
}
},
emotion:{
'static':{
'lang_input_choice':'Choice',
'lang_input_Tuzki':'Tuzki',
'lang_input_lvdouwa':'LvDouWa',
'lang_input_BOBO':'BOBO',
'lang_input_babyCat':'BabyCat',
'lang_input_bubble':'Bubble',
'lang_input_youa':'YouA'
}
},
gmap:{
'static':{
'lang_input_address':'Address:',
'lang_input_search':'Search',
'address':{value:"Beijing"}
},
searchError:'Unable to locate the address!'
},
help:{
'static':{
'lang_input_about':'About',
'lang_input_shortcuts':'Shortcuts',
'lang_input_introduction':"UEditor is developed by Baidu Co.ltd. It is lightweight, customizable , focusing on user experience and etc. , UEditor is based on open source BSD license , allowing free use and redistribution.",
'lang_Txt_shortcuts':'Shortcuts',
'lang_Txt_func':'Function',
'lang_Txt_bold':'Bold',
'lang_Txt_copy':'Copy',
'lang_Txt_cut':'Cut',
'lang_Txt_Paste':'Paste',
'lang_Txt_undo':'Undo',
'lang_Txt_redo':'Redo',
'lang_Txt_italic':'Italic',
'lang_Txt_underline':'Underline',
'lang_Txt_selectAll':'Select All',
'lang_Txt_visualEnter':'Submit',
'lang_Txt_fullscreen':'Fullscreen'
}
},
insertframe:{
'static':{
'lang_input_address':'Address:',
'lang_input_width':'Width:',
'lang_input_height':'height:',
'lang_input_isScroll':'Enable scrollbars:',
'lang_input_frameborder':'Show frame border:',
'lang_input_alignMode':'Alignment:',
'align':{title:"Alignment", options:["Default", "Left", "Right", "Center"]}
},
'enterAddress':'Please enter an address!'
},
link:{
'static':{
'lang_input_text':'Text:',
'lang_input_url':'URL:',
'lang_input_title':'Title:',
'lang_input_target':'open in new window:'
},
'validLink':'Supports only effective when a link is selected',
'httpPrompt':'The hyperlink you enter should start with "http|https|ftp://"!'
},
map:{
'static':{
lang_city:"City",
lang_address:"Address",
city:{value:"Beijing"},
lang_search:"Search",
lang_dynamicmap:"Dynamic map"
},
cityMsg:"Please enter the city name!",
errorMsg:"Can't find the place!"
},
searchreplace:{
'static':{
lang_tab_search:"Search",
lang_tab_replace:"Replace",
lang_search1:"Search",
lang_search2:"Search",
lang_replace:"Replace",
lang_searchReg:'Support regular expression ,which starts and ends with a slash ,for example "/expression/"',
lang_searchReg1:'Support regular expression ,which starts and ends with a slash ,for example "/expression/"',
lang_case_sensitive1:"Case sense",
lang_case_sensitive2:"Case sense",
nextFindBtn:{value:"Next"},
preFindBtn:{value:"Preview"},
nextReplaceBtn:{value:"Next"},
preReplaceBtn:{value:"Preview"},
repalceBtn:{value:"Replace"},
repalceAllBtn:{value:"Replace all"}
},
getEnd:"Has the search to the bottom!",
getStart:"Has the search to the top!",
countMsg:"Altogether replaced {#count} character(s)!"
},
snapscreen:{
'static':{
lang_showMsg:"You should install the UEditor screenshots program first!",
lang_download:"Download!",
lang_step1:"Step1:Download the program and then run it",
lang_step2:"Step2:After complete install,try to click the button again"
}
},
spechars:{
'static':{},
tsfh:"Special",
lmsz:"Roman",
szfh:"Numeral",
rwfh:"Japanese",
xlzm:"The Greek",
ewzm:"Russian",
pyzm:"Phonetic",
yyyb:"English",
zyzf:"Others"
},
'edittable':{
'static':{
'lang_tableStyle':'Table style',
'lang_insertCaption':'Add table header row',
'lang_insertTitle':'Add table title row',
'lang_insertTitleCol':'Add table title col',
'lang_tableSize':'Automatically adjust table size',
'lang_autoSizeContent':'Adaptive by form text',
'lang_orderbycontent':"Table of contents sortable",
'lang_autoSizePage':'Page width adaptive',
'lang_example':'Example',
'lang_borderStyle':'Table Border',
'lang_color':'Color:'
},
captionName:'Caption',
titleName:'Title',
cellsName:'text',
errorMsg:'There are merged cells, can not sort.'
},
'edittip':{
'static':{
lang_delRow:'Delete entire row',
lang_delCol:'Delete entire col'
}
},
'edittd':{
'static':{
lang_tdBkColor:'Background Color:'
}
},
'formula':{
'static':{
}
},
wordimage:{
'static':{
lang_resave:"The re-save step",
uploadBtn:{src:"upload.png", alt:"Upload"},
clipboard:{style:"background: url(copy.png) -153px -1px no-repeat;"},
lang_step:" 1. Click top button to copy the url and then open the dialog to paste it. 2. Open after choose photos uploaded process."
},
fileType:"Image",
flashError:"Flash initialization failed!",
netError:"Network error! Please try again!",
copySuccess:"URL has been copied!",
'flashI18n':{
lang:encodeURI( '{"UploadingState":"totalNum: ${a},uploadComplete: ${b}", "BeforeUpload":"waitingNum: ${a}", "ExceedSize":"Size exceed${a}", "ErrorInPreview":"Preview failed", "DefaultDescription":"Description", "LoadingImage":"Loading..."}' ),
uploadingTF:encodeURI( '{"font":"Arial", "size":12, "color":"0x000", "bold":"true", "italic":"false", "underline":"false"}' ),
imageTF:encodeURI( '{"font":"Arial", "size":11, "color":"red", "bold":"false", "italic":"false", "underline":"false"}' ),
textEncoding:"utf-8",
addImageSkinURL:"addImage.png",
allDeleteBtnUpSkinURL:"allDeleteBtnUpSkin.png",
allDeleteBtnHoverSkinURL:"allDeleteBtnHoverSkin.png",
rotateLeftBtnEnableSkinURL:"rotateLeftEnable.png",
rotateLeftBtnDisableSkinURL:"rotateLeftDisable.png",
rotateRightBtnEnableSkinURL:"rotateRightEnable.png",
rotateRightBtnDisableSkinURL:"rotateRightDisable.png",
deleteBtnEnableSkinURL:"deleteEnable.png",
deleteBtnDisableSkinURL:"deleteDisable.png",
backgroundURL:'',
listBackgroundURL:'',
buttonURL:'button.png'
}
},
'autosave': {
'success':'Local conservation success'
}
};
================================================
FILE: 后台cms/public/static/UEditor/lang/zh-cn/zh-cn.js
================================================
/**
* Created with JetBrains PhpStorm.
* User: taoqili
* Date: 12-6-12
* Time: 下午5:02
* To change this template use File | Settings | File Templates.
*/
UE.I18N['zh-cn'] = {
'labelMap':{
'anchor':'锚点', 'undo':'撤销', 'redo':'重做', 'bold':'加粗', 'indent':'首行缩进', 'snapscreen':'截图',
'italic':'斜体', 'underline':'下划线', 'strikethrough':'删除线', 'subscript':'下标','fontborder':'字符边框',
'superscript':'上标', 'formatmatch':'格式刷', 'source':'源代码', 'blockquote':'引用',
'pasteplain':'纯文本粘贴模式', 'selectall':'全选', 'print':'打印', 'preview':'预览',
'horizontal':'分隔线', 'removeformat':'清除格式', 'time':'时间', 'date':'日期',
'unlink':'取消链接', 'insertrow':'前插入行', 'insertcol':'前插入列', 'mergeright':'右合并单元格', 'mergedown':'下合并单元格',
'deleterow':'删除行', 'deletecol':'删除列', 'splittorows':'拆分成行',
'splittocols':'拆分成列', 'splittocells':'完全拆分单元格','deletecaption':'删除表格标题','inserttitle':'插入标题',
'mergecells':'合并多个单元格', 'deletetable':'删除表格', 'cleardoc':'清空文档','insertparagraphbeforetable':"表格前插入行",'insertcode':'代码语言',
'fontfamily':'字体', 'fontsize':'字号', 'paragraph':'段落格式', 'simpleupload':'单图上传', 'insertimage':'多图上传','edittable':'表格属性','edittd':'单元格属性', 'link':'超链接',
'emotion':'表情', 'spechars':'特殊字符', 'searchreplace':'查询替换', 'map':'Baidu地图', 'gmap':'Google地图',
'insertvideo':'视频', 'help':'帮助', 'justifyleft':'居左对齐', 'justifyright':'居右对齐', 'justifycenter':'居中对齐',
'justifyjustify':'两端对齐', 'forecolor':'字体颜色', 'backcolor':'背景色', 'insertorderedlist':'有序列表',
'insertunorderedlist':'无序列表', 'fullscreen':'全屏', 'directionalityltr':'从左向右输入', 'directionalityrtl':'从右向左输入',
'rowspacingtop':'段前距', 'rowspacingbottom':'段后距', 'pagebreak':'分页', 'insertframe':'插入Iframe', 'imagenone':'默认',
'imageleft':'左浮动', 'imageright':'右浮动', 'attachment':'附件', 'imagecenter':'居中', 'wordimage':'图片转存',
'lineheight':'行间距','edittip' :'编辑提示','customstyle':'自定义标题', 'autotypeset':'自动排版',
'webapp':'百度应用','touppercase':'字母大写', 'tolowercase':'字母小写','background':'背景','template':'模板','scrawl':'涂鸦',
'music':'音乐','inserttable':'插入表格','drafts': '从草稿箱加载', 'charts': '图表'
},
'insertorderedlist':{
'num':'1,2,3...',
'num1':'1),2),3)...',
'num2':'(1),(2),(3)...',
'cn':'一,二,三....',
'cn1':'一),二),三)....',
'cn2':'(一),(二),(三)....',
'decimal':'1,2,3...',
'lower-alpha':'a,b,c...',
'lower-roman':'i,ii,iii...',
'upper-alpha':'A,B,C...',
'upper-roman':'I,II,III...'
},
'insertunorderedlist':{
'circle':'○ 大圆圈',
'disc':'● 小黑点',
'square':'■ 小方块 ',
'dash' :'— 破折号',
'dot':' 。 小圆圈'
},
'paragraph':{'p':'段落', 'h1':'标题 1', 'h2':'标题 2', 'h3':'标题 3', 'h4':'标题 4', 'h5':'标题 5', 'h6':'标题 6'},
'fontfamily':{
'songti':'宋体',
'kaiti':'楷体',
'heiti':'黑体',
'lishu':'隶书',
'yahei':'微软雅黑',
'andaleMono':'andale mono',
'arial': 'arial',
'arialBlack':'arial black',
'comicSansMs':'comic sans ms',
'impact':'impact',
'timesNewRoman':'times new roman'
},
'customstyle':{
'tc':'标题居中',
'tl':'标题居左',
'im':'强调',
'hi':'明显强调'
},
'autoupload': {
'exceedSizeError': '文件大小超出限制',
'exceedTypeError': '文件格式不允许',
'jsonEncodeError': '服务器返回格式错误',
'loading':"正在上传...",
'loadError':"上传错误",
'errorLoadConfig': '后端配置项没有正常加载,上传插件不能正常使用!'
},
'simpleupload':{
'exceedSizeError': '文件大小超出限制',
'exceedTypeError': '文件格式不允许',
'jsonEncodeError': '服务器返回格式错误',
'loading':"正在上传...",
'loadError':"上传错误",
'errorLoadConfig': '后端配置项没有正常加载,上传插件不能正常使用!'
},
'elementPathTip':"元素路径",
'wordCountTip':"字数统计",
'wordCountMsg':'当前已输入{#count}个字符, 您还可以输入{#leave}个字符。 ',
'wordOverFlowMsg':'
字数超出最大允许值,服务器可能拒绝保存! ',
'ok':"确认",
'cancel':"取消",
'closeDialog':"关闭对话框",
'tableDrag':"表格拖动必须引入uiUtils.js文件!",
'autofloatMsg':"工具栏浮动依赖编辑器UI,您首先需要引入UI文件!",
'loadconfigError': '获取后台配置项请求出错,上传功能将不能正常使用!',
'loadconfigFormatError': '后台配置项返回格式出错,上传功能将不能正常使用!',
'loadconfigHttpError': '请求后台配置项http错误,上传功能将不能正常使用!',
'snapScreen_plugin':{
'browserMsg':"仅支持IE浏览器!",
'callBackErrorMsg':"服务器返回数据有误,请检查配置项之后重试。",
'uploadErrorMsg':"截图上传失败,请检查服务器端环境! "
},
'insertcode':{
'as3':'ActionScript 3',
'bash':'Bash/Shell',
'cpp':'C/C++',
'css':'CSS',
'cf':'ColdFusion',
'c#':'C#',
'delphi':'Delphi',
'diff':'Diff',
'erlang':'Erlang',
'groovy':'Groovy',
'html':'HTML',
'java':'Java',
'jfx':'JavaFX',
'js':'JavaScript',
'pl':'Perl',
'php':'PHP',
'plain':'Plain Text',
'ps':'PowerShell',
'python':'Python',
'ruby':'Ruby',
'scala':'Scala',
'sql':'SQL',
'vb':'Visual Basic',
'xml':'XML'
},
'confirmClear':"确定清空当前文档么?",
'contextMenu':{
'delete':"删除",
'selectall':"全选",
'deletecode':"删除代码",
'cleardoc':"清空文档",
'confirmclear':"确定清空当前文档么?",
'unlink':"删除超链接",
'paragraph':"段落格式",
'edittable':"表格属性",
'aligntd':"单元格对齐方式",
'aligntable':'表格对齐方式',
'tableleft':'左浮动',
'tablecenter':'居中显示',
'tableright':'右浮动',
'edittd':"单元格属性",
'setbordervisible':'设置表格边线可见',
'justifyleft':'左对齐',
'justifyright':'右对齐',
'justifycenter':'居中对齐',
'justifyjustify':'两端对齐',
'table':"表格",
'inserttable':'插入表格',
'deletetable':"删除表格",
'insertparagraphbefore':"前插入段落",
'insertparagraphafter':'后插入段落',
'deleterow':"删除当前行",
'deletecol':"删除当前列",
'insertrow':"前插入行",
'insertcol':"左插入列",
'insertrownext':'后插入行',
'insertcolnext':'右插入列',
'insertcaption':'插入表格名称',
'deletecaption':'删除表格名称',
'inserttitle':'插入表格标题行',
'deletetitle':'删除表格标题行',
'inserttitlecol':'插入表格标题列',
'deletetitlecol':'删除表格标题列',
'averageDiseRow':'平均分布各行',
'averageDisCol':'平均分布各列',
'mergeright':"向右合并",
'mergeleft':"向左合并",
'mergedown':"向下合并",
'mergecells':"合并单元格",
'splittocells':"完全拆分单元格",
'splittocols':"拆分成列",
'splittorows':"拆分成行",
'tablesort':'表格排序',
'enablesort':'设置表格可排序',
'disablesort':'取消表格可排序',
'reversecurrent':'逆序当前',
'orderbyasc':'按ASCII字符升序',
'reversebyasc':'按ASCII字符降序',
'orderbynum':'按数值大小升序',
'reversebynum':'按数值大小降序',
'borderbk':'边框底纹',
'setcolor':'表格隔行变色',
'unsetcolor':'取消表格隔行变色',
'setbackground':'选区背景隔行',
'unsetbackground':'取消选区背景',
'redandblue':'红蓝相间',
'threecolorgradient':'三色渐变',
'copy':"复制(Ctrl + c)",
'copymsg': "浏览器不支持,请使用 'Ctrl + c'",
'paste':"粘贴(Ctrl + v)",
'pastemsg': "浏览器不支持,请使用 'Ctrl + v'"
},
'copymsg': "浏览器不支持,请使用 'Ctrl + c'",
'pastemsg': "浏览器不支持,请使用 'Ctrl + v'",
'anthorMsg':"链接",
'clearColor':'清空颜色',
'standardColor':'标准颜色',
'themeColor':'主题颜色',
'property':'属性',
'default':'默认',
'modify':'修改',
'justifyleft':'左对齐',
'justifyright':'右对齐',
'justifycenter':'居中',
'justify':'默认',
'clear':'清除',
'anchorMsg':'锚点',
'delete':'删除',
'clickToUpload':"点击上传",
'unset':'尚未设置语言文件',
't_row':'行',
't_col':'列',
'more':'更多',
'pasteOpt':'粘贴选项',
'pasteSourceFormat':"保留源格式",
'tagFormat':'只保留标签',
'pasteTextFormat':'只保留文本',
'autoTypeSet':{
'mergeLine':"合并空行",
'delLine':"清除空行",
'removeFormat':"清除格式",
'indent':"首行缩进",
'alignment':"对齐方式",
'imageFloat':"图片浮动",
'removeFontsize':"清除字号",
'removeFontFamily':"清除字体",
'removeHtml':"清除冗余HTML代码",
'pasteFilter':"粘贴过滤",
'run':"执行",
'symbol':'符号转换',
'bdc2sb':'全角转半角',
'tobdc':'半角转全角'
},
'background':{
'static':{
'lang_background_normal':'背景设置',
'lang_background_local':'在线图片',
'lang_background_set':'选项',
'lang_background_none':'无背景色',
'lang_background_colored':'有背景色',
'lang_background_color':'颜色设置',
'lang_background_netimg':'网络图片',
'lang_background_align':'对齐方式',
'lang_background_position':'精确定位',
'repeatType':{'options':["居中", "横向重复", "纵向重复", "平铺","自定义"]}
},
'noUploadImage':"当前未上传过任何图片!",
'toggleSelect':"单击可切换选中状态\n原图尺寸: "
},
//===============dialog i18N=======================
'insertimage':{
'static':{
'lang_tab_remote':"插入图片", //节点
'lang_tab_upload':"本地上传",
'lang_tab_online':"在线管理",
'lang_tab_search':"图片搜索",
'lang_input_url':"地 址:",
'lang_input_size':"大 小:",
'lang_input_width':"宽度",
'lang_input_height':"高度",
'lang_input_border':"边 框:",
'lang_input_vhspace':"边 距:",
'lang_input_title':"描 述:",
'lang_input_align':'图片浮动方式:',
'lang_imgLoading':" 图片加载中……",
'lang_start_upload':"开始上传",
'lock':{'title':"锁定宽高比例"}, //属性
'searchType':{'title':"图片类型", 'options':["新闻", "壁纸", "表情", "头像"]}, //select的option
'searchTxt':{'value':"请输入搜索关键词"},
'searchBtn':{'value':"百度一下"},
'searchReset':{'value':"清空搜索"},
'noneAlign':{'title':'无浮动'},
'leftAlign':{'title':'左浮动'},
'rightAlign':{'title':'右浮动'},
'centerAlign':{'title':'居中独占一行'}
},
'uploadSelectFile':'点击选择图片',
'uploadAddFile':'继续添加',
'uploadStart':'开始上传',
'uploadPause':'暂停上传',
'uploadContinue':'继续上传',
'uploadRetry':'重试上传',
'uploadDelete':'删除',
'uploadTurnLeft':'向左旋转',
'uploadTurnRight':'向右旋转',
'uploadPreview':'预览中',
'uploadNoPreview':'不能预览',
'updateStatusReady': '选中_张图片,共_KB。',
'updateStatusConfirm': '已成功上传_张照片,_张照片上传失败',
'updateStatusFinish': '共_张(_KB),_张上传成功',
'updateStatusError': ',_张上传失败。',
'errorNotSupport': 'WebUploader 不支持您的浏览器!如果你使用的是IE浏览器,请尝试升级 flash 播放器。',
'errorLoadConfig': '后端配置项没有正常加载,上传插件不能正常使用!',
'errorExceedSize':'文件大小超出',
'errorFileType':'文件格式不允许',
'errorInterrupt':'文件传输中断',
'errorUploadRetry':'上传失败,请重试',
'errorHttp':'http请求错误',
'errorServerUpload':'服务器返回出错',
'remoteLockError':"宽高不正确,不能所定比例",
'numError':"请输入正确的长度或者宽度值!例如:123,400",
'imageUrlError':"不允许的图片格式或者图片域!",
'imageLoadError':"图片加载失败!请检查链接地址或网络状态!",
'searchRemind':"请输入搜索关键词",
'searchLoading':"图片加载中,请稍后……",
'searchRetry':" :( ,抱歉,没有找到图片!请重试一次!"
},
'attachment':{
'static':{
'lang_tab_upload': '上传附件',
'lang_tab_online': '在线附件',
'lang_start_upload':"开始上传",
'lang_drop_remind':"可以将文件拖到这里,单次最多可选100个文件"
},
'uploadSelectFile':'点击选择文件',
'uploadAddFile':'继续添加',
'uploadStart':'开始上传',
'uploadPause':'暂停上传',
'uploadContinue':'继续上传',
'uploadRetry':'重试上传',
'uploadDelete':'删除',
'uploadTurnLeft':'向左旋转',
'uploadTurnRight':'向右旋转',
'uploadPreview':'预览中',
'updateStatusReady': '选中_个文件,共_KB。',
'updateStatusConfirm': '已成功上传_个文件,_个文件上传失败',
'updateStatusFinish': '共_个(_KB),_个上传成功',
'updateStatusError': ',_张上传失败。',
'errorNotSupport': 'WebUploader 不支持您的浏览器!如果你使用的是IE浏览器,请尝试升级 flash 播放器。',
'errorLoadConfig': '后端配置项没有正常加载,上传插件不能正常使用!',
'errorExceedSize':'文件大小超出',
'errorFileType':'文件格式不允许',
'errorInterrupt':'文件传输中断',
'errorUploadRetry':'上传失败,请重试',
'errorHttp':'http请求错误',
'errorServerUpload':'服务器返回出错'
},
'insertvideo':{
'static':{
'lang_tab_insertV':"插入视频",
'lang_tab_searchV':"搜索视频",
'lang_tab_uploadV':"上传视频",
'lang_video_url':"视频网址",
'lang_video_size':"视频尺寸",
'lang_videoW':"宽度",
'lang_videoH':"高度",
'lang_alignment':"对齐方式",
'videoSearchTxt':{'value':"请输入搜索关键字!"},
'videoType':{'options':["全部", "热门", "娱乐", "搞笑", "体育", "科技", "综艺"]},
'videoSearchBtn':{'value':"百度一下"},
'videoSearchReset':{'value':"清空结果"},
'lang_input_fileStatus':' 当前未上传文件',
'startUpload':{'style':"background:url(upload.png) no-repeat;"},
'lang_upload_size':"视频尺寸",
'lang_upload_width':"宽度",
'lang_upload_height':"高度",
'lang_upload_alignment':"对齐方式",
'lang_format_advice':"建议使用mp4格式."
},
'numError':"请输入正确的数值,如123,400",
'floatLeft':"左浮动",
'floatRight':"右浮动",
'"default"':"默认",
'block':"独占一行",
'urlError':"输入的视频地址有误,请检查后再试!",
'loading':" 视频加载中,请等待……",
'clickToSelect':"点击选中",
'goToSource':'访问源视频',
'noVideo':" 抱歉,找不到对应的视频,请重试!",
'browseFiles':'浏览文件',
'uploadSuccess':'上传成功!',
'delSuccessFile':'从成功队列中移除',
'delFailSaveFile':'移除保存失败文件',
'statusPrompt':' 个文件已上传! ',
'flashVersionError':'当前Flash版本过低,请更新FlashPlayer后重试!',
'flashLoadingError':'Flash加载失败!请检查路径或网络状态',
'fileUploadReady':'等待上传……',
'delUploadQueue':'从上传队列中移除',
'limitPrompt1':'单次不能选择超过',
'limitPrompt2':'个文件!请重新选择!',
'delFailFile':'移除失败文件',
'fileSizeLimit':'文件大小超出限制!',
'emptyFile':'空文件无法上传!',
'fileTypeError':'文件类型不允许!',
'unknownError':'未知错误!',
'fileUploading':'上传中,请等待……',
'cancelUpload':'取消上传',
'netError':'网络错误',
'failUpload':'上传失败!',
'serverIOError':'服务器IO错误!',
'noAuthority':'无权限!',
'fileNumLimit':'上传个数限制',
'failCheck':'验证失败,本次上传被跳过!',
'fileCanceling':'取消中,请等待……',
'stopUploading':'上传已停止……',
'uploadSelectFile':'点击选择文件',
'uploadAddFile':'继续添加',
'uploadStart':'开始上传',
'uploadPause':'暂停上传',
'uploadContinue':'继续上传',
'uploadRetry':'重试上传',
'uploadDelete':'删除',
'uploadTurnLeft':'向左旋转',
'uploadTurnRight':'向右旋转',
'uploadPreview':'预览中',
'updateStatusReady': '选中_个文件,共_KB。',
'updateStatusConfirm': '成功上传_个,_个失败',
'updateStatusFinish': '共_个(_KB),_个成功上传',
'updateStatusError': ',_张上传失败。',
'errorNotSupport': 'WebUploader 不支持您的浏览器!如果你使用的是IE浏览器,请尝试升级 flash 播放器。',
'errorLoadConfig': '后端配置项没有正常加载,上传插件不能正常使用!',
'errorExceedSize':'文件大小超出',
'errorFileType':'文件格式不允许',
'errorInterrupt':'文件传输中断',
'errorUploadRetry':'上传失败,请重试',
'errorHttp':'http请求错误',
'errorServerUpload':'服务器返回出错'
},
'webapp':{
'tip1':"本功能由百度APP提供,如看到此页面,请各位站长首先申请百度APPKey!",
'tip2':"申请完成之后请至ueditor.config.js中配置获得的appkey! ",
'applyFor':"点此申请",
'anthorApi':"百度API"
},
'template':{
'static':{
'lang_template_bkcolor':'背景颜色',
'lang_template_clear' : '保留原有内容',
'lang_template_select' : '选择模板'
},
'blank':"空白文档",
'blog':"博客文章",
'resume':"个人简历",
'richText':"图文混排",
'sciPapers':"科技论文"
},
'scrawl':{
'static':{
'lang_input_previousStep':"上一步",
'lang_input_nextsStep':"下一步",
'lang_input_clear':'清空',
'lang_input_addPic':'添加背景',
'lang_input_ScalePic':'缩放背景',
'lang_input_removePic':'删除背景',
'J_imgTxt':{title:'添加背景图片'}
},
'noScarwl':"尚未作画,白纸一张~",
'scrawlUpLoading':"涂鸦上传中,别急哦~",
'continueBtn':"继续",
'imageError':"糟糕,图片读取失败了!",
'backgroundUploading':'背景图片上传中,别急哦~'
},
'music':{
'static':{
'lang_input_tips':"输入歌手/歌曲/专辑,搜索您感兴趣的音乐!",
'J_searchBtn':{value:'搜索歌曲'}
},
'emptyTxt':'未搜索到相关音乐结果,请换一个关键词试试。',
'chapter':'歌曲',
'singer':'歌手',
'special':'专辑',
'listenTest':'试听'
},
'anchor':{
'static':{
'lang_input_anchorName':'锚点名字:'
}
},
'charts':{
'static':{
'lang_data_source':'数据源:',
'lang_chart_format': '图表格式:',
'lang_data_align': '数据对齐方式',
'lang_chart_align_same': '数据源与图表X轴Y轴一致',
'lang_chart_align_reverse': '数据源与图表X轴Y轴相反',
'lang_chart_title': '图表标题',
'lang_chart_main_title': '主标题:',
'lang_chart_sub_title': '子标题:',
'lang_chart_x_title': 'X轴标题:',
'lang_chart_y_title': 'Y轴标题:',
'lang_chart_tip': '提示文字',
'lang_cahrt_tip_prefix': '提示文字前缀:',
'lang_cahrt_tip_description': '仅饼图有效, 当鼠标移动到饼图中相应的块上时,提示框内的文字的前缀',
'lang_chart_data_unit': '数据单位',
'lang_chart_data_unit_title': '单位:',
'lang_chart_data_unit_description': '显示在每个数据点上的数据的单位, 比如: 温度的单位 ℃',
'lang_chart_type': '图表类型:',
'lang_prev_btn': '上一个',
'lang_next_btn': '下一个'
}
},
'emotion':{
'static':{
'lang_input_choice':'精选',
'lang_input_Tuzki':'兔斯基',
'lang_input_BOBO':'BOBO',
'lang_input_lvdouwa':'绿豆蛙',
'lang_input_babyCat':'baby猫',
'lang_input_bubble':'泡泡',
'lang_input_youa':'有啊'
}
},
'gmap':{
'static':{
'lang_input_address':'地址',
'lang_input_search':'搜索',
'address':{value:"北京"}
},
searchError:'无法定位到该地址!'
},
'help':{
'static':{
'lang_input_about':'关于UEditor',
'lang_input_shortcuts':'快捷键',
'lang_input_introduction':'UEditor是由百度web前端研发部开发的所见即所得富文本web编辑器,具有轻量,可定制,注重用户体验等特点。开源基于BSD协议,允许自由使用和修改代码。',
'lang_Txt_shortcuts':'快捷键',
'lang_Txt_func':'功能',
'lang_Txt_bold':'给选中字设置为加粗',
'lang_Txt_copy':'复制选中内容',
'lang_Txt_cut':'剪切选中内容',
'lang_Txt_Paste':'粘贴',
'lang_Txt_undo':'重新执行上次操作',
'lang_Txt_redo':'撤销上一次操作',
'lang_Txt_italic':'给选中字设置为斜体',
'lang_Txt_underline':'给选中字加下划线',
'lang_Txt_selectAll':'全部选中',
'lang_Txt_visualEnter':'软回车',
'lang_Txt_fullscreen':'全屏'
}
},
'insertframe':{
'static':{
'lang_input_address':'地址:',
'lang_input_width':'宽度:',
'lang_input_height':'高度:',
'lang_input_isScroll':'允许滚动条:',
'lang_input_frameborder':'显示框架边框:',
'lang_input_alignMode':'对齐方式:',
'align':{title:"对齐方式", options:["默认", "左对齐", "右对齐", "居中"]}
},
'enterAddress':'请输入地址!'
},
'link':{
'static':{
'lang_input_text':'文本内容:',
'lang_input_url':'链接地址:',
'lang_input_title':'标题:',
'lang_input_target':'是否在新窗口打开:'
},
'validLink':'只支持选中一个链接时生效',
'httpPrompt':'您输入的超链接中不包含http等协议名称,默认将为您添加http://前缀'
},
'map':{
'static':{
lang_city:"城市",
lang_address:"地址",
city:{value:"北京"},
lang_search:"搜索",
lang_dynamicmap:"插入动态地图"
},
cityMsg:"请选择城市",
errorMsg:"抱歉,找不到该位置!"
},
'searchreplace':{
'static':{
lang_tab_search:"查找",
lang_tab_replace:"替换",
lang_search1:"查找",
lang_search2:"查找",
lang_replace:"替换",
lang_searchReg:'支持正则表达式,添加前后斜杠标示为正则表达式,例如“/表达式/”',
lang_searchReg1:'支持正则表达式,添加前后斜杠标示为正则表达式,例如“/表达式/”',
lang_case_sensitive1:"区分大小写",
lang_case_sensitive2:"区分大小写",
nextFindBtn:{value:"下一个"},
preFindBtn:{value:"上一个"},
nextReplaceBtn:{value:"下一个"},
preReplaceBtn:{value:"上一个"},
repalceBtn:{value:"替换"},
repalceAllBtn:{value:"全部替换"}
},
getEnd:"已经搜索到文章末尾!",
getStart:"已经搜索到文章头部",
countMsg:"总共替换了{#count}处!"
},
'snapscreen':{
'static':{
lang_showMsg:"截图功能需要首先安装UEditor截图插件! ",
lang_download:"点此下载",
lang_step1:"第一步,下载UEditor截图插件并运行安装。",
lang_step2:"第二步,插件安装完成后即可使用,如不生效,请重启浏览器后再试!"
}
},
'spechars':{
'static':{},
tsfh:"特殊字符",
lmsz:"罗马字符",
szfh:"数学字符",
rwfh:"日文字符",
xlzm:"希腊字母",
ewzm:"俄文字符",
pyzm:"拼音字母",
yyyb:"英语音标",
zyzf:"其他"
},
'edittable':{
'static':{
'lang_tableStyle':'表格样式',
'lang_insertCaption':'添加表格名称行',
'lang_insertTitle':'添加表格标题行',
'lang_insertTitleCol':'添加表格标题列',
'lang_orderbycontent':"使表格内容可排序",
'lang_tableSize':'自动调整表格尺寸',
'lang_autoSizeContent':'按表格文字自适应',
'lang_autoSizePage':'按页面宽度自适应',
'lang_example':'示例',
'lang_borderStyle':'表格边框',
'lang_color':'颜色:'
},
captionName:'表格名称',
titleName:'标题',
cellsName:'内容',
errorMsg:'有合并单元格,不可排序'
},
'edittip':{
'static':{
lang_delRow:'删除整行',
lang_delCol:'删除整列'
}
},
'edittd':{
'static':{
lang_tdBkColor:'背景颜色:'
}
},
'formula':{
'static':{
}
},
'wordimage':{
'static':{
lang_resave:"转存步骤",
uploadBtn:{src:"upload.png",alt:"上传"},
clipboard:{style:"background: url(copy.png) -153px -1px no-repeat;"},
lang_step:"1、点击顶部复制按钮,将地址复制到剪贴板;2、点击添加照片按钮,在弹出的对话框中使用Ctrl+V粘贴地址;3、点击打开后选择图片上传流程。"
},
'fileType':"图片",
'flashError':"FLASH初始化失败,请检查FLASH插件是否正确安装!",
'netError':"网络连接错误,请重试!",
'copySuccess':"图片地址已经复制!",
'flashI18n':{} //留空默认中文
},
'autosave': {
'saving':'保存中...',
'success':'本地保存成功'
}
};
================================================
FILE: 后台cms/public/static/UEditor/themes/default/css/ueditor.css
================================================
/*基础UI构建
*/
/* common layer */
.edui-default .edui-box {
border: none;
padding: 0;
margin: 0;
overflow: hidden;
}
.edui-default a.edui-box {
display: block;
text-decoration: none;
color: black;
}
.edui-default a.edui-box:hover {
text-decoration: none;
}
.edui-default a.edui-box:active {
text-decoration: none;
}
.edui-default table.edui-box {
border-collapse: collapse;
}
.edui-default ul.edui-box {
list-style-type: none;
}
div.edui-box {
position: relative;
display: -moz-inline-box !important;
display: inline-block !important;
vertical-align: top;
}
.edui-default .edui-clearfix {
zoom: 1
}
.edui-default .edui-clearfix:after {
content: '\20';
display: block;
clear: both;
}
* html div.edui-box {
display: inline !important;
}
*:first-child+html div.edui-box {
display: inline !important;
}
/* control layout */
.edui-default .edui-button-body, .edui-splitbutton-body, .edui-menubutton-body, .edui-combox-body {
position: relative;
}
.edui-default .edui-popup {
position: absolute;
-webkit-user-select: none;
-moz-user-select: none;
}
.edui-default .edui-popup .edui-shadow {
position: absolute;
z-index: -1;
}
.edui-default .edui-popup .edui-bordereraser {
position: absolute;
overflow: hidden;
}
.edui-default .edui-tablepicker .edui-canvas {
position: relative;
}
.edui-default .edui-tablepicker .edui-canvas .edui-overlay {
position: absolute;
}
.edui-default .edui-dialog-modalmask, .edui-dialog-dragmask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.edui-default .edui-toolbar {
position: relative;
}
/*
* default theme
*/
.edui-default .edui-label {
cursor: default;
}
.edui-default span.edui-clickable {
color: blue;
cursor: pointer;
text-decoration: underline;
}
.edui-default span.edui-unclickable {
color: gray;
cursor: default;
}
/* 工具栏 */
.edui-default .edui-toolbar {
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
padding: 1px;
overflow: hidden; /*全屏下单独一行不占位*/
zoom: 1;
width:auto;
height:auto;
}
.edui-default .edui-toolbar .edui-button,
.edui-default .edui-toolbar .edui-splitbutton,
.edui-default .edui-toolbar .edui-menubutton,
.edui-default .edui-toolbar .edui-combox {
margin: 1px;
}
/*UI工具栏、编辑区域、底部*/
.edui-default .edui-editor {
border: 1px solid #d4d4d4;
background-color: white;
position: relative;
overflow: visible;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.edui-editor div{
width:auto;
height:auto;
}
.edui-default .edui-editor-toolbarbox {
position: relative;
zoom: 1;
-webkit-box-shadow:0 1px 4px rgba(204, 204, 204, 0.6);
-moz-box-shadow:0 1px 4px rgba(204, 204, 204, 0.6);
box-shadow:0 1px 4px rgba(204, 204, 204, 0.6);
border-top-left-radius:2px;
border-top-right-radius:2px;
}
.edui-default .edui-editor-toolbarboxouter {
border-bottom: 1px solid #d4d4d4;
background-color: #fafafa;
background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
background-repeat: repeat-x;
/*border: 1px solid #d4d4d4;*/
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
*zoom: 1;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.edui-default .edui-editor-toolbarboxinner {
padding: 2px;
}
.edui-default .edui-editor-iframeholder {
position: relative;
/*for fix ie6 toolbarmsg under iframe bug. relative -> static */
/*_position: static !important;*
}
.edui-default .edui-editor-iframeholder textarea {
font-family: consolas, "Courier New", "lucida console", monospace;
font-size: 12px;
line-height: 18px;
}
.edui-default .edui-editor-bottombar {
/*border-top: 1px solid #ccc;*/
/*height: 20px;*/
/*width: 40%;*/
/*float: left;*/
/*overflow: hidden;*/
}
.edui-default .edui-editor-bottomContainer {
overflow: hidden;
}
.edui-default .edui-editor-bottomContainer table {
width: 100%;
height: 0;
overflow: hidden;
border-spacing: 0;
}
.edui-default .edui-editor-bottomContainer td {
white-space: nowrap;
border-top: 1px solid #ccc;
line-height: 20px;
font-size: 12px;
font-family: Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
}
.edui-default .edui-editor-wordcount {
text-align: right;
margin-right: 5px;
color: #aaa;
}
.edui-default .edui-editor-scale {
width: 12px;
}
.edui-default .edui-editor-scale .edui-editor-icon {
float: right;
width: 100%;
height: 12px;
margin-top: 10px;
background: url(../images/scale.png) no-repeat;
cursor: se-resize;
}
.edui-default .edui-editor-breadcrumb {
margin: 2px 0 0 3px;
}
.edui-default .edui-editor-breadcrumb span {
cursor: pointer;
text-decoration: underline;
color: blue;
}
.edui-default .edui-toolbar .edui-for-fullscreen {
float: right;
}
.edui-default .edui-bubble .edui-popup-content {
border: 1px solid #DCAC6C;
background-color: #fff6d9;
padding: 5px;
font-size: 10pt;
font-family: "宋体";
}
.edui-default .edui-bubble .edui-shadow {
/*box-shadow: 1px 1px 3px #818181;*/
/*-webkit-box-shadow: 2px 2px 3px #818181;*/
/*-moz-box-shadow: 2px 2px 3px #818181;*/
/*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius = '2', MakeShadow = 'true', ShadowOpacity = '0.5');*/
}
.edui-default .edui-editor-toolbarmsg {
background-color: #FFF6D9;
border-bottom: 1px solid #ccc;
position: absolute;
bottom: -25px;
left: 0;
z-index: 1009;
width: 99.9%;
}
.edui-default .edui-editor-toolbarmsg-upload {
font-size: 14px;
color: blue;
width: 100px;
height: 16px;
line-height: 16px;
cursor: pointer;
position: absolute;
top: 5px;
left: 350px;
}
.edui-default .edui-editor-toolbarmsg-label {
font-size: 12px;
line-height: 16px;
padding: 4px;
}
.edui-default .edui-editor-toolbarmsg-close {
float: right;
width: 20px;
height: 16px;
line-height: 16px;
cursor: pointer;
color: red;
}
/*可选中菜单按钮*/
.edui-default .edui-list .edui-bordereraser {
display: none;
}
.edui-default .edui-listitem {
padding: 1px;
white-space: nowrap;
}
.edui-default .edui-list .edui-state-hover {
position: relative;
background-color: #fff5d4;
border: 1px solid #dcac6c;
padding: 0;
}
.edui-default .edui-for-fontfamily .edui-listitem-label {
min-width: 130px;
_width: 120px;
font-size: 12px;
height: 22px;
line-height: 22px;
padding-left: 5px;
}
.edui-default .edui-for-insertcode .edui-listitem-label {
min-width: 120px;
_width: 120px;
font-size: 12px;
height: 22px;
line-height: 22px;
padding-left: 5px;
}
.edui-default .edui-for-underline .edui-listitem-label {
min-width: 120px;
_width: 120px;
padding: 3px 5px;
font-size: 12px;
}
.edui-default .edui-for-fontsize .edui-listitem-label {
min-width: 120px;
_width: 120px;
padding: 3px 5px;
}
.edui-default .edui-for-paragraph .edui-listitem-label {
min-width: 200px;
_width: 200px;
padding: 2px 5px;
}
.edui-default .edui-for-rowspacingtop .edui-listitem-label,
.edui-default .edui-for-rowspacingbottom .edui-listitem-label {
min-width: 53px;
_width: 53px;
padding: 2px 5px;
}
.edui-default .edui-for-lineheight .edui-listitem-label {
min-width: 53px;
_width: 53px;
padding: 2px 5px;
}
.edui-default .edui-for-customstyle .edui-listitem-label {
min-width: 200px;
_width: 200px;
width: 200px !important;
padding: 2px 5px;
}
/* 可选中按钮弹出菜单*/
.edui-default .edui-menu {
z-index: 3000;
}
.edui-default .edui-menu .edui-popup-content {
padding: 3px;
}
.edui-default .edui-menu-body {
_width: 150px;
min-width: 170px;
background: url("../images/sparator_v.png") repeat-y 25px;
}
.edui-default .edui-menuitem-body {
}
.edui-default .edui-menuitem {
height: 20px;
cursor: default;
vertical-align: top;
}
.edui-default .edui-menuitem .edui-icon {
width: 20px !important;
height: 20px !important;
background: url(../images/icons.png) 0 -4000px;
background: url(../images/icons.gif) 0 -4000px\9;
}
.edui-default .edui-menuitem .edui-label {
font-size: 12px;
line-height: 20px;
height: 20px;
padding-left: 10px;
}
.edui-default .edui-state-checked .edui-menuitem-body {
background: url("../images/icons-all.gif") no-repeat 6px -205px;
}
.edui-default .edui-state-disabled .edui-menuitem-label {
color: gray;
}
/*不可选中菜单按钮 */
.edui-default .edui-toolbar .edui-combox-body .edui-button-body {
width: 60px;
font-size: 12px;
height: 20px;
line-height: 20px;
padding-left: 5px;
white-space: nowrap;
margin: 0 3px 0 0;
}
.edui-default .edui-toolbar .edui-combox-body .edui-arrow {
background: url(../images/icons.png) -741px 0;
_background: url(../images/icons.gif) -741px 0;
height: 20px;
width: 9px;
}
.edui-default .edui-toolbar .edui-combox .edui-combox-body {
border: 1px solid #CCC;
background-color: white;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.edui-default .edui-toolbar .edui-combox-body .edui-splitborder {
display: none;
}
.edui-default .edui-toolbar .edui-combox-body .edui-arrow {
border-left: 1px solid #CCC;
}
.edui-default .edui-toolbar .edui-state-hover .edui-combox-body {
background-color: #fff5d4;
border: 1px solid #dcac6c;
}
.edui-default .edui-toolbar .edui-state-hover .edui-combox-body .edui-arrow {
border-left: 1px solid #dcac6c;
}
.edui-default .edui-toolbar .edui-state-checked .edui-combox-body {
background-color: #FFE69F;
border: 1px solid #DCAC6C;
}
.edui-toolbar .edui-state-checked .edui-combox-body .edui-arrow {
border-left: 1px solid #DCAC6C;
}
.edui-toolbar .edui-state-disabled .edui-combox-body {
background-color: #F0F0EE;
opacity: 0.3;
filter: alpha(opacity = 30);
}
.edui-toolbar .edui-state-opened .edui-combox-body {
background-color: white;
border: 1px solid gray;
}
/*普通按钮样式及状态*/
.edui-default .edui-toolbar .edui-button .edui-icon,
.edui-default .edui-toolbar .edui-menubutton .edui-icon,
.edui-default .edui-toolbar .edui-splitbutton .edui-icon {
height: 20px !important;
width: 20px !important;
background-image: url(../images/icons.png);
background-image: url(../images/icons.gif) \9;
}
.edui-default .edui-toolbar .edui-button .edui-button-wrap {
padding: 1px;
position: relative;
}
.edui-default .edui-toolbar .edui-button .edui-state-hover .edui-button-wrap {
background-color: #fff5d4;
padding: 0;
border: 1px solid #dcac6c;
}
.edui-default .edui-toolbar .edui-button .edui-state-checked .edui-button-wrap {
background-color: #ffe69f;
padding: 0;
border: 1px solid #dcac6c;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.edui-default .edui-toolbar .edui-button .edui-state-active .edui-button-wrap {
background-color: #ffffff;
padding: 0;
border: 1px solid gray;
}
.edui-default .edui-toolbar .edui-state-disabled .edui-label {
color: #ccc;
}
.edui-default .edui-toolbar .edui-state-disabled .edui-icon {
opacity: 0.3;
filter: alpha(opacity = 30);
}
/* toolbar icons */
.edui-default .edui-for-undo .edui-icon {
background-position: -160px 0;
}
.edui-default .edui-for-redo .edui-icon {
background-position: -100px 0;
}
.edui-default .edui-for-bold .edui-icon {
background-position: 0 0;
}
.edui-default .edui-for-italic .edui-icon {
background-position: -60px 0;
}
.edui-default .edui-for-fontborder .edui-icon {
background-position:-160px -40px;
}
.edui-default .edui-for-underline .edui-icon {
background-position: -140px 0;
}
.edui-default .edui-for-strikethrough .edui-icon {
background-position: -120px 0;
}
.edui-default .edui-for-subscript .edui-icon {
background-position: -600px 0;
}
.edui-default .edui-for-superscript .edui-icon {
background-position: -620px 0;
}
.edui-default .edui-for-blockquote .edui-icon {
background-position: -220px 0;
}
.edui-default .edui-for-forecolor .edui-icon {
background-position: -720px 0;
}
.edui-default .edui-for-backcolor .edui-icon {
background-position: -760px 0;
}
.edui-default .edui-for-inserttable .edui-icon {
background-position: -580px -20px;
}
.edui-default .edui-for-autotypeset .edui-icon {
background-position: -640px -40px;
}
.edui-default .edui-for-justifyleft .edui-icon {
background-position: -460px 0;
}
.edui-default .edui-for-justifycenter .edui-icon {
background-position: -420px 0;
}
.edui-default .edui-for-justifyright .edui-icon {
background-position: -480px 0;
}
.edui-default .edui-for-justifyjustify .edui-icon {
background-position: -440px 0;
}
.edui-default .edui-for-insertorderedlist .edui-icon {
background-position: -80px 0;
}
.edui-default .edui-for-insertunorderedlist .edui-icon {
background-position: -20px 0;
}
.edui-default .edui-for-lineheight .edui-icon {
background-position: -725px -40px;
}
.edui-default .edui-for-rowspacingbottom .edui-icon {
background-position: -745px -40px;
}
.edui-default .edui-for-rowspacingtop .edui-icon {
background-position: -765px -40px;
}
.edui-default .edui-for-horizontal .edui-icon {
background-position: -360px 0;
}
.edui-default .edui-for-link .edui-icon {
background-position: -500px 0;
}
.edui-default .edui-for-code .edui-icon {
background-position: -440px -40px;
}
.edui-default .edui-for-insertimage .edui-icon {
background-position: -726px -77px;
}
.edui-default .edui-for-insertframe .edui-icon {
background-position: -240px -40px;
}
.edui-default .edui-for-emoticon .edui-icon {
background-position: -60px -20px;
}
.edui-default .edui-for-spechars .edui-icon {
background-position: -240px 0;
}
.edui-default .edui-for-help .edui-icon {
background-position: -340px 0;
}
.edui-default .edui-for-print .edui-icon {
background-position: -440px -20px;
}
.edui-default .edui-for-preview .edui-icon {
background-position: -420px -20px;
}
.edui-default .edui-for-selectall .edui-icon {
background-position: -400px -20px;
}
.edui-default .edui-for-searchreplace .edui-icon {
background-position: -520px -20px;
}
.edui-default .edui-for-map .edui-icon {
background-position: -40px -40px;
}
.edui-default .edui-for-gmap .edui-icon {
background-position: -260px -40px;
}
.edui-default .edui-for-insertvideo .edui-icon {
background-position: -320px -20px;
}
.edui-default .edui-for-time .edui-icon {
background-position: -160px -20px;
}
.edui-default .edui-for-date .edui-icon {
background-position: -140px -20px;
}
.edui-default .edui-for-cut .edui-icon {
background-position: -680px 0;
}
.edui-default .edui-for-copy .edui-icon {
background-position: -700px 0;
}
.edui-default .edui-for-paste .edui-icon {
background-position: -560px 0;
}
.edui-default .edui-for-formatmatch .edui-icon {
background-position: -40px 0;
}
.edui-default .edui-for-pasteplain .edui-icon {
background-position: -360px -20px;
}
.edui-default .edui-for-directionalityltr .edui-icon {
background-position: -20px -20px;
}
.edui-default .edui-for-directionalityrtl .edui-icon {
background-position: -40px -20px;
}
.edui-default .edui-for-source .edui-icon {
background-position: -261px -0px;
}
.edui-default .edui-for-removeformat .edui-icon {
background-position: -580px 0;
}
.edui-default .edui-for-unlink .edui-icon {
background-position: -640px 0;
}
.edui-default .edui-for-touppercase .edui-icon {
background-position: -786px 0;
}
.edui-default .edui-for-tolowercase .edui-icon {
background-position: -806px 0;
}
.edui-default .edui-for-insertrow .edui-icon {
background-position: -478px -76px;
}
.edui-default .edui-for-insertrownext .edui-icon {
background-position: -498px -76px;
}
.edui-default .edui-for-insertcol .edui-icon {
background-position: -455px -76px;
}
.edui-default .edui-for-insertcolnext .edui-icon {
background-position: -429px -76px;
}
.edui-default .edui-for-mergeright .edui-icon {
background-position: -60px -40px;
}
.edui-default .edui-for-mergedown .edui-icon {
background-position: -80px -40px;
}
.edui-default .edui-for-splittorows .edui-icon {
background-position: -100px -40px;
}
.edui-default .edui-for-splittocols .edui-icon {
background-position: -120px -40px;
}
.edui-default .edui-for-insertparagraphbeforetable .edui-icon {
background-position: -140px -40px;
}
.edui-default .edui-for-deleterow .edui-icon {
background-position: -660px -20px;
}
.edui-default .edui-for-deletecol .edui-icon {
background-position: -640px -20px;
}
.edui-default .edui-for-splittocells .edui-icon {
background-position: -800px -20px;
}
.edui-default .edui-for-mergecells .edui-icon {
background-position: -760px -20px;
}
.edui-default .edui-for-deletetable .edui-icon {
background-position: -620px -20px;
}
.edui-default .edui-for-cleardoc .edui-icon {
background-position: -520px 0;
}
.edui-default .edui-for-fullscreen .edui-icon {
background-position: -100px -20px;
}
.edui-default .edui-for-anchor .edui-icon {
background-position: -200px 0;
}
.edui-default .edui-for-pagebreak .edui-icon {
background-position: -460px -40px;
}
.edui-default .edui-for-imagenone .edui-icon {
background-position: -480px -40px;
}
.edui-default .edui-for-imageleft .edui-icon {
background-position: -500px -40px;
}
.edui-default .edui-for-wordimage .edui-icon {
background-position: -660px -40px;
}
.edui-default .edui-for-imageright .edui-icon {
background-position: -520px -40px;
}
.edui-default .edui-for-imagecenter .edui-icon {
background-position: -540px -40px;
}
.edui-default .edui-for-indent .edui-icon {
background-position: -400px 0;
}
.edui-default .edui-for-outdent .edui-icon {
background-position: -540px 0;
}
.edui-default .edui-for-webapp .edui-icon {
background-position: -601px -40px
}
.edui-default .edui-for-table .edui-icon {
background-position: -580px -20px;
}
.edui-default .edui-for-edittable .edui-icon {
background-position: -420px -40px;
}
.edui-default .edui-for-template .edui-icon {
background-position: -339px -40px;
}
.edui-default .edui-for-delete .edui-icon {
background-position: -360px -40px;
}
.edui-default .edui-for-attachment .edui-icon {
background-position: -620px -40px;
}
.edui-default .edui-for-edittd .edui-icon {
background-position: -700px -40px;
}
.edui-default .edui-for-snapscreen .edui-icon {
background-position: -581px -40px
}
.edui-default .edui-for-scrawl .edui-icon {
background-position: -801px -41px
}
.edui-default .edui-for-background .edui-icon {
background-position: -680px -40px;
}
.edui-default .edui-for-music .edui-icon {
background-position: -18px -40px
}
.edui-default .edui-for-formula .edui-icon {
background-position: -200px -40px
}
.edui-default .edui-for-aligntd .edui-icon {
background-position: -236px -76px;
}
.edui-default .edui-for-insertparagraphtrue .edui-icon {
background-position: -625px -76px;
}
.edui-default .edui-for-insertparagraph .edui-icon {
background-position: -602px -76px;
}
.edui-default .edui-for-insertcaption .edui-icon {
background-position: -336px -76px;
}
.edui-default .edui-for-deletecaption .edui-icon {
background-position: -362px -76px;
}
.edui-default .edui-for-inserttitle .edui-icon {
background-position: -286px -76px;
}
.edui-default .edui-for-deletetitle .edui-icon {
background-position: -311px -76px;
}
.edui-default .edui-for-aligntable .edui-icon {
background-position: -440px 0;
}
.edui-default .edui-for-tablealignment-left .edui-icon {
background-position: -460px 0;
}
.edui-default .edui-for-tablealignment-center .edui-icon {
background-position: -420px 0;
}
.edui-default .edui-for-tablealignment-right .edui-icon {
background-position: -480px 0;
}
.edui-default .edui-for-drafts .edui-icon {
background-position: -560px 0;
}
.edui-default .edui-for-charts .edui-icon {
background: url( ../images/charts.png ) no-repeat 2px 3px!important;
}
.edui-default .edui-for-inserttitlecol .edui-icon {
background-position: -673px -76px;
}
.edui-default .edui-for-deletetitlecol .edui-icon {
background-position: -698px -76px;
}
.edui-default .edui-for-simpleupload .edui-icon {
background-position: -380px 0px;
}
/*splitbutton*/
.edui-default .edui-toolbar .edui-splitbutton-body .edui-arrow,
.edui-default .edui-toolbar .edui-menubutton-body .edui-arrow {
background: url(../images/icons.png) -741px 0;
_background: url(../images/icons.gif) -741px 0;
height: 20px;
width: 9px;
}
.edui-default .edui-toolbar .edui-splitbutton .edui-splitbutton-body,
.edui-default .edui-toolbar .edui-menubutton .edui-menubutton-body {
padding: 1px;
}
.edui-default .edui-toolbar .edui-splitborder {
width: 1px;
height: 20px;
}
.edui-default .edui-toolbar .edui-state-hover .edui-splitborder {
width: 1px;
border-left: 0px solid #dcac6c;
}
.edui-default .edui-toolbar .edui-state-active .edui-splitborder {
width: 0;
border-left: 1px solid gray;
}
.edui-default .edui-toolbar .edui-state-opened .edui-splitborder {
width: 1px;
border: 0;
}
.edui-default .edui-toolbar .edui-splitbutton .edui-state-hover .edui-splitbutton-body,
.edui-default .edui-toolbar .edui-menubutton .edui-state-hover .edui-menubutton-body {
background-color: #fff5d4;
border: 1px solid #dcac6c;
padding: 0;
}
.edui-default .edui-toolbar .edui-splitbutton .edui-state-checked .edui-splitbutton-body,
.edui-default .edui-toolbar .edui-menubutton .edui-state-checked .edui-menubutton-body {
background-color: #FFE69F;
border: 1px solid #DCAC6C;
padding: 0;
}
.edui-default .edui-toolbar .edui-splitbutton .edui-state-active .edui-splitbutton-body,
.edui-default .edui-toolbar .edui-menubutton .edui-state-active .edui-menubutton-body {
background-color: #ffffff;
border: 1px solid gray;
padding: 0;
}
.edui-default .edui-state-disabled .edui-arrow {
opacity: 0.3;
_filter: alpha(opacity = 30);
}
.edui-default .edui-toolbar .edui-splitbutton .edui-state-opened .edui-splitbutton-body,
.edui-default .edui-toolbar .edui-menubutton .edui-state-opened .edui-menubutton-body {
background-color: white;
border: 1px solid gray;
padding: 0;
}
.edui-default .edui-for-insertorderedlist .edui-bordereraser,
.edui-default .edui-for-lineheight .edui-bordereraser,
.edui-default .edui-for-rowspacingtop .edui-bordereraser,
.edui-default .edui-for-rowspacingbottom .edui-bordereraser,
.edui-default .edui-for-insertunorderedlist .edui-bordereraser {
background-color: white;
}
/* 解决嵌套导致的图标问题 */
.edui-default .edui-for-insertorderedlist .edui-popup-body .edui-icon,
.edui-default .edui-for-lineheight .edui-popup-body .edui-icon,
.edui-default .edui-for-rowspacingtop .edui-popup-body .edui-icon,
.edui-default .edui-for-rowspacingbottom .edui-popup-body .edui-icon,
.edui-default .edui-for-insertunorderedlist .edui-popup-body .edui-icon {
/*background-position: 0 -40px;*/
background-image: none ;
}
/* 弹出菜单 */
.edui-default .edui-popup {
z-index: 3000;
background-color: #ffffff;
width:auto;
height:auto;
}
.edui-default .edui-popup .edui-shadow {
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.edui-default .edui-popup-content {
border:1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
*border-right-width: 2px;
*border-bottom-width: 2px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
padding: 5px;
background:#ffffff;
}
.edui-default .edui-popup .edui-bordereraser {
background-color: white;
height: 3px;
}
.edui-default .edui-menu .edui-bordereraser {
height: 3px;
}
.edui-default .edui-anchor-topleft .edui-bordereraser {
left: 1px;
top: -2px;
}
.edui-default .edui-anchor-topright .edui-bordereraser {
right: 1px;
top: -2px;
}
.edui-default .edui-anchor-bottomleft .edui-bordereraser {
left: 0;
bottom: -6px;
height: 7px;
border-left: 1px solid gray;
border-right: 1px solid gray;
}
.edui-default .edui-anchor-bottomright .edui-bordereraser {
right: 0;
bottom: -6px;
height: 7px;
border-left: 1px solid gray;
border-right: 1px solid gray;
}
.edui-popup div{
width:auto;
height:auto;
}
.edui-default .edui-editor-messageholder {
display: block;
width: 150px;
height: auto;
border: 0;
margin: 0;
padding: 0;
position: absolute;
top: 28px;
right: 3px;
}
.edui-default .edui-message{
min-height: 10px;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
padding: 0;
margin-bottom: 3px;
position: relative;
}
.edui-default .edui-message-body{
border-radius: 3px;
padding: 8px 15px 8px 8px;
color: #c09853;
background-color: #fcf8e3;
border: 1px solid #fbeed5;
}
.edui-default .edui-message-type-info{
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1
}
.edui-default .edui-message-type-success{
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6
}
.edui-default .edui-message-type-danger,
.edui-default .edui-message-type-error{
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7
}
.edui-default .edui-message .edui-message-closer {
display: block;
width: 16px;
height: 16px;
line-height: 16px;
position: absolute;
top: 0;
right: 0;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
float: right;
font-size: 20px;
font-weight: bold;
color: #999;
text-shadow: 0 1px 0 #fff;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.edui-default .edui-message .edui-message-content {
font-size: 10pt;
word-wrap: break-word;
word-break: normal;
}
/* 弹出对话框按钮和对话框大小 */
.edui-default .edui-dialog {
z-index: 2000;
position: absolute;
}
.edui-dialog div{
width:auto;
}
.edui-default .edui-dialog-wrap {
margin-right: 6px;
margin-bottom: 6px;
}
.edui-default .edui-dialog-fullscreen-flag {
margin-right: 0;
margin-bottom: 0;
}
.edui-default .edui-dialog-body {
position: relative;
padding:2px 0 0 2px;
_zoom: 1;
}
.edui-default .edui-dialog-fullscreen-flag .edui-dialog-body {
padding: 0;
}
.edui-default .edui-dialog-shadow {
position: absolute;
z-index: -1;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
*border-right-width: 2px;
*border-bottom-width: 2px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.edui-default .edui-dialog-foot {
background-color: white;
}
.edui-default .edui-dialog-titlebar {
height: 26px;
border-bottom: 1px solid #c6c6c6;
background: url(../images/dialog-title-bg.png) repeat-x bottom;
position: relative;
cursor: move;
}
.edui-default .edui-dialog-caption {
font-weight: bold;
font-size: 12px;
line-height: 26px;
padding-left: 5px;
}
.edui-default .edui-dialog-draghandle {
height: 26px;
}
.edui-default .edui-dialog-closebutton {
position: absolute !important;
right: 5px;
top: 3px;
}
.edui-default .edui-dialog-closebutton .edui-button-body {
height: 20px;
width: 20px;
cursor: pointer;
background: url("../images/icons-all.gif") no-repeat 0 -59px;
}
.edui-default .edui-dialog-closebutton .edui-state-hover .edui-button-body {
background: url("../images/icons-all.gif") no-repeat 0 -89px;
}
.edui-default .edui-dialog-foot {
height: 40px;
}
.edui-default .edui-dialog-buttons {
position: absolute;
right: 0;
}
.edui-default .edui-dialog-buttons .edui-button {
margin-right: 10px;
}
.edui-default .edui-dialog-buttons .edui-button .edui-button-body {
background: url("../images/icons-all.gif") no-repeat;
height: 24px;
width: 96px;
font-size: 12px;
line-height: 24px;
text-align: center;
cursor: default;
}
.edui-default .edui-dialog-buttons .edui-button .edui-state-hover .edui-button-body {
background: url("../images/icons-all.gif") no-repeat 0 -30px;
}
.edui-default .edui-dialog iframe {
border: 0;
padding: 0;
margin: 0;
vertical-align: top;
}
.edui-default .edui-dialog-modalmask {
opacity: 0.3;
filter: alpha(opacity = 30);
background-color: #ccc;
position: absolute;
/*z-index: 1999;*/
}
.edui-default .edui-dialog-dragmask {
position: absolute;
/*z-index: 2001;*/
background-color: transparent;
cursor: move;
}
.edui-default .edui-dialog-content {
position: relative;
}
.edui-default .dialogcontmask {
cursor: move;
visibility: hidden;
display: block;
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
filter: alpha(opacity = 0);
}
/*link-dialog*/
.edui-default .edui-for-link .edui-dialog-content {
width: 420px;
height: 200px;
overflow: hidden;
}
/*background-dialog*/
.edui-default .edui-for-background .edui-dialog-content {
width: 440px;
height: 280px;
overflow: hidden;
}
/*template-dialog*/
.edui-default .edui-for-template .edui-dialog-content {
width: 630px;
height: 390px;
overflow: hidden;
}
/*scrawl-dialog*/
.edui-default .edui-for-scrawl .edui-dialog-content {
width: 515px;
*width: 506px;
height: 360px;
}
/*spechars-dialog*/
.edui-default .edui-for-spechars .edui-dialog-content {
width: 620px;
height: 500px;
*width: 630px;
*height: 570px;
}
/*image-dialog*/
.edui-default .edui-for-insertimage .edui-dialog-content {
width: 650px;
height: 400px;
overflow: hidden;
}
/*webapp-dialog*/
.edui-default .edui-for-webapp .edui-dialog-content {
width: 560px;
_width: 565px;
height: 450px;
overflow: hidden;
}
/*image-insertframe*/
.edui-default .edui-for-insertframe .edui-dialog-content {
width: 350px;
height: 200px;
overflow: hidden;
}
/*wordImage-dialog*/
.edui-default .edui-for-wordimage .edui-dialog-content {
width: 620px;
height: 380px;
overflow: hidden;
}
/*attachment-dialog*/
.edui-default .edui-for-attachment .edui-dialog-content {
width: 650px;
height: 400px;
overflow: hidden;
}
/*map-dialog*/
.edui-default .edui-for-map .edui-dialog-content {
width: 550px;
height: 400px;
}
/*gmap-dialog*/
.edui-default .edui-for-gmap .edui-dialog-content {
width: 550px;
height: 400px;
}
/*video-dialog*/
.edui-default .edui-for-insertvideo .edui-dialog-content {
width: 590px;
height: 390px;
}
/*anchor-dialog*/
.edui-default .edui-for-anchor .edui-dialog-content {
width: 320px;
height: 60px;
overflow: hidden;
}
/*searchreplace-dialog*/
.edui-default .edui-for-searchreplace .edui-dialog-content {
width: 400px;
height: 220px;
}
/*help-dialog*/
.edui-default .edui-for-help .edui-dialog-content {
width: 400px;
height: 420px;
}
/*edittable-dialog*/
.edui-default .edui-for-edittable .edui-dialog-content {
width: 540px;
_width:590px;
height: 335px;
}
/*edittip-dialog*/
.edui-default .edui-for-edittip .edui-dialog-content {
width: 225px;
height: 60px;
}
/*edittd-dialog*/
.edui-default .edui-for-edittd .edui-dialog-content {
width: 240px;
height: 50px;
}
/*snapscreen-dialog*/
.edui-default .edui-for-snapscreen .edui-dialog-content {
width: 400px;
height: 220px;
}
/*music-dialog*/
.edui-default .edui-for-music .edui-dialog-content {
width: 515px;
height: 360px;
}
/*段落弹出菜单*/
.edui-default .edui-for-paragraph .edui-listitem-label {
font-family: Tahoma, Verdana, Arial, Helvetica;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-p {
font-size: 22px;
line-height: 27px;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h1 {
font-weight: bolder;
font-size: 32px;
line-height: 36px;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h2 {
font-weight: bolder;
font-size: 27px;
line-height: 29px;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h3 {
font-weight: bolder;
font-size: 19px;
line-height: 23px;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h4 {
font-weight: bolder;
font-size: 16px;
line-height: 19px
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h5 {
font-weight: bolder;
font-size: 13px;
line-height: 16px;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h6 {
font-weight: bolder;
font-size: 12px;
line-height: 14px;
}
/* 表格弹出菜单 */
.edui-default .edui-for-inserttable .edui-splitborder {
display: none
}
.edui-default .edui-for-inserttable .edui-splitbutton-body .edui-arrow {
width: 0
}
.edui-default .edui-toolbar .edui-for-inserttable .edui-state-active .edui-splitborder{
border-left: 1px solid transparent;
}
.edui-default .edui-tablepicker .edui-infoarea {
height: 14px;
line-height: 14px;
font-size: 12px;
width: 220px;
margin-bottom: 3px;
clear: both;
}
.edui-default .edui-tablepicker .edui-infoarea .edui-label {
float: left;
}
.edui-default .edui-dialog-buttons .edui-label {
line-height: 24px;
}
.edui-default .edui-tablepicker .edui-infoarea .edui-clickable {
float: right;
}
.edui-default .edui-tablepicker .edui-pickarea {
background: url("../images/unhighlighted.gif") repeat;
height: 220px;
width: 220px;
}
.edui-default .edui-tablepicker .edui-pickarea .edui-overlay {
background: url("../images/highlighted.gif") repeat;
}
/* 颜色弹出菜单 */
.edui-default .edui-colorpicker-topbar {
height: 27px;
width: 200px;
/*border-bottom: 1px gray dashed;*/
}
.edui-default .edui-colorpicker-preview {
height: 20px;
border: 1px inset black;
margin-left: 1px;
width: 128px;
float: left;
}
.edui-default .edui-colorpicker-nocolor {
float: right;
margin-right: 1px;
font-size: 12px;
line-height: 14px;
height: 14px;
border: 1px solid #333;
padding: 3px 5px;
cursor: pointer;
}
.edui-default .edui-colorpicker-tablefirstrow {
height: 30px;
}
.edui-default .edui-colorpicker-colorcell {
width: 14px;
height: 14px;
display: block;
margin: 0;
cursor: pointer;
}
.edui-default .edui-colorpicker-colorcell:hover {
width: 14px;
height: 14px;
margin: 0;
}
.edui-default .edui-colorpicker-advbtn{
display: block;
text-align: center;
cursor: pointer;
height:20px;
}
.arrow_down{
background: white url('../images/arrow_down.png') no-repeat center;
}
.arrow_up{
background: white url('../images/arrow_up.png') no-repeat center;
}
/*高级的样式*/
.edui-colorpicker-adv{
position: relative;
overflow: hidden;
height: 180px;
display: none;
}
.edui-colorpicker-plant, .edui-colorpicker-hue {
border: solid 1px #666;
}
.edui-colorpicker-pad {
width: 150px;
height: 150px;
left: 14px;
top: 13px;
position: absolute;
background: red;
overflow: hidden;
cursor: crosshair;
}
.edui-colorpicker-cover{
position: absolute;
top: 0;
left: 0;
width: 150px;
height: 150px;
background: url("../images/tangram-colorpicker.png") -160px -200px;
}
.edui-colorpicker-padDot{
position: absolute;
top: 0;
left: 0;
width: 11px;
height: 11px;
overflow: hidden;
background: url(../images/tangram-colorpicker.png) 0px -200px repeat-x;
z-index: 1000;
}
.edui-colorpicker-sliderMain {
position: absolute;
left: 171px;
top: 13px;
width: 19px;
height: 152px;
background: url(../images/tangram-colorpicker.png) -179px -12px no-repeat;
}
.edui-colorpicker-slider {
width: 100%;
height: 100%;
cursor: pointer;
}
.edui-colorpicker-thumb{
position: absolute;
top: 0;
cursor: pointer;
height: 3px;
left: -1px;
right: -1px;
border: 1px solid black;
background: white;
opacity: .8;
}
/*自动排版弹出菜单*/
.edui-default .edui-autotypesetpicker .edui-autotypesetpicker-body {
font-size: 12px;
margin-bottom: 3px;
clear: both;
}
.edui-default .edui-autotypesetpicker-body table {
border-collapse: separate;
border-spacing: 2px;
}
.edui-default .edui-autotypesetpicker-body td {
font-size: 12px;
word-wrap:break-word;
}
.edui-default .edui-autotypesetpicker-body td input {
margin: 3px 3px 3px 4px;
*margin: 1px 0 0 0;
}
/*自动排版弹出菜单*/
.edui-default .edui-cellalignpicker .edui-cellalignpicker-body {
width: 70px;
font-size: 12px;
cursor: default;
}
.edui-default .edui-cellalignpicker-body table {
border-collapse: separate;
border-spacing: 0;
}
.edui-default .edui-cellalignpicker-body td{
padding: 1px;
}
.edui-default .edui-cellalignpicker-body .edui-icon{
height: 20px;
width: 20px;
padding: 1px;
background-image: url(../images/table-cell-align.png);
}
.edui-default .edui-cellalignpicker-body .edui-left{
background-position: 0 0;
}
.edui-default .edui-cellalignpicker-body .edui-center{
background-position: -25px 0;
}
.edui-default .edui-cellalignpicker-body .edui-right{
background-position: -51px 0;
}
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-left{
background-position: -73px 0;
}
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-center{
background-position: -98px 0;
}
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-right{
background-position: -124px 0;
}
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-left {
background-position: -146px 0;
background-color: #f1f4f5;
}
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-center {
background-position: -245px 0;
}
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-right {
background-position: -271px 0;
}
/*分隔线*/
.edui-default .edui-toolbar .edui-separator {
width: 2px;
height: 20px;
margin: 2px 4px 2px 3px;
background: url(../images/icons.png) -181px 0;
background: url(../images/icons.gif) -181px 0 \9;
}
/*颜色按钮 */
.edui-default .edui-toolbar .edui-colorbutton .edui-colorlump {
position: absolute;
overflow: hidden;
bottom: 1px;
left: 1px;
width: 18px;
height: 4px;
}
/*表情按钮及弹出菜单*/
/*去除了表情的下拉箭头*/
.edui-default .edui-for-emotion .edui-icon {
background-position: -60px -20px;
}
.edui-default .edui-for-emotion .edui-popup-content iframe
{
width: 514px;
height: 380px;
overflow: hidden;
}
.edui-default .edui-for-emotion .edui-popup-content
{
position: relative;
z-index: 555
}
.edui-default .edui-for-emotion .edui-splitborder {
display: none
}
.edui-default .edui-for-emotion .edui-splitbutton-body .edui-arrow
{
width: 0
}
.edui-default .edui-toolbar .edui-for-emotion .edui-state-active .edui-splitborder
{
border-left: 1px solid transparent;
}
/*contextmenu*/
.edui-default .edui-hassubmenu .edui-arrow {
height: 20px;
width: 20px;
float: right;
background: url("../images/icons-all.gif") no-repeat 10px -233px;
}
.edui-default .edui-menu-body .edui-menuitem {
padding: 1px;
}
.edui-default .edui-menuseparator {
margin: 2px 0;
height: 1px;
overflow: hidden;
}
.edui-default .edui-menuseparator-inner {
border-bottom: 1px solid #e2e3e3;
margin-left: 29px;
margin-right: 1px;
}
.edui-default .edui-menu-body .edui-state-hover {
padding: 0 !important;
background-color: #fff5d4;
border: 1px solid #dcac6c;
}
/*弹出菜单*/
.edui-default .edui-shortcutmenu {
padding: 2px;
width: 190px;
height: 50px;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 5px;
}
/*粘贴弹出菜单*/
.edui-default .edui-wordpastepop .edui-popup-content{
border: none;
padding: 0;
width: 54px;
height: 21px;
}
.edui-default .edui-pasteicon {
width: 100%;
height: 100%;
background-image: url('../images/wordpaste.png');
background-position: 0 0;
}
.edui-default .edui-pasteicon.edui-state-opened {
background-position: 0 -34px;
}
.edui-default .edui-pastecontainer {
position: relative;
visibility: hidden;
width: 97px;
background: #fff;
border: 1px solid #ccc;
}
.edui-default .edui-pastecontainer .edui-title {
font-weight: bold;
background: #F8F8FF;
height: 25px;
line-height: 25px;
font-size: 12px;
padding-left: 5px;
}
.edui-default .edui-pastecontainer .edui-button {
overflow: hidden;
margin: 3px 0;
}
.edui-default .edui-pastecontainer .edui-button .edui-richtxticon,
.edui-default .edui-pastecontainer .edui-button .edui-tagicon,
.edui-default .edui-pastecontainer .edui-button .edui-plaintxticon{
float: left;
cursor: pointer;
width: 29px;
height: 29px;
margin-left: 5px;
background-image: url('../images/wordpaste.png');
background-repeat: no-repeat;
}
.edui-default .edui-pastecontainer .edui-button .edui-richtxticon {
margin-left: 0;
background-position: -109px 0;
}
.edui-default .edui-pastecontainer .edui-button .edui-tagicon {
background-position: -148px 1px;
}
.edui-default .edui-pastecontainer .edui-button .edui-plaintxticon {
background-position: -72px 0;
}
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-richtxticon {
background-position: -109px -34px;
}
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-tagicon{
background-position: -148px -34px;
}
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-plaintxticon{
background-position: -72px -34px;
}
================================================
FILE: 后台cms/public/static/UEditor/themes/default/dialogbase.css
================================================
/*弹出对话框页面样式组件
*/
/*reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
outline: 0;
font-size: 100%;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*module
*/
body {
background-color: #fff;
font: 12px/1.5 sans-serif, "宋体", "Arial Narrow", HELVETICA;
color: #646464;
}
/*tab*/
.tabhead {
position: relative;
z-index: 10;
}
.tabhead span {
display: inline-block;
padding: 0 5px;
height: 30px;
border: 1px solid #ccc;
background: url("images/dialog-title-bg.png") repeat-x;
text-align: center;
line-height: 30px;
cursor: pointer;
*margin-right: 5px;
}
.tabhead span.focus {
height: 31px;
border-bottom: none;
background: #fff;
}
.tabbody {
position: relative;
top: -1px;
margin: 0 auto;
border: 1px solid #ccc;
}
/*button*/
a.button {
display: block;
text-align: center;
line-height: 24px;
text-decoration: none;
height: 24px;
width: 95px;
border: 0;
color: #838383;
background: url(../../themes/default/images/icons-all.gif) no-repeat;
}
a.button:hover {
background-position: 0 -30px;
}
================================================
FILE: 后台cms/public/static/UEditor/themes/iframe.css
================================================
/*可以在这里添加你自己的css*/
================================================
FILE: 后台cms/public/static/UEditor/third-party/SyntaxHighlighter/shCore.js
================================================
// XRegExp 1.5.1
// (c) 2007-2012 Steven Levithan
// MIT License
//
// Provides an augmented, extensible, cross-browser implementation of regular expressions,
// including support for additional syntax, flags, and methods
var XRegExp;
if (XRegExp) {
// Avoid running twice, since that would break references to native globals
throw Error("can't load XRegExp twice in the same frame");
}
// Run within an anonymous function to protect variables and avoid new globals
(function (undefined) {
//---------------------------------
// Constructor
//---------------------------------
// Accepts a pattern and flags; returns a new, extended `RegExp` object. Differs from a native
// regular expression in that additional syntax and flags are supported and cross-browser
// syntax inconsistencies are ameliorated. `XRegExp(/regex/)` clones an existing regex and
// converts to type XRegExp
XRegExp = function (pattern, flags) {
var output = [],
currScope = XRegExp.OUTSIDE_CLASS,
pos = 0,
context, tokenResult, match, chr, regex;
if (XRegExp.isRegExp(pattern)) {
if (flags !== undefined)
throw TypeError("can't supply flags when constructing one RegExp from another");
return clone(pattern);
}
// Tokens become part of the regex construction process, so protect against infinite
// recursion when an XRegExp is constructed within a token handler or trigger
if (isInsideConstructor)
throw Error("can't call the XRegExp constructor within token definition functions");
flags = flags || "";
context = { // `this` object for custom tokens
hasNamedCapture: false,
captureNames: [],
hasFlag: function (flag) {return flags.indexOf(flag) > -1;},
setFlag: function (flag) {flags += flag;}
};
while (pos < pattern.length) {
// Check for custom tokens at the current position
tokenResult = runTokens(pattern, pos, currScope, context);
if (tokenResult) {
output.push(tokenResult.output);
pos += (tokenResult.match[0].length || 1);
} else {
// Check for native multicharacter metasequences (excluding character classes) at
// the current position
if (match = nativ.exec.call(nativeTokens[currScope], pattern.slice(pos))) {
output.push(match[0]);
pos += match[0].length;
} else {
chr = pattern.charAt(pos);
if (chr === "[")
currScope = XRegExp.INSIDE_CLASS;
else if (chr === "]")
currScope = XRegExp.OUTSIDE_CLASS;
// Advance position one character
output.push(chr);
pos++;
}
}
}
regex = RegExp(output.join(""), nativ.replace.call(flags, flagClip, ""));
regex._xregexp = {
source: pattern,
captureNames: context.hasNamedCapture ? context.captureNames : null
};
return regex;
};
//---------------------------------
// Public properties
//---------------------------------
XRegExp.version = "1.5.1";
// Token scope bitflags
XRegExp.INSIDE_CLASS = 1;
XRegExp.OUTSIDE_CLASS = 2;
//---------------------------------
// Private variables
//---------------------------------
var replacementToken = /\$(?:(\d\d?|[$&`'])|{([$\w]+)})/g,
flagClip = /[^gimy]+|([\s\S])(?=[\s\S]*\1)/g, // Nonnative and duplicate flags
quantifier = /^(?:[?*+]|{\d+(?:,\d*)?})\??/,
isInsideConstructor = false,
tokens = [],
// Copy native globals for reference ("native" is an ES3 reserved keyword)
nativ = {
exec: RegExp.prototype.exec,
test: RegExp.prototype.test,
match: String.prototype.match,
replace: String.prototype.replace,
split: String.prototype.split
},
compliantExecNpcg = nativ.exec.call(/()??/, "")[1] === undefined, // check `exec` handling of nonparticipating capturing groups
compliantLastIndexIncrement = function () {
var x = /^/g;
nativ.test.call(x, "");
return !x.lastIndex;
}(),
hasNativeY = RegExp.prototype.sticky !== undefined,
nativeTokens = {};
// `nativeTokens` match native multicharacter metasequences only (including deprecated octals,
// excluding character classes)
nativeTokens[XRegExp.INSIDE_CLASS] = /^(?:\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\dA-Fa-f]{2}|u[\dA-Fa-f]{4}|c[A-Za-z]|[\s\S]))/;
nativeTokens[XRegExp.OUTSIDE_CLASS] = /^(?:\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\d*|x[\dA-Fa-f]{2}|u[\dA-Fa-f]{4}|c[A-Za-z]|[\s\S])|\(\?[:=!]|[?*+]\?|{\d+(?:,\d*)?}\??)/;
//---------------------------------
// Public methods
//---------------------------------
// Lets you extend or change XRegExp syntax and create custom flags. This is used internally by
// the XRegExp library and can be used to create XRegExp plugins. This function is intended for
// users with advanced knowledge of JavaScript's regular expression syntax and behavior. It can
// be disabled by `XRegExp.freezeTokens`
XRegExp.addToken = function (regex, handler, scope, trigger) {
tokens.push({
pattern: clone(regex, "g" + (hasNativeY ? "y" : "")),
handler: handler,
scope: scope || XRegExp.OUTSIDE_CLASS,
trigger: trigger || null
});
};
// Accepts a pattern and flags; returns an extended `RegExp` object. If the pattern and flag
// combination has previously been cached, the cached copy is returned; otherwise the newly
// created regex is cached
XRegExp.cache = function (pattern, flags) {
var key = pattern + "/" + (flags || "");
return XRegExp.cache[key] || (XRegExp.cache[key] = XRegExp(pattern, flags));
};
// Accepts a `RegExp` instance; returns a copy with the `/g` flag set. The copy has a fresh
// `lastIndex` (set to zero). If you want to copy a regex without forcing the `global`
// property, use `XRegExp(regex)`. Do not use `RegExp(regex)` because it will not preserve
// special properties required for named capture
XRegExp.copyAsGlobal = function (regex) {
return clone(regex, "g");
};
// Accepts a string; returns the string with regex metacharacters escaped. The returned string
// can safely be used at any point within a regex to match the provided literal string. Escaped
// characters are [ ] { } ( ) * + ? - . , \ ^ $ | # and whitespace
XRegExp.escape = function (str) {
return str.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&");
};
// Accepts a string to search, regex to search with, position to start the search within the
// string (default: 0), and an optional Boolean indicating whether matches must start at-or-
// after the position or at the specified position only. This function ignores the `lastIndex`
// of the provided regex in its own handling, but updates the property for compatibility
XRegExp.execAt = function (str, regex, pos, anchored) {
var r2 = clone(regex, "g" + ((anchored && hasNativeY) ? "y" : "")),
match;
r2.lastIndex = pos = pos || 0;
match = r2.exec(str); // Run the altered `exec` (required for `lastIndex` fix, etc.)
if (anchored && match && match.index !== pos)
match = null;
if (regex.global)
regex.lastIndex = match ? r2.lastIndex : 0;
return match;
};
// Breaks the unrestorable link to XRegExp's private list of tokens, thereby preventing
// syntax and flag changes. Should be run after XRegExp and any plugins are loaded
XRegExp.freezeTokens = function () {
XRegExp.addToken = function () {
throw Error("can't run addToken after freezeTokens");
};
};
// Accepts any value; returns a Boolean indicating whether the argument is a `RegExp` object.
// Note that this is also `true` for regex literals and regexes created by the `XRegExp`
// constructor. This works correctly for variables created in another frame, when `instanceof`
// and `constructor` checks would fail to work as intended
XRegExp.isRegExp = function (o) {
return Object.prototype.toString.call(o) === "[object RegExp]";
};
// Executes `callback` once per match within `str`. Provides a simpler and cleaner way to
// iterate over regex matches compared to the traditional approaches of subverting
// `String.prototype.replace` or repeatedly calling `exec` within a `while` loop
XRegExp.iterate = function (str, regex, callback, context) {
var r2 = clone(regex, "g"),
i = -1, match;
while (match = r2.exec(str)) { // Run the altered `exec` (required for `lastIndex` fix, etc.)
if (regex.global)
regex.lastIndex = r2.lastIndex; // Doing this to follow expectations if `lastIndex` is checked within `callback`
callback.call(context, match, ++i, str, regex);
if (r2.lastIndex === match.index)
r2.lastIndex++;
}
if (regex.global)
regex.lastIndex = 0;
};
// Accepts a string and an array of regexes; returns the result of using each successive regex
// to search within the matches of the previous regex. The array of regexes can also contain
// objects with `regex` and `backref` properties, in which case the named or numbered back-
// references specified are passed forward to the next regex or returned. E.g.:
// var xregexpImgFileNames = XRegExp.matchChain(html, [
// {regex: / ]+)>/i, backref: 1}, // tag attributes
// {regex: XRegExp('(?ix) \\s src=" (? [^"]+ )'), backref: "src"}, // src attribute values
// {regex: XRegExp("^http://xregexp\\.com(/[^#?]+)", "i"), backref: 1}, // xregexp.com paths
// /[^\/]+$/ // filenames (strip directory paths)
// ]);
XRegExp.matchChain = function (str, chain) {
return function recurseChain (values, level) {
var item = chain[level].regex ? chain[level] : {regex: chain[level]},
regex = clone(item.regex, "g"),
matches = [], i;
for (i = 0; i < values.length; i++) {
XRegExp.iterate(values[i], regex, function (match) {
matches.push(item.backref ? (match[item.backref] || "") : match[0]);
});
}
return ((level === chain.length - 1) || !matches.length) ?
matches : recurseChain(matches, level + 1);
}([str], 0);
};
//---------------------------------
// New RegExp prototype methods
//---------------------------------
// Accepts a context object and arguments array; returns the result of calling `exec` with the
// first value in the arguments array. the context is ignored but is accepted for congruity
// with `Function.prototype.apply`
RegExp.prototype.apply = function (context, args) {
return this.exec(args[0]);
};
// Accepts a context object and string; returns the result of calling `exec` with the provided
// string. the context is ignored but is accepted for congruity with `Function.prototype.call`
RegExp.prototype.call = function (context, str) {
return this.exec(str);
};
//---------------------------------
// Overriden native methods
//---------------------------------
// Adds named capture support (with backreferences returned as `result.name`), and fixes two
// cross-browser issues per ES3:
// - Captured values for nonparticipating capturing groups should be returned as `undefined`,
// rather than the empty string.
// - `lastIndex` should not be incremented after zero-length matches.
RegExp.prototype.exec = function (str) {
var match, name, r2, origLastIndex;
if (!this.global)
origLastIndex = this.lastIndex;
match = nativ.exec.apply(this, arguments);
if (match) {
// Fix browsers whose `exec` methods don't consistently return `undefined` for
// nonparticipating capturing groups
if (!compliantExecNpcg && match.length > 1 && indexOf(match, "") > -1) {
r2 = RegExp(this.source, nativ.replace.call(getNativeFlags(this), "g", ""));
// Using `str.slice(match.index)` rather than `match[0]` in case lookahead allowed
// matching due to characters outside the match
nativ.replace.call((str + "").slice(match.index), r2, function () {
for (var i = 1; i < arguments.length - 2; i++) {
if (arguments[i] === undefined)
match[i] = undefined;
}
});
}
// Attach named capture properties
if (this._xregexp && this._xregexp.captureNames) {
for (var i = 1; i < match.length; i++) {
name = this._xregexp.captureNames[i - 1];
if (name)
match[name] = match[i];
}
}
// Fix browsers that increment `lastIndex` after zero-length matches
if (!compliantLastIndexIncrement && this.global && !match[0].length && (this.lastIndex > match.index))
this.lastIndex--;
}
if (!this.global)
this.lastIndex = origLastIndex; // Fix IE, Opera bug (last tested IE 9.0.5, Opera 11.61 on Windows)
return match;
};
// Fix browser bugs in native method
RegExp.prototype.test = function (str) {
// Use the native `exec` to skip some processing overhead, even though the altered
// `exec` would take care of the `lastIndex` fixes
var match, origLastIndex;
if (!this.global)
origLastIndex = this.lastIndex;
match = nativ.exec.call(this, str);
// Fix browsers that increment `lastIndex` after zero-length matches
if (match && !compliantLastIndexIncrement && this.global && !match[0].length && (this.lastIndex > match.index))
this.lastIndex--;
if (!this.global)
this.lastIndex = origLastIndex; // Fix IE, Opera bug (last tested IE 9.0.5, Opera 11.61 on Windows)
return !!match;
};
// Adds named capture support and fixes browser bugs in native method
String.prototype.match = function (regex) {
if (!XRegExp.isRegExp(regex))
regex = RegExp(regex); // Native `RegExp`
if (regex.global) {
var result = nativ.match.apply(this, arguments);
regex.lastIndex = 0; // Fix IE bug
return result;
}
return regex.exec(this); // Run the altered `exec`
};
// Adds support for `${n}` tokens for named and numbered backreferences in replacement text,
// and provides named backreferences to replacement functions as `arguments[0].name`. Also
// fixes cross-browser differences in replacement text syntax when performing a replacement
// using a nonregex search value, and the value of replacement regexes' `lastIndex` property
// during replacement iterations. Note that this doesn't support SpiderMonkey's proprietary
// third (`flags`) parameter
String.prototype.replace = function (search, replacement) {
var isRegex = XRegExp.isRegExp(search),
captureNames, result, str, origLastIndex;
// There are too many combinations of search/replacement types/values and browser bugs that
// preclude passing to native `replace`, so don't try
//if (...)
// return nativ.replace.apply(this, arguments);
if (isRegex) {
if (search._xregexp)
captureNames = search._xregexp.captureNames; // Array or `null`
if (!search.global)
origLastIndex = search.lastIndex;
} else {
search = search + ""; // Type conversion
}
if (Object.prototype.toString.call(replacement) === "[object Function]") {
result = nativ.replace.call(this + "", search, function () {
if (captureNames) {
// Change the `arguments[0]` string primitive to a String object which can store properties
arguments[0] = new String(arguments[0]);
// Store named backreferences on `arguments[0]`
for (var i = 0; i < captureNames.length; i++) {
if (captureNames[i])
arguments[0][captureNames[i]] = arguments[i + 1];
}
}
// Update `lastIndex` before calling `replacement` (fix browsers)
if (isRegex && search.global)
search.lastIndex = arguments[arguments.length - 2] + arguments[0].length;
return replacement.apply(null, arguments);
});
} else {
str = this + ""; // Type conversion, so `args[args.length - 1]` will be a string (given nonstring `this`)
result = nativ.replace.call(str, search, function () {
var args = arguments; // Keep this function's `arguments` available through closure
return nativ.replace.call(replacement + "", replacementToken, function ($0, $1, $2) {
// Numbered backreference (without delimiters) or special variable
if ($1) {
switch ($1) {
case "$": return "$";
case "&": return args[0];
case "`": return args[args.length - 1].slice(0, args[args.length - 2]);
case "'": return args[args.length - 1].slice(args[args.length - 2] + args[0].length);
// Numbered backreference
default:
// What does "$10" mean?
// - Backreference 10, if 10 or more capturing groups exist
// - Backreference 1 followed by "0", if 1-9 capturing groups exist
// - Otherwise, it's the string "$10"
// Also note:
// - Backreferences cannot be more than two digits (enforced by `replacementToken`)
// - "$01" is equivalent to "$1" if a capturing group exists, otherwise it's the string "$01"
// - There is no "$0" token ("$&" is the entire match)
var literalNumbers = "";
$1 = +$1; // Type conversion; drop leading zero
if (!$1) // `$1` was "0" or "00"
return $0;
while ($1 > args.length - 3) {
literalNumbers = String.prototype.slice.call($1, -1) + literalNumbers;
$1 = Math.floor($1 / 10); // Drop the last digit
}
return ($1 ? args[$1] || "" : "$") + literalNumbers;
}
// Named backreference or delimited numbered backreference
} else {
// What does "${n}" mean?
// - Backreference to numbered capture n. Two differences from "$n":
// - n can be more than two digits
// - Backreference 0 is allowed, and is the entire match
// - Backreference to named capture n, if it exists and is not a number overridden by numbered capture
// - Otherwise, it's the string "${n}"
var n = +$2; // Type conversion; drop leading zeros
if (n <= args.length - 3)
return args[n];
n = captureNames ? indexOf(captureNames, $2) : -1;
return n > -1 ? args[n + 1] : $0;
}
});
});
}
if (isRegex) {
if (search.global)
search.lastIndex = 0; // Fix IE, Safari bug (last tested IE 9.0.5, Safari 5.1.2 on Windows)
else
search.lastIndex = origLastIndex; // Fix IE, Opera bug (last tested IE 9.0.5, Opera 11.61 on Windows)
}
return result;
};
// A consistent cross-browser, ES3 compliant `split`
String.prototype.split = function (s /* separator */, limit) {
// If separator `s` is not a regex, use the native `split`
if (!XRegExp.isRegExp(s))
return nativ.split.apply(this, arguments);
var str = this + "", // Type conversion
output = [],
lastLastIndex = 0,
match, lastLength;
// Behavior for `limit`: if it's...
// - `undefined`: No limit
// - `NaN` or zero: Return an empty array
// - A positive number: Use `Math.floor(limit)`
// - A negative number: No limit
// - Other: Type-convert, then use the above rules
if (limit === undefined || +limit < 0) {
limit = Infinity;
} else {
limit = Math.floor(+limit);
if (!limit)
return [];
}
// This is required if not `s.global`, and it avoids needing to set `s.lastIndex` to zero
// and restore it to its original value when we're done using the regex
s = XRegExp.copyAsGlobal(s);
while (match = s.exec(str)) { // Run the altered `exec` (required for `lastIndex` fix, etc.)
if (s.lastIndex > lastLastIndex) {
output.push(str.slice(lastLastIndex, match.index));
if (match.length > 1 && match.index < str.length)
Array.prototype.push.apply(output, match.slice(1));
lastLength = match[0].length;
lastLastIndex = s.lastIndex;
if (output.length >= limit)
break;
}
if (s.lastIndex === match.index)
s.lastIndex++;
}
if (lastLastIndex === str.length) {
if (!nativ.test.call(s, "") || lastLength)
output.push("");
} else {
output.push(str.slice(lastLastIndex));
}
return output.length > limit ? output.slice(0, limit) : output;
};
//---------------------------------
// Private helper functions
//---------------------------------
// Supporting function for `XRegExp`, `XRegExp.copyAsGlobal`, etc. Returns a copy of a `RegExp`
// instance with a fresh `lastIndex` (set to zero), preserving properties required for named
// capture. Also allows adding new flags in the process of copying the regex
function clone (regex, additionalFlags) {
if (!XRegExp.isRegExp(regex))
throw TypeError("type RegExp expected");
var x = regex._xregexp;
regex = XRegExp(regex.source, getNativeFlags(regex) + (additionalFlags || ""));
if (x) {
regex._xregexp = {
source: x.source,
captureNames: x.captureNames ? x.captureNames.slice(0) : null
};
}
return regex;
}
function getNativeFlags (regex) {
return (regex.global ? "g" : "") +
(regex.ignoreCase ? "i" : "") +
(regex.multiline ? "m" : "") +
(regex.extended ? "x" : "") + // Proposed for ES4; included in AS3
(regex.sticky ? "y" : "");
}
function runTokens (pattern, index, scope, context) {
var i = tokens.length,
result, match, t;
// Protect against constructing XRegExps within token handler and trigger functions
isInsideConstructor = true;
// Must reset `isInsideConstructor`, even if a `trigger` or `handler` throws
try {
while (i--) { // Run in reverse order
t = tokens[i];
if ((scope & t.scope) && (!t.trigger || t.trigger.call(context))) {
t.pattern.lastIndex = index;
match = t.pattern.exec(pattern); // Running the altered `exec` here allows use of named backreferences, etc.
if (match && match.index === index) {
result = {
output: t.handler.call(context, match, scope),
match: match
};
break;
}
}
}
} catch (err) {
throw err;
} finally {
isInsideConstructor = false;
}
return result;
}
function indexOf (array, item, from) {
if (Array.prototype.indexOf) // Use the native array method if available
return array.indexOf(item, from);
for (var i = from || 0; i < array.length; i++) {
if (array[i] === item)
return i;
}
return -1;
}
//---------------------------------
// Built-in tokens
//---------------------------------
// Augment XRegExp's regular expression syntax and flags. Note that when adding tokens, the
// third (`scope`) argument defaults to `XRegExp.OUTSIDE_CLASS`
// Comment pattern: (?# )
XRegExp.addToken(
/\(\?#[^)]*\)/,
function (match) {
// Keep tokens separated unless the following token is a quantifier
return nativ.test.call(quantifier, match.input.slice(match.index + match[0].length)) ? "" : "(?:)";
}
);
// Capturing group (match the opening parenthesis only).
// Required for support of named capturing groups
XRegExp.addToken(
/\((?!\?)/,
function () {
this.captureNames.push(null);
return "(";
}
);
// Named capturing group (match the opening delimiter only): (?
XRegExp.addToken(
/\(\?<([$\w]+)>/,
function (match) {
this.captureNames.push(match[1]);
this.hasNamedCapture = true;
return "(";
}
);
// Named backreference: \k
XRegExp.addToken(
/\\k<([\w$]+)>/,
function (match) {
var index = indexOf(this.captureNames, match[1]);
// Keep backreferences separate from subsequent literal numbers. Preserve back-
// references to named groups that are undefined at this point as literal strings
return index > -1 ?
"\\" + (index + 1) + (isNaN(match.input.charAt(match.index + match[0].length)) ? "" : "(?:)") :
match[0];
}
);
// Empty character class: [] or [^]
XRegExp.addToken(
/\[\^?]/,
function (match) {
// For cross-browser compatibility with ES3, convert [] to \b\B and [^] to [\s\S].
// (?!) should work like \b\B, but is unreliable in Firefox
return match[0] === "[]" ? "\\b\\B" : "[\\s\\S]";
}
);
// Mode modifier at the start of the pattern only, with any combination of flags imsx: (?imsx)
// Does not support x(?i), (?-i), (?i-m), (?i: ), (?i)(?m), etc.
XRegExp.addToken(
/^\(\?([imsx]+)\)/,
function (match) {
this.setFlag(match[1]);
return "";
}
);
// Whitespace and comments, in free-spacing (aka extended) mode only
XRegExp.addToken(
/(?:\s+|#.*)+/,
function (match) {
// Keep tokens separated unless the following token is a quantifier
return nativ.test.call(quantifier, match.input.slice(match.index + match[0].length)) ? "" : "(?:)";
},
XRegExp.OUTSIDE_CLASS,
function () {return this.hasFlag("x");}
);
// Dot, in dotall (aka singleline) mode only
XRegExp.addToken(
/\./,
function () {return "[\\s\\S]";},
XRegExp.OUTSIDE_CLASS,
function () {return this.hasFlag("s");}
);
//---------------------------------
// Backward compatibility
//---------------------------------
// Uncomment the following block for compatibility with XRegExp 1.0-1.2:
/*
XRegExp.matchWithinChain = XRegExp.matchChain;
RegExp.prototype.addFlags = function (s) {return clone(this, s);};
RegExp.prototype.execAll = function (s) {var r = []; XRegExp.iterate(s, this, function (m) {r.push(m);}); return r;};
RegExp.prototype.forEachExec = function (s, f, c) {return XRegExp.iterate(s, this, f, c);};
RegExp.prototype.validate = function (s) {var r = RegExp("^(?:" + this.source + ")$(?!\\s)", getNativeFlags(this)); if (this.global) this.lastIndex = 0; return s.search(r) === 0;};
*/
})();
//
// Begin anonymous function. This is used to contain local scope variables without polutting global scope.
//
if (typeof(SyntaxHighlighter) == 'undefined') var SyntaxHighlighter = function() {
// CommonJS
if (typeof(require) != 'undefined' && typeof(XRegExp) == 'undefined')
{
XRegExp = require('XRegExp').XRegExp;
}
// Shortcut object which will be assigned to the SyntaxHighlighter variable.
// This is a shorthand for local reference in order to avoid long namespace
// references to SyntaxHighlighter.whatever...
var sh = {
defaults : {
/** Additional CSS class names to be added to highlighter elements. */
'class-name' : '',
/** First line number. */
'first-line' : 1,
/**
* Pads line numbers. Possible values are:
*
* false - don't pad line numbers.
* true - automaticaly pad numbers with minimum required number of leading zeroes.
* [int] - length up to which pad line numbers.
*/
'pad-line-numbers' : false,
/** Lines to highlight. */
'highlight' : false,
/** Title to be displayed above the code block. */
'title' : null,
/** Enables or disables smart tabs. */
'smart-tabs' : true,
/** Gets or sets tab size. */
'tab-size' : 4,
/** Enables or disables gutter. */
'gutter' : true,
/** Enables or disables toolbar. */
'toolbar' : true,
/** Enables quick code copy and paste from double click. */
'quick-code' : true,
/** Forces code view to be collapsed. */
'collapse' : false,
/** Enables or disables automatic links. */
'auto-links' : false,
/** Gets or sets light mode. Equavalent to turning off gutter and toolbar. */
'light' : false,
'unindent' : true,
'html-script' : false
},
config : {
space : ' ',
/** Enables use of tags. */
useScriptTags : true,
/** Blogger mode flag. */
bloggerMode : false,
stripBrs : false,
/** Name of the tag that SyntaxHighlighter will automatically look for. */
tagName : 'pre',
strings : {
expandSource : 'expand source',
help : '?',
alert: 'SyntaxHighlighter\n\n',
noBrush : 'Can\'t find brush for: ',
brushNotHtmlScript : 'Brush wasn\'t configured for html-script option: ',
// this is populated by the build script
aboutDialog : '@ABOUT@'
}
},
/** Internal 'global' variables. */
vars : {
discoveredBrushes : null,
highlighters : {}
},
/** This object is populated by user included external brush files. */
brushes : {},
/** Common regular expressions. */
regexLib : {
multiLineCComments : /\/\*[\s\S]*?\*\//gm,
singleLineCComments : /\/\/.*$/gm,
singleLinePerlComments : /#.*$/gm,
doubleQuotedString : /"([^\\"\n]|\\.)*"/g,
singleQuotedString : /'([^\\'\n]|\\.)*'/g,
multiLineDoubleQuotedString : new XRegExp('"([^\\\\"]|\\\\.)*"', 'gs'),
multiLineSingleQuotedString : new XRegExp("'([^\\\\']|\\\\.)*'", 'gs'),
xmlComments : /(<|<)!--[\s\S]*?--(>|>)/gm,
url : /\w+:\/\/[\w-.\/?%&=:@;#]*/g,
/** = ?> tags. */
phpScriptTags : { left: /(<|<)\?(?:=|php)?/g, right: /\?(>|>)/g, 'eof' : true },
/** <%= %> tags. */
aspScriptTags : { left: /(<|<)%=?/g, right: /%(>|>)/g },
/**
*
*
*
*
* xxx
*
*
*
* xxx
*
* xxx
*
*
*
*
*
* xxx
*
*
*
* xx[x xx]x
*
*
*
*
* xx[x xx]x
*
*
*
*
* xx[x xx]x
*
*
*
*
*
* xxxxxxxxx[x xx]x xxxxxxx
*
*
*
*
*
*
* xxxxxxxx[x]x xxx xxxxxxx
*
*
*
*