]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Merge branch 'master' into fancypodcast
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Thu, 27 Jun 2013 04:50:17 +0000 (00:50 -0400)
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Thu, 27 Jun 2013 04:50:17 +0000 (00:50 -0400)
1  2 
doc/style.css
templates/page.tmpl

diff --combined doc/style.css
index 81b6a0a284832e5d61b6673e1fb1c76dae776a81,b52c72b6b694913394c77fad256b6b93d565ff5f..067a3bf7a65f4449bcd2452407c137dc5c27dc2b
@@@ -58,8 -58,7 +58,8 @@@ nav 
        border-bottom: 1px solid #000;
  }
  
 -.inlinecontent {
 +.inlinecontent,
 +.inlineenclosure {
        margin-top: .4em;
  }
  
@@@ -324,6 -323,7 +324,7 @@@ div.progress-done 
  .popup .paren,
  .popup .expand {
        display: none;
+       text-align: left;
  }
  .popup:hover .balloon,
  .popup:focus .balloon {
diff --combined templates/page.tmpl
index f47c637fa41cfc187d568627758dc555ab73f85d,6353c75969154bc14f10895c48b342a43e763a23..c886b22d81d53069fd10ff290dbddb672d093566
@@@ -21,6 -21,8 +21,8 @@@
  <TMPL_ELSE>
  <link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
  </TMPL_IF>
+ <TMPL_UNLESS DYNAMIC>
  <TMPL_IF EDITURL>
  <link rel="alternate" type="application/x-wiki" title="Edit this page" href="<TMPL_VAR EDITURL>" />
  </TMPL_IF>
@@@ -36,6 -38,8 +38,8 @@@
  <link rel="next" href="<TMPL_VAR NEXTURL>" title="<TMPL_VAR NEXTTITLE>" />
  </TMPL_IF>
  </TMPL_LOOP>
+ </TMPL_UNLESS>
  </head>
  <body>
  
  </TMPL_IF>
  </span>
  </span>
+ <TMPL_UNLESS DYNAMIC>
  <TMPL_IF SEARCHFORM>
  <TMPL_VAR SEARCHFORM>
  </TMPL_IF>
+ </TMPL_UNLESS>
  <TMPL_IF HTML5></header><TMPL_ELSE></div></TMPL_IF>
  
  <TMPL_IF HAVE_ACTIONS>
  <TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF>
  </TMPL_IF>
  
+ <TMPL_UNLESS DYNAMIC>
  <TMPL_VAR TRAILS>
+ </TMPL_UNLESS>
  
  <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
  
+ <TMPL_UNLESS DYNAMIC>
  <TMPL_IF SIDEBAR>
  <TMPL_IF HTML5><aside class="sidebar"><TMPL_ELSE><div class="sidebar"></TMPL_IF>
  <TMPL_VAR SIDEBAR>
  <TMPL_IF HTML5></aside><TMPL_ELSE></div></TMPL_IF>
  </TMPL_IF>
+ </TMPL_UNLESS>
  
  <div id="pagebody">
  
  <TMPL_VAR CONTENT>
  <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
  
 +<TMPL_IF ENCLOSURE>
 +<TMPL_IF HTML5><section id="enclosure"><TMPL_ELSE><div id="enclosure"></TMPL_IF>
 +<a href="<TMPL_VAR ENCLOSURE>">Download</a>
 +<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
 +</TMPL_IF>
 +
  <TMPL_UNLESS DYNAMIC>
  <TMPL_IF COMMENTS>
  <TMPL_IF HTML5><section id="comments"><TMPL_ELSE><div id="comments"></TMPL_IF>