From 5f9a5fc3f02878c7e2f226820817205c51e4403f Mon Sep 17 00:00:00 2001 From: Jeroen van Warmerdam Date: Sun, 15 Jun 2014 22:27:21 +0200 Subject: [PATCH 01/14] * Valid HTML; * Added image dimensions; * Added message to leave image alternate text always empty; --- views/includes/scriptList.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/views/includes/scriptList.html b/views/includes/scriptList.html index 657ab633e..20f4a5dd2 100644 --- a/views/includes/scriptList.html +++ b/views/includes/scriptList.html @@ -1,10 +1,10 @@ - - - - + + + + @@ -13,13 +13,17 @@
NameInstallsRatingLast UpdatedNameInstallsRatingLast Updated
- {{name}}{{#meta.version}}
{{meta.version}}
{{/meta.version}} by {{author.name}} + {{name}} + {{#meta.version}} + {{meta.version}} + {{/meta.version}} + by {{author.name}}

{{meta.description}}

From 7114acb9e4c30fb7abc34c54a263e648bde8b5aa Mon Sep 17 00:00:00 2001 From: Jeroen van Warmerdam Date: Sun, 15 Jun 2014 22:41:12 +0200 Subject: [PATCH 02/14] * Valid HTML; * Consistency; --- views/includes/scriptModToolsPanel.html | 7 +++++-- views/includes/scriptUserToolsPanel.html | 22 +++++++++++----------- views/includes/userModToolsPanel.html | 6 +++--- views/includes/userPageHeader.html | 4 +++- views/includes/userUserToolsPanel.html | 2 +- 5 files changed, 23 insertions(+), 18 deletions(-) diff --git a/views/includes/scriptModToolsPanel.html b/views/includes/scriptModToolsPanel.html index ab6a2ffc5..881488740 100644 --- a/views/includes/scriptModToolsPanel.html +++ b/views/includes/scriptModToolsPanel.html @@ -1,14 +1,17 @@ {{#modTools}}
-
Mod Tools
+
+ + Mod Tools +
{{#script}} {{> includes/flagModelSnippet.html }} {{/script}}
diff --git a/views/includes/scriptUserToolsPanel.html b/views/includes/scriptUserToolsPanel.html index b7d8e4751..4543b4c09 100644 --- a/views/includes/scriptUserToolsPanel.html +++ b/views/includes/scriptUserToolsPanel.html @@ -1,20 +1,20 @@
-
- - -
-

Rating: {{script.rating}}

-
-
{{#script.votes}}{{script.votes}} Votes{{/script.votes}}
-
{{#script.flags}}{{script.flags}} {{/script.flags}}
-
+
+ + +
+

Rating: {{script.rating}}

+
+
{{#script.votes}}{{script.votes}} Votes{{/script.votes}}
+
{{#script.flags}}{{script.flags}} {{/script.flags}}
+
diff --git a/views/includes/userModToolsPanel.html b/views/includes/userModToolsPanel.html index 08fed1e16..b938457c2 100644 --- a/views/includes/userModToolsPanel.html +++ b/views/includes/userModToolsPanel.html @@ -2,8 +2,8 @@
- - Mod Tools + + Mod Tools
@@ -11,7 +11,7 @@ {{> includes/flagModelSnippet.html }} {{/user}}
diff --git a/views/includes/userPageHeader.html b/views/includes/userPageHeader.html index 58b8df1e7..36b306e13 100644 --- a/views/includes/userPageHeader.html +++ b/views/includes/userPageHeader.html @@ -1,5 +1,7 @@

- {{user.name}}{{#user.roleName}}
{{user.roleName}}
{{/user.roleName}} + + {{user.name}} + {{#user.roleName}}{{user.roleName}}{{/user.roleName}}