Skip to content

Commit

Permalink
blix, glossy-white, leaf, plus9 - index.tpl - fix smarty exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ophian committed Jan 9, 2014
1 parent 45c8e21 commit 4ea96cb
Show file tree
Hide file tree
Showing 16 changed files with 344 additions and 366 deletions.
124 changes: 61 additions & 63 deletions blix/index.tpl
@@ -1,78 +1,76 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang}" lang="{$lang}">
<head>
<title>{$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" />
<meta name="Powered-By" content="Serendipity v.{$head_version}" />
<link rel="stylesheet" type="text/css" href="{$head_link_stylesheet}" />
<link rel="alternate" type="application/rss+xml" title="{$blogTitle} RSS feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/index.rss2" />
<link rel="alternate" type="application/x.atom+xml" title="{$blogTitle} Atom feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/atom10.xml" />
{if $entry_id}
<link rel="pingback" href="{$serendipityBaseURL}comment.php?type=pingback&amp;entry_id={$entry_id}" />
{/if}
{serendipity_hookPlugin hook="frontend_header"}
</head>
<head>
<title>{$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" />
<meta name="Powered-By" content="Serendipity v.{$head_version}" />
<link rel="stylesheet" type="text/css" href="{$head_link_stylesheet}" />
<link rel="alternate" type="application/rss+xml" title="{$blogTitle} RSS feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/index.rss2" />
<link rel="alternate" type="application/x.atom+xml" title="{$blogTitle} Atom feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/atom10.xml" />
{if $entry_id}
<link rel="pingback" href="{$serendipityBaseURL}comment.php?type=pingback&amp;entry_id={$entry_id}" />
{/if}
{serendipity_hookPlugin hook="frontend_header"}
</head>

{if $staticpage_pagetitle}
<body id="{$staticpage_pagetitle}">
{else}
<body id="Weblog">
{/if}
<div id="container">
<div id="serendipity_banner">
<div class="logo">
<div id="serendipity_banner">
<div class="logo">
<a href="{$serendipityBaseURL}"><img src="templates/blix/img/logo.png" alt="Logo" /></a>
</div>
<div id="navigation">
<ul>
<li class="nav1"><a href="{$serendipityBaseURL}index.php" title="button 1" accesskey="1">BUTTON1</a></li>
<li class="nav2"><a href="{$serendipityBaseURL}index.php" title="button 2" accesskey="2">BUTTON2</a></li>
<li class="nav3"><a href="{$serendipityBaseURL}index.php" title="button 3" accesskey="3">BUTTON3</a></li>
<li class="nav4"><a href="{$serendipityBaseURL}index.php" title="button 4" accesskey="4">BUTTON4</a></li>
<!-- ADDITIONAL LINKS: UNCOMMENT TO ACTIVATE: remember to add them to style.css as well
<li class="nav4"><a href="{$serendipityBaseURL}index.php?/pages/contact.html" title="Contact" accesskey="4">Contact</a></li>
-->
</ul>
</div>
<br style="clear: both" />
</div>
<div id="mainpane">
<div id="content">{$CONTENT}</div>
{if $rightSidebarElements > 0}
<div id="serendipityRightSideBar">{serendipity_printSidebar side="right"}</div>
{/if}
{if $leftSidebarElements > 0}
<div id="serendipityLeftSideBar">{serendipity_printSidebar side="left"}</div>
{/if}
<div style="clear: both;">&nbsp;</div>
</div>

<a href="{$serendipityBaseURL}"><img src="templates/blix/img/logo.png" alt="Logo" /></a>
<div id="footer">
<div id="serendipity_breadcrumb"><a href="{$serendipityBaseURL}">Home</a>
{if ($head_title && !$entry.title) || ($head_title != $entry.title)}
:: {$category.category_name}
{elseif $head_title && $entry.title}
:: <a href="{$category.category_link}">{$category.category_name}</a>
{if $entry.title == $head_title}
:: {$entry.title}
{/if}
{/if}
{if $isStaticpage && !$entry.title}
:: {$StaticpageTitle}
{/if}
</div>
<div id="credits">
Blix-Theme by <a href="http://www.kingcosmonaut.de/" title="Designer of This template" target="_blank">Sebastian Schmieg</a>
| Ported by <a href="http://taeglichanders.de/" title="Template ported by" target="_blank">Christian Hoffmann</a>
| Powered by <a href="http://www.s9y.org" title="The best Blog System in the world" target="_blank">Serendipity</a>
</div>
</div>

</div>
<div id="navigation">
<ul>
<li class="nav1"><a href="{$serendipityBaseURL}index.php" title="button 1" accesskey="1">BUTTON1</a></li>
<li class="nav2"><a href="{$serendipityBaseURL}index.php" title="button 2" accesskey="2">BUTTON2</a></li>
<li class="nav3"><a href="{$serendipityBaseURL}index.php" title="button 3" accesskey="3">BUTTON3</a></li>
<li class="nav4"><a href="{$serendipityBaseURL}index.php" title="button 4" accesskey="4">BUTTON4</a></li>
<!-- ADDITIONAL LINKS: UNCOMMENT TO ACTIVATE: remember to add them to style.css as well
<li class="nav4"><a href="{$serendipityBaseURL}index.php?/pages/contact.html" title="Contact" accesskey="4">Contact</a></li>
-->
</ul>
</div>
<br style="clear: both" />
</div>
<div id="mainpane">
<div id="content">{$CONTENT}</div>
{if $rightSidebarElements > 0}
<div id="serendipityRightSideBar">{serendipity_printSidebar side="right"}</div>
{/if}
{if $leftSidebarElements > 0}
<div id="serendipityLeftSideBar">{serendipity_printSidebar side="left"}</div>
{/if}
<div style="clear: both;">&nbsp;</div>
</div>

<div id="footer">
<div id="serendipity_breadcrumb"><a href="{$serendipityBaseURL}">Home</a>
{if $head_title && !$entry.title | $head_title != $entry.title}
:: {$category.category_name}
{elseif $head_title && $entry.title}
:: <a href="{$category.category_link}">{$category.category_name}</a>
{if $entry.title == $head_title}
:: {$entry.title}
{/if}
{/if}
{if $isStaticpage && !$entry.title}
:: {$StaticpageTitle}
{/if}
</div>
<div id="credits">
Blix-Theme by <a href="http://www.kingcosmonaut.de/" title="Designer of This template" target="_blank">Sebastian Schmieg</a>
| Ported by <a href="http://taeglichanders.de/" title="Template ported by" target="_blank">Christian Hoffmann</a>
| Powered by <a href="http://www.s9y.org" title="The best Blog System in the world" target="_blank">Serendipity</a>
</div>
</div>

{$raw_data}
{serendipity_hookPlugin hook="frontend_footer"}
{$raw_data}
{serendipity_hookPlugin hook="frontend_footer"}

</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions blix/info.txt
@@ -1,3 +1,3 @@
Name: blix (2008-11-23)
Name: blix (2014-01-09)
Author: Sebastian Schmieg (ported by Christian Hoffmann)
Date: 03/01/2006
Date: 2014-01-09
2 changes: 1 addition & 1 deletion glossy_white/comments.tpl
@@ -1,7 +1,7 @@
{foreach from=$comments item=comment}
<a id="c{$comment.id}"></a>
<div id="serendipity_comment_{$comment.id}" class="serendipity_comment serendipity_comment_author_{$comment.author|@makeFilename} {if $entry.author == $comment.author}serendipity_comment_author_self{/if}" style="padding-left: {$comment.depth*20}px">
<div class="commentwrap">
<div class="commentwrap">
<div class="serendipity_commentSource">
<a href="#c{$comment.id}" title="Link to comment #{$comment.trace}">#{$comment.trace}</a>
{if $comment.email}
Expand Down
18 changes: 9 additions & 9 deletions glossy_white/entries.tpl
Expand Up @@ -50,18 +50,18 @@
{else}
{$CONST.AT}
{/if} <a href="{$entry.link}">{if $dategroup.is_sticky}{$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY} {/if}{$entry.timestamp|@formatTime:'%H:%M'}</a>
</div>
</div>

{if $entry.has_comments}
{if $entry.has_comments}
<div class="comments">
{if $use_popups}
<a href="{$entry.link_popup_comments}" onclick="window.open(this.href, 'comments', 'width=480,height=480,scrollbars=yes'); return false;">{$entry.label_comments} ({$entry.comments})</a>
{else}
{if $entry.comments > 0}
<a href="{$entry.link}#comments" title="Read comments">{$entry.label_comments} ({$entry.comments})</a>
{else}
<a href="{$entry.link}#feedback" title="Add comment">Add comment</a>
{/if}
{if $entry.comments > 0}
<a href="{$entry.link}#comments" title="Read comments">{$entry.label_comments} ({$entry.comments})</a>
{else}
<a href="{$entry.link}#feedback" title="Add comment">Add comment</a>
{/if}
{/if}
</div>
{/if}
Expand All @@ -71,12 +71,12 @@
{if $use_popups}
| <a href="{$entry.link_popup_trackbacks}" onclick="window.open(this.href, 'comments', 'width=480,height=480,scrollbars=yes'); return false;">{$entry.label_trackbacks} ({$entry.trackbacks})</a>
{else}
<a rel="nofollow" style="font-weight: normal" href="{$entry.link_trackback}" onclick="alert('{$CONST.TRACKBACK_SPECIFIC_ON_CLICK|@escape:html}'); return false;" title="{$CONST.TRACKBACK_SPECIFIC_ON_CLICK|@escape}">Link to this post</a>
<a rel="nofollow" style="font-weight: normal" href="{$entry.link_trackback}" onclick="alert('{$CONST.TRACKBACK_SPECIFIC_ON_CLICK|@escape:html}'); return false;" title="{$CONST.TRACKBACK_SPECIFIC_ON_CLICK|@escape}">Link to this post</a>
{/if}
</div>
{/if}

{if $entry.is_entry_owner and not $is_preview}
{if $entry.is_entry_owner and not $is_preview}
<div class="edit">
<a href="{$entry.link_edit}">{$CONST.EDIT_ENTRY}</a>
</div>
Expand Down
128 changes: 64 additions & 64 deletions glossy_white/index.tpl
@@ -1,82 +1,82 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang}" lang="{$lang}">
<head>
<title>{$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" />
<meta name="Powered-By" content="Serendipity v.{$head_version}" />
<link rel="stylesheet" type="text/css" href="{$head_link_stylesheet}" />
<link rel="alternate" type="application/rss+xml" title="{$blogTitle} RSS feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/index.rss2" />
<link rel="alternate" type="application/x.atom+xml" title="{$blogTitle} Atom feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/atom10.xml" />
{if $entry_id}
<link rel="pingback" href="{$serendipityBaseURL}comment.php?type=pingback&amp;entry_id={$entry_id}" />
{/if}
{serendipity_hookPlugin hook="frontend_header"}
</head>
<head>
<title>{$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" />
<meta name="Powered-By" content="Serendipity v.{$head_version}" />
<link rel="stylesheet" type="text/css" href="{$head_link_stylesheet}" />
<link rel="alternate" type="application/rss+xml" title="{$blogTitle} RSS feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/index.rss2" />
<link rel="alternate" type="application/x.atom+xml" title="{$blogTitle} Atom feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/atom10.xml" />
{if $entry_id}
<link rel="pingback" href="{$serendipityBaseURL}comment.php?type=pingback&amp;entry_id={$entry_id}" />
{/if}
{serendipity_hookPlugin hook="frontend_header"}
</head>

{if $staticpage_pagetitle}
<body id="{$staticpage_pagetitle}">
{else}
<body id="Weblog">
{/if}
<div id="container">
<!--[if IE]>
<div class="iemessage"><img src="templates/leaf/img/warning.gif" alt="warning" /> Warning you are using a non-secure and non-standards compliant browser. <a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=115027&amp;t=1" title="Get Firefox!" target="_blank">Get a better browser</a>! also click <a href="http://myschizobuddy.com/index.php?/archives/6-Internet-Explorer-IE-Secure-Browser-Myth.html" title="Internet Explorer Secure Browser Myth" target="_blank">here</a> for more information.</div>
<![endif]-->
<div id="serendipity_banner">
<!--
<!--[if IE]>
<div class="iemessage"><img src="templates/leaf/img/warning.gif" alt="warning" /> Warning you are using a non-secure and non-standards compliant browser. <a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=115027&amp;t=1" title="Get Firefox!" target="_blank">Get a better browser</a>! also click <a href="http://myschizobuddy.com/index.php?/archives/6-Internet-Explorer-IE-Secure-Browser-Myth.html" title="Internet Explorer Secure Browser Myth" target="_blank">here</a> for more information.</div>
<![endif]-->
<div id="serendipity_banner">
<!--
<div class="logo">
<a href="{$serendipityBaseURL}"><img src="templates/leaf/img/logo.png" alt="Logo" /></a>
<a href="{$serendipityBaseURL}"><img src="templates/leaf/img/logo.png" alt="Logo" /></a>
</div>
-->
<div id="navigation">
<ul>
<li class="nav1"><a href="{$serendipityBaseURL}index.php?frontpage" title="button1" accesskey="1">button1</a></li>
<li class="nav2"><a href="{$serendipityBaseURL}index.php?frontpage" title="button2" accesskey="2">button2</a></li>
<li class="nav3"><a href="{$serendipityBaseURL}index.php?frontpage" title="button3" accesskey="3">button3</a></li>
<li class="nav4"><a href="{$serendipityBaseURL}index.php?frontpage" title="button4" accesskey="4">button4</a></li>
<!-- ADDITIONAL LINKS: UNCOMMENT TO ACTIVATE: remember to add them to style.css as well
<li class="nav4"><a href="{$serendipityBaseURL}index.php?/pages/contact.html" title="Contact" accesskey="4">Contact</a></li>
-->
</ul>
</div>
<br style="clear: both" />
</div>
<div id="mainpane">
<div id="content">{$CONTENT}</div>
{if $rightSidebarElements > 0}
<div id="serendipityRightSideBar">{serendipity_printSidebar side="right"}</div>
{/if}
{if $leftSidebarElements > 0}
<div id="serendipityLeftSideBar">{serendipity_printSidebar side="left"}</div>
{/if}
<div style="clear: both;">&nbsp;</div>
</div>
</div>
-->
<div id="navigation">
<ul>
<li class="nav1"><a href="{$serendipityBaseURL}index.php?frontpage" title="button1" accesskey="1">button1</a></li>
<li class="nav2"><a href="{$serendipityBaseURL}index.php?frontpage" title="button2" accesskey="2">button2</a></li>
<li class="nav3"><a href="{$serendipityBaseURL}index.php?frontpage" title="button3" accesskey="3">button3</a></li>
<li class="nav4"><a href="{$serendipityBaseURL}index.php?frontpage" title="button4" accesskey="4">button4</a></li>
<!-- ADDITIONAL LINKS: UNCOMMENT TO ACTIVATE: remember to add them to style.css as well
<li class="nav4"><a href="{$serendipityBaseURL}index.php?/pages/contact.html" title="Contact" accesskey="4">Contact</a></li>
-->
</ul>
</div>
<br style="clear: both" />
</div>
<div id="mainpane">
<div id="content">{$CONTENT}</div>
{if $rightSidebarElements > 0}
<div id="serendipityRightSideBar">{serendipity_printSidebar side="right"}</div>
{/if}
{if $leftSidebarElements > 0}
<div id="serendipityLeftSideBar">{serendipity_printSidebar side="left"}</div>
{/if}
<div style="clear: both;">&nbsp;</div>
</div>

<div id="footer">
<div id="serendipity_breadcrumb"><a href="{$serendipityBaseURL}">Home</a>
{if $head_title && !$entry.title | $head_title != $entry.title}
:: {$category.category_name}
{elseif $head_title && $entry.title}
:: <a href="{$category.category_link}">{$category.category_name}</a>
{if $entry.title == $head_title}
:: {$entry.title}
{/if}
{/if}
{if $isStaticpage && !$entry.title}
:: {$StaticpageTitle}
{/if}
</div>
<div id="credits">Copyright 2005 <a href="http://www.taeglichanders.de/" title="Copyrights 2005">T&auml;glich &amp; Anders</a>
| Original Code by <a href="http://myschizobuddy.com/" title="Template ported by" target="_blank">Ziyad Saeed</a>
<br />Powered by <a href="http://www.s9y.org" title="The best Blog System in the world" target="_blank">Serendipity</a>
</div>
</div>
<div id="footer">
<div id="serendipity_breadcrumb"><a href="{$serendipityBaseURL}">Home</a>
{if ($head_title && !$entry.title) || ($head_title != $entry.title)}
:: {$category.category_name}
{elseif $head_title && $entry.title}
:: <a href="{$category.category_link}">{$category.category_name}</a>
{if $entry.title == $head_title}
:: {$entry.title}
{/if}
{/if}
{if $isStaticpage && !$entry.title}
:: {$StaticpageTitle}
{/if}
</div>
<div id="credits">Copyright 2005 <a href="http://www.taeglichanders.de/" title="Copyrights 2005">T&auml;glich &amp; Anders</a>
| Original Code by <a href="http://myschizobuddy.com/" title="Template ported by" target="_blank">Ziyad Saeed</a>
<br />Powered by <a href="http://www.s9y.org" title="The best Blog System in the world" target="_blank">Serendipity</a>
</div>
</div>

{$raw_data}
{serendipity_hookPlugin hook="frontend_footer"}
{$raw_data}
{serendipity_hookPlugin hook="frontend_footer"}

</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions glossy_white/info.txt
@@ -1,3 +1,3 @@
Name: glossy white (2008-02-14)
Name: glossy white (2014-01-09)
Author: Christian Hoffmann (ported by Ziyad Saeed)
Date: 13/12/2005
Date: 2014-01-09
2 changes: 1 addition & 1 deletion glossy_white/sidebar.tpl
Expand Up @@ -2,6 +2,6 @@
<div class="serendipitySideBarItem container_{$item.class}">
<div class="serendipitySideBarTitle {$item.class}"><div class="ItemTitle">{$item.title}</div></div>
<div class="serendipitySideBarContent">{$item.content}</div>
<div class="serendipitySideBarFooter">{$item.footer}</div>
<div class="serendipitySideBarFooter">{$item.footer}</div>
</div>
{/foreach}
2 changes: 1 addition & 1 deletion leaf/comments.tpl
@@ -1,7 +1,7 @@
{foreach from=$comments item=comment}
<a id="c{$comment.id}"></a>
<div id="serendipity_comment_{$comment.id}" class="serendipity_comment serendipity_comment_author_{$comment.author|@makeFilename} {if $entry.author == $comment.author}serendipity_comment_author_self{/if}" style="padding-left: {$comment.depth*20}px">
<div class="commentwrap">
<div class="commentwrap">
<div class="serendipity_commentSource">
<a href="#c{$comment.id}" title="Link to comment #{$comment.trace}">#{$comment.trace}</a>
{if $comment.email}
Expand Down

0 comments on commit 4ea96cb

Please sign in to comment.