Merge lp:~milo/linaro-license-protection/bug1160402 into lp:~linaro-automation/linaro-license-protection/trunk

Proposed by Milo Casagrande
Status: Merged
Approved by: James Tunnicliffe
Approved revision: 221
Merged at revision: 221
Proposed branch: lp:~milo/linaro-license-protection/bug1160402
Merge into: lp:~linaro-automation/linaro-license-protection/trunk
Diff against target: 94 lines (+14/-19)
3 files modified
templates/dir_template.html (+2/-3)
templates/header.html (+6/-8)
templates_releases/header.html (+6/-8)
To merge this branch: bzr merge lp:~milo/linaro-license-protection/bug1160402
Reviewer Review Type Date Requested Status
James Tunnicliffe (community) Approve
Review via email: mp+190117@code.launchpad.net

Description of the change

Simple MP to fix HTML validations as reported on bug #1160402.

To post a comment you must log in.
Revision history for this message
James Tunnicliffe (dooferlad) wrote :

Nice. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'templates/dir_template.html'
--- templates/dir_template.html 2013-08-21 16:21:28 +0000
+++ templates/dir_template.html 2013-10-09 12:36:55 +0000
@@ -24,7 +24,7 @@
24 <tr onmouseover="this.style.background='#CBE68F'" onmouseout="this.style.background='#FFFFFF'">24 <tr onmouseover="this.style.background='#CBE68F'" onmouseout="this.style.background='#FFFFFF'">
25 <td valign="top">25 <td valign="top">
26 <img src="{{ STATIC_URL }}/static/{{ value.type }}.png"26 <img src="{{ STATIC_URL }}/static/{{ value.type }}.png"
27 alt="{{ value.type }}"/>27 alt="{{ value.type }}">
28 </td>28 </td>
29 <td>29 <td>
30 <a href="{{ value.url }}"30 <a href="{{ value.url }}"
@@ -51,8 +51,7 @@
51{% endfor %}51{% endfor %}
52</table>52</table>
5353
5454<br><br>
55<br/><br/>
56{% if rendered_files != None %}55{% if rendered_files != None %}
57<div id="tabs">56<div id="tabs">
58 <ul id="tabs-titles">57 <ul id="tabs-titles">
5958
=== modified file 'templates/header.html'
--- templates/header.html 2013-02-28 13:53:29 +0000
+++ templates/header.html 2013-10-09 12:36:55 +0000
@@ -1,9 +1,11 @@
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
1<html>3<html>
2<head>4<head>
3 {% if dl != None %}5 {% if dl != None %}
4 <meta http-equiv="REFRESH" content="0;url={{ dl }}">6 <meta http-equiv="REFRESH" content="0;url={{ dl }}">
5 {% endif %}7 {% endif %}
6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">8 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Linaro Snapshots</title>9 <title>Linaro Snapshots</title>
8 <link href="/get-remote-static?name=init.css"10 <link href="/get-remote-static?name=init.css"
9 rel="stylesheet" type="text/css" >11 rel="stylesheet" type="text/css" >
@@ -11,15 +13,11 @@
11 rel="stylesheet" type="text/css" >13 rel="stylesheet" type="text/css" >
12 <script language="javascript" type="text/javascript"14 <script language="javascript" type="text/javascript"
13 src="/get-remote-static?name=linarofamily.js"></script>15 src="/get-remote-static?name=linarofamily.js"></script>
14
15
16 <script type="text/javascript" src="/js/jquery-1.7.2.js"></script>16 <script type="text/javascript" src="/js/jquery-1.7.2.js"></script>
17 <script type="text/javascript" src="/js/jquery-ui-1.8.23.custom.min.js"></script>17 <script type="text/javascript" src="/js/jquery-ui-1.8.23.custom.min.js"></script>
18 <link rel="stylesheet" type="text/css" href="/css/jquery-ui/jquery-ui-1.8.23.custom.css" />18 <link rel="stylesheet" type="text/css" href="/css/jquery-ui/jquery-ui-1.8.23.custom.css">
19 <link rel="stylesheet" type="text/css" href="/css/linaro.css" />19 <link rel="stylesheet" type="text/css" href="/css/linaro.css">
2020 <style type="text/css">
21
22 <style>
23 div#footer {21 div#footer {
24 text-align: right;22 text-align: right;
25 margin: 10px;23 margin: 10px;
2624
=== modified file 'templates_releases/header.html'
--- templates_releases/header.html 2013-03-05 07:00:33 +0000
+++ templates_releases/header.html 2013-10-09 12:36:55 +0000
@@ -1,9 +1,11 @@
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
1<html>3<html>
2<head>4<head>
3 {% if dl != None %}5 {% if dl != None %}
4 <meta http-equiv="REFRESH" content="0;url={{ dl }}">6 <meta http-equiv="REFRESH" content="0;url={{ dl }}">
5 {% endif %}7 {% endif %}
6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">8 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Linaro Releases</title>9 <title>Linaro Releases</title>
8 <link href="/get-remote-static?name=init.css"10 <link href="/get-remote-static?name=init.css"
9 rel="stylesheet" type="text/css" >11 rel="stylesheet" type="text/css" >
@@ -11,15 +13,11 @@
11 rel="stylesheet" type="text/css" >13 rel="stylesheet" type="text/css" >
12 <script language="javascript" type="text/javascript"14 <script language="javascript" type="text/javascript"
13 src="/get-remote-static?name=linarofamily.js"></script>15 src="/get-remote-static?name=linarofamily.js"></script>
14
15
16 <script type="text/javascript" src="/js/jquery-1.7.2.js"></script>16 <script type="text/javascript" src="/js/jquery-1.7.2.js"></script>
17 <script type="text/javascript" src="/js/jquery-ui-1.8.23.custom.min.js"></script>17 <script type="text/javascript" src="/js/jquery-ui-1.8.23.custom.min.js"></script>
18 <link rel="stylesheet" type="text/css" href="/css/jquery-ui/jquery-ui-1.8.23.custom.css" />18 <link rel="stylesheet" type="text/css" href="/css/jquery-ui/jquery-ui-1.8.23.custom.css">
19 <link rel="stylesheet" type="text/css" href="/css/linaro.css" />19 <link rel="stylesheet" type="text/css" href="/css/linaro.css">
2020 <style type="text/css">
21
22 <style>
23 div#footer {21 div#footer {
24 text-align: right;22 text-align: right;
25 margin: 10px;23 margin: 10px;

Subscribers

People subscribed via source and target branches