diff --git a/public/n0-200.png b/public/n0-200.png new file mode 100644 index 00000000..1ed03bce Binary files /dev/null and b/public/n0-200.png differ diff --git a/public/n0-48.png b/public/n0-48.png new file mode 100644 index 00000000..cfc592b7 Binary files /dev/null and b/public/n0-48.png differ diff --git a/templates/panel_adminlogs.html b/templates/panel_adminlogs.html index 149690b2..8b5fd273 100644 --- a/templates/panel_adminlogs.html +++ b/templates/panel_adminlogs.html @@ -1,18 +1,18 @@ -
-

{{lang "panel_logs_administration_head"}}

-
-
- {{range .Logs}} -
- - {{.Action}} - {{if $.CurrentUser.Perms.ViewIPs}}
{{.IPAddress}}{{end}} -
- - {{.DoneAt}} - -
-
- {{end}} -
- {{template "paginator.html" . }} \ No newline at end of file +
+

{{lang "panel_logs_administration_head"}}

+
+
+ {{range .Logs}} +
+ + {{.Action}} + {{if $.CurrentUser.Perms.ViewIPs}}
{{.IPAddress}}{{end}} +
+ + {{.DoneAt}} + +
+
+ {{end}} +
+{{template "paginator.html" . }} \ No newline at end of file diff --git a/templates/panel_analytics_referrer_views.html b/templates/panel_analytics_referrer_views.html index c2fc769b..7ec69251 100644 --- a/templates/panel_analytics_referrer_views.html +++ b/templates/panel_analytics_referrer_views.html @@ -1,11 +1,11 @@ -
-
-

{{.Agent}}{{lang "panel_statistics_views_head_suffix"}}

- {{template "panel_analytics_time_range.html" . }} -
-
-
-
-
-
+
+
+

{{.Agent}}{{lang "panel_statistics_views_head_suffix"}}

+ {{template "panel_analytics_time_range.html" . }} +
+
+
+
+
+
{{template "panel_analytics_script.html" . }} \ No newline at end of file diff --git a/templates/panel_analytics_route_views.html b/templates/panel_analytics_route_views.html index 73376e96..6a6a9518 100644 --- a/templates/panel_analytics_route_views.html +++ b/templates/panel_analytics_route_views.html @@ -1,22 +1,22 @@ -
-
-

{{.Route}}{{lang "panel_statistics_views_head_suffix"}}

- {{template "panel_analytics_time_range.html" . }} -
-
-
-
-
-
-
-
{{lang "panel_statistics_details_head"}}
-
-
- {{range .ViewItems}} -
- {{.Time}} - {{.Count}}{{lang "panel_statistics_views_suffix"}} -
- {{end}} -
+
+
+

{{.Route}}{{lang "panel_statistics_views_head_suffix"}}

+ {{template "panel_analytics_time_range.html" . }} +
+
+
+
+
+
+
+
{{lang "panel_statistics_details_head"}}
+
+
+ {{range .ViewItems}} +
+ {{.Time}} + {{.Count}}{{lang "panel_statistics_views_suffix"}} +
+ {{end}} +
{{template "panel_analytics_script.html" . }} \ No newline at end of file diff --git a/templates/panel_analytics_system_views.html b/templates/panel_analytics_system_views.html index 4e36b940..75796d38 100644 --- a/templates/panel_analytics_system_views.html +++ b/templates/panel_analytics_system_views.html @@ -1,11 +1,11 @@ -
-
-

{{.FriendlyAgent}}{{lang "panel_statistics_views_head_suffix"}}

- {{template "panel_analytics_time_range.html" . }} -
-
-
-
-
-
+
+
+

{{.FriendlyAgent}}{{lang "panel_statistics_views_head_suffix"}}

+ {{template "panel_analytics_time_range.html" . }} +
+
+
+
+
+
{{template "panel_analytics_script.html" . }} \ No newline at end of file diff --git a/templates/panel_backups.html b/templates/panel_backups.html index d781b52c..07011881 100644 --- a/templates/panel_backups.html +++ b/templates/panel_backups.html @@ -1,15 +1,15 @@ -
-

{{lang "panel_backups_head"}}

-
-
- {{range .Backups}} -
- {{.SQLURL}} - - {{lang "panel_backups_download"}} - -
- {{else}} -
{{lang "panel_backups_no_backups"}}
- {{end}} -
\ No newline at end of file +
+

{{lang "panel_backups_head"}}

+
+
+ {{range .Backups}} +
+ {{.SQLURL}} + + {{lang "panel_backups_download"}} + +
+ {{else}} +
{{lang "panel_backups_no_backups"}}
+ {{end}} +
\ No newline at end of file diff --git a/templates/panel_dashboard.html b/templates/panel_dashboard.html index ed1817a1..df74a32b 100644 --- a/templates/panel_dashboard.html +++ b/templates/panel_dashboard.html @@ -1,9 +1,10 @@ -
-

