Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: includes/jobs/header.tmpl

Issue 29539750: Issue 5646 - Added Scottish flag (Closed)
Left Patch Set: Renamed existing flags to remain consistent Created Sept. 8, 2017, 3:41 p.m.
Right Patch Set: Fixed wrong flag names in globals.tmpl Created Sept. 11, 2017, 4:04 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « includes/globals.tmpl ('k') | static/images/flags/README.txt » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 {# 1 {#
2 For each job opening you have to list the title and the name of the file under 2 For each job opening you have to list the title and the name of the file under
3 pages/jobs that contains the job description. 3 pages/jobs that contains the job description.
4 #} 4 #}
5 5
6 {% block head %} 6 {% block head %}
7 <style> 7 <style>
8 #tabs-openings .ui-tabs-nav-vertical 8 #tabs-openings .ui-tabs-nav-vertical
9 { 9 {
10 font-size: 16px; 10 font-size: 16px;
11 } 11 }
12 </style> 12 </style>
13 {% endblock %} 13 {% endblock %}
14 14
15 {% set openings = [ 15 {% set openings = [
16 ("Adblock Plus Frontend Developer", "adblock-plus-frontend-developer", 192), 16 ("Adblock Plus Frontend Developer", "adblock-plus-frontend-developer", 192),
17 ("IT System Administrator", "it-system-administrator", 189), 17 ("IT System Administrator", "it-system-administrator", 189),
18 ("Data Engineer", "data-engineer", 194),
18 ("Technical Support Analyst", "technical-support-analyst", 191), 19 ("Technical Support Analyst", "technical-support-analyst", 191),
19 ("Filter List Supporter", "filter-list-supporter", 127), 20 ("Filter List Supporter", "filter-list-supporter", 127),
20 ("Whitelist Maintainer", "whitelist-maintainer", 108), 21 ("Whitelist Maintainer", "whitelist-maintainer", 108),
22 ("Student Help Acceptable Ads Monitoring", "student-help-acceptable-ads-monito ring", 193),
21 ("Student Help Data Protection (m/w)", "student-help-data-protection", 178), 23 ("Student Help Data Protection (m/w)", "student-help-data-protection", 178),
22 ("Speculative Application", "speculative-application", 51), 24 ("Speculative Application", "speculative-application", 51),
23 ] %} 25 ] %}
24 26
25 {% set opening = openings|find(page.split("/")[-1], attribute=1) %} 27 {% set opening = openings|find(page.split("/")[-1], attribute=1) %}
26 {% set title = (opening or [title])[0] %} 28 {% set title = (opening or [title])[0] %}
27 {% set og_image = "https://eyeo.com/images/eyeo-meta-jobs.png" %} 29 {% set og_image = "https://eyeo.com/images/eyeo-meta-jobs.png" %}
28 30
29 <header class="page-title"> 31 <header class="page-title">
30 <h1>Working at eyeo</h1> 32 <h1>Working at eyeo</h1>
(...skipping 26 matching lines...) Expand all
57 <img id="ihk-logo" src="/images/ihk.png" alt="IHK Ausbildungsbetrieb" wi dth="120" height="80"> 59 <img id="ihk-logo" src="/images/ihk.png" alt="IHK Ausbildungsbetrieb" wi dth="120" height="80">
58 <img id="fair-company-logo" src="/images/fair-company.png" alt="Fair Com pany" height="80"> 60 <img id="fair-company-logo" src="/images/fair-company.png" alt="Fair Com pany" height="80">
59 </p> 61 </p>
60 </div> 62 </div>
61 63
62 <div class="column"> 64 <div class="column">
63 <div id="panels-openings" class="ui-tabs-panel"> 65 <div id="panels-openings" class="ui-tabs-panel">
64 {% if opening %} 66 {% if opening %}
65 <h2>{{ title }}</h2> 67 <h2>{{ title }}</h2>
66 {% endif %} 68 {% endif %}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld