From b1eef95d3d00595afc53ac0f56c6627cf04fb2c8 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Sat, 19 Dec 2009 19:00:39 +0000 Subject: Reports: Fix html validation errors for #798 (Patch from Thorsten Lockert) Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5625 ce84e21b-d406-0410-9b95-82705330c041 --- .../reports/templates/clients/client-nodebox.html | 2 +- .../reports/templates/clients/detailed-list.html | 2 +- .../Reports/reports/templates/clients/index.html | 20 +++++++++++--------- .../Reports/reports/templates/clients/manage.html | 14 ++++++++------ 4 files changed, 21 insertions(+), 17 deletions(-) (limited to 'src/lib/Server/Reports/reports/templates/clients') diff --git a/src/lib/Server/Reports/reports/templates/clients/client-nodebox.html b/src/lib/Server/Reports/reports/templates/clients/client-nodebox.html index db64c2c96..8dbd01d9a 100644 --- a/src/lib/Server/Reports/reports/templates/clients/client-nodebox.html +++ b/src/lib/Server/Reports/reports/templates/clients/client-nodebox.html @@ -1,7 +1,7 @@ {% load django_templating_sigh %} {% if client %} -
+
Time Ran: {{interaction.timestamp}} diff --git a/src/lib/Server/Reports/reports/templates/clients/detailed-list.html b/src/lib/Server/Reports/reports/templates/clients/detailed-list.html index d6736c827..37bfb006b 100644 --- a/src/lib/Server/Reports/reports/templates/clients/detailed-list.html +++ b/src/lib/Server/Reports/reports/templates/clients/detailed-list.html @@ -40,7 +40,7 @@ Enter date or use calendar popup: @ -Calendar | diff --git a/src/lib/Server/Reports/reports/templates/clients/index.html b/src/lib/Server/Reports/reports/templates/clients/index.html index e928fbae6..708d52ad1 100644 --- a/src/lib/Server/Reports/reports/templates/clients/index.html +++ b/src/lib/Server/Reports/reports/templates/clients/index.html @@ -3,7 +3,7 @@ {% block extra_header_info %} - + {% endblock%} {% block title %}Client Index Listing{% endblock %} @@ -19,18 +19,20 @@
Enter date or use calendar popup: -
-@ - - + + +@ + +Calendar | -
-



+ +


{% if client_list_b %} -
+
    {% for client in client_list_b %}
  • @@ -38,7 +40,7 @@
  • {% endfor %}
-
+
    {% if client_list_a %} {% for client in client_list_a %} diff --git a/src/lib/Server/Reports/reports/templates/clients/manage.html b/src/lib/Server/Reports/reports/templates/clients/manage.html index 6b7cd2ee0..61f0fe017 100644 --- a/src/lib/Server/Reports/reports/templates/clients/manage.html +++ b/src/lib/Server/Reports/reports/templates/clients/manage.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block extra_header_info %} - + {% endblock%} {% block title %}{{client.name}}{% endblock %} @@ -13,14 +13,16 @@
    Enter date or use calendar popup: +
    -@ - - +@ + +Calendar -
    -


    + +




    {{message}}

    -- cgit v1.2.3-1-g7c22