Skip to content

Instantly share code, notes, and snippets.

@AndyA
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save AndyA/a5d6761d4fec3341b9c2 to your computer and use it in GitHub Desktop.

Select an option

Save AndyA/a5d6761d4fec3341b9c2 to your computer and use it in GitHub Desktop.
views/layouts/admin.tt
22: <h1>Genome Admin Interface</h1>
views/layouts/main.tt
26: <h1>
28: </h1>
29: <h2>
31: </h2>
views/search.tt
54: <h3><a href="/[% prog.link %]"><span>[% prog.title.highlight(form.q)
58: %]</span></a></h3>
views/programme.tt
11: <h1 class="edit-block title" data-field="title">[% programme.title | html %]</h1>
12: <h2><a href="/schedules/[% programme.outlet %]/[% programme.date %]#at-[% programme.time %]">[%
14: class="time">[% programme.time %]</span></a></h2>
21: <h5>Synopsis</h5>
35: <h5[% IF programme.contrib.size == 0 %] class="edit-only"[% END %]>Contributors</h5>
45: <h5>Tell us more</h5>
64: <h5>Appears in</h5>
100: <h5>You can edit these details</h5>
views/year.tt
32: <h3 id="month-[% mn %]">[% issues.$mn.0.month_name %]</h3>
38: <h4><a href="/[% iss.link.strip_uuid %]">Issue [% iss.issue %]</a></h4>
39: <h5><a href="/[% iss.link.strip_uuid %]">[% iss.pretty_date %]</a></h5>
82: <h5>[% year %]</h5>
views/help.tt
14: <h1 id="top">Help</h1>
15: <h3>Search</h3>
24: <h3>Listings</h3>
44: <h5 id="search-issue">Search by issue</h5>
50: <h5 id="search-service">Search by service</h5>
59: <h5 id="search-function">Using the free-text search function</h5>
89: <h5 id="what">What are we asking you to do?</h5>
101: <h5 id="entry-edit">How do I edit an entry?</h5>
113: <h5 id="entry-newinfo">How can I tell you something you don't know about an entry? How can I tell you if the magazine is wrong?</h5>
125: <h5 id="offensive">Why are there some offensive terms on the site?</h5>
133: <h5 id="#complaint">How can I make a complaint?</h5>
139: <h5 id="ocr">What is Optical Character Recognition?</h5>
145: <h5 id="regional">What regional versions of Radio Times have been included in Genome?</h5>
155: <h5 id="other-regions">How can I access other regional versions of Radio Times listings?</h5>
163: <h5 id="every-week">Does Radio Times/ Genome cover every week of the BBC's broadcast history?</h5>
185: <h5 id="whole-magazine">Can I see the rest of the magazine, not just the listings?</h5>
193: <h5 id="nonbbc-listings">Where are the non-BBC listings?</h5>
209: <h5 id="accurate">Are the schedules accurate?</h5>
216: <h5 id="rt-listings-altered">Have Radio Times Listings been altered in anyway?</h5>
227: <h5 id="see-programmes">How do I get to watch or hear the programmes which are listed?</h5>
237: <h5 id="get-in-touch">How do I get in touch?</h5>
views/issue.tt
13: <li class="list-header"><h5>20s</h5></li>
27: <li class="list-header"><h5>30s</h5></li>
41: <li class="list-header"><h5>40s</h5></li>
55: <li class="list-header"><h5>50s</h5></li>
69: <li class="list-header"><h5>60s</h5></li>
83: <li class="list-header"><h5>70s</h5></li>
97: <li class="list-header"><h5>80s</h5></li>
111: <li class="list-header"><h5>90s</h5></li>
125: <li class="list-header"><h5>00s</h5></li>
174: <div class="text"><h4>Issue [% issue.issue %]</h4>
175: <h3>[% issue.pretty_date %]</h3>
202: <h5>[% day.long_date %]</h5>
203: <h6>[% listing.deref('page').nsort.unique.and_some('page','pages') %]</h6>
views/breadcrumb
38: <h5>[% dec.decade %]s</h5>
views/issues.tt
20: <h3 id="decade-[% decade %]">[% decade %]</h3>
views/index.tt
11: <h2>
13: </h2>
25: <h6>Or choose a decade</h6>
69: <h3>TV Channels</h3>
79: <h3>Radio Stations</h3>
views/about.tt
14: <h1>About this project</h1>
15: <h3>What's here</h3>
23: <h3>Join in</h3>
26: <h3>How was this achieved?</h3>
31: <h3>How did Radio Times begin?</h3>
35: <h3>Some milestones in Radio Times history:</h3>
views/schedule.tt
15: <h1>No Listings</h1>
20: <h1>Listings</h1>
23: <dt><h3 id="at-[% prog.time %]">[% prog.time %]</h3></dt>
24: <dd><h3><a href="/[% prog.link %]">[% prog.title | html %]</a></h3>
27: <h4>Contributors</h4>
48: <h5>Appears in</h5>
85: <h5>About this project</h5>
102: <h5>Related links</h5>
114: <h5>The Numbers</h5>
views/better
6: <h5>Make it better</h5>
views/common
5: <h5>[% dec.decade %]s</h5>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment