|
90 | 90 | <link rel="stylesheet" type="text/css" href="{% static 'baseTemplate/custom-js/pnotify.custom.min.css' %}"> |
91 | 91 | <link rel="stylesheet" type="text/css" href="{% static 'websiteFunctions/websiteFunctions.css' %}"> |
92 | 92 | <link rel="icon" type="image/png" href="{% static 'baseTemplate/assets/finalBase/favicon.png' %}"> |
93 | | - <link type="text/css" href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet"/> |
| 93 | + <link type="text/css" href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" |
| 94 | + rel="stylesheet"/> |
94 | 95 | {% block styles %} |
95 | 96 | {% endblock %} |
96 | 97 |
|
|
115 | 116 |
|
116 | 117 |
|
117 | 118 | <body> |
118 | | - <div id="sb-site"> |
119 | | - |
120 | | - |
121 | | - <!------- ng-controller="systemStatusInfo" ------------> |
122 | | - |
123 | 119 |
|
124 | 120 | <div class="sb-slidebar bg-black sb-right sb-style-overlay"> |
125 | 121 | <div class="scrollable-content scrollable-slim-sidebar"> |
|
174 | 170 | </div> |
175 | 171 | </div> |
176 | 172 |
|
177 | | - |
178 | 173 | <div id="loading"> |
179 | 174 | <div class="spinner"> |
180 | 175 | <div class="bounce1"></div> |
|
203 | 198 | <i class="glyph-icon icon-angle-left"></i> |
204 | 199 | </a> |
205 | 200 | </div> |
206 | | - <div id="header-nav-left"> |
207 | | - <div ng-controller="adminController" class="user-account-btn dropdown"> |
208 | | - <a href="#" title="{% trans 'My Account' %}" class="user-profile clearfix" |
209 | | - data-toggle="dropdown"> |
210 | | - <img width="28" src="{% static 'baseTemplate/assets/image-resources/gravatar.png' %}" |
211 | | - alt="Profile image"> |
212 | | - <span>{$ currentAdmin $}</span> |
213 | | - <i class="glyph-icon icon-angle-down"></i> |
214 | | - </a> |
215 | | - <div class="dropdown-menu float-left"> |
216 | | - <div class="box-sm"> |
217 | | - <div class="login-box clearfix"> |
218 | | - <div class="user-img"> |
219 | | - <a href="#" title="{% trans '' %}" class="change-img">Change photo</a> |
220 | | - <img src="{% static 'baseTemplate/assets/image-resources/gravatar.png' %}" |
221 | | - alt=""> |
222 | | - </div> |
223 | | - <div class="user-info"> |
224 | | - <span> |
225 | | - {$ currentAdmin $} |
226 | | - <i>{$ admin_type $}</i> |
227 | | - </span> |
228 | | - <a href="{% url 'modifyUsers' %}" |
229 | | - title="{% trans 'Edit profile' %}">{% trans "Edit profile" %}</a> |
230 | | - <a href="{% url 'viewProfile' %}" |
231 | | - title="{% trans 'View Profile' %}">{% trans "View Profile" %}</a> |
232 | | - </div> |
233 | | - </div> |
234 | | - <div class="divider"></div> |
235 | | - <div class="pad5A button-pane button-pane-alt text-center"> |
236 | | - <a href="{% url 'logout' %}" class="btn display-block font-normal btn-danger"> |
237 | | - <i class="glyph-icon icon-power-off"></i> |
238 | | - {% trans "Logout" %} |
239 | | - </a> |
240 | | - </div> |
241 | | - </div> |
242 | | - </div> |
243 | | - </div> |
244 | | - </div><!-- #header-nav-left --> |
245 | | - |
246 | 201 |
|
247 | 202 | <div ng-controller="loadAvg" id="header-nav-right"> |
248 | 203 |
|
249 | | - <a class="hide-on-phone" style="background-color: none;width: 33px" href="#" class="hdr-btn" |
| 204 | + <a class="hide-on-phone" style="background-color: unset;width: 33px" href="#" class="hdr-btn" |
250 | 205 | title="{% trans 'CPU Load Average' %}" data-placement="bottom"> |
251 | 206 | <span class="badge bg-yellow">{$ one $}</span> |
252 | 207 | </a> |
253 | 208 |
|
254 | | - <a class="hide-on-phone" style="background-color: none;width: 33px" href="#" class="hdr-btn" |
| 209 | + <a class="hide-on-phone" style="background-color: unset;width: 33px" href="#" class="hdr-btn" |
255 | 210 | title="{% trans 'CPU Load Average' %}" data-placement="bottom"> |
256 | 211 | <span class="badge bg-yellow">{$ two $}</span> |
257 | 212 | </a> |
258 | 213 |
|
259 | | - <a class="hide-on-phone" style="background-color: none;width: 33px" href="#" class="hdr-btn" |
| 214 | + <a class="hide-on-phone" style="background-color: unset;width: 33px" href="#" class="hdr-btn" |
260 | 215 | title="{% trans 'CPU Load Average' %}" data-placement="bottom"> |
261 | 216 | <span class="badge bg-yellow">{$ three $}</span> |
262 | 217 | </a> |
|
324 | 279 | </a> |
325 | 280 |
|
326 | 281 |
|
327 | | - </div><!-- #header-nav-right --> |
| 282 | + </div> |
| 283 | + <!-- #header-nav-right --> |
328 | 284 |
|
329 | 285 | </div> |
330 | 286 | <div id="page-sidebar"> |
331 | 287 | <div class="scroll-sidebar"> |
332 | | - |
333 | | - |
334 | 288 | <ul id="sidebar-menu"> |
335 | 289 | <li class="header"><span>{% trans "Overview" %}</span></li> |
336 | 290 | <li> |
337 | 291 | <a href="#" title="{% trans 'Server IP Address' %}"> |
338 | 292 | <i class="glyph-icon tooltip-button icon-laptop" title="{% trans 'Server IP Address' %}" |
339 | 293 | data-original-title=".icon-laptop"></i> |
340 | | - <span style="color: #db6868;font-weight: bold;" id="serverIPAddress"></span> |
| 294 | + <span style="color: #db6868;font-weight: bold;">{{ ipAddress }}</span> |
341 | 295 | </a> |
342 | 296 | <a href="{% url 'index' %}" title="{% trans 'Dashboard' %}"> |
343 | 297 | <i class="glyph-icon icon-dashboard"></i> |
|
711 | 665 | {% endif %} |
712 | 666 | </ul> |
713 | 667 |
|
714 | | - </div><!-- .sidebar-submenu --> |
| 668 | + </div> |
715 | 669 | </li> |
716 | 670 |
|
717 | 671 |
|
|
740 | 694 | {% endif %} |
741 | 695 | </ul> |
742 | 696 |
|
743 | | - </div><!-- .sidebar-submenu --> |
| 697 | + </div> |
744 | 698 | </li> |
745 | 699 |
|
746 | 700 | {% if admin %} |
|
1047 | 1001 | {% endif %} |
1048 | 1002 |
|
1049 | 1003 | </ul><!-- #sidebar-menu --> |
1050 | | - |
1051 | 1004 | </div> |
1052 | 1005 | </div> |
1053 | | - |
1054 | 1006 | <div id="page-content-wrapper"> |
1055 | 1007 | <div id="page-content"> |
1056 | 1008 |
|
|
1061 | 1013 | </div> |
1062 | 1014 |
|
1063 | 1015 | </div> |
1064 | | - |
1065 | 1016 | </div> |
1066 | 1017 |
|
1067 | | - |
1068 | | - <!-- WIDGETS --> |
1069 | | - |
1070 | | - <!-- Sparklines charts --> |
1071 | 1018 | <script src="https://cdnjs.cloudflare.com/ajax/libs/qrious/4.0.2/qrious.js"></script> |
1072 | 1019 | <script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script> |
1073 | 1020 | <script src="{% static 'baseTemplate/custom-js/pnotify.custom.min.js' %}"></script> |
|
1084 | 1031 | <script src="{% static 'serverLogs/serverLogs.js' %}?ver={{ version }}"></script> |
1085 | 1032 | <script src="{% static 'emailPremium/emailPremium.js' %}?ver={{ version }}"></script> |
1086 | 1033 | <script src="{% static 'emailMarketing/emailMarketing.js' %}?ver={{ version }}"></script> |
1087 | | - |
1088 | 1034 | <script type="text/javascript" src="{% static 'baseTemplate/assets/finalJS/final.js' %}"></script> |
1089 | 1035 | <script src="{% static 'backup/backup.js' %}?ver={{ version }}"></script> |
1090 | 1036 | <script src="{% static 'managePHP/managePHP.js' %}?ver={{ version }}"></script> |
|
0 commit comments