├── src
└── main
│ ├── webapp
│ ├── upload
│ │ └── test.txt
│ ├── jsp
│ │ ├── static
│ │ │ ├── color.js
│ │ │ ├── toLogin.jsp
│ │ │ ├── sidebar.jsp
│ │ │ ├── style.jsp
│ │ │ └── myInfo.js
│ │ └── assets
│ │ │ ├── img
│ │ │ ├── logo.png
│ │ │ ├── logo@2x.png
│ │ │ └── backgrounds
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 1@2x.jpg
│ │ │ │ └── 2@2x.jpg
│ │ │ ├── ico
│ │ │ ├── favicon.png
│ │ │ ├── apple-touch-icon-114-precomposed.png
│ │ │ ├── apple-touch-icon-144-precomposed.png
│ │ │ ├── apple-touch-icon-57-precomposed.png
│ │ │ └── apple-touch-icon-72-precomposed.png
│ │ │ ├── font-awesome
│ │ │ ├── less
│ │ │ │ ├── fixed-width.less
│ │ │ │ ├── bordered-pulled.less
│ │ │ │ ├── larger.less
│ │ │ │ ├── list.less
│ │ │ │ ├── font-awesome.less
│ │ │ │ ├── core.less
│ │ │ │ └── stacked.less
│ │ │ ├── scss
│ │ │ │ ├── _fixed-width.scss
│ │ │ │ ├── _bordered-pulled.scss
│ │ │ │ ├── _larger.scss
│ │ │ │ ├── _list.scss
│ │ │ │ ├── font-awesome.scss
│ │ │ │ ├── _core.scss
│ │ │ │ └── _stacked.scss
│ │ │ └── fonts
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ └── fontawesome-webfont.woff2
│ │ │ ├── bootstrap
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ └── js
│ │ │ │ └── npm.js
│ │ │ └── js
│ │ │ └── placeholder.js
│ ├── resources
│ │ ├── ueditor
│ │ │ ├── themes
│ │ │ │ ├── iframe.css
│ │ │ │ └── default
│ │ │ │ │ └── images
│ │ │ │ │ ├── arrow.png
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── lock.gif
│ │ │ │ │ ├── scale.png
│ │ │ │ │ ├── word.gif
│ │ │ │ │ ├── anchor.gif
│ │ │ │ │ ├── charts.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── spacer.gif
│ │ │ │ │ ├── upload.png
│ │ │ │ │ ├── arrow_down.png
│ │ │ │ │ ├── arrow_up.png
│ │ │ │ │ ├── button-bg.gif
│ │ │ │ │ ├── cursor_h.gif
│ │ │ │ │ ├── cursor_h.png
│ │ │ │ │ ├── cursor_v.gif
│ │ │ │ │ ├── cursor_v.png
│ │ │ │ │ ├── filescan.png
│ │ │ │ │ ├── icons-all.gif
│ │ │ │ │ ├── loaderror.png
│ │ │ │ │ ├── pagebreak.gif
│ │ │ │ │ ├── sortable.png
│ │ │ │ │ ├── sparator_v.png
│ │ │ │ │ ├── toolbar_bg.png
│ │ │ │ │ ├── videologo.gif
│ │ │ │ │ ├── wordpaste.png
│ │ │ │ │ ├── cancelbutton.gif
│ │ │ │ │ ├── highlighted.gif
│ │ │ │ │ ├── dialog-title-bg.png
│ │ │ │ │ ├── unhighlighted.gif
│ │ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ │ ├── table-cell-align.png
│ │ │ │ │ └── tangram-colorpicker.png
│ │ │ ├── lang
│ │ │ │ ├── en
│ │ │ │ │ └── images
│ │ │ │ │ │ ├── copy.png
│ │ │ │ │ │ ├── button.png
│ │ │ │ │ │ ├── music.png
│ │ │ │ │ │ ├── upload.png
│ │ │ │ │ │ ├── addimage.png
│ │ │ │ │ │ ├── background.png
│ │ │ │ │ │ ├── deleteenable.png
│ │ │ │ │ │ ├── localimage.png
│ │ │ │ │ │ ├── deletedisable.png
│ │ │ │ │ │ ├── listbackground.png
│ │ │ │ │ │ ├── rotateleftdisable.png
│ │ │ │ │ │ ├── rotateleftenable.png
│ │ │ │ │ │ ├── rotaterightenable.png
│ │ │ │ │ │ ├── alldeletebtnupskin.png
│ │ │ │ │ │ ├── rotaterightdisable.png
│ │ │ │ │ │ └── alldeletebtnhoverskin.png
│ │ │ │ └── zh-cn
│ │ │ │ │ └── images
│ │ │ │ │ ├── copy.png
│ │ │ │ │ ├── music.png
│ │ │ │ │ ├── upload.png
│ │ │ │ │ └── localimage.png
│ │ │ ├── dialogs
│ │ │ │ ├── table
│ │ │ │ │ └── dragicon.png
│ │ │ │ ├── emotion
│ │ │ │ │ └── images
│ │ │ │ │ │ ├── 0.gif
│ │ │ │ │ │ ├── bface.gif
│ │ │ │ │ │ ├── cface.gif
│ │ │ │ │ │ ├── fface.gif
│ │ │ │ │ │ ├── tface.gif
│ │ │ │ │ │ ├── wface.gif
│ │ │ │ │ │ ├── yface.gif
│ │ │ │ │ │ ├── jxface2.gif
│ │ │ │ │ │ └── neweditor-tab-bg.png
│ │ │ │ ├── image
│ │ │ │ │ └── images
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ ├── progress.png
│ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ ├── success.png
│ │ │ │ │ │ └── alignicon.jpg
│ │ │ │ ├── video
│ │ │ │ │ └── images
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ ├── progress.png
│ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ ├── success.png
│ │ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ │ ├── file-icons.png
│ │ │ │ │ │ ├── left_focus.jpg
│ │ │ │ │ │ ├── none_focus.jpg
│ │ │ │ │ │ ├── right_focus.jpg
│ │ │ │ │ │ └── center_focus.jpg
│ │ │ │ ├── scrawl
│ │ │ │ │ └── images
│ │ │ │ │ │ ├── brush.png
│ │ │ │ │ │ ├── empty.png
│ │ │ │ │ │ ├── redo.png
│ │ │ │ │ │ ├── redoH.png
│ │ │ │ │ │ ├── scale.png
│ │ │ │ │ │ ├── size.png
│ │ │ │ │ │ ├── undo.png
│ │ │ │ │ │ ├── undoH.png
│ │ │ │ │ │ ├── addimg.png
│ │ │ │ │ │ ├── delimg.png
│ │ │ │ │ │ ├── delimgH.png
│ │ │ │ │ │ ├── emptyH.png
│ │ │ │ │ │ ├── eraser.png
│ │ │ │ │ │ └── scaleH.png
│ │ │ │ ├── template
│ │ │ │ │ └── images
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── pre0.png
│ │ │ │ │ │ ├── pre1.png
│ │ │ │ │ │ ├── pre2.png
│ │ │ │ │ │ ├── pre3.png
│ │ │ │ │ │ └── pre4.png
│ │ │ │ ├── attachment
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ ├── progress.png
│ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ ├── success.png
│ │ │ │ │ │ ├── alignicon.gif
│ │ │ │ │ │ ├── alignicon.png
│ │ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ │ └── file-icons.png
│ │ │ │ │ └── fileTypeImages
│ │ │ │ │ │ ├── icon_chm.gif
│ │ │ │ │ │ ├── icon_doc.gif
│ │ │ │ │ │ ├── icon_exe.gif
│ │ │ │ │ │ ├── icon_jpg.gif
│ │ │ │ │ │ ├── icon_mp3.gif
│ │ │ │ │ │ ├── icon_mv.gif
│ │ │ │ │ │ ├── icon_pdf.gif
│ │ │ │ │ │ ├── icon_ppt.gif
│ │ │ │ │ │ ├── icon_psd.gif
│ │ │ │ │ │ ├── icon_rar.gif
│ │ │ │ │ │ ├── icon_txt.gif
│ │ │ │ │ │ ├── icon_xls.gif
│ │ │ │ │ │ └── icon_default.png
│ │ │ │ ├── background
│ │ │ │ │ └── images
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ └── success.png
│ │ │ │ ├── charts
│ │ │ │ │ └── images
│ │ │ │ │ │ ├── charts0.png
│ │ │ │ │ │ ├── charts1.png
│ │ │ │ │ │ ├── charts2.png
│ │ │ │ │ │ ├── charts3.png
│ │ │ │ │ │ ├── charts4.png
│ │ │ │ │ │ └── charts5.png
│ │ │ │ ├── wordimage
│ │ │ │ │ ├── imageUploader.swf
│ │ │ │ │ └── fClipboard_ueditor.swf
│ │ │ │ └── help
│ │ │ │ │ └── help.css
│ │ │ └── third-party
│ │ │ │ ├── video-js
│ │ │ │ ├── font
│ │ │ │ │ ├── vjs.eot
│ │ │ │ │ ├── vjs.ttf
│ │ │ │ │ └── vjs.woff
│ │ │ │ └── video-js.swf
│ │ │ │ ├── webuploader
│ │ │ │ ├── Uploader.swf
│ │ │ │ └── webuploader.css
│ │ │ │ ├── zeroclipboard
│ │ │ │ └── ZeroClipboard.swf
│ │ │ │ ├── snapscreen
│ │ │ │ └── UEditorSnapscreen.exe
│ │ │ │ └── highcharts
│ │ │ │ └── modules
│ │ │ │ └── heatmap.js
│ │ ├── assets
│ │ │ ├── img
│ │ │ │ ├── icon.ico
│ │ │ │ ├── icon.png
│ │ │ │ ├── mlane.jpg
│ │ │ │ ├── sauro.jpg
│ │ │ │ ├── talha.jpg
│ │ │ │ ├── arashmil.jpg
│ │ │ │ ├── flags
│ │ │ │ │ ├── ad.png
│ │ │ │ │ ├── ae.png
│ │ │ │ │ ├── af.png
│ │ │ │ │ ├── ag.png
│ │ │ │ │ ├── ai.png
│ │ │ │ │ ├── al.png
│ │ │ │ │ ├── am.png
│ │ │ │ │ ├── an.png
│ │ │ │ │ ├── ao.png
│ │ │ │ │ ├── ar.png
│ │ │ │ │ ├── as.png
│ │ │ │ │ ├── at.png
│ │ │ │ │ ├── au.png
│ │ │ │ │ ├── aw.png
│ │ │ │ │ ├── ax.png
│ │ │ │ │ ├── az.png
│ │ │ │ │ ├── ba.png
│ │ │ │ │ ├── bb.png
│ │ │ │ │ ├── bd.png
│ │ │ │ │ ├── be.png
│ │ │ │ │ ├── bf.png
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── bh.png
│ │ │ │ │ ├── bi.png
│ │ │ │ │ ├── bj.png
│ │ │ │ │ ├── bm.png
│ │ │ │ │ ├── bn.png
│ │ │ │ │ ├── bo.png
│ │ │ │ │ ├── br.png
│ │ │ │ │ ├── bs.png
│ │ │ │ │ ├── bt.png
│ │ │ │ │ ├── bv.png
│ │ │ │ │ ├── bw.png
│ │ │ │ │ ├── by.png
│ │ │ │ │ ├── bz.png
│ │ │ │ │ ├── ca.png
│ │ │ │ │ ├── cc.png
│ │ │ │ │ ├── cd.png
│ │ │ │ │ ├── cf.png
│ │ │ │ │ ├── cg.png
│ │ │ │ │ ├── ch.png
│ │ │ │ │ ├── ci.png
│ │ │ │ │ ├── ck.png
│ │ │ │ │ ├── cl.png
│ │ │ │ │ ├── cm.png
│ │ │ │ │ ├── cn.png
│ │ │ │ │ ├── co.png
│ │ │ │ │ ├── cr.png
│ │ │ │ │ ├── cs.png
│ │ │ │ │ ├── cu.png
│ │ │ │ │ ├── cv.png
│ │ │ │ │ ├── cx.png
│ │ │ │ │ ├── cy.png
│ │ │ │ │ ├── cz.png
│ │ │ │ │ ├── de.png
│ │ │ │ │ ├── dj.png
│ │ │ │ │ ├── dk.png
│ │ │ │ │ ├── dm.png
│ │ │ │ │ ├── do.png
│ │ │ │ │ ├── dz.png
│ │ │ │ │ ├── ec.png
│ │ │ │ │ ├── ee.png
│ │ │ │ │ ├── eg.png
│ │ │ │ │ ├── eh.png
│ │ │ │ │ ├── er.png
│ │ │ │ │ ├── es.png
│ │ │ │ │ ├── et.png
│ │ │ │ │ ├── fam.png
│ │ │ │ │ ├── fi.png
│ │ │ │ │ ├── fj.png
│ │ │ │ │ ├── fk.png
│ │ │ │ │ ├── fm.png
│ │ │ │ │ ├── fo.png
│ │ │ │ │ ├── fr.png
│ │ │ │ │ ├── ga.png
│ │ │ │ │ ├── gb.png
│ │ │ │ │ ├── gd.png
│ │ │ │ │ ├── ge.png
│ │ │ │ │ ├── gf.png
│ │ │ │ │ ├── gh.png
│ │ │ │ │ ├── gi.png
│ │ │ │ │ ├── gl.png
│ │ │ │ │ ├── gm.png
│ │ │ │ │ ├── gn.png
│ │ │ │ │ ├── gp.png
│ │ │ │ │ ├── gq.png
│ │ │ │ │ ├── gr.png
│ │ │ │ │ ├── gs.png
│ │ │ │ │ ├── gt.png
│ │ │ │ │ ├── gu.png
│ │ │ │ │ ├── gw.png
│ │ │ │ │ ├── gy.png
│ │ │ │ │ ├── hk.png
│ │ │ │ │ ├── hm.png
│ │ │ │ │ ├── hn.png
│ │ │ │ │ ├── hr.png
│ │ │ │ │ ├── ht.png
│ │ │ │ │ ├── hu.png
│ │ │ │ │ ├── id.png
│ │ │ │ │ ├── ie.png
│ │ │ │ │ ├── il.png
│ │ │ │ │ ├── in.png
│ │ │ │ │ ├── io.png
│ │ │ │ │ ├── iq.png
│ │ │ │ │ ├── ir.png
│ │ │ │ │ ├── is.png
│ │ │ │ │ ├── it.png
│ │ │ │ │ ├── jm.png
│ │ │ │ │ ├── jo.png
│ │ │ │ │ ├── jp.png
│ │ │ │ │ ├── ke.png
│ │ │ │ │ ├── kg.png
│ │ │ │ │ ├── kh.png
│ │ │ │ │ ├── ki.png
│ │ │ │ │ ├── km.png
│ │ │ │ │ ├── kn.png
│ │ │ │ │ ├── kp.png
│ │ │ │ │ ├── kr.png
│ │ │ │ │ ├── kw.png
│ │ │ │ │ ├── ky.png
│ │ │ │ │ ├── kz.png
│ │ │ │ │ ├── la.png
│ │ │ │ │ ├── lb.png
│ │ │ │ │ ├── lc.png
│ │ │ │ │ ├── li.png
│ │ │ │ │ ├── lk.png
│ │ │ │ │ ├── lr.png
│ │ │ │ │ ├── ls.png
│ │ │ │ │ ├── lt.png
│ │ │ │ │ ├── lu.png
│ │ │ │ │ ├── lv.png
│ │ │ │ │ ├── ly.png
│ │ │ │ │ ├── ma.png
│ │ │ │ │ ├── mc.png
│ │ │ │ │ ├── md.png
│ │ │ │ │ ├── me.png
│ │ │ │ │ ├── mg.png
│ │ │ │ │ ├── mh.png
│ │ │ │ │ ├── mk.png
│ │ │ │ │ ├── ml.png
│ │ │ │ │ ├── mm.png
│ │ │ │ │ ├── mn.png
│ │ │ │ │ ├── mo.png
│ │ │ │ │ ├── mp.png
│ │ │ │ │ ├── mq.png
│ │ │ │ │ ├── mr.png
│ │ │ │ │ ├── ms.png
│ │ │ │ │ ├── mt.png
│ │ │ │ │ ├── mu.png
│ │ │ │ │ ├── mv.png
│ │ │ │ │ ├── mw.png
│ │ │ │ │ ├── mx.png
│ │ │ │ │ ├── my.png
│ │ │ │ │ ├── mz.png
│ │ │ │ │ ├── na.png
│ │ │ │ │ ├── nc.png
│ │ │ │ │ ├── ne.png
│ │ │ │ │ ├── nf.png
│ │ │ │ │ ├── ng.png
│ │ │ │ │ ├── ni.png
│ │ │ │ │ ├── nl.png
│ │ │ │ │ ├── no.png
│ │ │ │ │ ├── np.png
│ │ │ │ │ ├── nr.png
│ │ │ │ │ ├── nu.png
│ │ │ │ │ ├── nz.png
│ │ │ │ │ ├── om.png
│ │ │ │ │ ├── pa.png
│ │ │ │ │ ├── pe.png
│ │ │ │ │ ├── pf.png
│ │ │ │ │ ├── pg.png
│ │ │ │ │ ├── ph.png
│ │ │ │ │ ├── pk.png
│ │ │ │ │ ├── pl.png
│ │ │ │ │ ├── pm.png
│ │ │ │ │ ├── pn.png
│ │ │ │ │ ├── pr.png
│ │ │ │ │ ├── ps.png
│ │ │ │ │ ├── pt.png
│ │ │ │ │ ├── pw.png
│ │ │ │ │ ├── py.png
│ │ │ │ │ ├── qa.png
│ │ │ │ │ ├── re.png
│ │ │ │ │ ├── ro.png
│ │ │ │ │ ├── rs.png
│ │ │ │ │ ├── ru.png
│ │ │ │ │ ├── rw.png
│ │ │ │ │ ├── sa.png
│ │ │ │ │ ├── sb.png
│ │ │ │ │ ├── sc.png
│ │ │ │ │ ├── sd.png
│ │ │ │ │ ├── se.png
│ │ │ │ │ ├── sg.png
│ │ │ │ │ ├── sh.png
│ │ │ │ │ ├── si.png
│ │ │ │ │ ├── sj.png
│ │ │ │ │ ├── sk.png
│ │ │ │ │ ├── sl.png
│ │ │ │ │ ├── sm.png
│ │ │ │ │ ├── sn.png
│ │ │ │ │ ├── so.png
│ │ │ │ │ ├── sr.png
│ │ │ │ │ ├── st.png
│ │ │ │ │ ├── sv.png
│ │ │ │ │ ├── sy.png
│ │ │ │ │ ├── sz.png
│ │ │ │ │ ├── tc.png
│ │ │ │ │ ├── td.png
│ │ │ │ │ ├── tf.png
│ │ │ │ │ ├── tg.png
│ │ │ │ │ ├── th.png
│ │ │ │ │ ├── tj.png
│ │ │ │ │ ├── tk.png
│ │ │ │ │ ├── tl.png
│ │ │ │ │ ├── tm.png
│ │ │ │ │ ├── tn.png
│ │ │ │ │ ├── to.png
│ │ │ │ │ ├── tr.png
│ │ │ │ │ ├── tt.png
│ │ │ │ │ ├── tv.png
│ │ │ │ │ ├── tw.png
│ │ │ │ │ ├── tz.png
│ │ │ │ │ ├── ua.png
│ │ │ │ │ ├── ug.png
│ │ │ │ │ ├── um.png
│ │ │ │ │ ├── us.png
│ │ │ │ │ ├── uy.png
│ │ │ │ │ ├── uz.png
│ │ │ │ │ ├── va.png
│ │ │ │ │ ├── vc.png
│ │ │ │ │ ├── ve.png
│ │ │ │ │ ├── vg.png
│ │ │ │ │ ├── vi.png
│ │ │ │ │ ├── vn.png
│ │ │ │ │ ├── vu.png
│ │ │ │ │ ├── wf.png
│ │ │ │ │ ├── ws.png
│ │ │ │ │ ├── ye.png
│ │ │ │ │ ├── yt.png
│ │ │ │ │ ├── za.png
│ │ │ │ │ ├── zm.png
│ │ │ │ │ ├── zw.png
│ │ │ │ │ ├── wales.png
│ │ │ │ │ ├── england.png
│ │ │ │ │ ├── scotland.png
│ │ │ │ │ ├── catalonia.png
│ │ │ │ │ ├── europeanunion.png
│ │ │ │ │ └── readme.txt
│ │ │ │ ├── jm_denis.jpg
│ │ │ │ ├── profile.jpg
│ │ │ │ ├── profile2.jpg
│ │ │ │ ├── img-shadow.png
│ │ │ │ ├── bank
│ │ │ │ │ ├── ֧����֧��.png
│ │ │ │ │ ├── �й�ũҵ����.png
│ │ │ │ │ ├── �й�����.png
│ │ │ │ │ ├── ��ͨ����.png
│ │ │ │ │ ├── ��������.png
│ │ │ │ │ ├── ֧��ƽ̨-����.png
│ │ │ │ │ ├── �й���������.png
│ │ │ │ │ └── �й�������������.png
│ │ │ │ └── img-shadow.gvdesign
│ │ │ └── fonts
│ │ │ │ ├── flaticon
│ │ │ │ ├── Flaticon.eot
│ │ │ │ ├── Flaticon.ttf
│ │ │ │ └── Flaticon.woff
│ │ │ │ ├── summernote
│ │ │ │ ├── summernote.eot
│ │ │ │ ├── summernote.ttf
│ │ │ │ └── summernote.woff
│ │ │ │ ├── fontawesome
│ │ │ │ ├── fa-solid-900.eot
│ │ │ │ ├── fa-solid-900.ttf
│ │ │ │ ├── fa-brands-400.eot
│ │ │ │ ├── fa-brands-400.ttf
│ │ │ │ ├── fa-brands-400.woff
│ │ │ │ ├── fa-brands-400.woff2
│ │ │ │ ├── fa-regular-400.eot
│ │ │ │ ├── fa-regular-400.ttf
│ │ │ │ ├── fa-regular-400.woff
│ │ │ │ ├── fa-solid-900.woff
│ │ │ │ ├── fa-solid-900.woff2
│ │ │ │ └── fa-regular-400.woff2
│ │ │ │ └── simple-line-icons
│ │ │ │ ├── Simple-Line-Icons.eot
│ │ │ │ ├── Simple-Line-Icons.ttf
│ │ │ │ ├── Simple-Line-Icons.woff
│ │ │ │ └── Simple-Line-Icons.woff2
│ │ └── My97DatePicker
│ │ │ ├── skin
│ │ │ ├── datePicker.gif
│ │ │ ├── default
│ │ │ │ └── img.gif
│ │ │ ├── whyGreen
│ │ │ │ ├── bg.jpg
│ │ │ │ └── img.gif
│ │ │ └── WdatePicker.css
│ │ │ └── ������
│ │ │ ├── readme.txt
│ │ │ ├── lang
│ │ │ ├── zh-cn.js
│ │ │ └── zh-tw.js
│ │ │ └── skin
│ │ │ ├── datePicker.gif
│ │ │ ├── default
│ │ │ ├── img.gif
│ │ │ └── datepicker.css
│ │ │ ├── whyGreen
│ │ │ ├── bg.jpg
│ │ │ ├── img.gif
│ │ │ └── datepicker.css
│ │ │ └── WdatePicker.css
│ ├── muban.jpg
│ ├── muban2.jpg
│ ├── front
│ │ ├── muban.jpg
│ │ ├── img
│ │ │ ├── line.jpg
│ │ │ ├── now.png
│ │ │ ├── yuan.png
│ │ │ ├── avator.png
│ │ │ ├── banner.jpg
│ │ │ ├── jianshe.png
│ │ │ ├── nongye.png
│ │ │ ├── select.png
│ │ │ ├── weixin.png
│ │ │ ├── jiaotong.png
│ │ │ ├── seckilling.jpg
│ │ │ ├── unselect.png
│ │ │ ├── zhifubao.png
│ │ │ └── zhongguo.png
│ │ ├── layui
│ │ │ ├── font
│ │ │ │ ├── iconfont.eot
│ │ │ │ ├── iconfont.ttf
│ │ │ │ ├── iconfont.woff
│ │ │ │ └── iconfont.woff2
│ │ │ ├── images
│ │ │ │ └── face
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── 4.gif
│ │ │ │ │ ├── 5.gif
│ │ │ │ │ ├── 6.gif
│ │ │ │ │ ├── 7.gif
│ │ │ │ │ ├── 8.gif
│ │ │ │ │ ├── 9.gif
│ │ │ │ │ ├── 10.gif
│ │ │ │ │ ├── 11.gif
│ │ │ │ │ ├── 12.gif
│ │ │ │ │ ├── 13.gif
│ │ │ │ │ ├── 14.gif
│ │ │ │ │ ├── 15.gif
│ │ │ │ │ ├── 16.gif
│ │ │ │ │ ├── 17.gif
│ │ │ │ │ ├── 18.gif
│ │ │ │ │ ├── 19.gif
│ │ │ │ │ ├── 20.gif
│ │ │ │ │ ├── 21.gif
│ │ │ │ │ ├── 22.gif
│ │ │ │ │ ├── 23.gif
│ │ │ │ │ ├── 24.gif
│ │ │ │ │ ├── 25.gif
│ │ │ │ │ ├── 26.gif
│ │ │ │ │ ├── 27.gif
│ │ │ │ │ ├── 28.gif
│ │ │ │ │ ├── 29.gif
│ │ │ │ │ ├── 30.gif
│ │ │ │ │ ├── 31.gif
│ │ │ │ │ ├── 32.gif
│ │ │ │ │ ├── 33.gif
│ │ │ │ │ ├── 34.gif
│ │ │ │ │ ├── 35.gif
│ │ │ │ │ ├── 36.gif
│ │ │ │ │ ├── 37.gif
│ │ │ │ │ ├── 38.gif
│ │ │ │ │ ├── 39.gif
│ │ │ │ │ ├── 40.gif
│ │ │ │ │ ├── 41.gif
│ │ │ │ │ ├── 42.gif
│ │ │ │ │ ├── 43.gif
│ │ │ │ │ ├── 44.gif
│ │ │ │ │ ├── 45.gif
│ │ │ │ │ ├── 46.gif
│ │ │ │ │ ├── 47.gif
│ │ │ │ │ ├── 48.gif
│ │ │ │ │ ├── 49.gif
│ │ │ │ │ ├── 50.gif
│ │ │ │ │ ├── 51.gif
│ │ │ │ │ ├── 52.gif
│ │ │ │ │ ├── 53.gif
│ │ │ │ │ ├── 54.gif
│ │ │ │ │ ├── 55.gif
│ │ │ │ │ ├── 56.gif
│ │ │ │ │ ├── 57.gif
│ │ │ │ │ ├── 58.gif
│ │ │ │ │ ├── 59.gif
│ │ │ │ │ ├── 60.gif
│ │ │ │ │ ├── 61.gif
│ │ │ │ │ ├── 62.gif
│ │ │ │ │ ├── 63.gif
│ │ │ │ │ ├── 64.gif
│ │ │ │ │ ├── 65.gif
│ │ │ │ │ ├── 66.gif
│ │ │ │ │ ├── 67.gif
│ │ │ │ │ ├── 68.gif
│ │ │ │ │ ├── 69.gif
│ │ │ │ │ ├── 70.gif
│ │ │ │ │ └── 71.gif
│ │ │ └── css
│ │ │ │ └── modules
│ │ │ │ └── layer
│ │ │ │ └── default
│ │ │ │ ├── icon.png
│ │ │ │ ├── icon-ext.png
│ │ │ │ ├── loading-0.gif
│ │ │ │ ├── loading-1.gif
│ │ │ │ └── loading-2.gif
│ │ ├── elementui
│ │ │ └── fonts
│ │ │ │ ├── element-icons.ttf
│ │ │ │ └── element-icons.woff
│ │ ├── modules
│ │ │ ├── tinymce
│ │ │ │ └── tinymce
│ │ │ │ │ ├── langs
│ │ │ │ │ └── readme.md
│ │ │ │ │ ├── skins
│ │ │ │ │ └── ui
│ │ │ │ │ │ ├── oxide
│ │ │ │ │ │ ├── fonts
│ │ │ │ │ │ │ └── tinymce-mobile.woff
│ │ │ │ │ │ └── content.mobile.min.css
│ │ │ │ │ │ └── oxide-dark
│ │ │ │ │ │ ├── fonts
│ │ │ │ │ │ └── tinymce-mobile.woff
│ │ │ │ │ │ └── content.mobile.min.css
│ │ │ │ │ └── plugins
│ │ │ │ │ ├── textcolor
│ │ │ │ │ └── plugin.min.js
│ │ │ │ │ ├── colorpicker
│ │ │ │ │ └── plugin.min.js
│ │ │ │ │ └── contextmenu
│ │ │ │ │ └── plugin.min.js
│ │ │ └── config.js
│ │ └── css
│ │ │ └── common.css
│ └── WEB-INF
│ │ └── pages
│ │ └── common
│ │ └── include.jsp
│ ├── resources
│ ├── mapper
│ │ ├── ConfigDao.xml
│ │ ├── UserDao.xml
│ │ └── TokenDao.xml
│ └── config.properties
│ └── java
│ └── com
│ ├── dao
│ ├── ConfigDao.java
│ ├── UserDao.java
│ └── TokenDao.java
│ ├── annotation
│ ├── IgnoreAuth.java
│ ├── LoginUser.java
│ └── APPLoginUser.java
│ ├── service
│ ├── ConfigService.java
│ └── CommonService.java
│ ├── entity
│ ├── vo
│ │ ├── QichepinpaiVO.java
│ │ ├── QicheyanseVO.java
│ │ └── QicheleixingVO.java
│ └── model
│ │ └── QicheyanseModel.java
│ └── utils
│ └── CommonUtil.java
├── .DS_Store
└── .gitattributes
/src/main/webapp/upload/test.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/main/webapp/jsp/static/color.js:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/iframe.css:
--------------------------------------------------------------------------------
1 | /*可以在这里添加你自己的css*/
2 |
--------------------------------------------------------------------------------
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/.DS_Store
--------------------------------------------------------------------------------
/src/main/webapp/muban.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/muban.jpg
--------------------------------------------------------------------------------
/.gitattributes:
--------------------------------------------------------------------------------
1 | *.js linguist-language=java
2 | *.css linguist-language=java
3 | *.html linguist-language=java
4 | *.vue linguist-language=java
--------------------------------------------------------------------------------
/src/main/webapp/muban2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/muban2.jpg
--------------------------------------------------------------------------------
/src/main/webapp/front/muban.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/muban.jpg
--------------------------------------------------------------------------------
/src/main/webapp/front/img/line.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/img/line.jpg
--------------------------------------------------------------------------------
/src/main/webapp/front/img/now.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/img/now.png
--------------------------------------------------------------------------------
/src/main/webapp/front/img/yuan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/img/yuan.png
--------------------------------------------------------------------------------
/src/main/webapp/front/img/avator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/img/avator.png
--------------------------------------------------------------------------------
/src/main/webapp/front/img/banner.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/img/banner.jpg
--------------------------------------------------------------------------------
/src/main/webapp/front/img/jianshe.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/img/jianshe.png
--------------------------------------------------------------------------------
/src/main/webapp/front/img/nongye.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/img/nongye.png
--------------------------------------------------------------------------------
/src/main/webapp/front/img/select.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/img/select.png
--------------------------------------------------------------------------------
/src/main/webapp/front/img/weixin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/img/weixin.png
--------------------------------------------------------------------------------
/src/main/webapp/front/img/jiaotong.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/img/jiaotong.png
--------------------------------------------------------------------------------
/src/main/webapp/front/img/seckilling.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/img/seckilling.jpg
--------------------------------------------------------------------------------
/src/main/webapp/front/img/unselect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/img/unselect.png
--------------------------------------------------------------------------------
/src/main/webapp/front/img/zhifubao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/img/zhifubao.png
--------------------------------------------------------------------------------
/src/main/webapp/front/img/zhongguo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/img/zhongguo.png
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/img/logo.png
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/ico/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/ico/favicon.png
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/img/logo@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/img/logo@2x.png
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/font/iconfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/font/iconfont.eot
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/font/iconfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/font/iconfont.ttf
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/0.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/0.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/1.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/2.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/3.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/4.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/4.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/5.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/5.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/6.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/6.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/7.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/7.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/8.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/8.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/9.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/9.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/icon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/icon.ico
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/icon.png
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/font/iconfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/font/iconfont.woff
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/font/iconfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/font/iconfont.woff2
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/10.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/10.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/11.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/11.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/12.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/12.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/13.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/13.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/14.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/14.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/15.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/15.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/16.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/16.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/17.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/17.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/18.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/18.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/19.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/19.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/20.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/20.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/21.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/21.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/22.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/22.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/23.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/23.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/24.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/24.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/25.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/25.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/26.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/26.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/27.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/27.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/28.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/28.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/29.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/29.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/30.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/30.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/31.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/31.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/32.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/32.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/33.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/33.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/34.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/34.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/35.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/35.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/36.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/36.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/37.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/37.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/38.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/38.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/39.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/39.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/40.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/40.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/41.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/41.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/42.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/42.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/43.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/43.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/44.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/44.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/45.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/45.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/46.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/46.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/47.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/47.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/48.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/48.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/49.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/49.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/50.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/50.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/51.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/51.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/52.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/52.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/53.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/53.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/54.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/54.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/55.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/55.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/56.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/56.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/57.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/57.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/58.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/58.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/59.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/59.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/60.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/60.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/61.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/61.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/62.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/62.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/63.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/63.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/64.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/64.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/65.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/65.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/66.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/66.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/67.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/67.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/68.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/68.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/69.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/69.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/70.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/70.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/images/face/71.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/images/face/71.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/mlane.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/mlane.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/sauro.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/sauro.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/talha.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/talha.jpg
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/img/backgrounds/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/img/backgrounds/1.jpg
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/img/backgrounds/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/img/backgrounds/2.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/arashmil.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/arashmil.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ad.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ae.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ae.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/af.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/af.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ag.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ai.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ai.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/al.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/al.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/am.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/am.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/an.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/an.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ao.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ar.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/as.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/as.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/at.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/at.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/au.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/au.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/aw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/aw.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ax.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ax.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/az.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/az.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ba.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ba.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/bb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/bb.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/bd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/bd.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/be.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/be.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/bf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/bf.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/bg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/bh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/bh.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/bi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/bi.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/bj.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/bj.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/bm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/bm.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/bn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/bn.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/bo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/bo.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/br.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/br.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/bs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/bs.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/bt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/bt.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/bv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/bv.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/bw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/bw.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/by.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/by.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/bz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/bz.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ca.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ca.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/cc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/cc.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/cd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/cd.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/cf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/cf.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/cg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/cg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ch.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ci.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ci.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ck.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ck.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/cl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/cl.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/cm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/cm.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/cn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/cn.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/co.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/co.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/cr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/cr.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/cs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/cs.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/cu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/cu.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/cv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/cv.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/cx.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/cx.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/cy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/cy.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/cz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/cz.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/de.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/de.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/dj.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/dj.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/dk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/dk.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/dm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/dm.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/do.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/do.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/dz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/dz.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ec.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ec.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ee.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ee.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/eg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/eg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/eh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/eh.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/er.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/er.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/es.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/es.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/et.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/et.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/fam.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/fam.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/fi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/fi.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/fj.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/fj.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/fk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/fk.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/fm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/fm.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/fo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/fo.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/fr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/fr.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ga.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ga.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/gb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/gb.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/gd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/gd.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ge.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ge.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/gf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/gf.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/gh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/gh.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/gi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/gi.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/gl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/gl.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/gm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/gm.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/gn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/gn.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/gp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/gp.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/gq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/gq.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/gr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/gr.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/gs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/gs.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/gt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/gt.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/gu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/gu.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/gw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/gw.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/gy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/gy.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/hk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/hk.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/hm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/hm.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/hn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/hn.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/hr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/hr.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ht.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ht.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/hu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/hu.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/id.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/id.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ie.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ie.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/il.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/il.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/in.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/in.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/io.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/io.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/iq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/iq.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ir.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ir.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/is.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/is.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/it.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/it.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/jm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/jm.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/jo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/jo.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/jp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/jp.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ke.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ke.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/kg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/kg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/kh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/kh.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ki.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ki.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/km.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/km.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/kn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/kn.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/kp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/kp.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/kr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/kr.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/kw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/kw.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ky.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ky.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/kz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/kz.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/la.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/la.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/lb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/lb.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/lc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/lc.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/li.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/li.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/lk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/lk.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/lr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/lr.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ls.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ls.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/lt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/lt.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/lu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/lu.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/lv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/lv.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ly.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ly.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ma.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ma.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/mc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/mc.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/md.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/md.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/me.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/me.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/mg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/mg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/mh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/mh.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/mk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/mk.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ml.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ml.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/mm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/mm.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/mn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/mn.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/mo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/mo.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/mp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/mp.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/mq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/mq.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/mr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/mr.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ms.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ms.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/mt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/mt.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/mu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/mu.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/mv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/mv.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/mw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/mw.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/mx.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/mx.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/my.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/my.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/mz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/mz.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/na.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/na.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/nc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/nc.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ne.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ne.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/nf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/nf.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ng.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ng.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ni.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ni.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/nl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/nl.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/no.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/no.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/np.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/np.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/nr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/nr.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/nu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/nu.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/nz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/nz.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/om.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/om.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/pa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/pa.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/pe.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/pe.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/pf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/pf.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/pg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/pg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ph.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/pk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/pk.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/pl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/pl.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/pm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/pm.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/pn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/pn.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/pr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/pr.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ps.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/pt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/pt.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/pw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/pw.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/py.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/py.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/qa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/qa.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/re.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/re.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ro.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ro.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/rs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/rs.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ru.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ru.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/rw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/rw.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/sa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/sa.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/sb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/sb.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/sc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/sc.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/sd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/sd.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/se.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/se.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/sg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/sg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/sh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/sh.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/si.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/si.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/sj.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/sj.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/sk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/sk.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/sl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/sl.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/sm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/sm.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/sn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/sn.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/so.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/so.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/sr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/sr.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/st.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/st.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/sv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/sv.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/sy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/sy.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/sz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/sz.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/tc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/tc.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/td.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/td.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/tf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/tf.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/tg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/tg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/th.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/th.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/tj.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/tj.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/tk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/tk.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/tl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/tl.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/tm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/tm.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/tn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/tn.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/to.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/to.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/tr.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/tt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/tt.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/tv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/tv.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/tw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/tw.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/tz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/tz.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ua.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ua.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ug.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ug.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/um.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/um.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/us.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/us.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/uy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/uy.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/uz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/uz.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/va.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/va.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/vc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/vc.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ve.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ve.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/vg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/vg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/vi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/vi.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/vn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/vn.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/vu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/vu.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/wf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/wf.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ws.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ws.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/ye.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/ye.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/yt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/yt.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/za.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/za.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/zm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/zm.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/zw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/zw.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/jm_denis.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/jm_denis.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/profile.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/profile.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/profile2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/profile2.jpg
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/img/backgrounds/1@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/img/backgrounds/1@2x.jpg
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/img/backgrounds/2@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/img/backgrounds/2@2x.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/wales.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/wales.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/img-shadow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/img-shadow.png
--------------------------------------------------------------------------------
/src/main/webapp/front/elementui/fonts/element-icons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/elementui/fonts/element-icons.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/bank/֧����֧��.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/bank/֧����֧��.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/bank/�й�ũҵ����.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/bank/�й�ũҵ����.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/bank/�����.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/bank/�����.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/bank/��ͨ����.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/bank/��ͨ����.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/bank/��������.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/bank/��������.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/england.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/england.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/scotland.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/scotland.png
--------------------------------------------------------------------------------
/src/main/webapp/front/elementui/fonts/element-icons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/elementui/fonts/element-icons.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/bank/֧��ƽ̨-����.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/bank/֧��ƽ̨-����.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/bank/���������.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/bank/���������.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/catalonia.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/catalonia.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/img-shadow.gvdesign:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/img-shadow.gvdesign
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/copy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/en/images/copy.png
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/font-awesome/less/fixed-width.less:
--------------------------------------------------------------------------------
1 | // Fixed Width Icons
2 | // -------------------------
3 | .@{fa-css-prefix}-fw {
4 | width: (18em / 14);
5 | text-align: center;
6 | }
7 |
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/font-awesome/scss/_fixed-width.scss:
--------------------------------------------------------------------------------
1 | // Fixed Width Icons
2 | // -------------------------
3 | .#{$fa-css-prefix}-fw {
4 | width: (18em / 14);
5 | text-align: center;
6 | }
7 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/skin/datePicker.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/My97DatePicker/skin/datePicker.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/������/readme.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/My97DatePicker/������/readme.txt
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/flaticon/Flaticon.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/flaticon/Flaticon.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/flaticon/Flaticon.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/flaticon/Flaticon.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/europeanunion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/flags/europeanunion.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/table/dragicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/table/dragicon.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/en/images/button.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/music.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/en/images/music.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/upload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/en/images/upload.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/zh-cn/images/copy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/zh-cn/images/copy.png
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/css/modules/layer/default/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/css/modules/layer/default/icon.png
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/font-awesome/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/font-awesome/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/skin/default/img.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/My97DatePicker/skin/default/img.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/skin/whyGreen/bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/My97DatePicker/skin/whyGreen/bg.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/skin/whyGreen/img.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/My97DatePicker/skin/whyGreen/img.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/������/lang/zh-cn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/My97DatePicker/������/lang/zh-cn.js
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/������/lang/zh-tw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/My97DatePicker/������/lang/zh-tw.js
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/flaticon/Flaticon.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/flaticon/Flaticon.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/bank/�������������.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/img/bank/�������������.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/0.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/0.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/image/images/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/bg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/bg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/addimage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/en/images/addimage.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/zh-cn/images/music.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/zh-cn/images/music.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/zh-cn/images/upload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/zh-cn/images/upload.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/summernote/summernote.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/summernote/summernote.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/summernote/summernote.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/summernote/summernote.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/summernote/summernote.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/summernote/summernote.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/image/images/icons.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/icons.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/image/images/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/icons.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/image/images/image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/image.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/brush.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/brush.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/empty.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/redo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/redo.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/redoH.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/redoH.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/scale.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/scale.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/size.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/size.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/undo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/undo.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/undoH.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/undoH.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/template/images/bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/bg.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/icons.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/icons.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/icons.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/image.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/en/images/background.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/deleteenable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/en/images/deleteenable.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/localimage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/en/images/localimage.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/arrow.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/icons.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/icons.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/icons.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/lock.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/lock.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/scale.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/scale.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/word.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/word.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/css/modules/layer/default/icon-ext.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/css/modules/layer/default/icon-ext.png
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/css/modules/layer/default/loading-0.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/css/modules/layer/default/loading-0.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/css/modules/layer/default/loading-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/css/modules/layer/default/loading-1.gif
--------------------------------------------------------------------------------
/src/main/webapp/front/layui/css/modules/layer/default/loading-2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/layui/css/modules/layer/default/loading-2.gif
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/ico/apple-touch-icon-114-precomposed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/ico/apple-touch-icon-114-precomposed.png
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/ico/apple-touch-icon-144-precomposed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/ico/apple-touch-icon-144-precomposed.png
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/ico/apple-touch-icon-57-precomposed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/ico/apple-touch-icon-57-precomposed.png
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/ico/apple-touch-icon-72-precomposed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/ico/apple-touch-icon-72-precomposed.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/������/skin/datePicker.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/My97DatePicker/������/skin/datePicker.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/fontawesome/fa-solid-900.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/fontawesome/fa-solid-900.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/fontawesome/fa-solid-900.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/fontawesome/fa-solid-900.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/bg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/background/images/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/background/images/bg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/charts/images/charts0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts0.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/charts/images/charts1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts1.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/charts/images/charts2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts2.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/charts/images/charts3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts3.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/charts/images/charts4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts4.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/charts/images/charts5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/charts/images/charts5.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/bface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/bface.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/cface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/cface.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/fface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/fface.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/tface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/tface.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/wface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/wface.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/yface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/yface.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/image/images/progress.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/progress.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/image/images/success.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/success.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/image/images/success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/success.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/addimg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/addimg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/delimg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/delimg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/delimgH.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/delimgH.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/emptyH.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/emptyH.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/eraser.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/eraser.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/scrawl/images/scaleH.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/scrawl/images/scaleH.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/template/images/pre0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/pre0.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/template/images/pre1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/pre1.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/template/images/pre2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/pre2.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/template/images/pre3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/pre3.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/template/images/pre4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/template/images/pre4.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/progress.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/progress.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/success.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/success.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/success.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/deletedisable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/en/images/deletedisable.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/listbackground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/en/images/listbackground.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/zh-cn/images/localimage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/zh-cn/images/localimage.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/anchor.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/anchor.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/charts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/charts.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/loading.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/spacer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/spacer.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/upload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/upload.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/third-party/video-js/video-js.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/third-party/video-js/video-js.swf
--------------------------------------------------------------------------------
/src/main/webapp/front/modules/tinymce/tinymce/langs/readme.md:
--------------------------------------------------------------------------------
1 | This is where language files should be placed.
2 |
3 | Please DO NOT translate these directly use this service: https://www.transifex.com/projects/p/tinymce/
4 |
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/font-awesome/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/font-awesome/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/font-awesome/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/font-awesome/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/font-awesome/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/font-awesome/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/������/skin/default/img.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/My97DatePicker/������/skin/default/img.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/������/skin/whyGreen/bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/My97DatePicker/������/skin/whyGreen/bg.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/������/skin/whyGreen/img.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/My97DatePicker/������/skin/whyGreen/img.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/fontawesome/fa-brands-400.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/fontawesome/fa-brands-400.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/fontawesome/fa-brands-400.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/fontawesome/fa-brands-400.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/fontawesome/fa-brands-400.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/fontawesome/fa-brands-400.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/fontawesome/fa-brands-400.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/fontawesome/fa-brands-400.woff2
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/fontawesome/fa-regular-400.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/fontawesome/fa-regular-400.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/fontawesome/fa-regular-400.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/fontawesome/fa-regular-400.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/fontawesome/fa-regular-400.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/fontawesome/fa-regular-400.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/fontawesome/fa-solid-900.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/fontawesome/fa-solid-900.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/fontawesome/fa-solid-900.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/fontawesome/fa-solid-900.woff2
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/icons.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/icons.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/icons.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/image.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/jxface2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/jxface2.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/image/images/alignicon.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/image/images/alignicon.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/file-icons.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/file-icons.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/file-icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/file-icons.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/left_focus.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/left_focus.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/none_focus.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/none_focus.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/right_focus.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/right_focus.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/wordimage/imageUploader.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/wordimage/imageUploader.swf
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/rotateleftdisable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/en/images/rotateleftdisable.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/rotateleftenable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/en/images/rotateleftenable.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/rotaterightenable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/en/images/rotaterightenable.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/arrow_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/arrow_down.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/arrow_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/arrow_up.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/button-bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/button-bg.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/cursor_h.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/cursor_h.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/cursor_h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/cursor_h.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/cursor_v.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/cursor_v.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/cursor_v.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/cursor_v.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/filescan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/filescan.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/icons-all.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/icons-all.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/loaderror.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/loaderror.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/pagebreak.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/pagebreak.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/sortable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/sortable.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/sparator_v.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/sparator_v.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/toolbar_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/toolbar_bg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/videologo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/videologo.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/wordpaste.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/wordpaste.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/third-party/video-js/font/vjs.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/third-party/webuploader/Uploader.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/third-party/webuploader/Uploader.swf
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/font-awesome/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/font-awesome/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/fontawesome/fa-regular-400.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/fontawesome/fa-regular-400.woff2
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/progress.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/progress.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/success.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/success.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/success.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/background/images/success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/background/images/success.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/video/images/center_focus.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/video/images/center_focus.jpg
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/alldeletebtnupskin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/en/images/alldeletebtnupskin.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/rotaterightdisable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/en/images/rotaterightdisable.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/cancelbutton.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/cancelbutton.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/highlighted.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/highlighted.gif
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/bootstrap/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/bootstrap/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/������/skin/default/datepicker.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/My97DatePicker/������/skin/default/datepicker.css
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/alignicon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/alignicon.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/alignicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/alignicon.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/file-icons.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/file-icons.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/images/file-icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/images/file-icons.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/wordimage/fClipboard_ueditor.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/wordimage/fClipboard_ueditor.swf
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/lang/en/images/alldeletebtnhoverskin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/lang/en/images/alldeletebtnhoverskin.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/dialog-title-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/dialog-title-bg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/unhighlighted.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/unhighlighted.gif
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/bootstrap/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/bootstrap/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/bootstrap/fonts/glyphicons-halflings-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/jsp/assets/bootstrap/fonts/glyphicons-halflings-regular.woff2
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/js/placeholder.js:
--------------------------------------------------------------------------------
1 |
2 | $(document).ready(function(){
3 |
4 | $('input[type="text"], input[type="password"], textarea').each(function() {
5 | $(this).val( $(this).attr('placeholder') );
6 | });
7 |
8 | });
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/������/skin/whyGreen/datepicker.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/My97DatePicker/������/skin/whyGreen/datepicker.css
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/emotion/images/neweditor-tab-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/emotion/images/neweditor-tab-bg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/neweditor-tab-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/neweditor-tab-bg.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/table-cell-align.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/table-cell-align.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/third-party/zeroclipboard/ZeroClipboard.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/third-party/zeroclipboard/ZeroClipboard.swf
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/simple-line-icons/Simple-Line-Icons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/simple-line-icons/Simple-Line-Icons.eot
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/simple-line-icons/Simple-Line-Icons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/simple-line-icons/Simple-Line-Icons.ttf
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/simple-line-icons/Simple-Line-Icons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/simple-line-icons/Simple-Line-Icons.woff
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/fonts/simple-line-icons/Simple-Line-Icons.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/assets/fonts/simple-line-icons/Simple-Line-Icons.woff2
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/themes/default/images/tangram-colorpicker.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/themes/default/images/tangram-colorpicker.png
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/third-party/snapscreen/UEditorSnapscreen.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/third-party/snapscreen/UEditorSnapscreen.exe
--------------------------------------------------------------------------------
/src/main/resources/mapper/ConfigDao.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/resources/ueditor/dialogs/attachment/fileTypeImages/icon_default.png
--------------------------------------------------------------------------------
/src/main/webapp/front/modules/tinymce/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/modules/tinymce/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff
--------------------------------------------------------------------------------
/src/main/webapp/jsp/static/toLogin.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" contentType="text/html; charset=UTF-8"
2 | pageEncoding="UTF-8"%>
3 |
4 | alert('token过期或未登录!')
5 | window.location.href="${pageContext.request.contextPath}/jsp/login.jsp"
--------------------------------------------------------------------------------
/src/main/webapp/front/modules/tinymce/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/CarOnlineSalesManagementSystem/HEAD/src/main/webapp/front/modules/tinymce/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff
--------------------------------------------------------------------------------
/src/main/java/com/dao/ConfigDao.java:
--------------------------------------------------------------------------------
1 |
2 | package com.dao;
3 |
4 | import com.baomidou.mybatisplus.mapper.BaseMapper;
5 | import com.entity.ConfigEntity;
6 |
7 | /**
8 | * 配置
9 | */
10 | public interface ConfigDao extends BaseMapper {
11 |
12 | }
13 |
--------------------------------------------------------------------------------
/src/main/java/com/annotation/IgnoreAuth.java:
--------------------------------------------------------------------------------
1 | package com.annotation;
2 |
3 | import java.lang.annotation.*;
4 |
5 | /**
6 | * 忽略Token验证
7 | */
8 | @Target(ElementType.METHOD)
9 | @Retention(RetentionPolicy.RUNTIME)
10 | @Documented
11 | public @interface IgnoreAuth {
12 |
13 | }
14 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/skin/WdatePicker.css:
--------------------------------------------------------------------------------
1 | .Wdate{
2 | border:#999 1px solid;
3 | height:20px;
4 | background:#fff url(datePicker.gif) no-repeat right;
5 | }
6 | .Wdate::-ms-clear{display:none;}
7 |
8 | .WdateFmtErr{
9 | font-weight:bold;
10 | color:red;
11 | }
--------------------------------------------------------------------------------
/src/main/webapp/resources/My97DatePicker/������/skin/WdatePicker.css:
--------------------------------------------------------------------------------
1 | .Wdate{
2 | border:#999 1px solid;
3 | height:20px;
4 | background:#fff url(datePicker.gif) no-repeat right;
5 | }
6 | .Wdate::-ms-clear{display:none;}
7 |
8 | .WdateFmtErr{
9 | font-weight:bold;
10 | color:red;
11 | }
--------------------------------------------------------------------------------
/src/main/resources/config.properties:
--------------------------------------------------------------------------------
1 | validationQuery=SELECT 1
2 |
3 | jdbc_url=jdbc:mysql://127.0.0.1:3306/graduation_243_jsphacdz?useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false
4 | jdbc_username=root
5 | jdbc_password=123456
6 |
7 | http://localhost:8080/jspHacDz/front/index.jsp
8 |
9 | http://localhost:8080/jspHacDz/front/pages/login/login.jsp
10 |
--------------------------------------------------------------------------------
/src/main/java/com/annotation/LoginUser.java:
--------------------------------------------------------------------------------
1 | package com.annotation;
2 |
3 | import java.lang.annotation.ElementType;
4 | import java.lang.annotation.Retention;
5 | import java.lang.annotation.RetentionPolicy;
6 | import java.lang.annotation.Target;
7 |
8 | /**
9 | * 登录用户信息
10 | */
11 | @Target(ElementType.PARAMETER)
12 | @Retention(RetentionPolicy.RUNTIME)
13 | public @interface LoginUser {
14 |
15 | }
16 |
--------------------------------------------------------------------------------
/src/main/java/com/annotation/APPLoginUser.java:
--------------------------------------------------------------------------------
1 | package com.annotation;
2 |
3 | import java.lang.annotation.ElementType;
4 | import java.lang.annotation.Retention;
5 | import java.lang.annotation.RetentionPolicy;
6 | import java.lang.annotation.Target;
7 |
8 | /**
9 | * 登录用户信息
10 | */
11 | @Target(ElementType.PARAMETER)
12 | @Retention(RetentionPolicy.RUNTIME)
13 | public @interface APPLoginUser {
14 |
15 | }
16 |
--------------------------------------------------------------------------------
/src/main/webapp/jsp/static/sidebar.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" contentType="text/html; charset=UTF-8"
2 | pageEncoding="UTF-8"%>
3 |
--------------------------------------------------------------------------------
/src/main/resources/mapper/UserDao.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
12 |
13 |
--------------------------------------------------------------------------------
/src/main/resources/mapper/TokenDao.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
12 |
13 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/dialogs/help/help.css:
--------------------------------------------------------------------------------
1 | .wrapper{width: 370px;margin: 10px auto;zoom: 1;}
2 | .tabbody{height: 360px;}
3 | .tabbody .panel{width:100%;height: 360px;position: absolute;background: #fff;}
4 | .tabbody .panel h1{font-size:26px;margin: 5px 0 0 5px;}
5 | .tabbody .panel p{font-size:12px;margin: 5px 0 0 5px;}
6 | .tabbody table{width:90%;line-height: 20px;margin: 5px 0 0 5px;;}
7 | .tabbody table thead{font-weight: bold;line-height: 25px;}
--------------------------------------------------------------------------------
/src/main/java/com/service/ConfigService.java:
--------------------------------------------------------------------------------
1 |
2 | package com.service;
3 |
4 | import java.util.Map;
5 |
6 | import com.baomidou.mybatisplus.service.IService;
7 | import com.entity.ConfigEntity;
8 | import com.utils.PageUtils;
9 |
10 |
11 | /**
12 | * 系统用户
13 | * @author yangliyuan
14 | * @date 2019年10月10日 上午9:18:20
15 | */
16 | public interface ConfigService extends IService {
17 | PageUtils queryPage(Map params);
18 | }
19 |
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/font-awesome/less/bordered-pulled.less:
--------------------------------------------------------------------------------
1 | // Bordered & Pulled
2 | // -------------------------
3 |
4 | .@{fa-css-prefix}-border {
5 | padding: .2em .25em .15em;
6 | border: solid .08em @fa-border-color;
7 | border-radius: .1em;
8 | }
9 |
10 | .pull-right { float: right; }
11 | .pull-left { float: left; }
12 |
13 | .@{fa-css-prefix} {
14 | &.pull-left { margin-right: .3em; }
15 | &.pull-right { margin-left: .3em; }
16 | }
17 |
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/font-awesome/scss/_bordered-pulled.scss:
--------------------------------------------------------------------------------
1 | // Bordered & Pulled
2 | // -------------------------
3 |
4 | .#{$fa-css-prefix}-border {
5 | padding: .2em .25em .15em;
6 | border: solid .08em $fa-border-color;
7 | border-radius: .1em;
8 | }
9 |
10 | .pull-right { float: right; }
11 | .pull-left { float: left; }
12 |
13 | .#{$fa-css-prefix} {
14 | &.pull-left { margin-right: .3em; }
15 | &.pull-right { margin-left: .3em; }
16 | }
17 |
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/font-awesome/less/larger.less:
--------------------------------------------------------------------------------
1 | // Icon Sizes
2 | // -------------------------
3 |
4 | /* makes the font 33% larger relative to the icon container */
5 | .@{fa-css-prefix}-lg {
6 | font-size: (4em / 3);
7 | line-height: (3em / 4);
8 | vertical-align: -15%;
9 | }
10 | .@{fa-css-prefix}-2x { font-size: 2em; }
11 | .@{fa-css-prefix}-3x { font-size: 3em; }
12 | .@{fa-css-prefix}-4x { font-size: 4em; }
13 | .@{fa-css-prefix}-5x { font-size: 5em; }
14 |
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/font-awesome/scss/_larger.scss:
--------------------------------------------------------------------------------
1 | // Icon Sizes
2 | // -------------------------
3 |
4 | /* makes the font 33% larger relative to the icon container */
5 | .#{$fa-css-prefix}-lg {
6 | font-size: (4em / 3);
7 | line-height: (3em / 4);
8 | vertical-align: -15%;
9 | }
10 | .#{$fa-css-prefix}-2x { font-size: 2em; }
11 | .#{$fa-css-prefix}-3x { font-size: 3em; }
12 | .#{$fa-css-prefix}-4x { font-size: 4em; }
13 | .#{$fa-css-prefix}-5x { font-size: 5em; }
14 |
--------------------------------------------------------------------------------
/src/main/webapp/front/modules/config.js:
--------------------------------------------------------------------------------
1 | window.rootPath = (function (src) {
2 | src = document.scripts[document.scripts.length - 1].src;
3 | console.log(src.substring(0, src.lastIndexOf("/") + 1))
4 | return src.substring(0, src.lastIndexOf("/") + 1);
5 | })();
6 |
7 | layui.config({
8 | base: rootPath,
9 | version: true
10 | }).extend({
11 | http: 'http/http', // 网络请求接口扩展
12 | layarea: 'layarea/layarea' ,// 省市区联动选择器
13 | tinymce: 'tinymce/tinymce' // 富文本编辑器
14 | });
--------------------------------------------------------------------------------
/src/main/webapp/front/css/common.css:
--------------------------------------------------------------------------------
1 | /**
2 | * 工具类css
3 | */
4 | /* 嵌套文字横线 */
5 | .line-container {
6 | width: 100%;
7 | background: url(../img/line.jpg) left center repeat-x;
8 | text-align: center;
9 | }
10 | .line {
11 | display: inline-block;
12 | padding: 0 10px;
13 | text-align: center;
14 | font-family: 'Microsoft Yahei';
15 | font-size: 24px;
16 | background: #fff;
17 | color: #000000;
18 | line-height: 1.3;
19 | }
20 | /**
21 | * 工具类css end
22 | */
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/font-awesome/less/list.less:
--------------------------------------------------------------------------------
1 | // List Icons
2 | // -------------------------
3 |
4 | .@{fa-css-prefix}-ul {
5 | padding-left: 0;
6 | margin-left: @fa-li-width;
7 | list-style-type: none;
8 | > li { position: relative; }
9 | }
10 | .@{fa-css-prefix}-li {
11 | position: absolute;
12 | left: -@fa-li-width;
13 | width: @fa-li-width;
14 | top: (2em / 14);
15 | text-align: center;
16 | &.@{fa-css-prefix}-lg {
17 | left: (-@fa-li-width + (4em / 14));
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/font-awesome/scss/_list.scss:
--------------------------------------------------------------------------------
1 | // List Icons
2 | // -------------------------
3 |
4 | .#{$fa-css-prefix}-ul {
5 | padding-left: 0;
6 | margin-left: $fa-li-width;
7 | list-style-type: none;
8 | > li { position: relative; }
9 | }
10 | .#{$fa-css-prefix}-li {
11 | position: absolute;
12 | left: -$fa-li-width;
13 | width: $fa-li-width;
14 | top: (2em / 14);
15 | text-align: center;
16 | &.#{$fa-css-prefix}-lg {
17 | left: -$fa-li-width + (4em / 14);
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/font-awesome/scss/font-awesome.scss:
--------------------------------------------------------------------------------
1 | /*!
2 | * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4 | */
5 |
6 | @import "variables";
7 | @import "mixins";
8 | @import "path";
9 | @import "core";
10 | @import "larger";
11 | @import "fixed-width";
12 | @import "list";
13 | @import "bordered-pulled";
14 | @import "animated";
15 | @import "rotated-flipped";
16 | @import "stacked";
17 | @import "icons";
18 |
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/bootstrap/js/npm.js:
--------------------------------------------------------------------------------
1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
2 | require('../../js/transition.js')
3 | require('../../js/alert.js')
4 | require('../../js/button.js')
5 | require('../../js/carousel.js')
6 | require('../../js/collapse.js')
7 | require('../../js/dropdown.js')
8 | require('../../js/modal.js')
9 | require('../../js/tooltip.js')
10 | require('../../js/popover.js')
11 | require('../../js/scrollspy.js')
12 | require('../../js/tab.js')
13 | require('../../js/affix.js')
--------------------------------------------------------------------------------
/src/main/webapp/resources/assets/img/flags/readme.txt:
--------------------------------------------------------------------------------
1 | Flag icons - http://www.famfamfam.com
2 |
3 | These icons are public domain, and as such are free for any use (attribution appreciated but not required).
4 |
5 | Note that these flags are named using the ISO3166-1 alpha-2 country codes where appropriate. A list of codes can be found at http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
6 |
7 | If you find these icons useful, please donate via paypal to mjames@gmail.com (or click the donate button available at http://www.famfamfam.com/lab/icons/silk)
8 |
9 | Contact: mjames@gmail.com
--------------------------------------------------------------------------------
/src/main/webapp/jsp/static/style.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" contentType="text/html; charset=UTF-8"
2 | pageEncoding="UTF-8"%>
3 | //$('.col-md-12').attr('style','padding: 0; height: 765.78px;');
4 | //$('.page-header').remove();
5 | //$('.page-inner').attr('style','padding: 0; height: 765.78px;');
6 |
7 | //$('#add-btn').removeAttr("data-toggle");
8 | //$('#add-btn').removeAttr("data-target");
9 | //$('#add-btn').removeAttr("class");
10 | //$('#add-btn').attr("class","btn btn-success btn-round");
11 |
12 |
13 |
14 |
15 | //$('.main-panel').attr("style","width: 1160px;");
--------------------------------------------------------------------------------
/src/main/webapp/jsp/assets/font-awesome/less/font-awesome.less:
--------------------------------------------------------------------------------
1 | /*!
2 | * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4 | */
5 |
6 | @import "variables.less";
7 | @import "mixins.less";
8 | @import "path.less";
9 | @import "core.less";
10 | @import "larger.less";
11 | @import "fixed-width.less";
12 | @import "list.less";
13 | @import "bordered-pulled.less";
14 | @import "animated.less";
15 | @import "rotated-flipped.less";
16 | @import "stacked.less";
17 | @import "icons.less";
18 |
--------------------------------------------------------------------------------
/src/main/webapp/resources/ueditor/third-party/highcharts/modules/heatmap.js:
--------------------------------------------------------------------------------
1 | (function(b){var k=b.seriesTypes,l=b.each;k.heatmap=b.extendClass(k.map,{colorKey:"z",useMapGeometry:!1,pointArrayMap:["y","z"],translate:function(){var c=this,b=c.options,i=Number.MAX_VALUE,j=Number.MIN_VALUE;c.generatePoints();l(c.data,function(a){var e=a.x,f=a.y,d=a.z,g=(b.colsize||1)/2,h=(b.rowsize||1)/2;a.path=["M",e-g,f-h,"L",e+g,f-h,"L",e+g,f+h,"L",e-g,f+h,"Z"];a.shapeType="path";a.shapeArgs={d:c.translatePath(a.path)};typeof d==="number"&&(d>j?j=d:d{
8 | if(res.code == 0){
9 | window.sessionStorage.setItem('id',res.data.id);
10 | window.sessionStorage.setItem('onlyme',true);
11 | window.location.href = baseUrl + 'jsp/modules/' + accountTableName + '/add-or-update.jsp';
12 | }
13 | });
14 | });
15 | }
--------------------------------------------------------------------------------
/src/main/webapp/front/modules/tinymce/tinymce/plugins/textcolor/plugin.min.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) Tiny Technologies, Inc. All rights reserved.
3 | * Licensed under the LGPL or a commercial license.
4 | * For LGPL see License.txt in the project root for license information.
5 | * For commercial licenses see https://www.tiny.cloud/
6 | *
7 | * Version: 5.2.0 (2020-02-13)
8 | */
9 | !function(o){"use strict";var i=tinymce.util.Tools.resolve("tinymce.PluginManager");!function n(){i.add("textcolor",function(){o.console.warn("Text color plugin is now built in to the core editor, please remove it from your editor configuration")})}()}(window);
--------------------------------------------------------------------------------
/src/main/java/com/service/CommonService.java:
--------------------------------------------------------------------------------
1 | package com.service;
2 |
3 | import java.util.List;
4 | import java.util.Map;
5 |
6 | public interface CommonService {
7 | List getOption(Map params);
8 |
9 | Map getFollowByOption(Map params);
10 |
11 | void sh(Map params);
12 |
13 | int remindCount(Map params);
14 |
15 | Map selectCal(Map params);
16 |
17 | List