*/ include "assets/posteddata.php"; ?>
17 |
--------------------------------------------------------------------------------
/WebRoot/ckeditor/samples/toolbarconfigurator/css/fontello.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'fontello';
3 | src: url('../font/fontello.eot?89024372');
4 | src: url('../font/fontello.eot?89024372#iefix') format('embedded-opentype'),
5 | url('../font/fontello.woff?89024372') format('woff'),
6 | url('../font/fontello.ttf?89024372') format('truetype'),
7 | url('../font/fontello.svg?89024372#fontello') format('svg');
8 | font-weight: normal;
9 | font-style: normal;
10 | }
11 | /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
12 | /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
13 | /*
14 | @media screen and (-webkit-min-device-pixel-ratio:0) {
15 | @font-face {
16 | font-family: 'fontello';
17 | src: url('../font/fontello.svg?89024372#fontello') format('svg');
18 | }
19 | }
20 | */
21 |
22 | [class^="icon-"]:before, [class*=" icon-"]:before {
23 | font-family: "fontello";
24 | font-style: normal;
25 | font-weight: normal;
26 | speak: none;
27 |
28 | display: inline-block;
29 | text-decoration: inherit;
30 | width: 1em;
31 | margin-right: .2em;
32 | text-align: center;
33 | /* opacity: .8; */
34 |
35 | /* For safety - reset parent styles, that can break glyph codes*/
36 | font-variant: normal;
37 | text-transform: none;
38 |
39 | /* fix buttons height, for twitter bootstrap */
40 | line-height: 1em;
41 |
42 | /* Animation center compensation - margins should be symmetric */
43 | /* remove if not needed */
44 | margin-left: .2em;
45 |
46 | /* you can be more comfortable with increased icons size */
47 | /* font-size: 120%; */
48 |
49 | /* Uncomment for 3D effect */
50 | /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
51 | }
52 |
53 | .icon-trash:before { content: '\e802'; } /* '' */
54 | .icon-down-big:before { content: '\e800'; } /* '' */
55 | .icon-up-big:before { content: '\e801'; } /* '' */
56 |
--------------------------------------------------------------------------------
/WebRoot/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt:
--------------------------------------------------------------------------------
1 | Font license info
2 |
3 |
4 | ## Font Awesome
5 |
6 | Copyright (C) 2012 by Dave Gandy
7 |
8 | Author: Dave Gandy
9 | License: SIL ()
10 | Homepage: http://fortawesome.github.com/Font-Awesome/
11 |
--------------------------------------------------------------------------------
/WebRoot/ckeditor/samples/toolbarconfigurator/font/config.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "",
3 | "css_prefix_text": "icon-",
4 | "css_use_suffix": false,
5 | "hinting": true,
6 | "units_per_em": 1000,
7 | "ascent": 850,
8 | "glyphs": [
9 | {
10 | "uid": "f48ae54adfb27d8ada53d0fd9e34ee10",
11 | "css": "trash-empty",
12 | "code": 59392,
13 | "src": "fontawesome"
14 | },
15 | {
16 | "uid": "1c4068ed75209e21af36017df8871802",
17 | "css": "down-big",
18 | "code": 59393,
19 | "src": "fontawesome"
20 | },
21 | {
22 | "uid": "95376bf082bfec6ce06ea1cda7bd7ead",
23 | "css": "up-big",
24 | "code": 59394,
25 | "src": "fontawesome"
26 | }
27 | ]
28 | }
--------------------------------------------------------------------------------
/WebRoot/ckeditor/samples/toolbarconfigurator/font/fontello.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/ckeditor/samples/toolbarconfigurator/font/fontello.eot
--------------------------------------------------------------------------------
/WebRoot/ckeditor/samples/toolbarconfigurator/font/fontello.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Copyright (C) 2014 by original authors @ fontello.com
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/WebRoot/ckeditor/samples/toolbarconfigurator/font/fontello.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/ckeditor/samples/toolbarconfigurator/font/fontello.ttf
--------------------------------------------------------------------------------
/WebRoot/ckeditor/samples/toolbarconfigurator/font/fontello.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/ckeditor/samples/toolbarconfigurator/font/fontello.woff
--------------------------------------------------------------------------------
/WebRoot/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE:
--------------------------------------------------------------------------------
1 | Copyright (C) 2014 by Marijn Haverbeke
and others
2 |
3 | Permission is hereby granted, free of charge, to any person obtaining a copy
4 | of this software and associated documentation files (the "Software"), to deal
5 | in the Software without restriction, including without limitation the rights
6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 | copies of the Software, and to permit persons to whom the Software is
8 | furnished to do so, subject to the following conditions:
9 |
10 | The above copyright notice and this permission notice shall be included in
11 | all copies or substantial portions of the Software.
12 |
13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19 | THE SOFTWARE.
20 |
--------------------------------------------------------------------------------
/WebRoot/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css:
--------------------------------------------------------------------------------
1 | /* neo theme for codemirror */
2 |
3 | /* Color scheme */
4 |
5 | .cm-s-neo.CodeMirror {
6 | background-color:#ffffff;
7 | color:#2e383c;
8 | line-height:1.4375;
9 | }
10 | .cm-s-neo .cm-comment {color:#75787b}
11 | .cm-s-neo .cm-keyword, .cm-s-neo .cm-property {color:#1d75b3}
12 | .cm-s-neo .cm-atom,.cm-s-neo .cm-number {color:#75438a}
13 | .cm-s-neo .cm-node,.cm-s-neo .cm-tag {color:#9c3328}
14 | .cm-s-neo .cm-string {color:#b35e14}
15 | .cm-s-neo .cm-variable,.cm-s-neo .cm-qualifier {color:#047d65}
16 |
17 |
18 | /* Editor styling */
19 |
20 | .cm-s-neo pre {
21 | padding:0;
22 | }
23 |
24 | .cm-s-neo .CodeMirror-gutters {
25 | border:none;
26 | border-right:10px solid transparent;
27 | background-color:transparent;
28 | }
29 |
30 | .cm-s-neo .CodeMirror-linenumber {
31 | padding:0;
32 | color:#e0e2e5;
33 | }
34 |
35 | .cm-s-neo .CodeMirror-guttermarker { color: #1d75b3; }
36 | .cm-s-neo .CodeMirror-guttermarker-subtle { color: #e0e2e5; }
37 |
--------------------------------------------------------------------------------
/WebRoot/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css:
--------------------------------------------------------------------------------
1 | .CodeMirror-hints {
2 | position: absolute;
3 | z-index: 10;
4 | overflow: hidden;
5 | list-style: none;
6 |
7 | margin: 0;
8 | padding: 2px;
9 |
10 | -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
11 | -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
12 | box-shadow: 2px 3px 5px rgba(0,0,0,.2);
13 | border-radius: 3px;
14 | border: 1px solid silver;
15 |
16 | background: white;
17 | font-size: 90%;
18 | font-family: monospace;
19 |
20 | max-height: 20em;
21 | overflow-y: auto;
22 | }
23 |
24 | .CodeMirror-hint {
25 | margin: 0;
26 | padding: 0 4px;
27 | border-radius: 2px;
28 | max-width: 19em;
29 | overflow: hidden;
30 | white-space: pre;
31 | color: black;
32 | cursor: pointer;
33 | }
34 |
35 | li.CodeMirror-hint-active {
36 | background: #08f;
37 | color: white;
38 | }
39 |
--------------------------------------------------------------------------------
/WebRoot/ckeditor/skins/moono-lisa/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/ckeditor/skins/moono-lisa/icons.png
--------------------------------------------------------------------------------
/WebRoot/ckeditor/skins/moono-lisa/icons_hidpi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/ckeditor/skins/moono-lisa/icons_hidpi.png
--------------------------------------------------------------------------------
/WebRoot/ckeditor/skins/moono-lisa/images/arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/ckeditor/skins/moono-lisa/images/arrow.png
--------------------------------------------------------------------------------
/WebRoot/ckeditor/skins/moono-lisa/images/close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/ckeditor/skins/moono-lisa/images/close.png
--------------------------------------------------------------------------------
/WebRoot/ckeditor/skins/moono-lisa/images/hidpi/close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/ckeditor/skins/moono-lisa/images/hidpi/close.png
--------------------------------------------------------------------------------
/WebRoot/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png
--------------------------------------------------------------------------------
/WebRoot/ckeditor/skins/moono-lisa/images/hidpi/lock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/ckeditor/skins/moono-lisa/images/hidpi/lock.png
--------------------------------------------------------------------------------
/WebRoot/ckeditor/skins/moono-lisa/images/hidpi/refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/ckeditor/skins/moono-lisa/images/hidpi/refresh.png
--------------------------------------------------------------------------------
/WebRoot/ckeditor/skins/moono-lisa/images/lock-open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/ckeditor/skins/moono-lisa/images/lock-open.png
--------------------------------------------------------------------------------
/WebRoot/ckeditor/skins/moono-lisa/images/lock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/ckeditor/skins/moono-lisa/images/lock.png
--------------------------------------------------------------------------------
/WebRoot/ckeditor/skins/moono-lisa/images/refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/ckeditor/skins/moono-lisa/images/refresh.png
--------------------------------------------------------------------------------
/WebRoot/ckeditor/skins/moono-lisa/images/spinner.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/ckeditor/skins/moono-lisa/images/spinner.gif
--------------------------------------------------------------------------------
/WebRoot/ckeditor/skins/moono-lisa/readme.md:
--------------------------------------------------------------------------------
1 | "Moono-lisa" Skin
2 | =================
3 |
4 | This skin has been made a **default skin** starting from CKEditor 4.6.0 and is maintained by the core developers.
5 |
6 | For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK)
7 | documentation.
8 |
9 | Features
10 | -------------------
11 | "Moono-lisa" is a monochromatic skin, which offers a modern, flat and minimalistic look which blends very well in modern design.
12 | It comes with the following features:
13 |
14 | - Chameleon feature with brightness.
15 | - High-contrast compatibility.
16 | - Graphics source provided in SVG.
17 |
18 | Directory Structure
19 | -------------------
20 |
21 | CSS parts:
22 | - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance,
23 | - **mainui.css**: the file contains styles of entire editor outline structures,
24 | - **toolbar.css**: the file contains styles of the editor toolbar space (top),
25 | - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
26 | - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
27 | until the first panel open up,
28 | - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
29 | - **menu.css**: the file contains styles of all editor menus including context menu and button drop-down,
30 | it's not loaded until the first menu open up,
31 | - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
32 | - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
33 | - **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference,
34 | - **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
35 |
36 | Other parts:
37 | - **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific files and its icons and defines the Chameleon feature,
38 | - **images/**: contains a fill general used images,
39 | - **dev/**: contains SVG and PNG source of the skin icons.
40 |
41 | License
42 | -------
43 |
44 | Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
45 |
46 | For licensing, see LICENSE.md or [http://ckeditor.com/license](http://ckeditor.com/license)
47 |
--------------------------------------------------------------------------------
/WebRoot/common/msg.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" pageEncoding="UTF-8"%>
2 | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
3 | <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
4 | <%@ page isELIgnored="false" %>
5 | <%
6 | String path = request.getContextPath();
7 | String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
8 | %>
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 | ${requestScope.msg}
22 |
23 |
24 |
--------------------------------------------------------------------------------
/WebRoot/common/msg1.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
2 | <%@ taglib prefix="s" uri="/struts-tags"%>
3 | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
4 | <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
5 | <%@ page isELIgnored="false" %>
6 | <%
7 | String path = request.getContextPath();
8 | %>
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
42 |
43 |
${requestScope.msg1}
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
56 |
57 |
58 |
59 |
--------------------------------------------------------------------------------
/WebRoot/common/succeed.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" pageEncoding="UTF-8"%>
2 | <%@ taglib prefix="s" uri="/struts-tags"%>
3 | <%
4 | String path = request.getContextPath();
5 | String basePath = request.getScheme() + "://"
6 | + request.getServerName() + ":" + request.getServerPort()
7 | + path + "/";
8 | %>
9 |
10 |
11 |
12 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/WebRoot/css/Common.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/css/Common.css
--------------------------------------------------------------------------------
/WebRoot/css/base.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/css/base.css
--------------------------------------------------------------------------------
/WebRoot/css/sitegeneric08.css:
--------------------------------------------------------------------------------
1 | .MainCenter {
2 | WIDTH: 972px; POSITION: relative; TEXT-ALIGN: center
3 | }
4 | .MainCenter .naivgation {
5 | DISPLAY: inline; FLOAT: left; WIDTH: 192px
6 | }
7 | .MainCenter .Sub {
8 | FLOAT: left; MARGIN: 0px; WIDTH: 780px; POSITION: relative
9 | }
10 | .MainCenter .Sub .Subheader {
11 | PADDING-LEFT: 10px; VERTICAL-ALIGN: middle; WIDTH: 770px; LINE-HEIGHT: 32px; HEIGHT: 32px; TEXT-ALIGN: left
12 | }
13 | .MainCenter .Sub .SubContent1 {
14 | DISPLAY: inline; FLOAT: left; WIDTH: 780px
15 | }
16 | .MainCenter .Sub .Subfooter {
17 | FLOAT: left; WIDTH: 100%; HEIGHT: 25px
18 | }
19 |
--------------------------------------------------------------------------------
/WebRoot/images/arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/arrow.png
--------------------------------------------------------------------------------
/WebRoot/images/arrow2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/arrow2.gif
--------------------------------------------------------------------------------
/WebRoot/images/arrows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/arrows.png
--------------------------------------------------------------------------------
/WebRoot/images/banner - ���� (2).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/banner - ���� (2).png
--------------------------------------------------------------------------------
/WebRoot/images/banner - ���� (4).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/banner - ���� (4).png
--------------------------------------------------------------------------------
/WebRoot/images/banner - ����.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/banner - ����.png
--------------------------------------------------------------------------------
/WebRoot/images/banner.231png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/banner.231png
--------------------------------------------------------------------------------
/WebRoot/images/banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/banner.png
--------------------------------------------------------------------------------
/WebRoot/images/c1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/c1.png
--------------------------------------------------------------------------------
/WebRoot/images/c2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/c2.png
--------------------------------------------------------------------------------
/WebRoot/images/c3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/c3.png
--------------------------------------------------------------------------------
/WebRoot/images/c4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/c4.png
--------------------------------------------------------------------------------
/WebRoot/images/close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/close.png
--------------------------------------------------------------------------------
/WebRoot/images/close1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/close1.png
--------------------------------------------------------------------------------
/WebRoot/images/f_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/f_logo.png
--------------------------------------------------------------------------------
/WebRoot/images/grid_view.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/grid_view.png
--------------------------------------------------------------------------------
/WebRoot/images/list_view.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/list_view.png
--------------------------------------------------------------------------------
/WebRoot/images/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/logo.png
--------------------------------------------------------------------------------
/WebRoot/images/menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/menu.png
--------------------------------------------------------------------------------
/WebRoot/images/social.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/social.png
--------------------------------------------------------------------------------
/WebRoot/images/tick1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/tick1.png
--------------------------------------------------------------------------------
/WebRoot/images/zoom.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/images/zoom.png
--------------------------------------------------------------------------------
/WebRoot/img/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/4.png
--------------------------------------------------------------------------------
/WebRoot/img/Car_icon_01.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/Car_icon_01.gif
--------------------------------------------------------------------------------
/WebRoot/img/Car_icon_02.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/Car_icon_02.gif
--------------------------------------------------------------------------------
/WebRoot/img/Car_icon_03.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/Car_icon_03.gif
--------------------------------------------------------------------------------
/WebRoot/img/arr3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/arr3.gif
--------------------------------------------------------------------------------
/WebRoot/img/arr4.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/arr4.gif
--------------------------------------------------------------------------------
/WebRoot/img/arrfc.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/arrfc.gif
--------------------------------------------------------------------------------
/WebRoot/img/arrl.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/arrl.gif
--------------------------------------------------------------------------------
/WebRoot/img/arrow.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/arrow.gif
--------------------------------------------------------------------------------
/WebRoot/img/arrr.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/arrr.gif
--------------------------------------------------------------------------------
/WebRoot/img/back.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/back.jpg
--------------------------------------------------------------------------------
/WebRoot/img/bank1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/bank1.jpg
--------------------------------------------------------------------------------
/WebRoot/img/bank2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/bank2.jpg
--------------------------------------------------------------------------------
/WebRoot/img/bank3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/bank3.jpg
--------------------------------------------------------------------------------
/WebRoot/img/bank4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/bank4.jpg
--------------------------------------------------------------------------------
/WebRoot/img/bank5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/bank5.jpg
--------------------------------------------------------------------------------
/WebRoot/img/base.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/base.gif
--------------------------------------------------------------------------------
/WebRoot/img/bhj.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/bhj.jpg
--------------------------------------------------------------------------------
/WebRoot/img/book.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/book.gif
--------------------------------------------------------------------------------
/WebRoot/img/book1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/book1.gif
--------------------------------------------------------------------------------
/WebRoot/img/bottombg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/bottombg.gif
--------------------------------------------------------------------------------
/WebRoot/img/buy.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/buy.jpg
--------------------------------------------------------------------------------
/WebRoot/img/cd.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/cd.gif
--------------------------------------------------------------------------------
/WebRoot/img/circle.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/circle.gif
--------------------------------------------------------------------------------
/WebRoot/img/cs-dh-bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/cs-dh-bg.jpg
--------------------------------------------------------------------------------
/WebRoot/img/cs-foot-bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/cs-foot-bg.jpg
--------------------------------------------------------------------------------
/WebRoot/img/cs-lan-dh-bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/cs-lan-dh-bg.jpg
--------------------------------------------------------------------------------
/WebRoot/img/cs-lv-dh-bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/cs-lv-dh-bg.jpg
--------------------------------------------------------------------------------
/WebRoot/img/cz.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/cz.gif
--------------------------------------------------------------------------------
/WebRoot/img/delete_01.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/delete_01.gif
--------------------------------------------------------------------------------
/WebRoot/img/dialogclose.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/dialogclose.gif
--------------------------------------------------------------------------------
/WebRoot/img/dl.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/dl.gif
--------------------------------------------------------------------------------
/WebRoot/img/empty.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/empty.gif
--------------------------------------------------------------------------------
/WebRoot/img/file_dir.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/file_dir.gif
--------------------------------------------------------------------------------
/WebRoot/img/folder.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/folder.gif
--------------------------------------------------------------------------------
/WebRoot/img/folderopen.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/folderopen.gif
--------------------------------------------------------------------------------
/WebRoot/img/footbg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/footbg.gif
--------------------------------------------------------------------------------
/WebRoot/img/globe.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/globe.gif
--------------------------------------------------------------------------------
/WebRoot/img/goumai.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/goumai.jpg
--------------------------------------------------------------------------------
/WebRoot/img/gtk-del.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/gtk-del.png
--------------------------------------------------------------------------------
/WebRoot/img/gtk-sadd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/gtk-sadd.png
--------------------------------------------------------------------------------
/WebRoot/img/head-mark3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/head-mark3.gif
--------------------------------------------------------------------------------
/WebRoot/img/head-mark4.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/head-mark4.gif
--------------------------------------------------------------------------------
/WebRoot/img/ico1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/ico1.gif
--------------------------------------------------------------------------------
/WebRoot/img/ico5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/ico5.jpg
--------------------------------------------------------------------------------
/WebRoot/img/ico_2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/ico_2.gif
--------------------------------------------------------------------------------
/WebRoot/img/icon01.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/icon01.gif
--------------------------------------------------------------------------------
/WebRoot/img/icon04.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/icon04.gif
--------------------------------------------------------------------------------
/WebRoot/img/icon05.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/icon05.gif
--------------------------------------------------------------------------------
/WebRoot/img/icon06.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/icon06.gif
--------------------------------------------------------------------------------
/WebRoot/img/icon07.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/icon07.gif
--------------------------------------------------------------------------------
/WebRoot/img/imgfolder.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/imgfolder.gif
--------------------------------------------------------------------------------
/WebRoot/img/index_icon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/index_icon.gif
--------------------------------------------------------------------------------
/WebRoot/img/jia.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/jia.gif
--------------------------------------------------------------------------------
/WebRoot/img/jian.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/jian.gif
--------------------------------------------------------------------------------
/WebRoot/img/jixu.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/jixu.jpg
--------------------------------------------------------------------------------
/WebRoot/img/join.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/join.gif
--------------------------------------------------------------------------------
/WebRoot/img/joinbottom.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/joinbottom.gif
--------------------------------------------------------------------------------
/WebRoot/img/kabg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/kabg.gif
--------------------------------------------------------------------------------
/WebRoot/img/lbg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/lbg.jpg
--------------------------------------------------------------------------------
/WebRoot/img/left_bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/left_bg.jpg
--------------------------------------------------------------------------------
/WebRoot/img/left_bg_bottom.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/left_bg_bottom.jpg
--------------------------------------------------------------------------------
/WebRoot/img/line.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/line.gif
--------------------------------------------------------------------------------
/WebRoot/img/liu3718.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/liu3718.jpg
--------------------------------------------------------------------------------
/WebRoot/img/liuyan.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/liuyan.gif
--------------------------------------------------------------------------------
/WebRoot/img/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/loading.gif
--------------------------------------------------------------------------------
/WebRoot/img/loading32.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/loading32.gif
--------------------------------------------------------------------------------
/WebRoot/img/login.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/login.gif
--------------------------------------------------------------------------------
/WebRoot/img/login_03.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/login_03.gif
--------------------------------------------------------------------------------
/WebRoot/img/login_06.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/login_06.gif
--------------------------------------------------------------------------------
/WebRoot/img/login_07.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/login_07.gif
--------------------------------------------------------------------------------
/WebRoot/img/login_08.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/login_08.gif
--------------------------------------------------------------------------------
/WebRoot/img/login_09.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/login_09.gif
--------------------------------------------------------------------------------
/WebRoot/img/login_10.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/login_10.gif
--------------------------------------------------------------------------------
/WebRoot/img/login_11.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/login_11.gif
--------------------------------------------------------------------------------
/WebRoot/img/main_bottom.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/main_bottom.jpg
--------------------------------------------------------------------------------
/WebRoot/img/manage1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/manage1.gif
--------------------------------------------------------------------------------
/WebRoot/img/me03.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/me03.gif
--------------------------------------------------------------------------------
/WebRoot/img/menu-ex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/menu-ex.png
--------------------------------------------------------------------------------
/WebRoot/img/menu_bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/menu_bg.gif
--------------------------------------------------------------------------------
/WebRoot/img/menu_bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/menu_bg.jpg
--------------------------------------------------------------------------------
/WebRoot/img/menu_bg_02.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/menu_bg_02.gif
--------------------------------------------------------------------------------
/WebRoot/img/menu_bottom.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/menu_bottom.gif
--------------------------------------------------------------------------------
/WebRoot/img/menu_sep.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/menu_sep.jpg
--------------------------------------------------------------------------------
/WebRoot/img/menu_top.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/menu_top.gif
--------------------------------------------------------------------------------
/WebRoot/img/menuarrow.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/menuarrow.gif
--------------------------------------------------------------------------------
/WebRoot/img/menubg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/menubg.gif
--------------------------------------------------------------------------------
/WebRoot/img/menumember.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/menumember.gif
--------------------------------------------------------------------------------
/WebRoot/img/menusearch.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/menusearch.gif
--------------------------------------------------------------------------------
/WebRoot/img/minus.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/minus.gif
--------------------------------------------------------------------------------
/WebRoot/img/minusbottom.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/minusbottom.gif
--------------------------------------------------------------------------------
/WebRoot/img/msg2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/msg2.jpg
--------------------------------------------------------------------------------
/WebRoot/img/msg_bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/msg_bg.jpg
--------------------------------------------------------------------------------
/WebRoot/img/musicfolder.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/musicfolder.gif
--------------------------------------------------------------------------------
/WebRoot/img/next.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/next.jpg
--------------------------------------------------------------------------------
/WebRoot/img/nolines_minus.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/nolines_minus.gif
--------------------------------------------------------------------------------
/WebRoot/img/nolines_plus.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/nolines_plus.gif
--------------------------------------------------------------------------------
/WebRoot/img/orderSub.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/orderSub.jpg
--------------------------------------------------------------------------------
/WebRoot/img/page.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/page.gif
--------------------------------------------------------------------------------
/WebRoot/img/part-index.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/part-index.gif
--------------------------------------------------------------------------------
/WebRoot/img/plus.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/plus.gif
--------------------------------------------------------------------------------
/WebRoot/img/plusbottom.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/plusbottom.gif
--------------------------------------------------------------------------------
/WebRoot/img/qingkong.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/qingkong.jpg
--------------------------------------------------------------------------------
/WebRoot/img/question.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/question.gif
--------------------------------------------------------------------------------
/WebRoot/img/reg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/reg.gif
--------------------------------------------------------------------------------
/WebRoot/img/reservation01.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/reservation01.jpg
--------------------------------------------------------------------------------
/WebRoot/img/search.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/search.gif
--------------------------------------------------------------------------------
/WebRoot/img/sp_bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/sp_bg.gif
--------------------------------------------------------------------------------
/WebRoot/img/tbg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/tbg.jpg
--------------------------------------------------------------------------------
/WebRoot/img/timg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/timg.jpg
--------------------------------------------------------------------------------
/WebRoot/img/title-bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/title-bg.gif
--------------------------------------------------------------------------------
/WebRoot/img/title_bg1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/title_bg1.gif
--------------------------------------------------------------------------------
/WebRoot/img/top_bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/top_bg.jpg
--------------------------------------------------------------------------------
/WebRoot/img/topbg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/topbg.gif
--------------------------------------------------------------------------------
/WebRoot/img/topitembg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/topitembg.gif
--------------------------------------------------------------------------------
/WebRoot/img/topmenu_o.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/topmenu_o.gif
--------------------------------------------------------------------------------
/WebRoot/img/topsearch_bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/topsearch_bg.gif
--------------------------------------------------------------------------------
/WebRoot/img/topsearch_submit.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/topsearch_submit.gif
--------------------------------------------------------------------------------
/WebRoot/img/trash.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/trash.gif
--------------------------------------------------------------------------------
/WebRoot/img/wbg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/wbg.gif
--------------------------------------------------------------------------------
/WebRoot/img/yuding.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/yuding.jpg
--------------------------------------------------------------------------------
/WebRoot/img/zj_arrow.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/zj_arrow.gif
--------------------------------------------------------------------------------
/WebRoot/img/zj_menu.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/img/zj_menu.gif
--------------------------------------------------------------------------------
/WebRoot/js/cbpViewModeSwitch.js:
--------------------------------------------------------------------------------
1 | /**
2 | * cbpViewModeSwitch.js v1.0.0
3 | * http://www.codrops.com
4 | *
5 | * Licensed under the MIT license.
6 | * http://www.opensource.org/licenses/mit-license.php
7 | *
8 | * Copyright 2013, Codrops
9 | * http://www.codrops.com
10 | */
11 | (function() {
12 |
13 | var container = document.getElementById( 'cbp-vm' ),
14 | optionSwitch = Array.prototype.slice.call( container.querySelectorAll( 'div.cbp-vm-options > a' ) );
15 |
16 | function init() {
17 | optionSwitch.forEach( function( el, i ) {
18 | el.addEventListener( 'click', function( ev ) {
19 | ev.preventDefault();
20 | _switch( this );
21 | }, false );
22 | } );
23 | }
24 |
25 | function _switch( opt ) {
26 | // remove other view classes and any any selected option
27 | optionSwitch.forEach(function(el) {
28 | classie.remove( container, el.getAttribute( 'data-view' ) );
29 | classie.remove( el, 'cbp-vm-selected' );
30 | });
31 | // add the view class for this option
32 | classie.add( container, opt.getAttribute( 'data-view' ) );
33 | // this option stays selected
34 | classie.add( opt, 'cbp-vm-selected' );
35 | }
36 |
37 | init();
38 |
39 | })();
--------------------------------------------------------------------------------
/WebRoot/js/classie1.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * classie - class helper functions
3 | * from bonzo https://github.com/ded/bonzo
4 | *
5 | * classie.has( elem, 'my-class' ) -> true/false
6 | * classie.add( elem, 'my-new-class' )
7 | * classie.remove( elem, 'my-unwanted-class' )
8 | * classie.toggle( elem, 'my-class' )
9 | */
10 |
11 | /*jshint browser: true, strict: true, undef: true */
12 | /*global define: false */
13 |
14 | ( function( window ) {
15 |
16 | 'use strict';
17 |
18 | // class helper functions from bonzo https://github.com/ded/bonzo
19 |
20 | function classReg( className ) {
21 | return new RegExp("(^|\\s+)" + className + "(\\s+|$)");
22 | }
23 |
24 | // classList support for class management
25 | // altho to be fair, the api sucks because it won't accept multiple classes at once
26 | var hasClass, addClass, removeClass;
27 |
28 | if ( 'classList' in document.documentElement ) {
29 | hasClass = function( elem, c ) {
30 | return elem.classList.contains( c );
31 | };
32 | addClass = function( elem, c ) {
33 | elem.classList.add( c );
34 | };
35 | removeClass = function( elem, c ) {
36 | elem.classList.remove( c );
37 | };
38 | }
39 | else {
40 | hasClass = function( elem, c ) {
41 | return classReg( c ).test( elem.className );
42 | };
43 | addClass = function( elem, c ) {
44 | if ( !hasClass( elem, c ) ) {
45 | elem.className = elem.className + ' ' + c;
46 | }
47 | };
48 | removeClass = function( elem, c ) {
49 | elem.className = elem.className.replace( classReg( c ), ' ' );
50 | };
51 | }
52 |
53 | function toggleClass( elem, c ) {
54 | var fn = hasClass( elem, c ) ? removeClass : addClass;
55 | fn( elem, c );
56 | }
57 |
58 | var classie = {
59 | // full names
60 | hasClass: hasClass,
61 | addClass: addClass,
62 | removeClass: removeClass,
63 | toggleClass: toggleClass,
64 | // short names
65 | has: hasClass,
66 | add: addClass,
67 | remove: removeClass,
68 | toggle: toggleClass
69 | };
70 |
71 | // transport
72 | if ( typeof define === 'function' && define.amd ) {
73 | // AMD
74 | define( classie );
75 | } else {
76 | // browser global
77 | window.classie = classie;
78 | }
79 |
80 | })( window );
81 |
--------------------------------------------------------------------------------
/WebRoot/loginSuccess.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
2 | <%@ taglib prefix="s" uri="/struts-tags"%>
3 | <%
4 | String path = request.getContextPath();
5 | %>
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
31 |
32 | 页面跳转中
33 |
34 |
35 |
--------------------------------------------------------------------------------
/WebRoot/qiantai/catelog/catelogAll.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
2 | <%@ taglib prefix="s" uri="/struts-tags"%>
3 | <%
4 | String path = request.getContextPath();
5 | String basePath = request.getScheme() + "://"
6 | + request.getServerName() + ":" + request.getServerPort()
7 | + path + "/";
8 | %>
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 | ">
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/WebRoot/qiantai/default.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
2 | <%
3 | String path = request.getContextPath();
4 | String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
5 | %>
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/WebRoot/qiantai/gonggao/gonggaoDetailQian.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
2 | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
3 | <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
4 | <%@ taglib prefix="s" uri="/struts-tags"%>
5 | <%
6 | String path = request.getContextPath();
7 | %>
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
公告详情
30 |
标题:
31 |
内容:
32 |
发布时间:
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/WebRoot/qiantai/gonggao/gonggaoQian5.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
2 | <%@ taglib prefix="s" uri="/struts-tags"%>
3 | <%
4 | String path = request.getContextPath();
5 | %>
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
27 |
28 |
29 |
30 |
31 |
32 |
33 | ')" title="">
34 |
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/WebRoot/qiantai/inc/incFoot.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
2 | <%
3 | String path = request.getContextPath();
4 | %>
5 |
12 |
--------------------------------------------------------------------------------
/WebRoot/qiantai/inc/incLeft.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
2 | 用户登录
3 |
4 |
5 |
6 |
7 |
8 | 商品类别
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/WebRoot/qiantai/liuyan/liuyanAdd.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
2 | <%@ taglib prefix="s" uri="/struts-tags"%>
3 | <%@ page isELIgnored="false" %>
4 | <%
5 | String path = request.getContextPath();
6 | %>
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
22 |
23 |
24 |
25 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/WebRoot/qiantai/order/kahao.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
2 | <%@ taglib prefix="s" uri="/struts-tags"%>
3 | <%@ page isELIgnored="false" %>
4 |
5 | <%
6 | String path = request.getContextPath();
7 | %>
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
28 |
29 |
30 |
31 |
54 |
55 |
56 |
--------------------------------------------------------------------------------
/WebRoot/updown/updown.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
2 | <%@ page import="com.jspsmart.upload.*" %>
3 | <%
4 | String path = request.getContextPath();
5 | %>
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 | <%
19 | String fujianPath=request.getParameter("fujianPath");
20 | String fujianYuashiMing=request.getParameter("fujianYuashiMing");
21 | fujianYuashiMing=java.net.URLDecoder.decode(fujianYuashiMing,"UTF-8");
22 | System.out.println(fujianYuashiMing+fujianPath);
23 |
24 | SmartUpload su = new SmartUpload(); // 新建一个SmartUpload对象
25 |
26 | su.initialize(pageContext); // 初始化
27 |
28 | su.setContentDisposition(null);
29 | // 设定contentDisposition为null以禁止浏览器自动打开文件,
30 | //保证点击链接后是下载文件。若不设定,则下载的文件扩展名为
31 | //doc时,浏览器将自动用word打开它。扩展名为pdf时,将用acrobat打开
32 |
33 | //su.downloadFile("/uploadPath/file/liu.doc"); // 下载英文文件
34 | su.downloadFile(fujianPath, null, new String(fujianYuashiMing.getBytes(), "ISO8859-1")); // 下载中文文件
35 | //downloadFile(String sourceFilePathName, String contentType, String destFileName)
36 | out.clear();
37 | out=pageContext.pushBody();
38 | %>
39 |
40 |
41 |
42 |
43 |
--------------------------------------------------------------------------------
/WebRoot/upload/1568197409024.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/upload/1568197409024.jpg
--------------------------------------------------------------------------------
/WebRoot/upload/1568197760058.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/upload/1568197760058.jpg
--------------------------------------------------------------------------------
/WebRoot/upload/1568197886501.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/upload/1568197886501.jpg
--------------------------------------------------------------------------------
/WebRoot/upload/1568198046650.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/upload/1568198046650.jpg
--------------------------------------------------------------------------------
/WebRoot/upload/1568198169395.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/upload/1568198169395.jpg
--------------------------------------------------------------------------------
/WebRoot/upload/1568198313346.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/upload/1568198313346.jpg
--------------------------------------------------------------------------------
/WebRoot/upload/1568213267135.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/upload/1568213267135.jpg
--------------------------------------------------------------------------------
/WebRoot/upload/1615713693509.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/upload/1615713693509.png
--------------------------------------------------------------------------------
/WebRoot/upload/1647419344137.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/upload/1647419344137.jpg
--------------------------------------------------------------------------------
/WebRoot/upload/1647422882892.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/upload/1647422882892.jpg
--------------------------------------------------------------------------------
/WebRoot/upload/1647505619931.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/WebRoot/upload/1647505619931.png
--------------------------------------------------------------------------------
/WebRoot/upload/upload.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
2 | <%
3 | String path = request.getContextPath();
4 | String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
5 | %>
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
27 |
28 |
29 |
30 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/WebRoot/upload/upload_re.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
2 | <%@ taglib prefix="s" uri="/struts-tags"%>
3 | <%@ page isELIgnored="false" %>
4 |
5 | <%
6 | String path = request.getContextPath();
7 | %>
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 | 上传完毕
22 |
23 |
24 |
25 |
26 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/src/com/action/UserAction.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/src/com/action/UserAction.java
--------------------------------------------------------------------------------
/src/com/action/adminAction.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/src/com/action/adminAction.java
--------------------------------------------------------------------------------
/src/com/action/buyAction.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/src/com/action/buyAction.java
--------------------------------------------------------------------------------
/src/com/action/catelogAction.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/src/com/action/catelogAction.java
--------------------------------------------------------------------------------
/src/com/action/commentAction.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/src/com/action/commentAction.java
--------------------------------------------------------------------------------
/src/com/action/gonggaoAction.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/src/com/action/gonggaoAction.java
--------------------------------------------------------------------------------
/src/com/action/goodsAction.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/src/com/action/goodsAction.java
--------------------------------------------------------------------------------
/src/com/action/liuyanAction.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/src/com/action/liuyanAction.java
--------------------------------------------------------------------------------
/src/com/action/xiaoshouAction.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/src/com/action/xiaoshouAction.java
--------------------------------------------------------------------------------
/src/com/dao/TOrderItemDAO.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/src/com/dao/TOrderItemDAO.java
--------------------------------------------------------------------------------
/src/com/model/TAdmin.hbm.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/src/com/model/TAdmin.java:
--------------------------------------------------------------------------------
1 | package com.model;
2 |
3 | /**
4 | * TAdmin generated by MyEclipse Persistence Tools
5 | */
6 |
7 | public class TAdmin implements java.io.Serializable {
8 |
9 | // Fields
10 |
11 | private Integer userId;
12 |
13 | private String userName;
14 |
15 | private String userPw;
16 |
17 | // Constructors
18 |
19 | /** default constructor */
20 | public TAdmin() {
21 | }
22 |
23 | /** full constructor */
24 | public TAdmin(String userName, String userPw) {
25 | this.userName = userName;
26 | this.userPw = userPw;
27 | }
28 |
29 | // Property accessors
30 |
31 |
32 | public String getUserName() {
33 | return this.userName;
34 | }
35 |
36 | public void setUserName(String userName) {
37 | this.userName = userName;
38 | }
39 |
40 | public String getUserPw() {
41 | return this.userPw;
42 | }
43 |
44 | public void setUserPw(String userPw) {
45 | this.userPw = userPw;
46 | }
47 |
48 | public Integer getUserId()
49 | {
50 | return userId;
51 | }
52 |
53 | public void setUserId(Integer userId)
54 | {
55 | this.userId = userId;
56 | }
57 |
58 | }
--------------------------------------------------------------------------------
/src/com/model/TCatelog.hbm.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/src/com/model/TCatelog.java:
--------------------------------------------------------------------------------
1 | package com.model;
2 |
3 | /**
4 | * TCatelog generated by MyEclipse Persistence Tools
5 | */
6 |
7 | public class TCatelog implements java.io.Serializable
8 | {
9 | private Integer catelogId;
10 | private String catelogName;
11 | private String catelogDel;
12 |
13 |
14 | public Integer getCatelogId()
15 | {
16 | return catelogId;
17 | }
18 | public void setCatelogId(Integer catelogId)
19 | {
20 | this.catelogId = catelogId;
21 | }
22 | public String getCatelogName()
23 | {
24 | return catelogName;
25 | }
26 | public void setCatelogName(String catelogName)
27 | {
28 | this.catelogName = catelogName;
29 | }
30 | public String getCatelogDel()
31 | {
32 | return catelogDel;
33 | }
34 | public void setCatelogDel(String catelogDel)
35 | {
36 | this.catelogDel = catelogDel;
37 | }
38 |
39 | }
--------------------------------------------------------------------------------
/src/com/model/TComment.hbm.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/src/com/model/TComment.java:
--------------------------------------------------------------------------------
1 | package com.model;
2 |
3 | /**
4 | * TLiuyan generated by MyEclipse Persistence Tools
5 | */
6 |
7 | public class TComment implements java.io.Serializable
8 | {
9 |
10 | // Fields
11 |
12 | private Integer id;
13 |
14 | private String comment;
15 |
16 | private String cstart;
17 |
18 | private String ctime;
19 |
20 | private TGoods goods;
21 |
22 | private TUser user;
23 | private String creply;
24 |
25 | public Integer getId() {
26 | return id;
27 | }
28 |
29 | public void setId(Integer id) {
30 | this.id = id;
31 | }
32 |
33 | public String getComment() {
34 | return comment;
35 | }
36 |
37 | public void setComment(String comment) {
38 | this.comment = comment;
39 | }
40 |
41 | public String getCstart() {
42 | return cstart;
43 | }
44 |
45 | public void setCstart(String cstart) {
46 | this.cstart = cstart;
47 | }
48 |
49 | public String getCtime() {
50 | return ctime;
51 | }
52 |
53 | public void setCtime(String ctime) {
54 | this.ctime = ctime;
55 | }
56 |
57 | public TGoods getGoods() {
58 | return goods;
59 | }
60 |
61 | public void setGoods(TGoods goods) {
62 | this.goods = goods;
63 | }
64 |
65 | public TUser getUser() {
66 | return user;
67 | }
68 |
69 | public void setUser(TUser user) {
70 | this.user = user;
71 | }
72 |
73 | public String getCreply() {
74 | return creply;
75 | }
76 |
77 | public void setCreply(String creply) {
78 | this.creply = creply;
79 | }
80 |
81 |
82 |
83 | }
--------------------------------------------------------------------------------
/src/com/model/TGonggao.hbm.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/src/com/model/TGonggao.java:
--------------------------------------------------------------------------------
1 | package com.model;
2 |
3 | import java.util.Date;
4 |
5 | /**
6 | * TGonggao generated by MyEclipse Persistence Tools
7 | */
8 |
9 | public class TGonggao implements java.io.Serializable
10 | {
11 |
12 | // Fields
13 |
14 | private Integer gonggaoId;
15 |
16 | private String gonggaoTitle;
17 |
18 | private String gonggaoContent;
19 |
20 | private String gonggaoData;
21 |
22 | private String gonggaoDel;
23 |
24 | public String getGonggaoContent()
25 | {
26 | return gonggaoContent;
27 | }
28 |
29 | public void setGonggaoContent(String gonggaoContent)
30 | {
31 | this.gonggaoContent = gonggaoContent;
32 | }
33 |
34 | public String getGonggaoData()
35 | {
36 | return gonggaoData;
37 | }
38 |
39 | public void setGonggaoData(String gonggaoData)
40 | {
41 | this.gonggaoData = gonggaoData;
42 | }
43 |
44 | public String getGonggaoDel()
45 | {
46 | return gonggaoDel;
47 | }
48 |
49 | public void setGonggaoDel(String gonggaoDel)
50 | {
51 | this.gonggaoDel = gonggaoDel;
52 | }
53 |
54 | public Integer getGonggaoId()
55 | {
56 | return gonggaoId;
57 | }
58 |
59 | public void setGonggaoId(Integer gonggaoId)
60 | {
61 | this.gonggaoId = gonggaoId;
62 | }
63 |
64 | public String getGonggaoTitle()
65 | {
66 | return gonggaoTitle;
67 | }
68 |
69 | public void setGonggaoTitle(String gonggaoTitle)
70 | {
71 | this.gonggaoTitle = gonggaoTitle;
72 | }
73 |
74 |
75 | }
--------------------------------------------------------------------------------
/src/com/model/TGoods.hbm.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
--------------------------------------------------------------------------------
/src/com/model/TLiuyan.hbm.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/src/com/model/TLiuyan.java:
--------------------------------------------------------------------------------
1 | package com.model;
2 |
3 | /**
4 | * TLiuyan generated by MyEclipse Persistence Tools
5 | */
6 |
7 | public class TLiuyan implements java.io.Serializable
8 | {
9 |
10 | // Fields
11 |
12 | private Integer liuyanId;
13 |
14 | private String liuyanTitle;
15 |
16 | private String liuyanContent;
17 |
18 | private String liuyanDate;
19 |
20 | private String liuyanUser;
21 |
22 | private String liuyan_huifu;
23 | private String huifu_user;
24 | private String huifu_date;
25 |
26 |
27 | // Constructors
28 |
29 | /** default constructor */
30 | public TLiuyan()
31 | {
32 | }
33 |
34 | /** full constructor */
35 | public TLiuyan(String liuyanTitle, String liuyanContent)
36 | {
37 | this.liuyanTitle = liuyanTitle;
38 | this.liuyanContent = liuyanContent;
39 | }
40 |
41 | // Property accessors
42 |
43 | public Integer getLiuyanId()
44 | {
45 | return this.liuyanId;
46 | }
47 |
48 | public void setLiuyanId(Integer liuyanId)
49 | {
50 | this.liuyanId = liuyanId;
51 | }
52 |
53 | public String getLiuyanTitle()
54 | {
55 | return this.liuyanTitle;
56 | }
57 |
58 | public String getLiuyanUser()
59 | {
60 | return liuyanUser;
61 | }
62 |
63 | public void setLiuyanUser(String liuyanUser)
64 | {
65 | this.liuyanUser = liuyanUser;
66 | }
67 |
68 | public String getLiuyanDate()
69 | {
70 | return liuyanDate;
71 | }
72 |
73 | public void setLiuyanDate(String liuyanDate)
74 | {
75 | this.liuyanDate = liuyanDate;
76 | }
77 |
78 | public void setLiuyanTitle(String liuyanTitle)
79 | {
80 | this.liuyanTitle = liuyanTitle;
81 | }
82 |
83 | public String getLiuyanContent()
84 | {
85 | return this.liuyanContent;
86 | }
87 |
88 | public void setLiuyanContent(String liuyanContent)
89 | {
90 | this.liuyanContent = liuyanContent;
91 | }
92 |
93 | public String getLiuyan_huifu() {
94 | return liuyan_huifu;
95 | }
96 |
97 | public void setLiuyan_huifu(String liuyanHuifu) {
98 | liuyan_huifu = liuyanHuifu;
99 | }
100 |
101 | public String getHuifu_user() {
102 | return huifu_user;
103 | }
104 |
105 | public void setHuifu_user(String huifuUser) {
106 | huifu_user = huifuUser;
107 | }
108 |
109 | public String getHuifu_date() {
110 | return huifu_date;
111 | }
112 |
113 | public void setHuifu_date(String huifuDate) {
114 | huifu_date = huifuDate;
115 | }
116 |
117 | }
--------------------------------------------------------------------------------
/src/com/model/TOrder.hbm.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/src/com/model/TOrder.java:
--------------------------------------------------------------------------------
1 | package com.model;
2 |
3 | /**
4 | * TOrder generated by MyEclipse Persistence Tools
5 | */
6 |
7 | public class TOrder implements java.io.Serializable
8 | {
9 |
10 | private Integer orderId;
11 | private String orderBianhao;
12 | private String orderDate;
13 | private String odderSonghuodizhi;
14 | private String fkstatus;
15 | private String odderFukuangfangshi;
16 | private int orderJine=0;
17 | private Integer orderUserId;
18 |
19 |
20 | public Integer getOrderId()
21 | {
22 | return orderId;
23 | }
24 | public void setOrderId(Integer orderId)
25 | {
26 | this.orderId = orderId;
27 | }
28 | public String getOrderBianhao()
29 | {
30 | return orderBianhao;
31 | }
32 | public void setOrderBianhao(String orderBianhao)
33 | {
34 | this.orderBianhao = orderBianhao;
35 | }
36 | public String getOrderDate()
37 | {
38 | return orderDate;
39 | }
40 | public void setOrderDate(String orderDate)
41 | {
42 | this.orderDate = orderDate;
43 | }
44 | public String getOdderSonghuodizhi()
45 | {
46 | return odderSonghuodizhi;
47 | }
48 | public void setOdderSonghuodizhi(String odderSonghuodizhi)
49 | {
50 | this.odderSonghuodizhi = odderSonghuodizhi;
51 | }
52 | public String getOdderFukuangfangshi()
53 | {
54 | return odderFukuangfangshi;
55 | }
56 | public void setOdderFukuangfangshi(String odderFukuangfangshi)
57 | {
58 | this.odderFukuangfangshi = odderFukuangfangshi;
59 | }
60 | public String getfkstatus() {
61 | return this.fkstatus;
62 | }
63 |
64 | public void setfkstatus(String fkstatus) {
65 | this.fkstatus = fkstatus;
66 | }
67 | public int getOrderJine()
68 | {
69 | return orderJine;
70 | }
71 | public void setOrderJine(int orderJine)
72 | {
73 | this.orderJine = orderJine;
74 | }
75 | public Integer getOrderUserId()
76 | {
77 | return orderUserId;
78 | }
79 | public void setOrderUserId(Integer orderUserId)
80 | {
81 | this.orderUserId = orderUserId;
82 | }
83 |
84 | }
--------------------------------------------------------------------------------
/src/com/model/TOrderItem.hbm.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/src/com/model/TOrderItem.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/src/com/model/TOrderItem.java
--------------------------------------------------------------------------------
/src/com/model/TUser.hbm.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/src/com/model/TUser.java:
--------------------------------------------------------------------------------
1 | package com.model;
2 |
3 | import java.util.Date;
4 |
5 | /**
6 | * TUser generated by MyEclipse Persistence Tools
7 | */
8 |
9 | public class TUser implements java.io.Serializable
10 | {
11 |
12 | private Integer userId;
13 | private String userName;
14 | private String userPw;
15 | private String userRealname;
16 |
17 | private String userAddress;
18 | private String userTel;
19 | private String userEmail;
20 | private String userDel;
21 |
22 | public Integer getUserId()
23 | {
24 | return userId;
25 | }
26 | public void setUserId(Integer userId)
27 | {
28 | this.userId = userId;
29 | }
30 | public String getUserName()
31 | {
32 | return userName;
33 | }
34 | public void setUserName(String userName)
35 | {
36 | this.userName = userName;
37 | }
38 | public String getUserPw()
39 | {
40 | return userPw;
41 | }
42 | public void setUserPw(String userPw)
43 | {
44 | this.userPw = userPw;
45 | }
46 | public String getUserRealname()
47 | {
48 | return userRealname;
49 | }
50 |
51 | public String getUserDel()
52 | {
53 | return userDel;
54 | }
55 | public void setUserDel(String userDel)
56 | {
57 | this.userDel = userDel;
58 | }
59 | public void setUserRealname(String userRealname)
60 | {
61 | this.userRealname = userRealname;
62 | }
63 | public String getUserAddress()
64 | {
65 | return userAddress;
66 | }
67 | public void setUserAddress(String userAddress)
68 | {
69 | this.userAddress = userAddress;
70 | }
71 | public String getUserTel()
72 | {
73 | return userTel;
74 | }
75 | public void setUserTel(String userTel)
76 | {
77 | this.userTel = userTel;
78 | }
79 | public String getUserEmail()
80 | {
81 | return userEmail;
82 | }
83 | public void setUserEmail(String userEmail)
84 | {
85 | this.userEmail = userEmail;
86 | }
87 |
88 | }
--------------------------------------------------------------------------------
/src/com/service/cartService.java:
--------------------------------------------------------------------------------
1 | package com.service;
2 |
3 | import javax.servlet.http.HttpSession;
4 |
5 | import org.directwebremoting.WebContext;
6 | import org.directwebremoting.WebContextFactory;
7 |
8 | import com.dao.TGoodsDAO;
9 | import com.util.Cart;
10 |
11 | public class cartService
12 | {
13 | private TGoodsDAO goodsDAO;
14 | public String modiNum(int goodsId,int quantity)
15 | {
16 | try
17 | {
18 | Thread.sleep(1000);
19 | } catch (InterruptedException e)
20 | {
21 | // TODO Auto-generated catch block
22 | e.printStackTrace();
23 | }
24 |
25 |
26 | WebContext ctx = WebContextFactory.get();
27 | HttpSession session=ctx.getSession();
28 | Cart cart=(Cart)session.getAttribute("cart");
29 | cart.updateCart(goodsId, quantity);
30 | session.setAttribute("cart", cart);
31 | return "yes";
32 | }
33 |
34 | public String delGoodsFromCart(int goodsId)
35 | {
36 | try
37 | {
38 | Thread.sleep(1000);
39 | } catch (InterruptedException e)
40 | {
41 | // TODO Auto-generated catch block
42 | e.printStackTrace();
43 | }
44 |
45 | WebContext ctx = WebContextFactory.get();
46 | HttpSession session=ctx.getSession();
47 | Cart cart=(Cart)session.getAttribute("cart");
48 | cart.delGoods(goodsId);
49 | session.setAttribute("cart", cart);
50 | return "yes";
51 | }
52 |
53 |
54 | public String clearCart()
55 | {
56 | try
57 | {
58 | Thread.sleep(1000);
59 | } catch (InterruptedException e)
60 | {
61 | // TODO Auto-generated catch block
62 | e.printStackTrace();
63 | }
64 | WebContext ctx = WebContextFactory.get();
65 | HttpSession session=ctx.getSession();
66 | Cart cart=(Cart)session.getAttribute("cart");
67 | cart.getItems().clear();
68 | session.setAttribute("cart", cart);
69 | return "yes";
70 | }
71 |
72 | public TGoodsDAO getGoodsDAO()
73 | {
74 | return goodsDAO;
75 | }
76 |
77 | public void setGoodsDAO(TGoodsDAO goodsDAO)
78 | {
79 | this.goodsDAO = goodsDAO;
80 | }
81 |
82 | }
83 |
--------------------------------------------------------------------------------
/src/com/service/catelogService.java:
--------------------------------------------------------------------------------
1 | package com.service;
2 |
3 | import java.util.List;
4 |
5 | import com.dao.TCatelogDAO;
6 |
7 | public class catelogService
8 | {
9 | private TCatelogDAO catelogDAO;
10 |
11 |
12 | public List findAllCatelog()
13 | {
14 |
15 | String sql="from TCatelog where catelogDel='no'";
16 | List cateLogList=catelogDAO.getHibernateTemplate().find(sql);
17 | return cateLogList;
18 | }
19 |
20 | public TCatelogDAO getCatelogDAO()
21 | {
22 | return catelogDAO;
23 | }
24 |
25 | public void setCatelogDAO(TCatelogDAO catelogDAO)
26 | {
27 | this.catelogDAO = catelogDAO;
28 | }
29 |
30 | }
31 |
--------------------------------------------------------------------------------
/src/com/service/loginService.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/src/com/service/loginService.java
--------------------------------------------------------------------------------
/src/com/util/Cart.java:
--------------------------------------------------------------------------------
1 | package com.util;
2 |
3 | import java.util.HashMap;
4 | import java.util.Iterator;
5 | import java.util.Map;
6 |
7 | import com.model.TGoods;
8 | import com.model.TOrderItem;
9 |
10 | public class Cart
11 | {
12 |
13 | protected Map items;
14 |
15 | public Cart()
16 | {
17 |
18 | if (items == null)
19 | {
20 | items = new HashMap();
21 | }
22 | }
23 |
24 | public void addGoods(Integer goodsId, TOrderItem orderItem)
25 | {
26 |
27 | if (items.containsKey(goodsId))
28 | {
29 |
30 | TOrderItem _orderitem = items.get(goodsId);
31 | _orderitem.setGoodsQuantity(_orderitem.getGoodsQuantity()+ orderItem.getGoodsQuantity());
32 | items.put(goodsId, _orderitem);
33 | } else
34 | {
35 |
36 | items.put(goodsId, orderItem);
37 | }
38 | }
39 |
40 | public void delGoods(Integer goodsId)
41 | {
42 | items.remove(goodsId);
43 | }
44 |
45 |
46 | public void updateCart(Integer goodsId, int quantity)
47 | {
48 |
49 | TOrderItem orderItem = items.get(goodsId);
50 | orderItem.setGoodsQuantity(quantity);
51 | items.put(goodsId, orderItem);
52 | }
53 |
54 | public int getTotalPrice()
55 | {
56 |
57 | int totalPrice = 0;
58 | for (Iterator it = items.values().iterator(); it.hasNext();)
59 | {
60 |
61 | TOrderItem orderItem = (TOrderItem) it.next();
62 | TGoods goods = orderItem.getGoods();
63 | int quantity = orderItem.getGoodsQuantity();
64 | totalPrice += goods.getGoodsTejia() * quantity;
65 | }
66 | return totalPrice;
67 | }
68 |
69 | public Map getItems()
70 | {
71 | return items;
72 | }
73 |
74 | }
75 |
--------------------------------------------------------------------------------
/src/com/util/Util.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/src/com/util/Util.java
--------------------------------------------------------------------------------
/src/com/util/safeFileter.java:
--------------------------------------------------------------------------------
1 | package com.util;
2 |
3 | import java.io.IOException;
4 |
5 | import javax.servlet.Filter;
6 | import javax.servlet.FilterChain;
7 | import javax.servlet.FilterConfig;
8 | import javax.servlet.ServletException;
9 | import javax.servlet.ServletRequest;
10 | import javax.servlet.ServletResponse;
11 | import javax.servlet.http.HttpServletRequest;
12 | import javax.servlet.http.HttpServletResponse;
13 |
14 | public class safeFileter implements Filter {
15 |
16 | public void destroy()
17 | {
18 |
19 | }
20 |
21 | public void doFilter(ServletRequest arg0, ServletResponse arg1,FilterChain arg2) throws IOException, ServletException
22 | {
23 | HttpServletRequest request=(HttpServletRequest)arg0;
24 | HttpServletResponse response=(HttpServletResponse)arg1;
25 | if(request.getSession().getAttribute("admin")==null)
26 | {
27 | String path=request.getContentType();
28 | response.sendRedirect(path+"/error1.html");
29 | }
30 | else
31 | {
32 | arg2.doFilter(request,response);
33 | }
34 | }
35 |
36 | /*web.xml
37 |
38 | safeFileter
39 | com.bookstore.util.safeFilter
40 |
41 |
42 | safeFileter
43 | /jsp
44 | */
45 |
46 |
47 |
48 | public void init(FilterConfig arg0) throws ServletException
49 | {
50 |
51 |
52 |
53 | }
54 |
55 | }
56 |
--------------------------------------------------------------------------------
/src/com/util/upload.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/BeautyShoppingMallManagementSystem/500bdfcf76cfb4289d5459a10073c3e361b6dff1/src/com/util/upload.java
--------------------------------------------------------------------------------