Merge lp:~gesha/linaro-license-protection/fix-releases-header-template into lp:~linaro-automation/linaro-license-protection/trunk

Proposed by Georgy Redkozubov
Status: Merged
Approved by: Stevan Radaković
Approved revision: 133
Merged at revision: 133
Proposed branch: lp:~gesha/linaro-license-protection/fix-releases-header-template
Merge into: lp:~linaro-automation/linaro-license-protection/trunk
Diff against target: 23 lines (+9/-1)
1 file modified
templates_releases/header.html (+9/-1)
To merge this branch: bzr merge lp:~gesha/linaro-license-protection/fix-releases-header-template
Reviewer Review Type Date Requested Status
Stevan Radaković Approve
Review via email: mp+130308@code.launchpad.net

Description of the change

This branch adds support for tabs to the releases header template as on snapshots.

To post a comment you must log in.
Revision history for this message
Stevan Radaković (stevanr) wrote :

THanks gesha.
Approve +1.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'templates_releases/header.html'
2--- templates_releases/header.html 2012-08-16 10:03:12 +0000
3+++ templates_releases/header.html 2012-10-18 09:22:21 +0000
4@@ -5,10 +5,18 @@
5 {% endif %}
6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
7 <title>Linaro Releases</title>
8- <link rel="stylesheet" type="text/css" href="resources/css/ext-all.css" />
9+ <link rel="stylesheet" type="text/css" href="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.get_host }}/resources/css/ext-all.css" />
10 <link href="http://www.linaro.org/remote/css/init.css" rel="stylesheet" type="text/css" >
11 <link href="http://www.linaro.org/remote/css/remote.css" rel="stylesheet" type="text/css" >
12 <script language="javascript" type="text/javascript" src="http://www.linaro.org/remote/js/linarofamily.js"></script>
13+
14+
15+ <script type="text/javascript" src="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.get_host }}/js/jquery-1.7.2.js"></script>
16+ <script type="text/javascript" src="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.get_host }}/js/jquery-ui-1.8.23.custom.min.js"></script>
17+ <link rel="stylesheet" type="text/css" href="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.get_host }}/css/jquery-ui/jquery-ui-1.8.23.custom.css" />
18+ <link rel="stylesheet" type="text/css" href="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.get_host }}/css/linaro.css" />
19+
20+
21 <style>
22 div#footer {
23 text-align: right;

Subscribers

People subscribed via source and target branches