forked from tempkaridc/gf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzas.html
244 lines (228 loc) · 13.8 KB
/
zas.html
1
2
3
4
5
6
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ZAS Calculator</title>
<link href="css/bootstrap.min.css" rel="stylesheet"/>
<link href="css/highcharts.css" rel="stylesheet"/>
<link rel="shortcut icon" type="image/x-icon" href="icon/favicon_zas.ico">
</head>
<body style="color: dimgray;">
<div class="container-fluid" style="width:360px; margin: auto; padding:0px; overflow-x:hidden;">
<div class="panel panel-primary" style="margin-top:10px; padding:5px; margin-bottom:5px;" onmouseover="reCalc();">
<span id="text-title"></span>
<img src="img/zas/zas.gif" style="height:2em; float:right;">
<hr style="margin-top:5px; margin-bottom:5px;">
<div>
<div style="width:100%;">
<span id="text-area" style="font-size:0.9em;"></span>
</div>
<div class="btn-group btn-group-justified" style="width:100%; display:inline-block;">
<div class="btn-group">
<button id="btn-area-81" type="button" class="btn btn-sm btn-primary" onclick="btn_selArea(81);" tabindex="-1">
8-1n
</button>
</div>
<div class="btn-group">
<button id="btn-area-63" type="button" class="btn btn-sm btn-default" onclick="btn_selArea(63);" tabindex="-1">
6-3n
</button>
</div>
</div>
</div>
<hr style="margin-top:5px; margin-bottom:5px;">
<div>
<div style="width:100%;">
<span id="text-doll-title" style="font-size:0.9em;"></span>
<button id="btn-doll-help" type="button" class="btn btn-xs btn-danger" style="height:1.5em !important; float:right;" onClick="btn_showModal(0);" tabindex="-1">?</button>
</div>
<div class="input-group" style="width:100%;">
<input id="doll_fire" type="number"
class="form-control input-sm btn-font-responsive" min="0" value=""
placeholder="" style="width:50%;"
onChange="reCalc();">
<input id="doll_rate" type="number"
class="form-control input-sm btn-font-responsive" min="0" value="" max="120"
placeholder="" style="width:50%;"
onChange="reCalc();">
</div>
</div>
<hr style="margin-top:5px; margin-bottom:5px;">
<div>
<div style="width:100%;">
<span id="text-fairy-title" style="font-size:0.9em;"></span>
<button id="btn-fairy-help" type="button" class="btn btn-xs btn-danger" style="height:1.5em !important; float:right;" onClick="btn_showModal(1);" tabindex="-1">?</button>
</div>
<div class="input-group" style="width:100%;">
<input id="fairy_fire" type="number"
class="form-control input-sm btn-font-responsive" min="0" value=""
placeholder="" style="width:50%;"
onChange="reCalc();">
<input type="number"
class="form-control input-sm btn-font-responsive" min="0" value=""
placeholder="" style="width:50%;" disabled>
</div>
</div>
<hr style="margin-top:5px; margin-bottom:5px;">
<div>
<div style="width:100%;">
<span id="text-place-title" style="font-size:0.9em;"></span>
<button id="btn-buff-help" type="button" class="btn btn-xs btn-danger" style="height:1.5em !important; float:right;" onClick="btn_showModal(2);" tabindex="-1">?</button>
</div>
<div class="input-group" style="width:100%;">
<input id="buff_fire" type="number"
class="form-control input-sm btn-font-responsive" min="0" value=""
placeholder="" style="width:50%;"
onChange="reCalc();">
<input id="buff_rate" type="number"
class="form-control input-sm btn-font-responsive" min="0" value=""
placeholder="" style="width:50%;"
onChange="reCalc();">
</div>
</div>
<hr style="margin-top:5px; margin-bottom:5px;">
<div>
<div style="width:100%;">
<span id="text-talent-title" style="font-size:0.9em;"></span>
</div>
<div style="width:100%; display:inline-block;">
<div class="col-sm-12" style="padding:0px;">
<button id="btn-talent-0" type="button" class="btn btn-sm btn-default col-sm-3 col-xs-3" style="padding:0rem;" onclick="btn_selTalent(0);">
</button>
<button id="btn-talent-1" type="button" class="btn btn-sm btn-default col-sm-3 col-xs-3" style="padding:0rem;" onclick="btn_selTalent(1);">
</button>
<button id="btn-talent-2" type="button" class="btn btn-sm btn-default col-sm-3 col-xs-3" style="padding:0rem;" onclick="btn_selTalent(2);">
</button>
<button id="btn-talent-3" type="button" class="btn btn-sm btn-default col-sm-3 col-xs-3" style="padding:0rem;" onclick="btn_selTalent(3);">
</button>
</div>
</div>
</div>
<hr style="margin-top:5px; margin-bottom:5px;">
<div>
<div style="width:100%;">
<b><span id="text-result-title" style="font-size:0.9em;"></span></b>
</div>
<div class="btn-group" role="group" style="width:100%; display:inline-block; margin-bottom:-1px; font-size:0.5rem;">
<button id="btn-name-fire" type="button" class="btn btn-xs btn-title" style="width:49%; float:left;" tabindex="-1" disabled></button>
<button id="btn-name-rate" type="button" class="btn btn-xs btn-title" style="width:49%; float:right;" tabindex="-1" disabled></button>
</div>
<div class="btn-group" role="group" style="width:100%; display:inline-block;">
<button id="btn-calc-fire" type="button" class="btn btn-sm btn-default" style="width:49%; float:left;" tabindex="-1"></button>
<button id="btn-calc-rate" type="button" class="btn btn-sm btn-default" style="width:49%; float:right;" tabindex="-1" onClick="btn_showModal(3);"></button>
</div>
</div>
<hr style="margin-top:5px; margin-bottom:15px;">
<div style="width:100%; font-size:12px;">
<div id="btn-help" class="btn btn-xs btn-danger" style="width:100%; margin-bottom:1px;" onclick="btn_openHelp(this)"></div>
<div id="btn-help-1" class="btn btn-xs btn-primary hide" style="text-align:left; width:100%; margin-bottom:1px;" onclick="btn_toggleHelp(1)"></div>
<div id="btn-help-1a" class="hide" style="margin-bottom:5px; padding:5px; text-align:left; width:100%;" ><span id="btn-help-1t" ></span><img src="img/zas/auto2.png"></div>
<div id="btn-help-2" class="btn btn-xs btn-primary hide" style="text-align:left; width:100%; margin-bottom:1px;" onclick="btn_toggleHelp(2)"></div>
<div id="btn-help-2a" class="hide" style="margin-bottom:5px; padding:5px; text-align:left; width:100%;" ><span id="btn-help-2t" ></span></div>
<div id="btn-help-3" class="btn btn-xs btn-primary hide" style="text-align:left; width:100%; margin-bottom:1px;" onclick="btn_toggleHelp(3)"></div>
<div id="btn-help-3a" class="hide" style="margin-bottom:5px; padding:5px; text-align:left; width:100%;" ><span id="btn-help-3t" ></span><img src="img/zas/supl.png"></div>
<div id="btn-help-4" class="btn btn-xs btn-primary hide" style="text-align:left; width:100%; margin-bottom:1px;" onclick="btn_toggleHelp(4)"></div>
<div id="btn-help-4a" class="hide" style="margin-bottom:5px; padding:5px; text-align:left; width:100%;" ><span id="btn-help-4t" ></span><img src="img/zas/supl.png"></div>
<div id="btn-help-5" class="btn btn-xs btn-primary hide" style="text-align:left; width:100%; margin-bottom:1px;" onclick="btn_toggleHelp(5)"></div>
<div id="btn-help-5a" class="hide" style="margin-bottom:5px; padding:5px; text-align:left; width:100%;" ><span id="btn-help-5t" ></span><img src="img/zas/formation.png" style="width:100%;"></div>
<div id="btn-help-6" class="btn btn-xs btn-primary hide" style="text-align:left; width:100%; margin-bottom:1px;" onclick="btn_toggleHelp(6)"></div>
<div id="btn-help-6a" class="hide" style="margin-bottom:5px; padding:5px; text-align:left; width:100%;" ><span id="btn-help-6t" ></span><img src="img/zas/formation.png" style="width:100%;"></div>
<div id="btn-help-7" class="btn btn-xs btn-primary hide" style="text-align:left; width:100%; margin-bottom:1px;" onclick="btn_toggleHelp(7)"></div>
<div id="btn-help-7a" class="hide" style="margin-bottom:5px; padding:5px; text-align:left; width:100%;" ><span id="btn-help-7t" ></span><img src="img/zas/auto.png"></div>
<div id="btn-help-8" class="btn btn-xs btn-primary hide" style="text-align:left; width:100%; margin-bottom:1px;" onclick="btn_toggleHelp(8)"></div>
<div id="btn-help-8a" class="hide" style="margin-bottom:5px; padding:5px; text-align:left; width:100%;" ><span id="btn-help-8t" ></span></div>
</div>
</div>
<div style="font-size:12px;">
<div class="col-xs-12" style="margin-bottom:3px; padding:0px;">
<div style="float:right;">
<table>
<tbody>
<tr>
<td style="padding-left:5px;">
<img src="img/kr.png" style="padding-right:2px;">
<img src="img/en.png" style="padding-right:2px;">
<img src="img/ja.png" style="padding-right:2px;">
</td>
<td style="padding-left:5px;">
<select id="selectLang" onChange="selectLanguage(this);">
<option value="ko" selected>Korean</option>
<option value="en">English</option>
<option value="ja">Japanese</option>
</select>
</td>
</tr>
</tbody>
</table>
</div>
<div style="float:left;">
<table>
<tbody>
<tr>
<td>
Link:
</td>
<td style="padding-left:5px;">
<select onChange="if(this.value) window.open(this.value);">
<option value="" selected>- Pages -</option>
<option value="https://tempkaridc.github.io/gf/">Logistics Calculator</option>
<!--<option value="https://tempkaridc.github.io/gf/zas.html">8-1n ZAS Calculator</option>-->
<option value="https://tempkaridc.github.io/gf/vec.html">13-4 Vector Calculator</option>
<option value="https://tempkaridc.github.io/gf/moon.html">Lego Placer</option>
<option value="https://tempkaridc.github.io/gf/agenda.html">Logistics Agenda [Beta]</option>
</select>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<span id="str_bottom_sgst"></span><a href="http://users3.smartgb.com/g/g.php?a=s&i=g36-28145-f1" target="_blank">Guestbook</a><br>
</div>
</div>
<div class="modal fade" id="help0" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<div style="position:relative; width:100%; font-size:1vw; color:lawngreen;">
<img id="help_pic_stat" src="img/zas/help_stat_en.png" style="width:100%;" onClick="btn_hideModal(0);">
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="help1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body" style="position:relative;">
<img id="help_pic_fairy" src="img/zas/help_fairy_en.png" style="width:100%;" onClick="btn_hideModal(1);">
</div>
</div>
</div>
</div>
<div class="modal fade" id="help2" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body" style="position:relative;">
<img id="help_pic_buff" src="img/zas/help_buff_en.png" style="width:100%; align:middle;" onClick="btn_hideModal(2);">
</div>
</div>
</div>
</div>
<div class="modal fade" id="help3" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body" style="position:relative; text-align:center;">
<img id="help_pic_danger" src="img/zas/help_danger_en.png" style="align:middle;" onClick="btn_hideModal(3);">
</div>
</div>
</div>
</div>
<script src="js/extlib/jquery-2.2.4.min.js"></script>
<script src="js/extlib/bootstrap.js"></script>
<script src="js/params.js"></script>
<script src="lang/lang_zas.js"></script>
<script src="js/zas.js"></script>
</body>
</html>