Merge remote-tracking branch 'smcv/ready/no-trails-if-dynamic'

master
Joey Hess 2013-06-26 11:21:35 -04:00
commit 428d406553
1 changed files with 10 additions and 0 deletions

View File

@ -21,6 +21,8 @@
<TMPL_ELSE> <TMPL_ELSE>
<link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" /> <link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
</TMPL_IF> </TMPL_IF>
<TMPL_UNLESS DYNAMIC>
<TMPL_IF EDITURL> <TMPL_IF EDITURL>
<link rel="alternate" type="application/x-wiki" title="Edit this page" href="<TMPL_VAR EDITURL>" /> <link rel="alternate" type="application/x-wiki" title="Edit this page" href="<TMPL_VAR EDITURL>" />
</TMPL_IF> </TMPL_IF>
@ -36,6 +38,8 @@
<link rel="next" href="<TMPL_VAR NEXTURL>" title="<TMPL_VAR NEXTTITLE>" /> <link rel="next" href="<TMPL_VAR NEXTURL>" title="<TMPL_VAR NEXTTITLE>" />
</TMPL_IF> </TMPL_IF>
</TMPL_LOOP> </TMPL_LOOP>
</TMPL_UNLESS>
</head> </head>
<body> <body>
@ -56,9 +60,11 @@
</TMPL_IF> </TMPL_IF>
</span> </span>
</span> </span>
<TMPL_UNLESS DYNAMIC>
<TMPL_IF SEARCHFORM> <TMPL_IF SEARCHFORM>
<TMPL_VAR SEARCHFORM> <TMPL_VAR SEARCHFORM>
</TMPL_IF> </TMPL_IF>
</TMPL_UNLESS>
<TMPL_IF HTML5></header><TMPL_ELSE></div></TMPL_IF> <TMPL_IF HTML5></header><TMPL_ELSE></div></TMPL_IF>
<TMPL_IF HAVE_ACTIONS> <TMPL_IF HAVE_ACTIONS>
@ -112,15 +118,19 @@
<TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF> <TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF>
</TMPL_IF> </TMPL_IF>
<TMPL_UNLESS DYNAMIC>
<TMPL_VAR TRAILS> <TMPL_VAR TRAILS>
</TMPL_UNLESS>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
<TMPL_UNLESS DYNAMIC>
<TMPL_IF SIDEBAR> <TMPL_IF SIDEBAR>
<TMPL_IF HTML5><aside class="sidebar"><TMPL_ELSE><div class="sidebar"></TMPL_IF> <TMPL_IF HTML5><aside class="sidebar"><TMPL_ELSE><div class="sidebar"></TMPL_IF>
<TMPL_VAR SIDEBAR> <TMPL_VAR SIDEBAR>
<TMPL_IF HTML5></aside><TMPL_ELSE></div></TMPL_IF> <TMPL_IF HTML5></aside><TMPL_ELSE></div></TMPL_IF>
</TMPL_IF> </TMPL_IF>
</TMPL_UNLESS>
<div id="pagebody"> <div id="pagebody">