diff options
| author | Remi Collet <fedora@famillecollet.com> | 2017-03-24 15:16:08 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2017-03-24 15:16:08 +0100 | 
| commit | 0d8731a8f1c3a2d8bed7b4f88d3a3f9bab749404 (patch) | |
| tree | fe50713cf0dc75e7332576e562a6436b14ceec92 /themes/remi/tpl/home.html | |
import
Diffstat (limited to 'themes/remi/tpl/home.html')
| -rw-r--r-- | themes/remi/tpl/home.html | 196 | 
1 files changed, 196 insertions, 0 deletions
diff --git a/themes/remi/tpl/home.html b/themes/remi/tpl/home.html new file mode 100644 index 0000000..bccfe1f --- /dev/null +++ b/themes/remi/tpl/home.html @@ -0,0 +1,196 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> +<head> +  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +  <meta name="MSSmartTagsPreventParsing" content="TRUE" /> +  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> +   +  <title>{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> +  <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription cut_string="180" encode_html="1"}}" /> +  <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> +  <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> +  <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> +   +  <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> +  <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> +  <meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription encode_html="1"}}" /> +  <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> +  <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> +  <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> +  <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> +  <meta name="dc.type" content="text" /> +  <meta name="dc.format" content="text/html" /> +   +  <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> +  <tpl:Categories> +  <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> +  </tpl:Categories> +   +  <tpl:Entries no_content="1"> +    <tpl:EntriesHeader> +      <tpl:Pagination> +        <tpl:PaginationIf end="0"> +        <link rel="previous" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> +        </tpl:PaginationIf> +         +        <tpl:PaginationIf start="0"> +        <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> +        </tpl:PaginationIf> +      </tpl:Pagination> +    </tpl:EntriesHeader> +     +    <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> +  </tpl:Entries> +   +  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> +  <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" /> +  <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> +   +  {{tpl:include src="_head.html"}} +</head> + +<body class="dc-home"> +<div id="page"> +{{tpl:include src="_top.html"}} + +<div id="wrapper"> + +<div id="main"> +  <div id="content"> + +<!-- +    <div id="ptopbanner" class="post" land="fr" xml:lang="fr"> +      <h2 class="post-title" align="center"> +        <a href="http://www.afup.org/pages/forumphp2014/sessions.php#1172"> +          <img src="/public/forumphp2014.png" alt="Forum PHP 2014 Paris, j'y serais !" /> +	</a> +      </h2> +    </div> +--> +  <tpl:Entries> +    <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> +    <!-- # New day date --> +    <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> +     +    <h2 class="post-title"><a +    href="{{tpl:EntryURL}}"><img src=/images/{{tpl:EntryLang}}.gif /> {{tpl:EntryTitle encode_html="1"}}</a></h2> +     +    <p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}} +    {{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}} +    <tpl:EntryIf has_category="1"> +    - <a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a> +    </tpl:EntryIf> +    </p> +     +    <tpl:EntryMetaData> +    <tpl:MetaDataHeader><ul class="post-tags"></tpl:MetaDataHeader> +    <li><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a></li> +    <tpl:MetaDataFooter></ul></tpl:MetaDataFooter> +    </tpl:EntryMetaData> +     +    <!-- # --BEHAVIOR-- publicEntryBeforeContent --> +    {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} +     +    <!-- # Entry with an excerpt --> +    <tpl:EntryIf extended="1"> +      <div class="post-content">{{tpl:EntryExcerpt}}</div> +      <p class="read-it"><a href="{{tpl:EntryURL}}" +      title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue +      reading}}</a>...</p> +    </tpl:EntryIf> +     +    <!-- # Entry without excerpt --> +    <tpl:EntryIf extended="0"> +      <div class="post-content">{{tpl:EntryContent}}</div> +    </tpl:EntryIf> +     +    <!-- # --BEHAVIOR-- publicEntryAfterContent --> +    {{tpl:SysBehavior behavior="publicEntryAfterContent"}} +     +    <!-- # Number of comments, trackbacks and attachments --> +    <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> +      <p class="post-info-co"> +    </tpl:EntryIf> +    <tpl:EntryIf show_comments="1"> +      <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> +    </tpl:EntryIf> +    <tpl:EntryIf show_pings="1"> +      <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> +    <tpl:EntryIf has_attachment="1"> +      <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> +    <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> +      </p> +    </tpl:EntryIf> +    </div> +     +    <tpl:EntriesFooter> +      <tpl:Pagination> +        <p class="pagination"><tpl:PaginationIf end="0"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« +        {{tpl:lang previous entries}}</a> - </tpl:PaginationIf> +        {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} +        <tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} +        »</a></tpl:PaginationIf></p> +      </tpl:Pagination> +    </tpl:EntriesFooter> +  </tpl:Entries> +  </div> +</div> <!-- End #main --> + +<div id="sidebar"> + +<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> +<input type="hidden" name="cmd" value="_s-xclick"> +<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7----- +"> +<input align='right' type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> +<img align='right' alt="" border="0" src="https://www.paypal.com/fr_FR/i/scr/pixel.gif" width="1" height="1"> +</form> + +  <div id="blognav"> + +	<h2>Licence information</h2> + +	<ul><li> +		This site content is licensed under a +		<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"> +		Creative Commons Attribution-ShareAlike 4.0 International License</a>. +	</li><li> +		Le contenu de ce site est mis à disposition selon les termes de la +		<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"> +		Licence Creative Commons Attribution -  Partage dans les Mêmes Conditions 4.0 International</a>. +	</li></ul> +	<p><a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"> +	<img alt="Licence Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a></p> + +    {{tpl:Widgets type="nav"}} + + +  </div> <!-- End #blognav --> +   +  <div id="blogextra"> + +    {{tpl:Widgets type="extra"}} +<!-- +	<p><a href="http://www.amazon.com/wishlist/1AFH00IXFY6M0/ref=wl_web"> +           <img src="https://images-na.ssl-images-amazon.com/images/G/01/gifts/registries/wishlist/v2/web/wl-btn-129-b._V46776269_.gif"  +                width="129" alt="My Amazon.com Wish List" height="42" border="0" /></a></p> + +	<p><a href="http://www.amazon.fr/wishlist/33P6MW6KQC8GX"> +           <img src="http://blog.remirepo.net/public/Cadeaux/amazonfr.gif" +		width="129" height="42" alt="Mes envies cadeaux chez Amazon.fr" border="0" /></a></p> +--> +	<p><a href='https://www.april.org/'><img src='https://www.april.org/files/association/documents/bannieres/membre-de-april.png' alt='Promouvoir et soutenir le logiciel libre'/></a></p> + +    	<p align='center'><script id="fedora-banner" type="text/javascript" src="https://fedoraproject.org/static/js/release-counter-ext.js?lang=fr"></script></p> + +  </div> <!-- End #blogextra --> +</div> + +</div> <!-- End #wrapper --> + +<hr style="clear:both"/> +</div> <!-- End #page --> +{{tpl:include src="_footer.html"}} +</body> +</html>  | 