{{lang "panel_dashboard_head"}}

-
-
+
+

{{lang "panel_dashboard_head"}}

+
+
{{range .}} -
{{.Body}}
+
+ {{.Body}} +
{{end}} -
\ No newline at end of file +
\ No newline at end of file diff --git a/templates/panel_debug.html b/templates/panel_debug.html index 90004f49..e40994d8 100644 --- a/templates/panel_debug.html +++ b/templates/panel_debug.html @@ -1,46 +1,46 @@ -
-

{{lang "panel_debug_head"}}

-
-
-
{{lang "panel_debug_uptime_label"}}
-
{{lang "panel_debug_go_version_label"}}
-
{{lang "panel_debug_database_version_label"}}
+
+

{{lang "panel_debug_head"}}

+
+
+
{{lang "panel_debug_uptime_label"}}
+
{{lang "panel_debug_go_version_label"}}
+
{{lang "panel_debug_database_version_label"}}
-
{{.Uptime}}
-
{{.GoVersion}}
-
{{.DBVersion}}
+
{{.Uptime}}
+
{{.GoVersion}}
+
{{.DBVersion}}
-
{{lang "panel_debug_open_database_connections_label"}}
-
{{lang "panel_debug_adapter_label"}}
- {{/** TODO: Use this for active database connections when Go 1.11 lands **/}} -
???
+
{{lang "panel_debug_open_database_connections_label"}}
+
{{lang "panel_debug_adapter_label"}}
+ {{/** TODO: Use this for active database connections when Go 1.11 lands **/}} +
???
-
{{.OpenConns}}
-
{{.DBAdapter}}
-
?
+
{{.OpenConns}}
+
{{.DBAdapter}}
+
?
-
{{lang "panel_debug_goroutine_count_label"}}
-
{{lang "panel_debug_cpu_count_label"}}
-
HeapAlloc
+
{{lang "panel_debug_goroutine_count_label"}}
+
{{lang "panel_debug_cpu_count_label"}}
+
HeapAlloc
-
{{.Goroutines}}
-
{{.CPUs}}
-
{{.MemStats.HeapAlloc}}
+
{{.Goroutines}}
+
{{.CPUs}}
+
{{.MemStats.HeapAlloc}}
-
HeapSys
-
HeapIdle
-
HeapObjects
+
HeapSys
+
HeapIdle
+
HeapObjects
-
{{.MemStats.HeapSys}}
-
{{.MemStats.HeapIdle}}
-
{{.MemStats.HeapObjects}}
+
{{.MemStats.HeapSys}}
+
{{.MemStats.HeapIdle}}
+
{{.MemStats.HeapObjects}}
-
???
-
???
-
StackInuse
+
???
+
???
+
StackInuse
-
?
-
?
-
{{.MemStats.StackInuse}}
-
\ No newline at end of file +
?
+
?
+
{{.MemStats.StackInuse}}
+
\ No newline at end of file diff --git a/templates/panel_modlogs.html b/templates/panel_modlogs.html index ae1348a0..4c355828 100644 --- a/templates/panel_modlogs.html +++ b/templates/panel_modlogs.html @@ -1,18 +1,18 @@ -
-

{{lang "panel_logs_moderation_head"}}

-
-
- {{range .Logs}} -
- - {{.Action}} - {{if $.CurrentUser.Perms.ViewIPs}}
{{.IPAddress}}{{end}} -
- - {{.DoneAt}} - -
-
- {{end}} -
- {{template "paginator.html" . }} \ No newline at end of file +
+

{{lang "panel_logs_moderation_head"}}

+
+
+ {{range .Logs}} +
+ + {{.Action}} + {{if $.CurrentUser.Perms.ViewIPs}}
{{.IPAddress}}{{end}} +
+ + {{.DoneAt}} + +
+
+ {{end}} +
+{{template "paginator.html" . }} \ No newline at end of file diff --git a/templates/panel_pages.html b/templates/panel_pages.html index c129059a..09f9366f 100644 --- a/templates/panel_pages.html +++ b/templates/panel_pages.html @@ -1,42 +1,42 @@ -
-

{{lang "panel_pages_head"}}

-
-
- {{range .ItemList}} -
- {{.Title}} [{{.Name}}] - - - - -
- {{else}} -
- {{lang "panel_pages_no_pages"}} -
- {{end}} -
+
+

{{lang "panel_pages_head"}}

+
+
+ {{range .ItemList}} +
+ {{.Title}} [{{.Name}}] + + + + +
+ {{else}} +
+ {{lang "panel_pages_no_pages"}} +
+ {{end}} +
-
-

{{lang "panel_pages_create_head"}}

+
+

{{lang "panel_pages_create_head"}}

+
+
+
+ -
- - - -
-
- -
-
-
-
-
- -
\ No newline at end of file + +
+
+ +
+
+
+
+
+ +
\ No newline at end of file diff --git a/templates/panel_reglogs.html b/templates/panel_reglogs.html index 0b2b3495..387a839e 100644 --- a/templates/panel_reglogs.html +++ b/templates/panel_reglogs.html @@ -1,18 +1,18 @@ -
-

