[ Index ]
 

Code source de LifeType 1.2.4

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/templates/standard/ -> footer.template (source)

   1   {pager style="links"}
   2  
   3  </div>
   4  
   5  <div id="Menu">    
   6  {assign var=blogOwner value=$blog->getOwnerInfo()}
   7  {assign var=AboutMyself value=$blogOwner->getAboutMyself()}
   8  {if $blogOwner->hasPicture() && $AboutMyself}
   9    
  10        <h2>{$locale->tr("about_myself")}</h2>
  11        <div id="AboutMyself">
  12        {assign var=picture value=$blogOwner->getPicture()}
  13        <img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" />
  14        <p>{$AboutMyself}</p>
  15        <div class="clearer">&nbsp;</div>
  16        </div>
  17  {/if}
  18  
  19  
  20  
  21        <h2>{$locale->tr("menu")}</h2>
  22          <div id="Sections">
  23          <ul>
  24          <li><a title="{$locale->tr("main")}" href="{$url->blogLink()}">{$locale->tr("main")}</a></li>
  25          <li><a title="{$locale->tr("archives")}" href="{$url->templatePage("archives")}">{$locale->tr("archives")}</a></li>
  26          <li><a title="{$locale->tr("albums")}" href="{$url->albumLink()}">{$locale->tr("albums")}</a></li>
  27          
  28           {foreach name=mylinkscategories from=$mylinkscategories item=panel_linkcategory}
  29  {if $smarty.foreach.mylinkscategories.first}
  30     
  31  <li><a title="{$locale->tr("links")}" href="{$url->templatePage("links")}">{$locale->tr("links")}</a></li>{/if}
  32          {/foreach}
  33          <li><a title="{$locale->tr("admin")}" href="{$url->getAdminUrl()}">{$locale->tr("admin")}</a></li>
  34          </ul>
  35          </div>
  36          
  37          <h2>{$locale->tr("search")}</h2>
  38      <div id="Search">
  39      <form id="search_form" method="post" action="{$url->getIndexUrl()}">
  40      <fieldset>
  41      <label for="searchTerms"><input type="text" id="searchTerms" name="searchTerms" value="" /></label>
  42      <input type="submit" name="Search" value="{$locale->tr("search_s")}" class="button" />
  43      <input type="hidden" name="op" value="Search" />
  44      <input type="hidden" name="blogId" value="{$blog->getId()}" />   
  45      </fieldset>
  46      </form>
  47      </div> 
  48      
  49      <h2>{$locale->tr("calendar")}</h2>
  50          <div id="Calendar">
  51              {$calendar}
  52          </div>    
  53    
  54        <h2>{$locale->tr("recently")}</h2>
  55          <div id="Recently">
  56          <ul>
  57              {foreach from=$recentposts item=post}
  58          <li><a title="{$post->getTopic()}" href="{$url->postLink($post)}">{$post->getTopic()}</a></li>
  59              {/foreach}
  60          </ul>
  61         </div>
  62      
  63       <h2>{$locale->tr("categories")}</h2>
  64          <div id="Categories">
  65          <ul>
  66              {foreach from=$articlecategories item=articleCategory}
  67          <li><a title="{$articleCategory->getName()}" href="{$url->categoryLink($articleCategory)}">{$articleCategory->getName()} <abbr title="{$articleCategory->getNumPublishedArticles()} {$locale->tr("posts")}">[{$articleCategory->getNumArticles()}]</abbr></a></li>
  68             {/foreach}
  69        </ul>
  70        </div>
  71    
  72        <h2>{$locale->tr("syndicate")}</h2>
  73          <div id="Syndicate">
  74          <ul>
  75          <li><a title="RSS 0.90" href="{$url->rssLink("rss090")}">RSS 0.90</a></li>
  76          <li><a title="RSS 1.0" href="{$url->rssLink("rss10")}">RSS 1.0</a></li>
  77          <li><a title="RSS 2.0" href="{$url->rssLink("rss20")}">RSS 2.0</a></li>
  78          <li><a title="Atom" href="{$url->rssLink("rss20")}">Atom</a></li>
  79          </ul>
  80          </div>
  81  </div>
  82  
  83  <div class="clearer">&nbsp;</div> 
  84  
  85  
  86  
  87  </div>
  88  
  89  <div id="Bottommenu"><a href="http://www.w3.org/WAI/">Accessible</a> and Valid <a href="http://validator.w3.org/check/referer">XHTML 1.0 Strict</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></div>
  90  
  91  
  92  <!-- Please leave the credit intact. Thank you. -->
  93  <div id="Bottom">Powered by <a href="http://www.lifetype.net">LifeType</a> - Design by <a href="http://www.balearweb.com/">BalearWeb</a></div>
  94  
  95  </div>
  96  
  97  </body>
  98  </html>


Généré le : Mon Nov 26 21:04:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics