From fcc7bffb2ed530ef51ea50240a644ae4ca607a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez?= Date: Fri, 8 Nov 2013 12:17:51 +0000 Subject: [PATCH] Advancing on html5 basic theme --- .../uds/templates/uds/html5/detectJava.html | 29 +++++++++++++++++++ server/src/uds/templates/uds/html5/index.html | 4 +-- server/src/uds/templates/uds/html5/login.html | 2 +- server/src/uds/templates/uds/html5/prefs.html | 23 +++++---------- .../uds/html5/snippets/navbar_inner.html | 2 +- .../uds/html5/{ => templates}/base.html | 0 .../html5/{ => templates}/internal_page.html | 2 +- 7 files changed, 42 insertions(+), 20 deletions(-) create mode 100644 server/src/uds/templates/uds/html5/detectJava.html rename server/src/uds/templates/uds/html5/{ => templates}/base.html (100%) rename server/src/uds/templates/uds/html5/{ => templates}/internal_page.html (91%) diff --git a/server/src/uds/templates/uds/html5/detectJava.html b/server/src/uds/templates/uds/html5/detectJava.html new file mode 100644 index 000000000..dac967f29 --- /dev/null +++ b/server/src/uds/templates/uds/html5/detectJava.html @@ -0,0 +1,29 @@ +{% extends "uds/html5/templates/base.html" %} +{% load i18n static %} + +{% block title %}{% trans "Login redirection to UDS" %}{% endblock %} + +{% block script %} + + +{% endblock %} + +{% block body %} + +{% endblock %} \ No newline at end of file diff --git a/server/src/uds/templates/uds/html5/index.html b/server/src/uds/templates/uds/html5/index.html index 124134321..7c16832d5 100644 --- a/server/src/uds/templates/uds/html5/index.html +++ b/server/src/uds/templates/uds/html5/index.html @@ -1,7 +1,7 @@ -{% extends "uds/html5/internal_page.html" %} +{% extends "uds/html5/templates/internal_page.html" %} {% load i18n static html5 %} -{% block title %}{% trans 'Available services list' %} +{% block title %}{% trans 'Available services list' %}{% endblock %} {% block css %}