From 6c2cf3e60a9decdae39e51531ccca0f66509ab62 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 23 Jul 2015 14:15:30 +0200 Subject: [PATCH] Big templates cleanup --- templates/default/about.html.ep | 43 +- templates/default/admin.html.ep | 10 +- templates/default/admin_audit.html.ep | 53 +- templates/default/admin_manage_rooms.html.ep | 26 +- templates/default/auth_modal.html.ep | 33 +- templates/default/configure_modal.html.ep | 182 ++-- templates/default/delete_room_modal.html.ep | 25 +- templates/default/documentation.html.ep | 867 ++++++++++++++----- templates/default/error.html.ep | 55 +- templates/default/exception.html.ep | 6 +- templates/default/feedback.html.ep | 38 +- templates/default/feedback.mail.ep | 3 +- templates/default/feedback_thanks.html.ep | 16 +- templates/default/footer.html.ep | 9 +- templates/default/goodbye.html.ep | 16 +- templates/default/header.html.ep | 28 +- templates/default/index.html.ep | 182 ++-- templates/default/invitation.html.ep | 44 +- templates/default/invitation_thanks.html.ep | 15 +- templates/default/invite.mail.ep | 31 +- templates/default/invite_modal.html.ep | 51 +- templates/default/join.html.ep | 378 +++++--- templates/default/js_common.html.ep | 44 +- templates/default/kicked.html.ep | 15 +- templates/default/noscript.html.ep | 2 +- templates/default/not_found.html.ep | 6 +- templates/default/notification.mail.ep | 21 +- templates/default/public_toolbar.html.ep | 59 +- 28 files changed, 1550 insertions(+), 708 deletions(-) diff --git a/templates/default/about.html.ep b/templates/default/about.html.ep index f3bb2c5..0798fc7 100644 --- a/templates/default/about.html.ep +++ b/templates/default/about.html.ep @@ -1,58 +1,69 @@ -% title $self->l('ABOUT'); +% title l('ABOUT'); %= include 'header' %= include 'public_toolbar'

- <%= l('ABOUT') %> + %= l('ABOUT')

- <%== l('ABOUT_VROOM') %> + %== l('ABOUT_VROOM')

- <% if ($config->{'interface.demo'}){ %> + % if ($config->{'interface.demo'}){

- <%= l('WHO_IS_BEHIND_VROOM') %> + %= l('WHO_IS_BEHIND_VROOM')

- <%== l('ABOUT_WHO_IS_BEHIND_VROOM') %> + %== l('ABOUT_WHO_IS_BEHIND_VROOM')

- <% } %> + % }

- <%= l('THANKS') %> + %= l('THANKS')

- <%== l('ABOUT_THANKS') %> + %== l('ABOUT_THANKS')

- <%= l('ABOUT_MUSICS') %> + %= l('ABOUT_MUSICS')

diff --git a/templates/default/admin.html.ep b/templates/default/admin.html.ep index d8ef1ad..6dabfce 100644 --- a/templates/default/admin.html.ep +++ b/templates/default/admin.html.ep @@ -3,11 +3,13 @@ %= include 'public_toolbar' diff --git a/templates/default/admin_audit.html.ep b/templates/default/admin_audit.html.ep index f16c178..d0407f7 100644 --- a/templates/default/admin_audit.html.ep +++ b/templates/default/admin_audit.html.ep @@ -5,10 +5,14 @@ %= include 'noscript'
-
+
- +
@@ -16,53 +20,70 @@
- +
- + - - <% if ($self->get_opt_features->{excel}){ %> - - <% } %> + % }
-