Changeset 1360
- Timestamp:
- 08/17/08 21:27:19 (4 months ago)
- Files:
-
- trunk/templates/jouerjuste/css/screen.css (modified) (1 diff)
- trunk/templates/jouerjuste/episode.liquid (modified) (3 diffs)
- trunk/templates/jouerjuste/show.liquid (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/templates/jouerjuste/css/screen.css
r1359 r1360 18 18 #sidebar { float: right; width: 200px; padding-left: 20px; } 19 19 #sidebar h3 { background-color:#DF016E; color:#FFE900; margin:6px 0; padding:3px; text-transform: uppercase; } 20 #sidebar p { padding: 12px; }20 #sidebar p { padding: 12px; text-align: center; } 21 21 #sidebar .subtitle { font-style: italic; } 22 22 trunk/templates/jouerjuste/episode.liquid
r1359 r1360 5 5 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 6 6 <link rel="stylesheet" type="text/css" href="{{theme.url_for_assets}}/css/screen.css" media="screen"> 7 <link rel="stylesheet" type="text/css" href="{{theme.url_for_assets}}/css/print.css" media="print">8 7 <link rel="alternate" type="application/rss+xml" title="{{episode.show.name}}" href="{{episode.show.url_for_podcast}}"> 9 8 </head> … … 14 13 </div> 15 14 <hr/> 16 <div id="menu"> 17 <a href="http://60gp.ovh.net/~jouerjus/index.php?option=com_frontpage&Itemid=2">Accueil</a> 18 <a href="http://60gp.ovh.net/~jouerjus/index.php?option=com_content&task=blogcategory&id=4&Itemid=5">Le livre</a> 19 <a href="http://60gp.ovh.net/~jouerjus/index.php?option=com_content&task=blogcategory&id=5&Itemid=6">Les contributeurs</a> 20 <a href="http://60gp.ovh.net/~jouerjus/index.php?option=com_content&task=blogcategory&id=6&Itemid=7">Où trouver la musique assiégée</a> 21 <a href="http://60gp.ovh.net/~jouerjus/index.php?option=com_content&task=blogcategory&id=2&Itemid=9">Presse</a> 22 <a href="http://60gp.ovh.net/~jouerjus/index.php?option=com_content&task=blogcategory&id=7&Itemid=10">Blog</a> 23 <a href="{{show.url_for}}">Chroniques</a> 24 <a href="http://60gp.ovh.net/~jouerjus/index.php?option=com_contact&task=view&contact_id=1&Itemid=11">Contact</a> 25 </div> 15 {% include 'jouerjuste/menu' %} 26 16 <hr/> 27 17 <div id="frame"> 28 18 <div id="sidebar"> 29 <p class="subtitle"> 30 Voyage dans la musique, chronique subjective par François Mauger 31 </p> 32 33 <h3>Podcast</h3> 34 35 <p> 36 <a href="/feed">Abonnez-vous au podcast</a> 37 des chroniques. 38 </p> 19 <p><a class="back" href="{{episode.show.url_for}}">Tous les chroniques</a></p> 20 {% include 'jouerjuste/sidebar' %} 39 21 </div> 40 22 … … 59 41 </div> 60 42 {% endunless %} 61 62 43 </div> 63 44 </div> trunk/templates/jouerjuste/show.liquid
r1356 r1360 14 14 </div> 15 15 <hr/> 16 <div id="menu"> 17 <a href="http://60gp.ovh.net/~jouerjus/index.php?option=com_frontpage&Itemid=2">Accueil</a> 18 <a href="http://60gp.ovh.net/~jouerjus/index.php?option=com_content&task=blogcategory&id=4&Itemid=5">Le livre</a> 19 <a href="http://60gp.ovh.net/~jouerjus/index.php?option=com_content&task=blogcategory&id=5&Itemid=6">Les contributeurs</a> 20 <a href="http://60gp.ovh.net/~jouerjus/index.php?option=com_content&task=blogcategory&id=6&Itemid=7">Où trouver la musique assiégée</a> 21 <a href="http://60gp.ovh.net/~jouerjus/index.php?option=com_content&task=blogcategory&id=2&Itemid=9">Presse</a> 22 <a href="http://60gp.ovh.net/~jouerjus/index.php?option=com_content&task=blogcategory&id=7&Itemid=10">Blog</a> 23 <a href="{{show.url_for}}">Chroniques</a> 24 <a href="http://60gp.ovh.net/~jouerjus/index.php?option=com_contact&task=view&contact_id=1&Itemid=11">Contact</a> 25 </div> 16 {% include 'jouerjuste/menu' %} 26 17 <hr/> 27 18 <div id="frame"> 28 19 <div id="sidebar"> 29 <p class="subtitle"> 30 Voyage dans la musique, chronique subjective par François Mauger 31 </p> 32 33 <h3>Podcast</h3> 34 35 <p> 36 <a href="/feed">Abonnez-vous au podcast</a> 37 des chroniques. 38 </p> 20 {% include 'jouerjuste/sidebar' %} 39 21 </div> 40 22
