Skip to content

Commit 9e1940b

Browse files
committed
uij
1 parent d1f6085 commit 9e1940b

File tree

500 files changed

+40585
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

500 files changed

+40585
-0
lines changed

game_admin/.classpath

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src/main/java"/>
4+
<classpathentry kind="src" path="src/main/resources"/>
5+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.8.0_66">
6+
<attributes>
7+
<attribute name="owner.project.facets" value="java"/>
8+
</attributes>
9+
</classpathentry>
10+
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
11+
<attributes>
12+
<attribute name="owner.project.facets" value="jst.web"/>
13+
</attributes>
14+
</classpathentry>
15+
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
16+
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
17+
<classpathentry kind="output" path="build/classes"/>
18+
</classpath>

game_admin/.project

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>game_gm_manage</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.wst.common.project.facet.core.builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.wst.validation.validationbuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
</buildSpec>
24+
<natures>
25+
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
26+
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
27+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
28+
<nature>org.eclipse.jdt.core.javanature</nature>
29+
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
30+
</natures>
31+
</projectDescription>

game_admin/.settings/.jsdtscope

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry excluding="**/bower_components/*|**/node_modules/*|**/*.min.js" kind="src" path="WebContent"/>
4+
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
6+
<attributes>
7+
<attribute name="hide" value="true"/>
8+
</attributes>
9+
</classpathentry>
10+
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
11+
<classpathentry kind="output" path=""/>
12+
</classpath>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
eclipse.preferences.version=1
2+
encoding//WebContent/WEB-INF/views/left.jsp=UTF-8
3+
encoding//src/main/resources/config.properties=UTF-8
4+
encoding//src/main/resources/jdbc.properties=UTF-8
5+
encoding/<project>=UTF-8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
4+
org.eclipse.jdt.core.compiler.compliance=1.8
5+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
6+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7+
org.eclipse.jdt.core.compiler.source=1.8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
2+
<wb-module deploy-name="game_gm_manage">
3+
<wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/>
4+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
5+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
6+
<property name="context-root" value="game_gm_manage"/>
7+
<property name="java-output-path" value="/game_gm_manage/build/classes"/>
8+
</wb-module>
9+
</project-modules>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<faceted-project>
3+
<runtime name="Apache Tomcat v7.0"/>
4+
<fixed facet="java"/>
5+
<fixed facet="jst.web"/>
6+
<fixed facet="wst.jsdt.web"/>
7+
<installed facet="java" version="1.8"/>
8+
<installed facet="jst.web" version="3.0"/>
9+
<installed facet="wst.jsdt.web" version="1.0"/>
10+
</faceted-project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.eclipse.wst.jsdt.launching.baseBrowserLibrary
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Window
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Manifest-Version: 1.0
2+
Class-Path:
3+
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
405 KB
Binary file not shown.
14.7 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<%@ page language="java" contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"%>
2+
<?xml version="1.0" encoding="UTF-8" ?>
3+
<html>
4+
<head>
5+
<title>运营活动库添加</title>
6+
<%@include file="../head.jsp"%>
7+
<script>
8+
</script>
9+
10+
</head>
11+
<body>
12+
<div class="gm-wrap">
13+
<%@include file="../top.jsp" %>
14+
<div class="gm-content">
15+
<%@include file="../left.jsp" %>
16+
<div class="gm-main">
17+
<form action="/activities/activity/add" method="POST" id="pageForm">
18+
<div class="easyui-panel">
19+
<span style="display: block;font-size: 24px;font-weight: bold;text-align: center;">运营活动库添加</span>
20+
<input class="easyui-textbox" name="serverEvent" style="width:100%;height:120px" labelPosition="top" data-options="label:'活动备注',multiline:true">
21+
<div class="easyui-panel" title="活动名(标签名,表头名 limitActivity name)" style="padding: 5px 5px;">
22+
<div style="float: left;"><input class="easyui-textbox" name="zh_CN" style="width:300;" labelPosition="top" data-options="label:'简体中文'"></div>
23+
<div style="float: left;"><input class="easyui-textbox" name="zh_TW" style="width:300;" labelPosition="top" data-options="label:'繁体中文'"></div>
24+
<div style="float: left;"><input class="easyui-textbox" name="en" style="width:300;" labelPosition="top" data-options="label:'English'"></div>
25+
<div style="float: left;"><input class="easyui-textbox" name="ja" style="width:300;" labelPosition="top" data-options="label:'日本语'"></div>
26+
<div style="float: left;"><input class="easyui-textbox" name="de" style="width:300;" labelPosition="top" data-options="label:'德语'"></div>
27+
<div style="float: left;"><input class="easyui-textbox" name="ru" style="width:300;" labelPosition="top" data-options="label:'俄语'"></div>
28+
<div style="float: left;"><input class="easyui-textbox" name="vi" style="width:300;" labelPosition="top" data-options="label:'越南语'"></div>
29+
<div style="float: left;"><input class="easyui-textbox" name="th" style="width:300;" labelPosition="top" data-options="label:'泰语'"></div>
30+
</div>
31+
</div>
32+
<div class="easyui-panel">
33+
<select class="easyui-combobox" name="state" label="选择活动类型 limitActivity table" labelWidth="180" style="width:400px;">
34+
<option value="排行活动 limitRank">排行活动 limitRank</option>
35+
<option value="限购活动 limitShop">限购活动 limitShop</option>
36+
<option selected value="福利活动 limitWelfare">福利活动 limitWelfare</option>
37+
</select>
38+
<div class="easyui-panel">
39+
<span style="display: block;font-size: 20px;font-weight: bold;">排名规则</span>
40+
<div class="easyui-panel" title="面板上方描述 limitActivity desc" style="padding: 5px 5px;">
41+
<div style="float: left;"><input class="easyui-textbox" name="zh_CN" style="width:300;" labelPosition="top" data-options="label:'简体中文'"></div>
42+
<div style="float: left;"><input class="easyui-textbox" name="zh_TW" style="width:300;" labelPosition="top" data-options="label:'繁体中文'"></div>
43+
<div style="float: left;"><input class="easyui-textbox" name="en" style="width:300;" labelPosition="top" data-options="label:'English'"></div>
44+
<div style="float: left;"><input class="easyui-textbox" name="ja" style="width:300;" labelPosition="top" data-options="label:'日本语'"></div>
45+
<div style="float: left;"><input class="easyui-textbox" name="de" style="width:300;" labelPosition="top" data-options="label:'德语'"></div>
46+
<div style="float: left;"><input class="easyui-textbox" name="ru" style="width:300;" labelPosition="top" data-options="label:'俄语'"></div>
47+
<div style="float: left;"><input class="easyui-textbox" name="vi" style="width:300;" labelPosition="top" data-options="label:'越南语'"></div>
48+
<div style="float: left;"><input class="easyui-textbox" name="th" style="width:300;" labelPosition="top" data-options="label:'泰语'"></div>
49+
</div>
50+
<select class="easyui-combobox" name="state" label="排行类型(军团排行,个人排行)limitRank belong" labelWidth="180" style="width:400px;">
51+
<option value="军团">军团</option>
52+
<option value="个人">个人</option>
53+
</select>
54+
<select class="easyui-combobox" name="state" label="排行类型(任务类型)limitRank type" labelWidth="180" style="width:400px;">
55+
<option value="4、生产某级别士兵【V1表示要生产的兵种级别(1~5表示指定等级,为空表示所有等级都行)】【V2列表示需要实际生产的总数量】">4、生产某级别士兵【V1表示要生产的兵种级别(1~5表示指定等级,为空表示所有等级都行)】【V2列表示需要实际生产的总数量】</option>
56+
<option value="15、科研提升战力【v2表示提升战斗力的数值】">15、科研提升战力【v2表示提升战斗力的数值】</option>
57+
<option value="18、建造提升战力【v2表示提升战斗力的数值】">18、建造提升战力【v2表示提升战斗力的数值】</option>
58+
<option value="22、占领领土【v1表示领土原拥有者(1空地2非本军团玩家,为空表示不是同军团的都行)】【v2表示需要成功占领的次数】">22、占领领土【v1表示领土原拥有者(1空地2非本军团玩家,为空表示不是同军团的都行)】【v2表示需要成功占领的次数】</option>
59+
<option value="24、野外采集【v1数据表示采集类型(1石油,2稀土,3钢材,4黄金,为空即所有资源都行)】【v2表示完成任务所需量】">24、野外采集【v1数据表示采集类型(1石油,2稀土,3钢材,4黄金,为空即所有资源都行)】【v2表示完成任务所需量】</option>
60+
<option value="27、消灭野外怪物【v2列表示需要消灭怪物的具体等级,只有战斗胜利才能判定任务成功】">27、消灭野外怪物【v2列表示需要消灭怪物的具体等级,只有战斗胜利才能判定任务成功】</option>
61+
<option value="31、损坏敌方部队【V1表示需要损坏士兵的等级(1~5表示指定等级,为空表示所有等级都行)】【V2列表示累计损坏敌方士兵的数量】">31、损坏敌方部队【V1表示需要损坏士兵的等级(1~5表示指定等级,为空表示所有等级都行)】【V2列表示累计损坏敌方士兵的数量】</option>
62+
<option value="41、战争模拟器【V1表示模拟器级别(1普通,2高级,为空所有都行)】【V2列表示在一场中需要胜利的次数】">41、战争模拟器【V1表示模拟器级别(1普通,2高级,为空所有都行)】【V2列表示在一场中需要胜利的次数】</option>
63+
<option value="42、军团捐献次数【v1表示捐献类别(1军团,2军团科研)】【v2表示完成任务所需次数】">42、军团捐献次数【v1表示捐献类别(1军团,2军团科研)】【v2表示完成任务所需次数】</option>
64+
<option value="49、恐怖分子攻打/击杀【v1表示1攻打2击杀)】【v2表示完成任务需要的次数】">49、恐怖分子攻打/击杀【v1表示1攻打2击杀)】【v2表示完成任务需要的次数】</option>
65+
<option value="50、头目入侵积分【v1表示积分类别(1个人2军团)】【v2表示完成任务需要的积分】">50、头目入侵积分【v1表示积分类别(1个人2军团)】【v2表示完成任务需要的积分】</option>
66+
</select>
67+
<input class="easyui-textbox" name="th" style="width:140px;height:80px;" labelPosition="top" data-options="label:'V1系数limitRank v1'">
68+
<input class="easyui-textbox" name="th" style="width:140px;height:80px;" labelPosition="top" data-options="label:'V2系数limitRank v2'">
69+
<input class="easyui-textbox" name="th" style="width:140px;height:80px;" labelPosition="top" data-options="label:'排名积分limitRank score'">
70+
</div>
71+
<div class="easyui-panel" title="排名奖励">
72+
<span>名次limitRankRewards rank 最低领奖积分limitRankRewards limit 对应奖励limitRankRewards rewards</span>
73+
<table class="easyui-datagrid" style="min-height:300px" id="dg"
74+
data-options="singleSelect:true,striped:true,toolbar:'#tb1'">
75+
</table>
76+
</div>
77+
</div>
78+
</form>
79+
</div>
80+
</div>
81+
<%@include file="../foot.jsp" %>
82+
</div>
83+
</body>
84+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<%@ page language="java" contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"%>
2+
<?xml version="1.0" encoding="UTF-8" ?>
3+
<html>
4+
<head>
5+
<title>事件系统设定</title>
6+
<%@include file="../head.jsp"%>
7+
<script>
8+
</script>
9+
</head>
10+
<body>
11+
<div class="gm-wrap">
12+
<%@include file="../top.jsp" %>
13+
<div class="gm-content">
14+
<%@include file="../left.jsp" %>
15+
<div class="gm-main">
16+
<form action="/activities/activity/define" method="POST" id="pageForm">
17+
<div class="easyui-panel">
18+
<span style="display: block;font-size: 24px;font-weight: bold;text-align: center;">
19+
事件系统设定
20+
</span>
21+
</div>
22+
<div class="easyui-panel">
23+
<div style="width:28%;float: left;">
24+
<input class="easyui-textbox" name="serverEvent" style="width:100%;min-height:400px" labelPosition="top" data-options="label:'serverEvent.txt',multiline:true">
25+
</div>
26+
<div style="width:70%;float: right;">
27+
<input class="easyui-textbox" name="serverEventTeam" style="width:100%;min-height:400px" labelPosition="top" data-options="label:'serverEventTeam.txt',multiline:true">
28+
</div>
29+
<span style="display: block;text-align: center;">
30+
<a href="javascript:;" class="easyui-linkbutton">确认修改(下次事件开始生效)</a>
31+
</span>
32+
</div>
33+
</form>
34+
</div>
35+
</div>
36+
<%@include file="../foot.jsp" %>
37+
</div>
38+
</body>
39+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<%@ page language="java" contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"%>
2+
<?xml version="1.0" encoding="UTF-8" ?>
3+
<html>
4+
<head>
5+
<title>查看活动库</title>
6+
<%@include file="../head.jsp"%>
7+
<script>
8+
</script>
9+
10+
</head>
11+
<body>
12+
<div class="gm-wrap">
13+
<%@include file="../top.jsp" %>
14+
<div class="gm-content">
15+
<%@include file="../left.jsp" %>
16+
<div class="gm-main">
17+
<div class="easyui-panel">
18+
<div class="easyui-panel">
19+
<span style="display: block;font-size: 24px;font-weight: bold;text-align: center;">
20+
运营活动库
21+
</span>
22+
</div>
23+
<table class="easyui-datagrid" style="min-height:300px" id="dg"
24+
data-options="singleSelect:true,striped:true,fitColumns:true,emptyMsg:'暂无数据'">
25+
<thead>
26+
<tr>
27+
<th data-options="field:'activityId',width:80">活动ID</th>
28+
<th data-options="field:'activityName',width:80">活动名</th>
29+
<th data-options="field:'activityType',width:80">活动类型</th>
30+
<th data-options="field:'rule',width:120">特有规则</th>
31+
<th data-options="field:'remark',width:80">活动备注</th>
32+
<th data-options="field:'gateOpen',width:80">外网是否开启中</th>
33+
<th data-options="field:'close',width:80">强制关闭</th>
34+
<th data-options="field:'updator',width:120">活动内容修改者</th>
35+
<th data-options="field:'operate1',width:80">操作</th>
36+
<th data-options="field:'operate2',width:80">操作</th>
37+
</tr>
38+
</thead>
39+
</table>
40+
</div>
41+
</div>
42+
</div>
43+
<%@include file="../foot.jsp" %>
44+
</div>
45+
</body>
46+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<%@ page language="java" contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"%>
2+
<?xml version="1.0" encoding="UTF-8" ?>
3+
<html>
4+
<head>
5+
<title>运营活动开启设置</title>
6+
<%@include file="../head.jsp"%>
7+
<script>
8+
</script>
9+
10+
</head>
11+
<body>
12+
<div class="gm-wrap">
13+
<%@include file="../top.jsp" %>
14+
<div class="gm-content">
15+
<%@include file="../left.jsp" %>
16+
<div class="gm-main">
17+
<form action="/activities/activity/start" method="POST" id="pageForm">
18+
<div class="easyui-panel">
19+
<span style="display: block;font-size: 24px;font-weight: bold;text-align: center;">运营活动开启设置</span>
20+
</div>
21+
<div class="easyui-panel">
22+
<select class="easyui-combobox" name="channel" label="选择时间类型 limitActivity timeType" labelWidth="180" style="width:400px;">
23+
<option value="1开服第几天到第几天开启">1开服第几天到第几天开启</option>
24+
<option value="2固定时间(自然日)开启">2固定时间(自然日)开启</option>
25+
</select>
26+
</div>
27+
<div class="easyui-panel">
28+
开服第<input class="easyui-numberbox" value="100" style="width:140px;">天开启
29+
30+
开服第 <input class="easyui-numberbox" value="100" style="width:140px;">天结束
31+
</div>
32+
<div class="easyui-panel">
33+
<span style="display: block;font-size: 20px;font-weight: bold;">设置该期间活动</span>
34+
<table class="easyui-datagrid" style="min-height:300px" id="dg"
35+
data-options="singleSelect:true,striped:true,fitColumns:true,emptyMsg:'暂无数据'">
36+
<thead>
37+
<tr>
38+
<th data-options="field:'activityId',width:80">活动ID</th>
39+
<th data-options="field:'activityName',width:80">活动名</th>
40+
<th data-options="field:'activityType',width:80">活动类型</th>
41+
<th data-options="field:'rule',width:120">特有规则</th>
42+
</tr>
43+
</thead>
44+
</table>
45+
</div>
46+
<div class="easyui-panel">
47+
<span style="display: block;text-align: center;"><a href="javascript:;" class="easyui-linkbutton">保存</a></span>
48+
</div>
49+
</form>
50+
</div>
51+
</div>
52+
<%@include file="../foot.jsp" %>
53+
</div>
54+
</body>
55+
</html>

0 commit comments

Comments
 (0)