lass="wrap language-java"> tv_daohang, tvOne, tvTwo, tv_num, tvThree, tv_sortDistance, tv_sortStarLevel, iv_list, tv_sortFreeTime,notificationText;
public static TextView tv_atCity;
public static TextView tv_atCity;
public static RelativeLayout paoRl;
public static RelativeLayout paoRl;
public static LinearLayout rl_control;
public static LinearLayout rl_control;
private ListView lvZhan;
private ListView lvZhan;
private ZhanAdapter adapter;
private ZhanAdapter adapter;
private long exitTime = 0;
private long exitTime = 0;
private ImageView iv_clear;
private ImageView iv_clear,imgActivityCenter;
private ImageView iv_sceen;
private ImageView iv_sceen;
private ImageView iv_refresh, iv_route;
private ImageView iv_refresh, iv_route;
private ImageView iv_our;
private ImageView iv_our;
//城市站点数量
//城市站点数量
case 4:
case 4:
try {
try {
// JSONObject jsonObj = new JSONObject(msg.obj.toString());
// String data = jsonObj.getString("data");
// String time = jsonObj.getString("time");
// String pic = jsonObj.getString("pic");
// Log.i("data-----",data);
//// Log.i("pic------",pic);
// String zhan_data = DES3.decode(data);
// Log.i("zhan_data-----",zhan_data);
//
//// Log.d("appTime---", DateUtils.getCurrentDate());
//
// long phpTime = Long.parseLong(time);
//
// Log.i("phpTime(long)---", phpTime+"");
// long appTime1 = System.currentTimeMillis()/1000;
// Log.i("appTime(long)---", appTime1+"");
// cha = appTime1 - phpTime;
// SharedPreferences mySharedPreferences= MainFragment.getSharedPreferences("userName",
// Activity.MODE_PRIVATE);
// SharedPreferences.Editor editor = mySharedPreferences.edit();
// editor.putInt("cha", cha);
// editor.commit();
// Log.d("cha(long)---", cha + "");
try {
try {
String date = JsonUtils.getKeyResult(msg.obj.toString(), "data");
String date = JsonUtils.getKeyResult(msg.obj.toString(), "data");
// Log.e("data", date);
// Log.e("data", date);
}
}
showPostDelayedDialog();
showPostDelayedDialog();
getSwitch();
// ConfirmOrderActivity.actionStart(this);
// ConfirmOrderActivity.actionStart(this);
// startActivity(new Intent(getApplication(), ChargingStatusActivity.class));
// startActivity(new Intent(getApplication(), ChargingStatusActivity.class));
// startActivity(new Intent(this, SkipUserInfoActivity.class));
// startActivity(new Intent(this, SkipUserInfoActivity.class));
windowComments = (RelativeLayout) findViewById(R.id.window_rl_comment);
windowComments = (RelativeLayout) findViewById(R.id.window_rl_comment);
windowAd = (ImageView) findViewById(R.id.window_iv_ad);
windowAd = (ImageView) findViewById(R.id.window_iv_ad);
imgActivityCenter = (ImageView) findViewById(R.id.imgActivityCenter);
windowGradeImg = (ImageView) findViewById(R.id.window_iv_zhan_grade);
windowGradeImg = (ImageView) findViewById(R.id.window_iv_zhan_grade);
iv_tuijian_close = (ImageView) findViewById(R.id.iv_tuijian_close);
iv_tuijian_close = (ImageView) findViewById(R.id.iv_tuijian_close);
iv_tuijian_tip_close = (ImageView) findViewById(R.id.iv_tuijian_tip_close);
iv_tuijian_tip_close = (ImageView) findViewById(R.id.iv_tuijian_tip_close);
tv_sortStarLevel = (TextView) findViewById(R.id.tv_sortStarLevel);
tv_sortStarLevel = (TextView) findViewById(R.id.tv_sortStarLevel);
tv_sortStarLevel.setOnClickListener(this);
tv_sortStarLevel.setOnClickListener(this);
tv_sortFreeTime = (TextView) findViewById(R.id.tv_sortFreeTime);
tv_sortFreeTime = (TextView) findViewById(R.id.tv_sortFreeTime);
notificationText = (TextView) findViewById(R.id.notificationText);
tv_sortFreeTime.setOnClickListener(this);
tv_sortFreeTime.setOnClickListener(this);
rl_mapList = (RelativeLayout) findViewById(R.id.rl_mapList);
rl_mapList = (RelativeLayout) findViewById(R.id.rl_mapList);
iv_roadCondition = (ImageView) findViewById(R.id.iv_roadCondition);
iv_roadCondition = (ImageView) findViewById(R.id.iv_roadCondition);
//// clickMarker = false;
//// clickMarker = false;
// firstOpen = false;
// firstOpen = false;
// }
// }
// getMessage();
inBtn = (ImageView) findViewById(R.id.zoomin);
inBtn = (ImageView) findViewById(R.id.zoomin);
inBtn.setOnClickListener(this);
inBtn.setOnClickListener(this);
if (hasLocationPermission() && center == null && mlocationClient!=null) {
if (hasLocationPermission() && center == null && mlocationClient!=null) {
mlocationClient.startLocation();
mlocationClient.startLocation();
}
}
getMessage();
}
}
private void searchAll() {
private void searchAll() {
//获取系统消息
//获取系统消息
private void getMessage() {
private void getMessage() {
new Thread(new Runnable() {
@Override
public void run() {
long appTime1 = System.currentTimeMillis() / 1000;
// Log.i("appTime(long)---", appTime1 + "");
String token = String.valueOf(appTime1);
// Log.e("token", token);
String url = null;
if (MainApplication.msgTime.equals("0")) {
MainApplication.firstOpenTime = token;
ProfileManager.getInstance().setFirstOpenTime(getApplicationContext(), token);
MainApplication.msgTime = token;
ProfileManager.getInstance().setSystemMsgTime(getApplicationContext(), token);
}
try {
url = MainApplication.url + "/zhannew/basic/web/index.php/zhangonggao/release?timer=" + MainApplication.msgTime;
// Log.e("890", url);
} catch (Exception e) {
e.printStackTrace();
}
submitMessage(url);
}
}).start();
}
long appTime1 = System.currentTimeMillis() / 1000;
String token = String.valueOf(appTime1);
private void submitMessage(String sms) {
if (MainApplication.msgTime.equals("0")) {
MainApplication.firstOpenTime = token;
ProfileManager.getInstance().setFirstOpenTime(getApplicationContext(), token);
MainApplication.msgTime = token;
ProfileManager.getInstance().setSystemMsgTime(getApplicationContext(), token);
}
String url = MainApplication.url + "/zhannew/basic/web/index.php/zhangonggao/release2?timer=" + MainApplication.msgTime;
// Log.e(TAG, "onResponse hc url: "+url);
OkHttpUtils.get().url(url).build().execute(new StringCallback() {
@Override
public void onError(Call call, Exception e) {
// Log.e("url", sms);
Request request = new Request.Builder().url(sms).build();
Response response = null;
try {
if (request == null) {
Message msg = new Message();
msg.what = 5;
hand.sendMessage(msg);
return;
}
}
response = OkHttpUtil.execute(request);
if (response.code() == 200) {
String json = "";
@Override
public void onResponse(String response) {
try {
try {
json = response.body().string();
Message msg = new Message();
msg.obj = json;
msg.what = 7;
hand.sendMessage(msg);
// Log.e("url", json);
} catch (Exception e) {
JSONArray jsonArray=new JSONArray(response);
if (jsonArray.length()>0){
JSONObject jsonObject = (JSONObject) jsonArray.get(0);
String content = jsonObject.optString("content");
String url = jsonObject.optString("url");
if (rl_charging_notice.getVisibility() != View.VISIBLE){
notificationText.setText(content);
rl_charging_notice.setOnClickListener(view -> {
if (!TextUtils.isEmpty(url)){
Uri.Builder builder = Uri.parse(url).buildUpon();
builder.appendQueryParameter("user_id", MainApplication.userId);
builder.appendQueryParameter("tel", MainApplication.userPhone);
builder.appendQueryParameter("token", MainApplication.userId);
LogUtils.e(builder.toString());
Intent intent = new Intent(getApplicationContext(), MyWebViewActivity.class);
intent.putExtra("url", url);
startActivity(intent);
}
});
rl_charging_notice.setVisibility(View.VISIBLE);
}
}
} catch (JSONException e) {
e.printStackTrace();
e.printStackTrace();
Message msg = new Message();
msg.what = 5;
hand.sendMessage(msg);
}
}
}
}
} catch (Exception e) {
e.printStackTrace();
Message msg = new Message();
msg.what = 5;
hand.sendMessage(msg);
}
});
}
}
public void MainMapp() {
public void MainMapp() {
eteCityTime("{\"fun\":\"timer\"}");
eteCityTime("{\"fun\":\"timer\"}");
clickMarker = false;
clickMarker = false;
}
}
/**
* 是否展示 活动中心
* */
private void getSwitch(){
String url =MainApplication.url+"/zhannew/basic/web/index.php/zhangonggao/switch";
OkHttpUtils.get().url(url).build().execute(new StringCallback() {
@Override
public void onError(Call call, Exception e) {
}
@Override
public void onResponse(String response) {
String rtnCode = JsonUtils.getKeyResult(response, "code");
if (!TextUtils.isEmpty(rtnCode) && rtnCode.equals("100")) {
String data = JsonUtils.getKeyResult(response, "data");
String url = JsonUtils.getKeyResult(response, "url")==null ?"":JsonUtils.getKeyResult(response, "url");
if (!TextUtils.isEmpty(data) && data.equals("1")){
imgActivityCenter.setVisibility(View.VISIBLE);
imgActivityCenter.setOnClickListener(v->{
Uri.Builder builder = Uri.parse(url).buildUpon();
builder.appendQueryParameter("user_id", MainApplication.userId);
builder.appendQueryParameter("tel", MainApplication.userPhone);
builder.appendQueryParameter("token", MainApplication.userId);
LogUtils.e(builder.toString());
Intent intent = new Intent(getApplicationContext(), MyWebViewActivity.class);
intent.putExtra("url", url);
startActivity(intent);
});
}else{
imgActivityCenter.setVisibility(View.GONE);
}
}
}
});
}
//登陆状态判断
//登陆状态判断
private void setlogin() {
private void setlogin() {
if (TextUtils
if (TextUtils
String rtnCode = JsonUtils.getKeyResult(response, "rtnCode");
String rtnCode = JsonUtils.getKeyResult(response, "rtnCode");
if ("306".equals(rtnCode)) {
if ("306".equals(rtnCode)) {
LogUtils.e("有订单");
LogUtils.e("有订单");
notificationText.setText("您有一笔订单正在进行中,点击查看详情...");
rl_charging_notice.setVisibility(View.VISIBLE);
rl_charging_notice.setVisibility(View.VISIBLE);
if (firstCheck) {
if (firstCheck) {
if (isStatusBack == false) {
if (isStatusBack == false) {
|
|
||
| 79 |
|
79 |
|
| 80 |
|
80 |
|
| 81 |
|
81 |
|
| 82 |
|
|
|
|
82 |
|
|
| 83 |
|
83 |
|
| 84 |
|
84 |
|
| 85 |
|
85 |
|
|
|
||
| 132 |
|
132 |
|
| 133 |
|
133 |
|
| 134 |
|
134 |
|
|
135 |
|
|
| 135 |
|
136 |
|
| 136 |
|
137 |
|
| 137 |
|
138 |
|
|
|
||
| 214 |
|
215 |
|
| 215 |
|
216 |
|
| 216 |
|
217 |
|
|
218 |
|
|
| 217 |
|
219 |
|
| 218 |
|
220 |
|
| 219 |
|
221 |
|
|
|
||
| 488 |
|
490 |
|
| 489 |
|
491 |
|
| 490 |
|
492 |
|
|
493 |
|
|
| 491 |
|
494 |
|
| 492 |
|
495 |
|
|
496 |
|
|
| 493 |
|
497 |
|
| 494 |
|
498 |
|
| 495 |
|
499 |
|
|
|
||
| 503 |
|
507 |
|
| 504 |
|
508 |
|
| 505 |
|
509 |
|
|
510 |
|
|
| 506 |
|
511 |
|
| 507 |
|
512 |
|
|
513 |
|
|
| 508 |
|
514 |
|
|
515 |
|
|
| 509 |
|
516 |
|
| 510 |
|
517 |
|
| 511 |
|
518 |
|
|
|
||
| 1020 |
|
1027 |
|
| 1021 |
|
1028 |
|
| 1022 |
|
1029 |
|
|
1030 |
|
|
| 1023 |
|
1031 |
|
| 1024 |
|
1032 |
|
|
1033 |
|
|
| 1025 |
|
1034 |
|
| 1026 |
|
1035 |
|
| 1027 |
|
1036 |
|
|
|
||
| 664 |
|
664 |
|
| 665 |
|
665 |
|
| 666 |
|
666 |
|
| 667 |
|
|
|
|
667 |
|
|
| 668 |
|
668 |
|
| 669 |
|
669 |
|
| 670 |
|
670 |
|
|
|
||
| 1609 |
|
1609 |
|
| 1610 |
|
1610 |
|
| 1611 |
|
1611 |
|
| 1612 |
|
|
|
| 1613 |
|
|
|
| 1614 |
|
|
|
| 1615 |
|
|
|
| 1616 |
|
|
|
| 1617 |
|
|
|
| 1618 |
|
|
|
| 1619 |
|
|
|
| 1620 |
|
|
|
| 1621 |
|
|
|
| 1622 |
|
|
|
| 1623 |
|
|
|
| 1624 |
|
|
|
| 1625 |
|
|
|
| 1626 |
|
|
|
| 1627 |
|
|
|
| 1628 |
|
|
|
| 1629 |
|
|
|
| 1630 |
|
|
|
| 1631 |
|
1612 |
|
| 1632 |
|
|
|
| 1633 |
|
|
|
| 1634 |
|
|
|
| 1635 |
|
|
|
| 1636 |
|
|
|
| 1637 |
|
|
|
| 1638 |
|
|
|
| 1639 |
|
|
|
| 1640 |
|
|
|
| 1641 |
|
|
|
| 1642 |
|
|
|
| 1643 |
|
|
|
| 1644 |
|
|
|
| 1645 |
|
|
|
| 1646 |
|
|
|
| 1647 |
|
|
|
| 1648 |
|
|
|
| 1649 |
|
|
|
| 1650 |
|
|
|
| 1651 |
|
|
|
| 1652 |
|
|
|
| 1653 |
|
|
|
| 1654 |
|
|
|
| 1655 |
|
1613 |
|
| 1656 |
|
1614 |
|
| 1657 |
|
1615 |
|
| 1658 |
|
|
|
|
1616 |
|
|
| 1659 |
|
1617 |
|
| 1660 |
|
1618 |
|
| 1661 |
|
1619 |
|
|
|
||
| 1687 |
|
1645 |
|
| 1688 |
|
1646 |
|
| 1689 |
|
1647 |
|
| 1690 |
|
|
|
|
1648 |
|
|
| 1691 |
|
1649 |
|
| 1692 |
|
1650 |
|
| 1693 |
|
1651 |
|
| 1694 |
|
|
|
|
1652 |
|
|
| 1695 |
|
1653 |
|
| 1696 |
|
1654 |
|
| 1697 |
|
1655 |
|
|
|
||
| 267 |
|
267 |
|
| 268 |
|
268 |
|
| 269 |
|
269 |
|
| 270 |
|
|
|
|
270 |
|
|
|
271 |
|
|
|
272 |
|
|
|
273 |
|
|
|
274 |
|
|
|
275 |
|
|
|
276 |
|
|
|
277 |
|
|
|
278 |
|
|
|
279 |
|
|
|
280 |
|
|
|
281 |
|
|
| 271 |
|
282 |
|
| 272 |
|
283 |
|
| 273 |
|
284 |
|
|
|
||
| 276 |
|
287 |
|
| 277 |
|
288 |
|
| 278 |
|
289 |
|
| 279 |
|
|
|
| 280 |
|
|
|
|
290 |
|
|
|
291 |
|
|
| 281 |
|
292 |
|
| 282 |
|
293 |
|
| 283 |
|
294 |
|
|
|
||
| 290 |
|
301 |
|
| 291 |
|
302 |
|
| 292 |
|
303 |
|
| 293 |
|
|
|
| 294 |
|
|
|
|
304 |
|
|
|
305 |
|
|
| 295 |
|
306 |
|
| 296 |
|
307 |
|
| 297 |
|
308 |
|
|
|
||
| 317 |
|
328 |
|
| 318 |
|
329 |
|
| 319 |
|
330 |
|
| 320 |
|
|
|
| 321 |
|
|
|
| 322 |
|
|
|
| 323 |
|
|
|
| 324 |
|
|
|
| 325 |
|
|
|
| 326 |
|
|
|
| 327 |
|
|
|
| 328 |
|
|
|
| 329 |
|
|
|
| 330 |
|
|
|
| 331 |
|
|
|
| 332 |
|
|
|
| 333 |
|
|
|
| 334 |
|
|
|
| 335 |
|
|
|
| 336 |
|
|
|
| 337 |
|
|
|
| 338 |
|
|
|
| 339 |
|
|
|
| 340 |
|
|
|
| 341 |
|
331 |
|
| 342 |
|
|
|
| 343 |
|
332 |
|
| 344 |
|
333 |
|
| 345 |
|
334 |
|
|
|
||
| 413 |
|
402 |
|
| 414 |
|
403 |
|
| 415 |
|
404 |
|
| 416 |
|
|
|
| 417 |
|
|
|
| 418 |
|
|
|
| 419 |
|
|
|
| 420 |
|
|
|
| 421 |
|
|
|
| 422 |
|
|
|
| 423 |
|
|
|
| 424 |
|
|
|
| 425 |
|
|
|
| 426 |
|
|
|
| 427 |
|
|
|
| 428 |
|
|
|
| 429 |
|
|
|
| 430 |
|
|
|
| 431 |
|
|
|
| 432 |
|
|
|
| 433 |
|
|
|
| 434 |
|
|
|
| 435 |
|
|
|
| 436 |
|
|
|
| 437 |
|
|
|
| 438 |
|
|
|
| 439 |
|
405 |
|
| 440 |
|
|
|
| 441 |
|
406 |
|
| 442 |
|
407 |
|
| 443 |
|
408 |
|
|
|
||
| 646 |
|
611 |
|
| 647 |
|
612 |
|
| 648 |
|
613 |
|
| 649 |
|
|
|
| 650 |
|
|
|
| 651 |
|
|
|
| 652 |
|
|
|
| 653 |
|
|
|
| 654 |
|
|
|
| 655 |
|
|
|
| 656 |
|
|
|
| 657 |
|
|
|
| 658 |
|
|
|
| 659 |
|
|
|
| 660 |
|
|
|
| 661 |
|
|
|
| 662 |
|
|
|
| 663 |
|
|
|
| 664 |
|
|
|
| 665 |
|
|
|
| 666 |
|
|
|
| 667 |
|
|
|
| 668 |
|
|
|
| 669 |
|
|
|
| 670 |
|
|
|
| 671 |
|
|
|
| 672 |
|
614 |
|
| 673 |
|
615 |
|
| 674 |
|
616 |
|
|
|
||
| 1223 |
|
1165 |
|
| 1224 |
|
1166 |
|
| 1225 |
|
1167 |
|
| 1226 |
|
|
|
| 1227 |
|
|
|
|
1168 |
|
|
|
1169 |
|
|
| 1228 |
|
1170 |
|
| 1229 |
|
1171 |
|
| 1230 |
|
1172 |
|
|
|
||
| 1235 |
|
1177 |
|
| 1236 |
|
1178 |
|
| 1237 |
|
1179 |
|
| 1238 |
|
|
|
| 1239 |
|
|
|
| 1240 |
|
|
|
| 1241 |
|
|
|
|
1180 |
|
|
|
1181 |
|
|
|
1182 |
|
|
|
1183 |
|
|
| 1242 |
|
1184 |
|
| 1243 |
|
1185 |
|
| 1244 |
|
1186 |
|
|
|
||
| 58 |
|
58 |
|
| 59 |
|
59 |
|
| 60 |
|
60 |
|
| 61 |
|
|
|
| 62 |
|
|
|
|
61 |
|
|
|
62 |
|
|
| 63 |
|
63 |
|
| 64 |
|
64 |
|
| 65 |
|
65 |
|
|
|
||
| 156 |
|
156 |
|
| 157 |
|
157 |
|
| 158 |
|
158 |
|
| 159 |
|
|
|
| 160 |
|
|
|
| 161 |
|
|
|
| 162 |
|
|
|
| 163 |
|
|
|
| 164 |
|
|
|
| 165 |
|
|
|
| 166 |
|
|
|
| 167 |
|
159 |
|
| 168 |
|
160 |
|
| 169 |
|
161 |
|
|
|
||
| 433 |
|
433 |
|
| 434 |
|
434 |
|
| 435 |
|
435 |
|
| 436 |
|
|
|
|
436 |
|
|
| 437 |
|
437 |
|
| 438 |
|
|
|
| 439 |
|
|
|
| 440 |
|
|
|
| 441 |
|
|
|
| 442 |
|
|
|
| 443 |
|
438 |
|
| 444 |
|
439 |
|
| 445 |
|
440 |
|
|
|
||
| 448 |
|
443 |
|
| 449 |
|
444 |
|
| 450 |
|
445 |
|
| 451 |
|
|
|
| 452 |
|
446 |
|
| 453 |
|
447 |
|
| 454 |
|
448 |
|
|
|
||
| 136 |
|
136 |
|
| 137 |
|
137 |
|
| 138 |
|
138 |
|
| 139 |
|
|
|
|
139 |
|
|
|
140 |
|
|
|
141 |
|
|
|
142 |
|
|
|
143 |
|
|
|
144 |
|
|
| 140 |
|
145 |
|
| 141 |
|
146 |
|
| 142 |
|
147 |
|
|
|
||
| 229 |
|
229 |
|
| 230 |
|
230 |
|
| 231 |
|
231 |
|
| 232 |
|
|
|
|
232 |
|
|
| 233 |
|
233 |
|
| 234 |
|
234 |
|
| 235 |
|
235 |
|
|
|
||
| 256 |
|
256 |
|
| 257 |
|
257 |
|
| 258 |
|
258 |
|
| 259 |
|
|
|
|
259 |
|
|
|
260 |
|
|
|
261 |
|
|
|
262 |
|
|
|
263 |
|
|
|
264 |
|
|
| 260 |
|
265 |
|
| 261 |
|
266 |
|
| 262 |
|
267 |
|
|
|
||
| 309 |
|
314 |
|
| 310 |
|
315 |
|
| 311 |
|
316 |
|
| 312 |
|
|
|
| 313 |
|
317 |
|
| 314 |
|
|
|
|
318 |
|
|
|
319 |
|
|
|
320 |
|
|
|
321 |
|
|
|
322 |
|
|
|
323 |
|
|
|
324 |
|
|
| 315 |
|
325 |
|
| 316 |
|
326 |
|
| 317 |
|
327 |
|
|
|
||
| 26 |
|
26 |
|
| 27 |
|
27 |
|
| 28 |
|
28 |
|
|
29 |
|
|
|
30 |
|
|
| 29 |
|
31 |
|
| 30 |
|
32 |
|
| 31 |
|
33 |
|
|
|
||
| 1 |
|
1 |
|
| 2 |
|
2 |
|
| 3 |
|
3 |
|
|
4 |
|
|
|
5 |
|
|
| 4 |
|
6 |
|
| 5 |
|
7 |
|
| 6 |
|
8 |
|
|
|
||
| 19 |
|
21 |
|
| 20 |
|
22 |
|
| 21 |
|
23 |
|
| 22 |
|
|
|
|
24 |
|
|
| 23 |
|
25 |
|
| 24 |
|
26 |
|
| 25 |
|
27 |
|
|
|
||
| 37 |
|
39 |
|
| 38 |
|
40 |
|
| 39 |
|
41 |
|
|
42 |
|
|
| 40 |
|
43 |
|
| 41 |
|
44 |
|
| 42 |
|
45 |
|
|
|
||
| 59 |
|
62 |
|
| 60 |
|
63 |
|
| 61 |
|
64 |
|
| 62 |
|
|
|
| 63 |
|
|
|
| 64 |
|
|
|
| 65 |
|
|
|
| 66 |
|
|
|
|
65 |
|
|
|
66 |
|
|
|
67 |
|
|
|
68 |
|
|
| 67 |
|
69 |
|
| 68 |
|
|
|
|
70 |
|
|
|
71 |
|
|
|
72 |
|
|
|
73 |
|
|
|
74 |
|
|
|
75 |
|
|
|
76 |
|
|
|
77 |
|
|
|
78 |
|
|
|
79 |
|
|
|
80 |
|
|
|
81 |
|
|
|
82 |
|
|
|
83 |
|
|
|
84 |
|
|
|
85 |
|
|
|
86 |
|
|
|
87 |
|
|
|
88 |
|
|
|
89 |
|
|
|
90 |
|
|
|
91 |
|
|
| 69 |
|
92 |
|
| 70 |
|
93 |
|
| 71 |
|
94 |
|
|
|
||
| 83 |
|
106 |
|
| 84 |
|
107 |
|
| 85 |
|
108 |
|
|
109 |
|
|
|
110 |
|
|
|
111 |
|
|
|
112 |
|
|
|
113 |
|
|
|
114 |
|
|
|
115 |
|
|
|
116 |
|
|
|
117 |
|
|
|
118 |
|
|
|
119 |
|
|
|
120 |
|
|
|
121 |
|
|
|
122 |
|
|
|
123 |
|
|
| 86 |
|
124 |
|
| 87 |
|
125 |
|
| 88 |
|
126 |
|
|
|
||
| 1497 |
|
1497 |
|
| 1498 |
|
1498 |
|
| 1499 |
|
1499 |
|
|
1500 |
|
|
|
1501 |
|
|
|
1502 |
|
|
| 1500 |
|
1503 |
|
| 1501 |
|
1504 |
|
| 1502 |
|
1505 |
|
|
|
||
| 1620 |
|
1623 |
|
| 1621 |
|
1624 |
|
| 1622 |
|
1625 |
|
|
1626 |
|
|
|
1627 |
|
|
|
1628 |
|
|
|
1629 |
|
|
|
1630 |
|
|
|
1631 |
|
|
|
1632 |
|
|
|
1633 |
|
|
|
1634 |
|
|
|
1635 |
|
|
|
1636 |
|
|
|
1637 |
|
|
| 1623 |
|
1638 |
|
| 1624 |
|
1639 |
|
| 1625 |
|
1640 |
|
|
|
||
| 1 |
|
1 |
|
| 2 |
|
2 |
|
|
3 |
|
|
| 3 |
|
4 |
|
| 4 |
|
5 |
|
| 5 |
|
6 |
|
| 6 |
|
7 |
|
| 7 |
|
|
|
| 8 |
|
|
|
| 9 |
|
|
|
| 10 |
|
|
|
| 11 |
|
|
|
| 12 |
|
|
|
| 13 |
|
|
|
| 14 |
|
|
|
| 15 |
|
|
|
| 16 |
|
|
|
| 17 |
|
8 |
|
|
9 |
|
|
| 18 |
|
10 |
|
| 19 |
|
11 |
|
| 20 |
|
12 |
|
|
|
||
| 189 |
|
181 |
|
| 190 |
|
182 |
|
| 191 |
|
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 |
|
|
| 192 |
|
209 |
|
| 193 |
|
210 |
|
|
|
||
| 189 |
|
189 |
|
| 190 |
|
190 |
|
| 191 |
|
191 |
|
| 192 |
|
|
|
|
192 |
|
|
| 193 |
|
193 |
|
| 194 |
|
194 |
|
| 195 |
|
195 |
|
|
|
||
| 158 |
|
158 |
|
| 159 |
|
159 |
|
| 160 |
|
160 |
|
| 161 |
|
|
|
| 162 |
|
|
|
| 163 |
|
|
|
| 164 |
|
|
|
| 165 |
|
|
|
| 166 |
|
|
|
| 167 |
|
|
|
| 168 |
|
161 |
|
| 169 |
|
|
|
|
162 |
|
|
| 170 |
|
163 |
|
| 171 |
|
164 |
|
| 172 |
|
|
|
| 173 |
|
|
|
| 174 |
|
|
|
| 175 |
|
|
|
| 176 |
|
|
|
| 177 |
|
|
|
| 178 |
|
|
|
| 179 |
|
|
|
| 180 |
|
|
|
| 181 |
|
|
|
| 182 |
|
|
|
|
165 |
|
|
|
166 |
|
|
| 183 |
|
167 |
|
| 184 |
|
168 |
|
| 185 |
|
169 |
|
|
|
||
| 63 |
|
63 |
|
| 64 |
|
64 |
|
| 65 |
|
65 |
|
|
66 |
|
|
| 66 |
|
67 |
|
| 67 |
|
68 |
|
| 68 |
|
69 |
|
|
|
||
| 75 |
|
76 |
|
| 76 |
|
77 |
|
| 77 |
|
78 |
|
|
79 |
|
|
| 78 |
|
80 |
|
| 79 |
|
81 |
|
| 80 |
|
82 |
|
|
|
||
| 83 |
|
85 |
|
| 84 |
|
86 |
|
| 85 |
|
87 |
|
|
88 |
|
|
| 86 |
|
89 |
|
| 87 |
|
90 |
|
| 88 |
|
91 |
|
|
|
||
| 18 |
|
18 |
|
| 19 |
|
19 |
|
| 20 |
|
20 |
|
| 21 |
|
|
|
|
21 |
|
|
| 22 |
|
22 |
|
| 23 |
|
23 |
|
| 24 |
|
24 |
|