From 0fb82250486c0d732a3f58088fc9d2822e8a9c00 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Fri, 9 Oct 2020 10:26:18 +0000 Subject: [PATCH] Update: Reformated indents and spaces (ws-only patch) --- admin/dashboard.xsl | 126 +++++++++--------- admin/error-html.xsl | 30 ++--- admin/error-plaintext.xsl | 24 ++-- admin/fallbacks.xsl | 86 ++++++------ admin/includes/footer.xsl | 10 +- admin/includes/head.xsl | 22 +-- admin/includes/header.xsl | 44 +++--- admin/includes/mountnav.xsl | 26 ++-- admin/includes/page.xsl | 46 +++---- admin/includes/player.xsl | 38 +++--- admin/includes/playlist.xsl | 54 ++++---- admin/includes/web-page.xsl | 36 ++--- admin/listclients.xsl | 102 +++++++------- admin/listmounts.xsl | 112 ++++++++-------- admin/manageauth.xsl | 134 +++++++++---------- admin/moveclients.xsl | 100 +++++++------- admin/response.xsl | 28 ++-- admin/showlog.xsl | 42 +++--- admin/stats.xsl | 232 ++++++++++++++++---------------- admin/updatemetadata.xsl | 64 ++++----- admin/vclt.xsl | 94 ++++++------- admin/xspf.xsl | 96 +++++++------- web/auth.xsl | 70 +++++----- web/server_version.xsl | 100 +++++++------- web/status-json.xsl | 38 +++--- web/status.xsl | 258 ++++++++++++++++++------------------ 26 files changed, 1006 insertions(+), 1006 deletions(-) diff --git a/admin/dashboard.xsl b/admin/dashboard.xsl index fc17e3dd..4cba3e59 100644 --- a/admin/dashboard.xsl +++ b/admin/dashboard.xsl @@ -1,66 +1,66 @@ - - Dashboard + + Dashboard - -

- - -
-

Overview for

- -
-
-

Health

-
 
-
-
-

Current load

- - - - - - - - - - - -
- of -
 
-
-
-
-
-
- -
-

Maintenance

- - -
    - -
  • -

    -
      - -
    • -
      -
    -
  • -
    -
-
- -

Nothing to do.

-
-
-
-
-
-
+ +

+ + +
+

Overview for

+ +
+
+

Health

+
 
+
+
+

Current load

+ + + + + + + + + + + +
+ of +
 
+
+
+
+
+
+ +
+

Maintenance

+ + +
    + +
  • +

    +
      + +
    • +
      +
    +
  • +
    +
+
+ +

Nothing to do.

+
+
+
+
+
+
diff --git a/admin/error-html.xsl b/admin/error-html.xsl index b2cf96e4..344f0d1f 100644 --- a/admin/error-html.xsl +++ b/admin/error-html.xsl @@ -1,18 +1,18 @@ - - Error + + Error - -

- -
-

Response

-

Message

-

- -

Error code:

-
-
-
-
+ +

+ +
+

Response

+

Message

+

+ +

Error code:

+
+
+
+
diff --git a/admin/error-plaintext.xsl b/admin/error-plaintext.xsl index 5640baf8..162c5e58 100644 --- a/admin/error-plaintext.xsl +++ b/admin/error-plaintext.xsl @@ -1,15 +1,15 @@ - - - Report: - - - - Error code: - - - - - + + + Report: + + + + Error code: + + + + + diff --git a/admin/fallbacks.xsl b/admin/fallbacks.xsl index 2c3dad39..861d9bfa 100644 --- a/admin/fallbacks.xsl +++ b/admin/fallbacks.xsl @@ -1,47 +1,47 @@ - - - + + + - Set fallback + Set fallback - -
-

-
-

Mountpoint

- - - - - - -

Choose the mountpoint to which you want listeners to fallback to:

-
- - - - -   - -
-
- - - -
-
-
-
+ +
+

+
+

Mountpoint

+ + + + + + +

Choose the mountpoint to which you want listeners to fallback to:

+
+ + + + +   + +
+
+ + + +
+
+
+
diff --git a/admin/includes/footer.xsl b/admin/includes/footer.xsl index b07efb20..7cf90156 100644 --- a/admin/includes/footer.xsl +++ b/admin/includes/footer.xsl @@ -1,9 +1,9 @@ - + - + - + diff --git a/admin/includes/head.xsl b/admin/includes/head.xsl index 620d60f4..4ae47c27 100644 --- a/admin/includes/head.xsl +++ b/admin/includes/head.xsl @@ -1,15 +1,15 @@ - - - - - <xsl:if test="$title"><xsl:value-of select="$title"/> — </xsl:if>Icecast Admin + + + + + <xsl:if test="$title"><xsl:value-of select="$title"/> — </xsl:if>Icecast Admin - + - - - - - + + + + + diff --git a/admin/includes/header.xsl b/admin/includes/header.xsl index 6c125a8c..bacae8b5 100644 --- a/admin/includes/header.xsl +++ b/admin/includes/header.xsl @@ -1,26 +1,26 @@ - + -
- -
+
+ +
-
+
diff --git a/admin/includes/mountnav.xsl b/admin/includes/mountnav.xsl index a98599a5..9fb5c127 100644 --- a/admin/includes/mountnav.xsl +++ b/admin/includes/mountnav.xsl @@ -1,15 +1,15 @@ - - - - + + + + diff --git a/admin/includes/page.xsl b/admin/includes/page.xsl index cc2fad7b..33e5e2f0 100644 --- a/admin/includes/page.xsl +++ b/admin/includes/page.xsl @@ -1,31 +1,31 @@ - - - - - + + + + + - - + + - - - + + + - - - + + + -
- -
+
+ +
- -
- -
+ +
+ +
- - -
+ + +
diff --git a/admin/includes/player.xsl b/admin/includes/player.xsl index 99551532..0d1731cf 100644 --- a/admin/includes/player.xsl +++ b/admin/includes/player.xsl @@ -1,23 +1,23 @@ - -
- + +
+ - -

Play stream

+ +

Play stream

- - -
- -
-
-
-
+ + +
+ +
+
+
+
diff --git a/admin/includes/playlist.xsl b/admin/includes/playlist.xsl index 136203d0..aa268bda 100644 --- a/admin/includes/playlist.xsl +++ b/admin/includes/playlist.xsl @@ -1,29 +1,29 @@ - - -

Playlist

-
- - - - - - - - - - - - - - - - - - - -
AlbumTrackCreatorTitle
-
-
-
+ + +

Playlist

+
+ + + + + + + + + + + + + + + + + + + +
AlbumTrackCreatorTitle
+
+
+
diff --git a/admin/includes/web-page.xsl b/admin/includes/web-page.xsl index cb7a7e91..ca42fb50 100644 --- a/admin/includes/web-page.xsl +++ b/admin/includes/web-page.xsl @@ -1,5 +1,5 @@ - + @@ -15,15 +15,15 @@ - - <!-- WARNING: - DO NOT ATTEMPT TO PARSE ICECAST HTML OUTPUT! - The web interface may change completely between releases. - If you have a need for automatic processing of server data, - please read the appropriate documentation. Latest docs: - https://icecast.org/docs/icecast-latest/icecast2_stats.html - --> - + + <!-- WARNING: + DO NOT ATTEMPT TO PARSE ICECAST HTML OUTPUT! + The web interface may change completely between releases. + If you have a need for automatic processing of server data, + please read the appropriate documentation. Latest docs: + https://icecast.org/docs/icecast-latest/icecast2_stats.html + --> +