<!--[if IE 7]>\r
<link rel="stylesheet" type="text/css" href="{serendipity_getFile file="ie7.css"}" />\r
<![endif]-->\r
- {if $template_option.colorset != 'default'}\r
<!-- additional colorset stylesheet -->\r
<link rel="stylesheet" type="text/css" href="{$serendipityHTTPPath}templates/{$template}/{$template_option.colorset}_style.css" />\r
- {/if}\r
<link rel="alternate" type="application/rss+xml" title="{$blogTitle} RSS feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/index.rss2" />\r
<link rel="alternate" type="application/x.atom+xml" title="{$blogTitle} Atom feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/atom.xml" />\r
</head>\r
<h4 class="archives_header">{$archive.year}</h4>\r
{foreach from=$archive.months item="month"}\r
<ul class="archives_row">\r
- {if $template_option.colorset == 'default'}\r
+ {if $template_option.colorset == 'blank'}\r
<li class="archives_graph"><img src="{serendipity_getFile file="img/graph_bar_horisontal.png"}" alt="bar graph" height="10" width="{math width=100 equation="count * width / max" count=$month.entry_count max=$max_entries format="%d"}" style="border: 1px solid #000000" /></li>\r
{else}\r
<li class="archives_graph"><img src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_graph_bar.png" alt="bar graph" height="10" width="{math width=100 equation="count * width / max" count=$month.entry_count max=$max_entries format="%d"}" style="border: 1px solid #000000" /></li>\r
<!-- quicksearch option in the navigational link menu bar only when navbar is -->
<!-- above or below the banner -->
{if $template_option.sitenav_quicksearch == 'true'}
- <form id="navbarsearchform" action="{$serendipityBaseURL}" method="get"><input type="hidden" name="serendipity[action]" value="search" /><input alt="Quicksearch" type="text" name="serendipity[searchTerm]" value="{$CONST.QUICKSEARCH}..." onfocus="if(this.value=='{$CONST.QUICKSEARCH}...')value=''" onblur="if(this.value=='')value='{$CONST.QUICKSEARCH}...';" /></form>
+ <form id="navbarsearchform" action="{$serendipityBaseURL}" method="get"><input type="hidden" name="serendipity[action]" value="search" /><input alt="{$CONST.QUICKSEARCH}" type="text" name="serendipity[searchTerm]" value="{$CONST.QUICKSEARCH}..." onfocus="if(this.value=='{$CONST.QUICKSEARCH}...')value=''" onblur="if(this.value=='')value='{$CONST.QUICKSEARCH}...';" /></form>
{/if}
</div>
{/if}
<!-- quicksearch option in the navigational link menu bar only when navbar is -->
<!-- above or below the banner -->
{if $template_option.sitenav_quicksearch == 'true'}
- <form id="navbarsearchform" action="{$serendipityBaseURL}" method="get"><input type="hidden" name="serendipity[action]" value="search" /><input alt="Quicksearch" type="text" name="serendipity[searchTerm]" value="{$CONST.QUICKSEARCH}..." onfocus="if(this.value=='{$CONST.QUICKSEARCH}...')value=''" onblur="if(this.value=='')value='{$CONST.QUICKSEARCH}...';" /></form>
+ <form id="navbarsearchform" action="{$serendipityBaseURL}" method="get"><input type="hidden" name="serendipity[action]" value="search" /><input alt="{$CONST.QUICKSEARCH}" type="text" name="serendipity[searchTerm]" value="{$CONST.QUICKSEARCH}..." onfocus="if(this.value=='{$CONST.QUICKSEARCH}...')value=''" onblur="if(this.value=='')value='{$CONST.QUICKSEARCH}...';" /></form>
{/if}
</div>
{/if}
<tr>\r
<th id="back" scope="col" colspan="1" class="serendipity_calendarHeader" style="text-align: right">\r
{if $plugin_calendar_head.minScroll le $plugin_calendar_head.month_date}\r
- {if $template_option.colorset == 'default'}\r
+ {if $template_option.colorset == 'blank'}\r
<a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{serendipity_getFile file="img/back.png"}" width="12" height="12" /></a>\r
{else}\r
<a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_back.png" width="12" height="12" /></a>\r
\r
<th id="forward" scope="col" colspan="1" class="serendipity_calendarHeader" style="text-align: left">\r
{if $plugin_calendar_head.maxScroll ge $plugin_calendar_head.month_date}\r
- {if $template_option.colorset == 'default'}\r
+ {if $template_option.colorset == 'blank'}\r
<a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" src="{serendipity_getFile file="img/forward.png"}" width="12" height="12" /></a>\r
{else}\r
<a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_forward.png" width="12" height="12" /></a>\r
<meta name="Powered-By" content="Serendipity v.{$head_version}" />\r
<link rel="stylesheet" type="text/css" href="{serendipity_getFile file="base.css"}" />\r
<link rel="stylesheet" type="text/css" href="{$head_link_stylesheet}" />\r
-{if $template_option.colorset != 'default'}\r
-<!-- additional colorset stylesheet -->\r
+ <!--[if IE 6]>\r
+ <link rel="stylesheet" type="text/css" href="{serendipity_getFile file="ie6.css"}" />\r
+ <![endif]-->\r
+ <!--[if IE 7]>\r
+ <link rel="stylesheet" type="text/css" href="{serendipity_getFile file="ie7.css"}" />\r
+ <![endif]-->\r
+ <!-- additional colorset stylesheet -->\r
<link rel="stylesheet" type="text/css" href="{$serendipityHTTPPath}templates/{$template}/{$template_option.colorset}_style.css" />\r
-{/if}\r
+\r
<script type="text/javascript">\r
window.onload = function() {ldelim}\r
parent.document.getElementById('serendipity_iframe').style.height = document.getElementById('content').offsetHeight\r
text-align: left;
margin-left: 10px;
}
+
+/* overide serendipitySideBarItem overflow: hidden just for sidebar quicksearch livesearch_result */
+.container_serendipity_quicksearch_plugin{
+ overflow: visible !important;
+}
\ No newline at end of file