Activity Stream
48,167 MEMBERS
6729 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1.     
    #1
    Member
    Website's:
    medwarez.com

    Post need help in blogspot template

    hi i installed anew template to my blog

    but i have a small problem with it

    first here is my blog link : http://medicalwarez.blogspot.com/

    now in this template when i click in the thembnail photos the photo open itself above the blog





    but i want to make that when i click on the thembnail photos the post of that photo will open just like when i click in the post title

    here is the code of it

    Code: 
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
      <head>
        <b:include data='blog' name='all-head-content'/>
    <b:if cond='data:blog.url == data:blog.homepageUrl'>
        <title><data:blog.pageTitle/></title>
    <b:else/>
    <title><data:blog.pageName/> | <data:blog.title/></title>
    </b:if>
        <b:skin><![CDATA[/*
    **************************************************
    
    Template name: Lock Heart
    Version:1.0
    
    Author: Biyan
    url: http://www.dzignine.com
    
    **************************************************
    
    This template, all content, images and anything here, license under CreativeCommons.org Attribution-NonCommercial 3.0 Unported.
    
    http://creativecommons.org/licenses/by-nc/3.0/
    
    You mau use it, distributed it, modified as long as it footer or credit did not change or delete.
    
    ************************************************** */
    
    /* Variable definitions
       ====================
       <Variable name="keycolor" description="Main Color" type="color" default="#1a222a" value="#900007"/>
       <Variable name="body.background" description="Body Background" type="background"
        color="$(bgcolor)"
        default="#f7f7f7 url() no-repeat scroll top center"
         value="$(color) none no-repeat scroll center center"/>
    
       <Variable name="bgcolor" description="Page Background Color"
                 type="color" default="#000" value="#eeeeee">
       <Variable name="textcolor" description="Text Color"
                 type="color" default="#666" value="#000000">
       <Variable name="linkcolor" description="Link Color"
                 type="color" default="#ddd" value="#067eff">
       <Variable name="link.hover.color" description="Link Hover Color"
                 type="color" default="#75297b" value="#e69138">
       <Variable name="header.title.color" description="Header Color"
                 type="color" default="#f2f2f2" value="#444444">
       <Variable name="post.title.color" description="Post Title Color"
                 type="color" default="#999" value="#9d9d9d">
       <Variable name="bordercolor" description="Border Color"
                 type="color" default="#ddd" value="#067eff">
    
       <Variable name="bodyfont" description="Text Font"
                 type="font" default="normal normal 12px Arial, Halvetica, Verdana, Sans-Serif" value="normal normal 12px Nobile">
       <Variable name="header.font" description="Header Title Font"
                 type="font" default="normal normal 50px Helvetica, Arial, Verdana, Sans-serif" value="normal bold 60px Philosopher">
       <Variable name="header.description.font" description="Header Description Font"
                 type="font" default="normal normal 11px 'Trebuchet MS', Trebuchet, Arial,Verdana, Sans-serif" value="normal normal 10px Molengo">
       <Variable name="post.title.font" description="Post Title Font"
                 type="font" default="normal normal 10px helvetica, arial, sans" value="normal normal 24px Coming Soon">
       <Variable name="postfooterfont" description="Post Footer Font"
                 type="font"
                 default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
    
       <Variable name="startSide" description="Side where text starts in blog language"
                 type="automatic" default="left" value="left">
       <Variable name="endSide" description="Side where text ends in blog language"
                 type="automatic" default="right" value="right">
    */
    
    /* General
    ************************************************** */
    
    body {
        background:$(body.background);
        margin:0;
        color:$textcolor;
        }
    
    #outer-wrapper {
        width: 1000px;
        margin:0 auto;
        text-align:$startSide;
        font: $bodyfont;
        }
    
    a:link {
        color:$linkcolor;
        text-decoration:none;
        }
    
    a:visited {
        color:$linkcolor;
        text-decoration:none;
        }
    
    a:hover {
        color:$(link.hover.color);
        text-decoration:none;
        }
    
    a img {
        border-width:0;
        }
    
    #navbar-iframe,
    .feed-links,
    .jump-link,
    .status-msg-wrap {
        display:none
        }
    
    h1 {font-size:24px;}
    h2 {font-size:14px;}
    h3 {font-size:18px;}
    h4 {font-size:12px;}
    h5 {font-size:10px;}
    h6 {font-size:8px;}
    hr {
        background-color:$bordercolor;
        border:0;
        height:1px;
        margin-bottom:2px;
        clear:both;
        }
    p {margin:0 0 1em 0;padding:0}
    
    
    
    /* Header
    ************************************************** */
    #header-wrapper {
        margin: 0 auto;
        width: 100%;
        padding:50px 0;
        float:left;
        }
    
    #header {
        text-align: left;
        width:50%;
        float:left;
        padding:0;
        }
    
    #header a {
        color:$(header.title.color);
        text-decoration:none;
        }
    
    #header a:hover {
        color:$(header.title.color);
        }
    
    #header h1 {
        margin:0 auto;
        padding:0;
        text-decoration:none;
        font: $(header.font);
        color:$(header.title.color);
        text-shadow:3px 3px 0px #ddd;
        }
    
    #header .description {
        margin:0;
        padding:0;
        text-decoration:none;
        font: $(header.description.font);
        color:$(header.title.color);
        text-transform:uppercase;
        }
    
    
    
    /* Navigation 
    ************************************************** */
    #navi {
        width:50%;
        float:right;
        font:$bodyfont;
        margin:15px 0 0 0;
        padding:0;
        }
    
    #navi h2 {
        display:none
        }
    
    #navi ul {
        list-style:none;
        margin:0;
        padding:0;
        float:right;
        }
    
    #navi ul li {
        float:left;
        padding:7px 20px;
        }
    
    .selected {
        background:#666;
        box-shadow:4px 4px 0px #ddd;
        }
    
    .selected a {
        color:#fff;
        }
    
    
    
    /* Primary content
    ************************************************** */
    #main-wrapper {
        width:840px;
        margin:0 auto;
        text-align: left;
        clear:both;
        float:right;
        }
    
    
    /* Posts */
    
    .crop {
        width:253px;
        height:150px;
        overflow:hidden;
        float:left;
        margin:0;
        }
    
    .rmlink {
        font-size:11px;
        font-weight:bold;
        margin-top:17px;
        }
    
    .rmlink a {
        color:#2dcf12;
        }
    
    .main .Blog {
        border-bottom-width: 0;
        }
    
    #main {
        padding:0 0 0 20px;
        }
    
    .post-header-line-1 {
        margin:0 0 15px;
        font-size:11px;
        }
    
    .post {
        margin:0;
        padding-bottom:1.5em;
        }
    
    .post h3 {
        margin:0;
        padding:0;
        background:url(http://1.bp.blogspot.com/-4G5ivSeEBTA/TnMrU6NEtDI/AAAAAAAACPg/2nbypjQa2nA/s1600/border.gif) repeat-x center top;
        }
    
    .post h3 a,
    .post h3 a:visited,
    .post h3 strong {
        display:block;
        text-decoration:none;
        color:$(post.title.color);
        margin: 0 0 6px 0;
        padding: 4px 0;
        font-weight:bold;
        font-size:14px;
        }
    
    .post h3 strong,
    .post h3 a:hover {
        color:$(link.hover.color);
        }
    
    .post-body {
        margin:0;
        width:650px;
        line-height:1.6em;
        float:left;
        padding-bottom:30px;
        }
    
    .post-body blockquote {
        line-height:1.3em;
        border-left:1px solid $bordercolor;
        padding-left:10px;
        color:#777;
        }
    
    .post blockquote {
        margin:1em 20px;
        }
    
    .post blockquote p {
        margin:.75em 0;
        }
    
    .post-footer {
        margin:0;
        padding:0 0 0 10px;
        color:$textcolor;
        line-height: 2em;
        background:none;
        float:right;
        width:150px;
        border-left:1px solid $bordercolor;
        }
    
    .post-footer-line-2 {
        display:none
        }
    
    .post img, table.tr-caption-container {
        max-width:650px;
        height:auto;
        overflow:hidden;
        }
    
    .tr-caption-container img {
        border: none;
        padding: 0;
        }
    
    
    
    /* Secondary Content
    ************************************************** */
    
    #sidebar-wrapper {
        float: left;
        width: 160px;
        }
    
    .sidebar { 
        line-height: 1.5em;
        padding:0;
        }
    
    .sidebar h2 {
        font-size:15px;
        margin: 0 0 6px 0;
        padding: 4px 0 4px 0;
        font-weight:bold;
        font-family:Helvetica, Arial, Verdana, Sans-serif;
        color:$textcolor;
        }
    
    .sidebar ul {
        list-style:none;
        margin:0 0 0;
        padding:0 0 0;
        }
    
    .sidebar li {
        margin:0;
        padding:0;
        line-height:1.5em;
        border-bottom:1px solid #efefef;
        }
    
    .sidebar .widget { 
        padding:0;
        margin:0 0 30px 0;
        background:url(http://1.bp.blogspot.com/-4G5ivSeEBTA/TnMrU6NEtDI/AAAAAAAACPg/2nbypjQa2nA/s1600/border.gif) repeat-x center top;
        }
    
    .sidebar .widget-content {
        padding:0;
        }
    
    
    /* Comments Content
    ************************************************** */
    
    #comments h4 {
        font-size:14px;
        font-weight:bold;
        clear:both;
        }
    
    #comments-block {
        line-height:1.6em;
        margin:1em 0 1.5em;
        }
    
    #comments-block .comment-author {
        font-size:12px;
        font-weight:bold;
        margin-right:20px;
        padding:5px 5px 5px 65px;
        }
    
    #comments-block .avatar-image-container {
        height:45px;
        position:absolute;
        left:0;
        width:45px;
        }
    
    #comments-block .comment-body {
        margin-bottom:20px;
        margin-left:0;
        margin-right:20px;
        padding:10px 7px 7px 65px;
        }
    
    #comments-block .comment-footer {
        background:none repeat scroll 0 0 transparent;
        border:medium none;
        float:right;
        font-size:11px;
        line-height:1.4em;
        margin:-27px 25px 2em 0;
        padding:5px;
        text-transform:none;
        }
    
    #comments-block .comment-body p {
        margin:0 0 0.75em;
        }
    
    #comments-block.avatar-comment-indent  {
        position:relative;
        margin:0 auto;
        }
    
    #comments-block .avatar-image-container img {
        border:medium none;
        float:right;
        height:45px;
        width:45px;
        }
    
    #blog-pager-newer-link {
        float: $startSide;
        }
    #blog-pager-older-link {
        float: $endSide;
        margin-right:10px;
        }
    
    #blog-pager {
        text-align: center;
        margin-top:10px;
        padding:10px 0;
        text-transform:uppercase;
        font-size:10px;
        clear:both;
        }
    
    .feed-links {
        clear: both;
        line-height: 2.5em;
        }
    
    
    
    /* Admin
    ************************************************** */
    .profile-img { 
        float: $startSide;
        margin-top: 0;
        margin-$endSide: 5px;
        margin-bottom: 5px;
        margin-$startSide: 0;
        padding: 4px;
        border: 1px solid $bordercolor;
        }
    
    .profile-data {
        margin:0;
        text-transform:uppercase;
        letter-spacing:.1em;
        font: $postfooterfont;
        color: $textcolor;
        font-weight: bold;
        line-height: 1.6em;
        }
    
    .profile-datablock { 
        margin:.5em 0 .5em;
        }
    
    .profile-textblock { 
        margin: 0.5em 0;
        line-height: 1.6em;
        }
    
    .profile-link { 
        font: $postfooterfont;
        text-transform: uppercase;
        letter-spacing: .1em;
        }
    
    
    
    /* Credit
    ************************************************** */
    #footer-wrapper {
        background:url(http://1.bp.blogspot.com/-4G5ivSeEBTA/TnMrU6NEtDI/AAAAAAAACPg/2nbypjQa2nA/s1600/border.gif) repeat-x center top;
        width: 100%;
        height: 48px;
        margin: 0 auto 20px auto;
        color:$textcolor;
        font-family:Arial, Halvetica, Verdana, Sans-Serif;
        font-size:11px;
        }
    
    #footer-wrapper, #footer-wrapper a:visited{
        text-decoration: none;
        }
    
    #footer-wrapper a:hover {
        color:$(link.hover.color);
        }
    
    .footer-left, .footer-right {
        padding:15px 0 0;
        }
    
    .footer-left {
        width:400px;
        float:left;
        text-align:left;
        }
    
    .footer-right {
        width:400px;
        float:right;
        text-align:right;
        }
    
    
    
    ]]></b:skin>
    
    <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>
    
    
    <!-- Auto Read More :
        - This template use auto read more to generate thumbnail automatically ;
        - The thumbnail dimention control by "Crop" elements ;
        - I'm not recomendded you to change the thumbnail width ;
        - However, you can change the "crop" heigh.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
    <script type='text/javascript'>
    var thumbnail_mode = &quot;float&quot; ;
    summary_noimg = 400;
    summary_img = 430;
    img_thumb_height = 150;
    img_thumb_width = 150;
    </script>
    
    <script type='text/javascript'>
    //<![CDATA[
    function removeHtmlTag(strx,chop){
    if(strx.indexOf("<")!=-1)
    {
    var s = strx.split("<");
    for(var i=0;i<s.length;i++){
    if(s[i].indexOf(">")!=-1){
    s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
    }
    }
    strx = s.join("");
    }
    chop = (chop < strx.length-1) ? chop : strx.length-2;
    while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
    strx = strx.substring(0,chop-1);
    return strx+'...';
    }
    
    function createSummaryAndThumb(pID){
    var div = document.getElementById(pID);
    var imgtag = "";
    var img = div.getElementsByTagName("img");
    var summ = summary_noimg;
    if(img.length>=1) {
    imgtag = '<div class="crop"><a href="'+img[0].src+'"><img src="'+img[0].src+'" width="270px;" /></a></div>';
    summ = summary_img;
    }
    
    var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
    div.innerHTML = summary;
    }
    //]]>
    </script>
    <!-- End of auto read more -->
    
    
    <!-- Start Conditional Tag
        - The following CSS control template layout in home page
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
    <b:if cond='data:blog.pageType != &quot;item&quot;'>
    <style type='text/css'>
    
    .post {
        width:253px;
        height:310px;
        float:left;
        overflow:hidden;
        margin-right:20px;
        }
    
    .post-title-2,
    .post-header-line-1 {
        display:none
        }
    
    .post h3 a {
        font-size:14px;
        border-bottom:none;
        font-weight:bold;
        }
    
    .post-body {
        width:100%;
        height:150px;
        overflow:hidden;
        margin-bottom:10px;
        .margin-bottom:0; /* IE Hack */
        padding:0;
        }
    
    .post-footer {
        width:auto;
        margin:0;
        float:none;
        padding:10px;
        font-size:11px;
        border-bottom:1px solid #ddd;
        border-left:1px solid #ddd;
        border-right:1px solid #ddd;
        background:#fff url(http://1.bp.blogspot.com/-T13EVKOGuwE/TnMn7Mr3bHI/AAAAAAAACPY/ZDF6VKQYcNs/s1600/post-footer-index.gif) no-repeat right bottom;
        line-height:1.6em;
        }
    
    .post-footer-line-2 {
        display:block
        }
    
    </style>
    </b:if>
    
    
    <!-- Start Conditional Tag
        - The following CSS control Pages layout.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
    <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
    <style type='text/css'>
    .post {
        width:100%;
        height:auto;
        float:left;
        overflow:hidden;
        margin-right:0;
        }
    
    .post-body {
        width:100%;
        height:auto;
        margin:0;
        padding:10px 0 0 0;
        }
    
    .post-title-2 {
        display:block
        }
    
    .post-header-line-1,
    .rmlink,
    .post-footer {
        display:none
        }
    
    </style>
    </b:if>
    
      </head>
    
      <body>
    
      <div id='outer-wrapper'><div id='wrap2'>
    
        <div id='header-wrapper'>
        <b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
    <b:widget id='Header1' locked='true' title='Medical Warez (Header)' type='Header'>
    <b:includable id='title'>
      <b:if cond='data:blog.url == data:blog.homepageUrl'>
        <data:title/>
      <b:else/>
        <a expr:href='data:blog.homepageUrl'><data:title/></a>
      </b:if>
    </b:includable>
    <b:includable id='description'>
      <div class='descriptionwrapper'>
        <p class='description'><span><data:description/></span></p>
      </div>
    </b:includable>
    <b:includable id='main'>
    
      <b:if cond='data:useImage'>
        <b:if cond='data:imagePlacement == &quot;BEHIND&quot;'>
          <!--
          Show image as background to text. You can't really calculate the width
          reliably in JS because margins are not taken into account by any of
          clientWidth, offsetWidth or scrollWidth, so we don't force a minimum
          width if the user is using shrink to fit.
          This results in a margin-width's worth of pixels being cropped. If the
          user is not using shrink to fit then we expand the header.
          -->
          <div expr:style='&quot;background-image: url(\&quot;&quot; + data:sourceUrl + &quot;\&quot;); &quot;                      + &quot;background-position: &quot;                      + data:backgroundPositionStyleStr + &quot;; &quot;                      + data:widthStyleStr                      + &quot;min-height: &quot; + data:height + &quot;px;&quot;                      + &quot;_height: &quot; + data:height + &quot;px;&quot;                      + &quot;background-repeat: no-repeat; &quot;' id='header-inner'>
            <div class='titlewrapper' style='background: transparent'>
              <h1 class='title' style='background: transparent; border-width: 0px'>
                <b:include name='title'/>
              </h1>
            </div>
            <b:include name='description'/>
          </div>
        <b:else/>
          <!--Show the image only-->
          <div id='header-inner'>
            <a expr:href='data:blog.homepageUrl' style='display: block'>
              <img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &quot;_headerimg&quot;' expr:src='data:sourceUrl' expr:width='data:width' style='display: block'/>
            </a>
            <!--Show the description-->
            <b:if cond='data:imagePlacement == &quot;BEFORE_DESCRIPTION&quot;'>
              <b:include name='description'/>
            </b:if>
          </div>
        </b:if>
      <b:else/>
        <!--No header image -->
        <div id='header-inner'>
          <div class='titlewrapper'>
            <h1 class='title'>
              <b:include name='title'/>
            </h1>
          </div>
          <b:include name='description'/>
        </div>
      </b:if>
    </b:includable>
    </b:widget>
    </b:section>
    
        <b:section class='navi' id='navi' maxwidgets='1'>
    <b:widget id='CustomSearch1' locked='false' title='Search This Blog' type='CustomSearch'>
    <b:includable id='main'>
        <!-- only display title if it's non-empty -->
        <b:if cond='data:title != &quot;&quot;'>
          <h2 class='title'><data:title/></h2>
        </b:if>
    
        <div class='widget-content'>
          <div expr:id='data:widget.instanceId + &quot;_form&quot;'>
            <span class='cse-status'><data:loadingMsg/></span>
          </div>
        </div>
    
        <!-- override gsearch.css -->
        <style type='text/css'>
          #uds-searchControl .gs-result .gs-title,
          #uds-searchControl .gs-result .gs-title *,
          #uds-searchControl .gsc-results .gsc-trailing-more-results,
          #uds-searchControl .gsc-results .gsc-trailing-more-results * {
            color:<data:linkColor/>;
          }
    
          #uds-searchControl .gs-result .gs-title a:visited,
          #uds-searchControl .gs-result .gs-title a:visited * {
            color:<data:visitedLinkColor/>;
          }
    
          #uds-searchControl .gs-relativePublishedDate,
          #uds-searchControl .gs-publishedDate {
            color: <data:dateColor/>;
          }
    
          #uds-searchControl .gs-result a.gs-visibleUrl,
          #uds-searchControl .gs-result .gs-visibleUrl {
            color: <data:urlColor/>;
          }
    
          #uds-searchControl .gsc-results {
            border-color: <data:borderColor/>;
            background-color: <data:backgroundColor/>;
          }
    
          #uds-searchControl .gsc-tabhActive {
            border-color: <data:borderColor/>;
            border-top-color: <data:activeBorderColor/>;
            background-color: <data:backgroundColor/>;
            color: <data:textColor/>;
          }
    
          #uds-searchControl .gsc-tabhInactive {
            border-color: <data:borderColor/>;
            background-color: transparent;
            color: <data:linkColor/>;
          }
    
          #uds-searchClearResults {
            border-color: <data:borderColor/>;
          }
    
          #uds-searchClearResults:hover {
            border-color: <data:activeBorderColor/>;
          }
    
          #uds-searchControl .gsc-cursor-page {
            color: <data:linkColor/>;
          }
    
          #uds-searchControl .gsc-cursor-current-page {
            color: <data:textColor/>;
          }
        </style>
    
        <b:include name='quickedit'/>
      </b:includable>
    </b:widget>
    </b:section>
        </div>
    
        <!-- skip links for text browsers -->
        <span id='skiplinks' style='display:none;'>
          <a href='#main'>skip to main </a> /
          <a href='#bottom'>skip to footer</a>
        </span>
    
        <div id='content-wrapper'>
    
          <div id='main-wrapper'>
            <b:section class='main' id='main' showaddelement='no'>
    <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'>
    <b:includable id='nextprev'>
      <div class='blog-pager' id='blog-pager'>
        <b:if cond='data:newerPageUrl'>
          <span id='blog-pager-newer-link'>
          <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'>&#171; Next</a>
          </span>
        </b:if>
    
        <b:if cond='data:olderPageUrl'>
          <span id='blog-pager-older-link'>
          <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olderPageTitle'>Prev &#187;</a>
          </span>
        </b:if>
    
        <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
    
      </div>
      <div class='clear'/>
    </b:includable>
    <b:includable id='shareButtons' var='post'>
      <b:if cond='data:post.sharePostUrl'>
          <a class='share-button sb-email' expr:href='data:post.sharePostUrl + &quot;&amp;target=email&quot;' expr:title='data:top.emailThisMsg' target='_blank'>
            <span class='share-button-link-text'><data:top.emailThisMsg/></span></a>
          <a class='share-button sb-blog' expr:href='data:post.sharePostUrl + &quot;&amp;target=blog&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' expr:title='data:top.blogThisMsg' target='_blank'>
            <span class='share-button-link-text'><data:top.blogThisMsg/></span></a>
          <a class='share-button sb-twitter' expr:href='data:post.sharePostUrl + &quot;&amp;target=twitter&quot;' expr:title='data:top.shareToTwitterMsg' target='_blank'>
            <span class='share-button-link-text'><data:top.shareToTwitterMsg/></span></a>
          <a class='share-button sb-facebook' expr:href='data:post.sharePostUrl + &quot;&amp;target=facebook&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' expr:title='data:top.shareToFacebookMsg' target='_blank'>
            <span class='share-button-link-text'><data:top.shareToFacebookMsg/></span></a>
          <a class='share-button sb-buzz' expr:href='data:post.sharePostUrl + &quot;&amp;target=buzz&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=415,width=690\&quot;); return false;&quot;' expr:title='data:top.shareToBuzzMsg' target='_blank'>
            <span class='share-button-link-text'><data:top.shareToBuzzMsg/></span></a>
      </b:if>
    </b:includable>
    <b:includable id='backlinks' var='post'>
      <a name='links'/><h4><data:post.backlinksLabel/></h4>
      <b:if cond='data:post.numBacklinks != 0'>
        <dl class='comments-block' id='comments-block'>
          <b:loop values='data:post.backlinks' var='backlink'>
            <div class='collapsed-backlink backlink-control'>
              <dt class='comment-title'>
                <span class='backlink-toggle-zippy'>&#160;</span>
                <a expr:href='data:backlink.url' rel='nofollow'><data:backlink.title/></a>
                <b:include data='backlink' name='backlinkDeleteIcon'/>
              </dt>
              <dd class='comment-body collapseable'>
                <data:backlink.snippet/>
              </dd>
              <dd class='comment-footer collapseable'>
                <span class='comment-author'><data:post.authorLabel/> <data:backlink.author/></span>
                <span class='comment-timestamp'><data:post.timestampLabel/> <data:backlink.timestamp/></span>
              </dd>
            </div>
          </b:loop>
        </dl>
      </b:if>
      <p class='comment-footer'>
        <a class='comment-link' expr:href='data:post.createLinkUrl' expr:id='data:widget.instanceId + &quot;_backlinks-create-link&quot;' target='_blank'><data:post.createLinkLabel/></a>
      </p>
    </b:includable>
    <b:includable id='mobile-main' var='top'>
        <!-- posts -->
        <div class='blog-posts hfeed'>
    
          <b:include data='top' name='status-message'/>
    
          <b:if cond='data:blog.pageType == &quot;index&quot;'>
            <b:loop values='data:posts' var='post'>
              <b:include data='post' name='mobile-index-post'/>
            </b:loop>
          <b:else/>
            <b:loop values='data:posts' var='post'>
              <b:include data='post' name='mobile-post'/>
            </b:loop>
          </b:if>
        </div>
    
       <b:include name='mobile-nextprev'/>
    </b:includable>
    <b:includable id='post' var='post'>
      <div class='post hentry'>
        <a expr:name='data:post.id'/>
        <b:if cond='data:post.title'>
          <h3 class='post-title-2'>
         <b:if cond='data:post.link'>
           <a expr:href='data:post.link'><data:post.title/></a>
         <b:else/>
            <b:if cond='data:post.url'>
              <a expr:href='data:post.url'><data:post.title/></a>
            <b:else/>
              <data:post.title/>
            </b:if>
         </b:if>
          </h3>
        </b:if>
    
        <div class='post-header'>
        <div class='post-header-line-1'>
        </div>
        </div>
    
    
        <div class='post-body entry-content'>
    <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
    <div expr:id='&quot;summary&quot; + data:post.id' style='display:none;'><data:post.body/></div>
    <script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>
    <span class='rmlink' style='float:left;'><a expr:href='data:post.url'><data:post.jumpText/></a></span>
    </b:if>
    <b:if cond='data:blog.pageType != &quot;item&quot;'>
    <div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
    <script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>
    <span class='rmlink' style='float:left'><a expr:href='data:post.url'><data:post.jumpText/></a></span>
    </b:if>
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <data:post.body/>
    </b:if>
    
          <div style='clear: both;'/> <!-- clear for photos floats -->
        </div>
    
        <b:if cond='data:post.hasJumpLink'>
          <div class='jump-link'>
            <a expr:href='data:post.url + &quot;#more&quot;' expr:title='data:post.title'><data:post.jumpText/></a>
          </div>
        </b:if>
    
        <div class='post-footer'>
        <div class='post-footer-line-1'>
        </div>
    
          <div class='post-footer-line-2'>
          <h3 class='post-title entry-title'>
         <b:if cond='data:post.link'>
           <a expr:href='data:post.link'><data:post.title/></a>
         <b:else/>
            <b:if cond='data:post.url'>
              <a expr:href='data:post.url'><data:post.title/></a>
            <b:else/>
              <data:post.title/>
            </b:if>
         </b:if>
          </h3>
          </div>
    
          <div class='post-footer-line-3'>
    
        <span class='post-author vcard'>
            <b:if cond='data:top.showAuthor'>
              <data:top.authorLabel/>
              <span class='fn'><data:post.author/></span>
            </b:if>
          </span><br/>
    
          <span class='post-comment-link'>
              <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
                <b:if cond='data:post.allowComments'>
                  <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
                </b:if>
              </b:if>
          </span><br/>
    
          <span class='post-labels'>
            <b:if cond='data:post.labels'>
              <data:postLabelsLabel/>
              <b:loop values='data:post.labels' var='label'>
                <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>
              </b:loop>
            </b:if>
          </span><br/>
    
    <span><data:post.dateHeader/></span>
    
    <span class='post-location'>
            <b:if cond='data:top.showLocation'>
              <b:if cond='data:post.location'>
                <data:postLocationLabel/>
                <a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
              </b:if>
            </b:if>
          </span> </div>
        </div>
      </div>
    </b:includable>
    <b:includable id='status-message'>
      <b:if cond='data:navMessage'>
      <div class='status-msg-wrap'>
        <div class='status-msg-body'>
          <data:navMessage/>
        </div>
        <div class='status-msg-border'>
          <div class='status-msg-bg'>
            <div class='status-msg-hidden'><data:navMessage/></div>
          </div>
        </div>
      </div>
      <div style='clear: both;'/>
      </b:if>
    </b:includable>
    <b:includable id='comment-form' var='post'>
      <div class='comment-form'>
        <a name='comment-form'/>
        <b:if cond='data:mobile'>
          <h4 id='comment-post-message'>
            <a expr:id='data:widget.instanceId + &quot;_comment-editor-toggle-link&quot;' href='javascript:void(0)'><data:postCommentMsg/></a></h4>
          <p><data:blogCommentMessage/></p>
          <data:blogTeamBlogMessage/>
          <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
          <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
        <b:else/>
          <h4 id='comment-post-message'><data:postCommentMsg/></h4>
          <p><data:blogCommentMessage/></p>
          <data:blogTeamBlogMessage/>
          <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
          <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
        </b:if>
        <data:post.friendConnectJs/>
        <data:post.cmtfpIframe/>
        <b:if cond='data:showCmtPopup'>
          <div id='comment-popup' style='width:100px;height:20px;'>
            <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
            </iframe>
          </div>
        </b:if>
        <script type='text/javascript'>
          BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);
        </script>
      </div>
    </b:includable>
    <b:includable id='backlinkDeleteIcon' var='backlink'>
      <span expr:class='&quot;item-control &quot; + data:backlink.adminClass'>
        <a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
          <img src='//www.blogger.com/img/icon_delete13.gif'/>
        </a>
      </span>
    </b:includable>
    <b:includable id='mobile-nextprev'>
      <div class='blog-pager' id='blog-pager'>
        <b:if cond='data:newerPageUrl'>
          <div class='mobile-link-button' id='blog-pager-newer-link'>
          <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'><data:newerPageTitle/></a>
          </div>
        </b:if>
    
        <b:if cond='data:olderPageUrl'>
          <div class='mobile-link-button' id='blog-pager-older-link'>
          <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olderPageTitle'><data:olderPageTitle/></a>
          </div>
        </b:if>
    
        <div class='mobile-link-button' id='blog-pager-home-link'>
        <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
        </div>
    
        <div class='mobile-desktop-link'>
          <a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
        </div>
    
      </div>
      <div class='clear'/>
    </b:includable>
    <b:includable id='mobile-post' var='post'>
      <div class='date-outer'>
        <b:if cond='data:post.dateHeader'>
          <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
        </b:if>
        <div class='date-posts'>
          <div class='post-outer'>
    
            <div class='post hentry uncustomized-post-template'>
              <a expr:name='data:post.id'/>
              <b:if cond='data:post.title'>
                <h3 class='post-title entry-title'>
                  <b:if cond='data:post.link'>
                    <a expr:href='data:post.link'><data:post.title/></a>
                  <b:else/>
                    <b:if cond='data:post.url'>
                      <b:if cond='data:blog.url != data:post.url'>
                        <a expr:href='data:post.url'><data:post.title/></a>
                      <b:else/>
                        <data:post.title/>
                      </b:if>
                    <b:else/>
                      <data:post.title/>
                    </b:if>
                  </b:if>
                </h3>
              </b:if>
    
              <div class='post-header'>
                <div class='post-header-line-1'/>
              </div>
    
              <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id'>
                <data:post.body/>
                <div style='clear: both;'/> <!-- clear for photos floats -->
              </div>
    
              <div class='post-footer'>
                <div class='post-footer-line post-footer-line-1'>
                  <span class='post-author vcard'>
                    <b:if cond='data:top.showAuthor'>
                      <data:top.authorLabel/>
                      <span class='fn'><data:post.author/></span>
                    </b:if>
                  </span>
    
                  <span class='post-timestamp'>
                    <b:if cond='data:top.showTimestamp'>
                      <data:top.timestampLabel/>
                      <b:if cond='data:post.url'>
                        <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
                      </b:if>
                    </b:if>
                  </span>
    
                  <span class='post-comment-link'>
                    <b:if cond='data:blog.pageType != &quot;item&quot;'>
                      <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
                        <b:if cond='data:post.allowComments'>
                          <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
                        </b:if>
                      </b:if>
                    </b:if>
                  </span>
                </div>
    
                <div class='post-footer-line post-footer-line-2'>
                  <b:if cond='data:top.showMobileShare'>
                    <div class='mobile-link-button goog-inline-block' id='mobile-share-button'>
                      <a href='javascript:void();'><data:shareMsg/></a>
                    </div>
                  </b:if>
                  <b:if cond='data:top.showDummy'>
                    <div class='goog-inline-block dummy-container'><data:post.dummyTag/></div>
                  </b:if>
                </div>
    
              </div>
            </div>
    
            <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
              <b:include data='post' name='comments'/>
            </b:if>
            <b:if cond='data:blog.pageType == &quot;item&quot;'>
              <b:include data='post' name='comments'/>
            </b:if>
          </div>
        </div>
      </div>
    </b:includable>
    <b:includable id='postQuickEdit' var='post'>
      <b:if cond='data:post.editUrl'>
        <span expr:class='&quot;item-control &quot; + data:post.adminClass'>
          <a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
            <img alt='' class='icon-action' height='18' src='http://img2.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
          </a>
        </span>
      </b:if>
    </b:includable>
    <b:includable id='main' var='top'>
      <!-- posts -->
      <div class='blog-posts hfeed'>
    
        <b:include data='top' name='status-message'/>
    
        <data:defaultAdStart/>
        <b:loop values='data:posts' var='post'>
          <b:if cond='data:post.isDateStart'>
            <b:if cond='data:post.isFirstPost == &quot;false&quot;'>
              &lt;/div&gt;&lt;/div&gt;
            </b:if>
          </b:if>
          <b:if cond='data:post.isDateStart'>
            &lt;div class=&quot;date-outer&quot;&gt;
          </b:if>
          <b:if cond='data:post.isDateStart'>
            &lt;div class=&quot;date-posts&quot;&gt;
          </b:if>
          <div class='post-outer'>
          <b:include data='post' name='post'/>
          <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
            <b:include data='post' name='comments'/>
          </b:if>
          <b:if cond='data:blog.pageType == &quot;item&quot;'>
            <b:include data='post' name='comments'/>
          </b:if>
          </div>
          <b:if cond='data:post.includeAd'>
            <b:if cond='data:post.isFirstPost'>
              <data:defaultAdEnd/>
            <b:else/>
              <data:adEnd/>
            </b:if>
            <div class='inline-ad'>
              <data:adCode/>
            </div>
            <data:adStart/>
          </b:if>
          <b:if cond='data:post.trackLatency'>
            <data:post.latencyJs/>
          </b:if>
        </b:loop>
        <b:if cond='data:numPosts != 0'>
          &lt;/div&gt;&lt;/div&gt;
        </b:if>
        <data:adEnd/>
      </div>
    
      <!-- navigation -->
      <b:include name='nextprev'/>
    
      <!-- feed links -->
      <b:include name='feedLinks'/>
    
      <b:if cond='data:top.showStars'>
        <script src='//www.google.com/jsapi' type='text/javascript'/>
        <script type='text/javascript'>
          google.load(&quot;annotations&quot;, &quot;1&quot;, {&quot;locale&quot;: &quot;<data:top.languageCode/>&quot;});
          function initialize() {
            google.annotations.setApplicationId(<data:top.blogspotReviews/>);
            google.annotations.createAll();
            google.annotations.fetch();
          }
          google.setOnLoadCallback(initialize);
        </script>
      </b:if>
    </b:includable>
    <b:includable id='commentDeleteIcon' var='comment'>
      <span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
        <a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>
          <img src='//www.blogger.com/img/icon_delete13.gif'/>
        </a>
      </span>
    </b:includable>
    <b:includable id='feedLinks'>
      <b:if cond='data:blog.pageType != &quot;item&quot;'> <!-- Blog feed links -->
        <b:if cond='data:feedLinks'>
          <div class='blog-feeds'>
            <b:include data='feedLinks' name='feedLinksBody'/>
          </div>
        </b:if>
    
        <b:else/> <!--Post feed links -->
        <div class='post-feeds'>
          <b:loop values='data:posts' var='post'>
            <b:if cond='data:post.allowComments'>
              <b:if cond='data:post.feedLinks'>
                <b:include data='post.feedLinks' name='feedLinksBody'/>
              </b:if>
            </b:if>
          </b:loop>
        </div>
      </b:if>
    </b:includable>
    <b:includable id='mobile-index-post' var='post'>
      <b:if cond='data:post.dateHeader'>
        <div class='mobile-index-date'>
          <div class='date-header'>
            <span><data:post.dateHeader/></span>
          </div>
        </div>
      </b:if>
    
      <div class='mobile-post-outer'>
        <div class='mobile-index-title-outer'>
          <h3 class='mobile-index-title entry-title'>
            <a href='javascript:void(0)'><data:post.title/></a>
          </h3>
        </div>
    
        <div>
          <div class='mobile-index-arrow'>
            <a href='javascript:void(0)'>&amp;rsaquo;</a>
          </div>
    
          <div class='mobile-post-contents'>
            <b:if cond='data:post.thumbnailUrl'>
              <div class='mobile-index-thumbnail'>
                <div class='Image'>
                  <img expr:src='data:post.thumbnailUrl'/>
                </div>
              </div>
            </b:if>
    
            <div class='post-body'>
              <b:if cond='data:post.snippet'><data:post.snippet/></b:if>
            </div>
          </div>
          <div style='clear: both;'/>
        </div>
    
        <div class='mobile-index-comment'>
          <b:if cond='data:blog.pageType != &quot;item&quot;'>
            <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
              <b:if cond='data:post.allowComments'>
                <b:if cond='data:post.numComments != 0'>
                  <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
                </b:if>
              </b:if>
            </b:if>
          </b:if>
        </div>
      </div>
    </b:includable>
    <b:includable id='feedLinksBody' var='links'>
      <div class='feed-links'>
      <b:loop values='data:links' var='f'>
         <a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'>Rss: <img height='10px' src='http://3.bp.blogspot.com/__8dGbSSNY7k/TIA-ywBR6iI/AAAAAAAAAOc/sNb6V7CMC1M/s1600/mini-rss.gif'/></a>
      </b:loop>
    <span style='float:right'><img src='http://4.bp.blogspot.com/__8dGbSSNY7k/TIA-ypJTD1I/AAAAAAAAAOU/UjdgNWSRZxo/s1600/mini-blogroll.gif'/> <a href='#' onclick='MGJS.goTop();return false;'>Top</a></span>
      </div>
    </b:includable>
    <b:includable id='comments' var='post'>
      <div class='comments' id='comments'>
        <a name='comments'/>
        <b:if cond='data:post.allowComments'>
          <h4>
            <b:if cond='data:post.numComments == 1'>
              1 <data:commentLabel/>:
            <b:else/>
              <data:post.numComments/> <data:commentLabelPlural/>:
            </b:if>
          </h4>
    
          <b:if cond='data:post.commentPagingRequired'>
            <span class='paging-control-container'>
              <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
              &#160;
              <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
              &#160;
              <data:post.commentRangeText/>
              &#160;
              <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
              &#160;
              <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
            </span>
          </b:if>
    
          <div expr:class='data:post.postAuthorClass' expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'>
          <dl expr:class='data:post.avatarIndentClass' id='comments-block'>
            <b:loop values='data:post.comments' var='comment'>
              <dt expr:class='&quot;comment-author &quot; + data:comment.authorClass' expr:id='data:comment.anchorName'>
                <b:if cond='data:comment.favicon'>
                  <img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>
                </b:if>
                <a expr:name='data:comment.anchorName'/>
                <b:if cond='data:blog.enabledCommentProfileImages'>
                  <data:comment.authorAvatarImage/>
                </b:if>
                <b:if cond='data:comment.authorUrl'>
                 <a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
                <b:else/>
                  <data:comment.author/>
                </b:if> at: 
                <span class='comment-timestamp'>
                  <a expr:href='data:comment.url' title='comment permalink'>
                    <data:comment.timestamp/>
                  </a>
    <data:commentPostedByMsg/>
                  <b:include data='comment' name='commentDeleteIcon'/>
                </span>
              </dt>
              <dd class='comment-body'>
                <b:if cond='data:comment.isDeleted'>
                  <span class='deleted-comment'><data:comment.body/></span>
                <b:else/>
                  <p><data:comment.body/></p>
                </b:if>
              </dd>
              <dd class='comment-footer'>
              </dd>
            </b:loop>
          </dl>
          </div>
    
          <b:if cond='data:post.commentPagingRequired'>
            <span class='paging-control-container'>
              <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'>
                <data:post.oldestLinkText/>
              </a>
              <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'>
                <data:post.olderLinkText/>
              </a>
              &#160;
              <data:post.commentRangeText/>
              &#160;
              <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'>
                <data:post.newerLinkText/>
              </a>
              <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'>
                <data:post.newestLinkText/>
              </a>
            </span>
          </b:if>
    
          <p class='comment-footer'>
            <b:if cond='data:post.embedCommentForm'>
              <b:if cond='data:post.allowNewComments'>
                <b:include data='post' name='comment-form'/>
              <b:else/>
                <data:post.noNewCommentsText/>
              </b:if>
            <b:else/>
              <b:if cond='data:post.allowComments'>
                <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
              </b:if>
            </b:if>
    
          </p>
        </b:if>
    
        <div id='backlinks-container'>
        <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
           <b:if cond='data:post.showBacklinks'>
             <b:include data='post' name='backlinks'/>
           </b:if>
        </div>
        </div>
      </div>
    </b:includable>
    </b:widget>
    </b:section>
          </div>
    
          <div id='sidebar-wrapper'>
            <b:section class='sidebar' id='rightsidebar'>
    <b:widget id='PageList1' locked='false' title='' type='PageList'>
    <b:includable id='main'>
      <b:if cond='data:title'><h2><data:title/></h2></b:if>
      <div class='widget-content'>
        <b:if cond='data:mobile'>
          <select expr:id='data:widget.instanceId + &quot;_select&quot;'>
            <b:loop values='data:links' var='link'>
              <b:if cond='data:link.isCurrentPage'>
                <option expr:value='data:link.href' selected='selected'><data:link.title/></option>
              <b:else/>
                <option expr:value='data:link.href'><data:link.title/></option>
              </b:if>
            </b:loop>
          </select>
          <span class='pagelist-arrow'>&amp;#9660;</span>
    
        <b:else/>
          <ul>
            <b:loop values='data:links' var='link'>
              <b:if cond='data:link.isCurrentPage'>
                <li class='selected'><a expr:href='data:link.href'><data:link.title/></a></li>
              <b:else/>
                <li><a expr:href='data:link.href'><data:link.title/></a></li>
              </b:if>
            </b:loop>
          </ul>
        </b:if>
        <b:include name='quickedit'/>
      </div>
    </b:includable>
    </b:widget>
    <b:widget id='Label1' locked='false' title='Labels' type='Label'>
    <b:includable id='main'>
      <b:if cond='data:title'>
        <h2><data:title/></h2>
      </b:if>
      <div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>
        <b:if cond='data:display == &quot;list&quot;'>
          <ul>
          <b:loop values='data:labels' var='label'>
            <li>
              <b:if cond='data:blog.url == data:label.url'>
                <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
              <b:else/>
                <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
              </b:if>
              <b:if cond='data:showFreqNumbers'>
                <span dir='ltr'>(<data:label.count/>)</span>
              </b:if>
            </li>
          </b:loop>
          </ul>
        <b:else/>
          <b:loop values='data:labels' var='label'>
            <span expr:class='&quot;label-size label-size-&quot; + data:label.cssSize'>
              <b:if cond='data:blog.url == data:label.url'>
                <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
              <b:else/>
                <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
              </b:if>
              <b:if cond='data:showFreqNumbers'>
                <span class='label-count' dir='ltr'>(<data:label.count/>)</span>
              </b:if>
            </span>
          </b:loop>
        </b:if>
        <b:include name='quickedit'/>
      </div>
    </b:includable>
    </b:widget>
    <b:widget id='HTML1' locked='false' title='Counter' type='HTML'>
    <b:includable id='main'>
      <!-- only display title if it's non-empty -->
      <b:if cond='data:title != &quot;&quot;'>
        <h2 class='title'><data:title/></h2>
      </b:if>
      <div class='widget-content'>
        <data:content/>
      </div>
    
      <b:include name='quickedit'/>
    </b:includable>
    </b:widget>
    <b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'>
    <b:includable id='main'>
      <b:if cond='data:title'>
        <h2><data:title/></h2>
      </b:if>
      <div class='widget-content'>
      <div id='ArchiveList'>
      <div expr:id='data:widget.instanceId + &quot;_ArchiveList&quot;'>
        <b:if cond='data:style == &quot;HIERARCHY&quot;'>
         <b:include data='data' name='interval'/>
        </b:if>
        <b:if cond='data:style == &quot;FLAT&quot;'>
          <b:include data='data' name='flat'/>
        </b:if>
        <b:if cond='data:style == &quot;MENU&quot;'>
          <b:include data='data' name='menu'/>
        </b:if>
      </div>
      </div>
      <b:include name='quickedit'/>
      </div>
    </b:includable>
    <b:includable id='flat' var='data'>
      <ul class='flat'>
        <b:loop values='data:data' var='i'>
          <li class='archivedate'>
            <a expr:href='data:i.url'><data:i.name/></a> (<data:i.post-count/>)
          </li>
        </b:loop>
      </ul>
    </b:includable>
    <b:includable id='menu' var='data'>
      <select expr:id='data:widget.instanceId + &quot;_ArchiveMenu&quot;'>
        <option value=''><data:title/></option>
        <b:loop values='data:data' var='i'>
          <option expr:value='data:i.url'><data:i.name/> (<data:i.post-count/>)</option>
        </b:loop>
      </select>
    </b:includable>
    <b:includable id='interval' var='intervalData'>
      <b:loop values='data:intervalData' var='i'>
          <ul class='hierarchy'>
            <li expr:class='&quot;archivedate &quot; + data:i.expclass'>
              <b:include data='i' name='toggle'/>
              <a class='post-count-link' expr:href='data:i.url'><data:i.name/></a>
                <span class='post-count' dir='ltr'>(<data:i.post-count/>)</span>
              <b:if cond='data:i.data'>
                <b:include data='i.data' name='interval'/>
              </b:if>
              <b:if cond='data:i.posts'>
                <b:include data='i.posts' name='posts'/>
              </b:if>
            </li>
          </ul>
      </b:loop>
    </b:includable>
    <b:includable id='toggle' var='interval'>
      <b:if cond='data:interval.toggleId'>
      <b:if cond='data:interval.expclass == &quot;expanded&quot;'>
        <a class='toggle' href='javascript:void(0)'>
          <span class='zippy toggle-open'>▼&#160;</span>
        </a>
      <b:else/>
        <a class='toggle' href='javascript:void(0)'>
          <span class='zippy'>
            <b:if cond='data:blog.languageDirection == &quot;rtl&quot;'>
              ◄&#160;
            <b:else/>
              ►&#160;
            </b:if>
          </span>
        </a>
      </b:if>
     </b:if>
    </b:includable>
    <b:includable id='posts' var='posts'>
      <ul class='posts'>
        <b:loop values='data:posts' var='i'>
          <li><a expr:href='data:i.url'><data:i.title/></a></li>
        </b:loop>
      </ul>
    </b:includable>
    </b:widget>
    </b:section>
          </div>
    
          <!-- spacer for skins that want sidebar and main to be the same height-->
          <div class='clear'>&#160;</div>
    
        </div> <!-- end content-wrapper -->
    
        <div id='footer-wrapper'>
    <div class='footer-left'>
    Copyright &#169; 2010 <a expr:href='data:blog.homepageUrl'><blog:data.title/></a>, All rights reserved. Rss Feed: <a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;'>Posts</a> | <a expr:href='data:blog.homepageUrl + &quot;feeds/comments/default&quot;'>Comments</a></div>
    
    <div class='footer-right'>Design by <a href='http://www.dzignine.com' title='blogger template'>dzignine</a>
    </div>
        </div>
      </div></div> <!-- end outer-wrapper -->
    </body>
    </html>
    can anyone help me ??


    i don't know any thing in java
    icestorm Reviewed by icestorm on . need help in blogspot template hi i installed anew template to my blog but i have a small problem with it first here is my blog link : http://medicalwarez.blogspot.com/ now in this template when i click in the thembnail photos the photo open itself above the blog Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    hello, Your blog template is working correctly except js preview plugin is configuerd to maximum display so read through script and try changing variables for speed and size .

  4.     
    #3
    Member
    Website's:
    medwarez.com
    mm i will try to fix it by myself

  5.     
    #4
    Member
    Website's:
    allgames2k.com games2k.me Moviesondownload.com
    I think its Template Default! OR You have Changed something, did you Kept Backup?
    Adspots on Allgames2k.Com - 6000 U/V. PM ME!

  6.     
    #5
    Member
    Website's:
    medwarez.com
    mmm yes i have backup and i din't find where is this js preview i just want that when i click on the pic the post opens not the pic it self

  7.     
    #6
    Respected Member
    it does like this with the default templates of Blogger..
    you gotta change it to some custom template to change this feature

  8.     
    #7
    Member
    Website's:
    medwarez.com
    i don't under stand what i have to change ???

    can you plz tell me

    cuz i'm using a custom template

  9.     
    #8
    Member
    Website's:
    medwarez.com
    up up

  10.     
    #9
    Member
    Website's:
    MovDra.com 18Scenes.com iduntknowwhy.info
    i will try to fix it

    i see that what you want is like my blog, right ?

  11.     
    #10
    Member
    Website's:
    MovDra.com 18Scenes.com iduntknowwhy.info
    i found it
    but dont know this will working or not
    because i dont have a blogspot to try ;(
    if you want try it. make sure you are backup your template

    Find this

    Code: 
    <div class='post-body entry-content'>
    <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
    <div expr:id='&quot;summary&quot; + data:post.id' style='display:none;'><data:post.body/></div>
    <script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>
    <span class='rmlink' style='float:left;'><a expr:href='data:post.url'><data:post.jumpText/></a></span>
    </b:if>
    <b:if cond='data:blog.pageType != &quot;item&quot;'>
    <div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
    <script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>
    <span class='rmlink' style='float:left'><a expr:href='data:post.url'><data:post.jumpText/></a></span>
    </b:if>
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <data:post.body/>
    </b:if>
    replace it with this :
    Code: 
        <div class='post-body entry-content'>
    <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
    <div expr:id='&quot;summary&quot; + data:post.id' style='display:none;'><data:post.body/></div>
    <a expr:href='data:post.url'><script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script></a>
    <span class='rmlink' style='float:left;'><a expr:href='data:post.url'><data:post.jumpText/></a></span>
    </b:if>
    <b:if cond='data:blog.pageType != &quot;item&quot;'>
    <div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
    <a expr:href='data:post.url'><script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script></a>
    <span class='rmlink' style='float:left'><a expr:href='data:post.url'><data:post.jumpText/></a></span>
    </b:if>
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <data:post.body/>
    </b:if>

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. need blogspot template
    By Rapidshare in forum Web Application/Script Support
    Replies: 2
    Last Post: 25th Sep 2012, 12:32 PM
  2. Blogspot Template Editing Help
    By mak_capri in forum Web Development Area
    Replies: 1
    Last Post: 15th Jul 2012, 12:10 PM
  3. PSD to Blogspot ?
    By SMOKING in forum Web Development Area
    Replies: 0
    Last Post: 19th Dec 2011, 01:47 PM
  4. Replies: 0
    Last Post: 24th Mar 2010, 02:56 PM

Tags for this Thread

BE SOCIAL