{{lang "panel_logs_registration_head"}}

-
-
- {{range .Logs}} -
- - {{if not .Success}}{{lang "panel_logs_registration_attempt"}}: {{end}}{{.Username}} ({{lang "panel_logs_registration_email"}}: {{.Email}}){{if .ParsedReason}} ({{lang "panel_logs_registration_reason"}}: {{.ParsedReason}}){{end}} - {{if $.CurrentUser.Perms.ViewIPs}}
{{.IPAddress}}{{end}} - - - {{.DoneAt}} - -
-
- {{end}} -
- {{template "paginator.html" . }} \ No newline at end of file +
+

{{lang "panel_logs_registration_head"}}

+
+
+ {{range .Logs}} +
+ + {{if not .Success}}{{lang "panel_logs_registration_attempt"}}: {{end}}{{.Username}} ({{lang "panel_logs_registration_email"}}: {{.Email}}){{if .ParsedReason}} ({{lang "panel_logs_registration_reason"}}: {{.ParsedReason}}){{end}} + {{if $.CurrentUser.Perms.ViewIPs}}
{{.IPAddress}}{{end}} + + + {{.DoneAt}} + +
+
+ {{end}} +
+{{template "paginator.html" . }} \ No newline at end of file diff --git a/templates/panel_settings.html b/templates/panel_settings.html index 2a0cc983..0d621293 100644 --- a/templates/panel_settings.html +++ b/templates/panel_settings.html @@ -1,11 +1,11 @@ -
-

{{lang "panel_settings_head"}}

-
-
- {{range .Something}} - - {{end}} -
\ No newline at end of file +
+

{{lang "panel_settings_head"}}

+
+
+ {{range .Something}} + + {{end}} +
\ No newline at end of file diff --git a/templates/panel_themes_menus.html b/templates/panel_themes_menus.html index cf514559..8efbc99f 100644 --- a/templates/panel_themes_menus.html +++ b/templates/panel_themes_menus.html @@ -1,11 +1,11 @@ -
-

{{lang "panel_themes_menus_head"}}

-
-
- {{range .ItemList}} - - {{end}} -
\ No newline at end of file +
+

{{lang "panel_themes_menus_head"}}

+
+
+ {{range .ItemList}} + + {{end}} +
\ No newline at end of file diff --git a/templates/panel_themes_menus_items.html b/templates/panel_themes_menus_items.html index b82ec6d0..69cf156b 100644 --- a/templates/panel_themes_menus_items.html +++ b/templates/panel_themes_menus_items.html @@ -1,75 +1,75 @@ -
-
-

{{lang "panel_themes_menus_items_head"}}

-

{{lang "panel_hints_reorder"}}

+
+
+

{{lang "panel_themes_menus_items_head"}}

+

{{lang "panel_hints_reorder"}}

+
+
+
+ {{range .ItemList}} +
+ + {{.Name}} + + + + +
{{end}} +
+
+
+
+
+

{{lang "panel_themes_menus_create_head"}}

+
+
+ +
+ {{/** TODO: Let an admin move a menu item from one menu to another? **/}} + + + + -
- {{range .ItemList}} -
- - {{.Name}} - - - - -
{{end}} + -
-
+ -
-

{{lang "panel_themes_menus_create_head"}}

+ - - -
- {{/** TODO: Let an admin move a menu item from one menu to another? **/}} - - - -
- -
- -
-
- - - -
- -
-
-
-
-
+
+ +
- \ No newline at end of file +
+
+
+
+ \ No newline at end of file diff --git a/templates/panel_themes_widgets.html b/templates/panel_themes_widgets.html index 8281bb29..59001d17 100644 --- a/templates/panel_themes_widgets.html +++ b/templates/panel_themes_widgets.html @@ -9,45 +9,45 @@ type Widget struct { Literal bool } **/}} -
-

{{lang "panel_themes_widgets_head"}}

+
+

{{lang "panel_themes_widgets_head"}}

+
+{{range $name, $dock := .Docks}} +
+

{{$name}}

+
+
+ {{range $widget := $dock}} +
+ - {{range $name, $dock := .Docks}} -
-

{{$name}}

+
+
+ + {{template "panel_themes_widgets_widget.html" $widget }} +
-
- {{range $widget := $dock}} -
- -
-
- - {{template "panel_themes_widgets_widget.html" $widget }} -
-
-
- {{end}} - +
+ {{end}} + +
+{{end}} +
+
+ - {{end}} -
-
- -
-
- - - {{template "panel_themes_widgets_widget.html" .BlankWidget }} -
-
-
-
\ No newline at end of file +
+
+ + + {{template "panel_themes_widgets_widget.html" .BlankWidget }} +
+
+
+
\ No newline at end of file