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
|
<?php
require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn; global $lang; global $pages;
require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.inc';
?>
<br>
<div class="container">
<div>
<h2><?= $pages["government"]["name"][$lang["_name"]] ?></h2>
<?php
$members = scoreOrderGlobal();
$zzise = getMemberWithoutSystem("zzise");
$auvwc = getMemberWithoutSystem("auvwc");
$qbzxm = getMemberWithoutSystem("qbzxm");
$vncoa = getMemberWithoutSystem("vncoa");
$qraku = getMemberWithoutSystem("qraku");
$ghrby = getMemberWithoutSystem("ghrby");
?>
<div title="<b><?= $lang["government"]["council"][0] ?></b><br><?= $lang["government"]["council"][1] ?>" data-bs-toggle="tooltip" data-bs-html="true" style="text-align: center;border-radius:10px;background:#222; padding: 10px; margin-top: 15px;">
<b><?= $lang["government"]["council"][0] ?></b>
<div style="margin-top: 10px; display: flex; justify-content: center;">
<a class="gov-link" href="/<?= $ghrby["name"] ?>" style="color: white !important; text-decoration: none;"><div style="margin-right: 10px;">
<img style="width:48px; height: 48px; border-radius: 999px; background-color: #333;" src="<?= getAsset("ynmuc", "ghrby") ?>"><br>
<?= $ghrby["display_name"] ?>
</div></a>
<a class="gov-link" href="/<?= $auvwc["name"] ?>" style="color: white !important; text-decoration: none;"><div style=" margin-right: auto;">
<img style="width:48px; height: 48px; border-radius: 999px; background-color: #333;" src="<?= getAsset("gdapd", "auvwc") ?>"><br>
<?= $auvwc["display_name"] ?>
</div></a>
</div>
</div>
<div style="display: grid; grid-template-columns: 1fr 1px 1fr; grid-column-gap: 15px; margin-top: 15px;">
<div>
<p style="text-align: center;">
<img style="width: 24px; vertical-align: middle;" src="/assets/uploads/cloudburst.png">
<b style="vertical-align: middle;">Cloudburst System</b>
</p>
<div style="display: grid; grid-template-columns: 1.5fr 1fr; grid-column-gap: 15px;">
<div title="<b><?= $lang["government"]["head"][1] ?></b><br><?= $lang["government"]["head"][2] ?>" data-bs-toggle="tooltip" data-bs-html="true" style="text-align: center;border-radius:10px;background:#023100; padding: 10px;">
<b><span class="list-separator-mobile"><?= $lang["government"]["head"][0] ?></span><span class="list-separator-desktop"><?= $lang["government"]["head"][1] ?></span></b>
<div style="margin-top: 10px; display: flex; justify-content: center;">
<a class="gov-link" href="/<?= $ghrby["name"] ?>" style="color: white !important; text-decoration: none;"><div>
<img style="width:48px; height: 48px; border-radius: 999px; background-color: #333;" src="<?= getAsset("ynmuc", "ghrby") ?>">
<span class="list-separator-desktop"><br><?= $ghrby["display_name"] ?></span>
</div></a>
</div>
</div>
<div title="<b><?= $lang["government"]["protector1"][1] ?></b><br><?= $lang["government"]["protector1"][2] ?>" data-bs-toggle="tooltip" data-bs-html="true" style="text-align: center;border-radius:10px;background:#002d31; padding: 10px;">
<b><span class="list-separator-mobile"><?= $lang["government"]["protector1"][0] ?></span><span class="list-separator-desktop"><?= $lang["government"]["protector1"][1] ?></span></b>
<div style="margin-top: 10px; display: flex; justify-content: center;">
<a class="gov-link" href="/<?= $zzise["name"] ?>" style="color: white !important; text-decoration: none;"><div>
<img style="width:48px; height: 48px; border-radius: 999px; background-color: #333;" src="<?= getAsset("ynmuc", "zzise") ?>">
<span class="list-separator-desktop"><br><?= $zzise["display_name"] ?></span>
</div></a>
</div>
</div>
</div>
</div>
<div style="background:rgba(255, 255, 255, .2);"></div>
<div>
<p style="text-align: center;">
<img style="width: 24px; vertical-align: middle;" src="/assets/uploads/raindrops.png">
<b style="vertical-align: middle;">Raindrops System</b>
</p>
<div style="display: grid; grid-template-columns: 1.5fr 1fr; grid-column-gap: 15px;">
<div title="<b><?= $lang["government"]["head"][1] ?></b><br><?= $lang["government"]["head"][2] ?>" data-bs-toggle="tooltip" data-bs-html="true" style="text-align: center;border-radius:10px;background:#023100; padding: 10px;">
<b><span class="list-separator-mobile"><?= $lang["government"]["head"][0] ?></span><span class="list-separator-desktop"><?= $lang["government"]["head"][1] ?></span></b>
<div style="margin-top: 10px; display: flex; justify-content: center;">
<a class="gov-link" href="/<?= $auvwc["name"] ?>" style="color: white !important; text-decoration: none;"><div>
<img style="width:48px; height: 48px; border-radius: 999px; background-color: #333;" src="<?= getAsset("gdapd", "auvwc") ?>">
<span class="list-separator-desktop"><br><?= $auvwc["display_name"] ?></span>
</div></a>
</div>
</div>
<div title="<b><?= $lang["government"]["protector1"][1] ?></b><br><?= $lang["government"]["protector1"][2] ?>" data-bs-toggle="tooltip" data-bs-html="true" style="text-align: center;border-radius:10px;background:#002d31; padding: 10px;">
<b><span class="list-separator-mobile"><?= $lang["government"]["protector1"][0] ?></span><span class="list-separator-desktop"><?= $lang["government"]["protector1"][1] ?></span></b>
<div style="margin-top: 10px; display: flex; justify-content: center;">
<a class="gov-link" href="/<?= $qbzxm["name"] ?>" style="color: white !important; text-decoration: none;"><div>
<img style="width:48px; height: 48px; border-radius: 999px; background-color: #333;" src="<?= getAsset("gdapd", "qbzxm") ?>">
<span class="list-separator-desktop"><br><?= $qbzxm["display_name"] ?></span>
</div></a>
</div>
</div>
</div>
</div>
</div>
<div style="display: grid; grid-template-columns: 1fr 1px 1fr; grid-column-gap: 15px;">
<div title="<b><?= $lang["government"]["protectors"][0] ?></b><br><?= $lang["government"]["protectors"][1] ?>" data-bs-toggle="tooltip" data-bs-html="true" style="margin-top: 15px;">
<div style="text-align: center;border-radius:10px;background:#311a00; padding: 10px;">
<b><?= $lang["government"]["protectors"][0] ?></b>
<div style="margin-top: 10px; display: flex; justify-content: center;">
<a class="gov-link" href="/<?= $zzise["name"] ?>" style="color: white !important; text-decoration: none;"><div style="margin-right: 20px;">
<img style="width:48px; height: 48px; border-radius: 999px; background-color: #333;" src="<?= getAsset("ynmuc", "zzise") ?>">
<span class="list-separator-desktop"><br><?= $zzise["display_name"] ?></span>
</div></a>
<a class="gov-link" href="/<?= $vncoa["name"] ?>" style="color: white !important; text-decoration: none;"><div style="margin-right: 20px;">
<img style="width:48px; height: 48px; border-radius: 999px; background-color: #333;" src="<?= getAsset("ynmuc", "vncoa") ?>">
<span class="list-separator-desktop"><br><?= $vncoa["display_name"] ?></span>
</div></a>
</div>
</div>
</div>
<div style="background:rgba(255, 255, 255, .2);"></div>
<div title="<b><?= $lang["government"]["protectors"][0] ?></b><br><?= $lang["government"]["protectors"][1] ?>" data-bs-toggle="tooltip" data-bs-html="true" style="margin-top: 15px;">
<div style="text-align: center;border-radius:10px;background:#311a00; padding: 10px;">
<b><?= $lang["government"]["protectors"][0] ?></b>
<div style="margin-top: 10px; display: flex; justify-content: center;">
<a class="gov-link" href="/<?= $qbzxm["name"] ?>" style="color: white !important; text-decoration: none;"><div style="margin-right: 20px;">
<img style="width:48px; height: 48px; border-radius: 999px; background-color: #333;" src="<?= getAsset("gdapd", "qbzxm") ?>">
<span class="list-separator-desktop"><br><?= $qbzxm["display_name"] ?></span>
</div></a>
<a class="gov-link" href="/<?= $qraku["name"] ?>" style="color: white !important; text-decoration: none;"><div style="margin-right: 20px;">
<img style="width:48px; height: 48px; border-radius: 999px; background-color: #333;" src="<?= getAsset("gdapd", "qraku") ?>">
<span class="list-separator-desktop"><br><?= $qraku["display_name"] ?></span>
</div></a>
</div>
</div>
</div>
</div>
</div>
</div>
<style>
.gov-link:hover {
opacity: .75;
}
.gov-link:active {
opacity: .5;
}
.gov-link:focus {
opacity: .5;
}
</style>
<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/footer.inc'; ?>
|