Your IP : 216.73.216.130


Current Path : /home/magalijoj/www/blog/themes/kameleon/choisir-home/edito/
Upload File :
Current File : /home/magalijoj/www/blog/themes/kameleon/choisir-home/edito/home.html

<!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" />
  <title>{{tpl:BlogName encode_html="1"}}</title>
  
  <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/rss+xml" title="RSS 2.0" href="{{tpl:BlogFeedURL type="rss2"}}" />
  <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"}}

	<!-- On applique la feuille de style specifique home, si et seulement
	si on est sur la premiere page --> 
  <tpl:Entries no_content="1" lastn="1">
    <tpl:EntriesHeader>
      <tpl:Pagination>
        <tpl:PaginationIf start="1">
				<style type="text/css" media="screen">@import url({{tpl:BlogThemeURL}}/home.css);</style>
        </tpl:PaginationIf>
      </tpl:Pagination>
    </tpl:EntriesHeader>
   </tpl:Entries>

</head>

<body class="dc-home">
<div id="page">
{{tpl:include src="_top.html"}}

<div id="wrapper">

<div id="main">
  <div id="content">
  
	<!-- debut de la colonne de droite. On dit ou (ne pas) piocher les billets -->
  <tpl:Entries cagegory="!Edito" lastn="8">
  <!-- =================================================================
  Ci-dessus : 
  - remplacer Edito par le nom de la categorie de vos editoriaux (attention
  a bien conserver le point d'exclamation)
  - supprimer lastn="8" pour afficher le nombre de billets de la config 
  par defaut ou remplacer 8 par le nombre de son choix
  =================================================================== -->
  <!-- Avant la boucle on ouvre le bloc englobant les billets de droite -->
	<tpl:EntriesHeader>
  <div id="une">
  <div class="der">
	</tpl:EntriesHeader>

		<!-- Traitement de chaque billet de la boucle de droite -->

    <div class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}">

    <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader>
    
    <h2 id="p{{tpl:EntryID}}" class="post-title"><a
    href="{{tpl:EntryURL}}">{{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>
    
    <!-- # 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>
    
    <!-- # 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:EntryTrackbackCount}}</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>

		<!-- Fin du traitement de chaque billet de la boucle de droite -->
    
		<!-- Apres la boucle, affichage de la pagination et fermeture du bloc de droite -->
    <tpl:EntriesFooter>
      <tpl:Pagination>
        <p class="pagination"><tpl:PaginationIf end="0"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171;
        {{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}}
        &#187;</a></tpl:PaginationIf></p>
      </tpl:Pagination>
  
  	</div> <!-- End .der -->
  	</div> <!-- End #une -->
    </tpl:EntriesFooter>

	<!-- Fin de la pioche -->
  </tpl:Entries>
 

	<!-- Debut de la colonne de gauche, si et seulement si on est
	sur la premiere page -->
	<tpl:Entries no_content="1">
		<tpl:Pagination> 
			<tpl:PaginationIf start="1">
				<tpl:EntriesHeader>
			  	<div id="extra">
				</tpl:EntriesHeader>
			</tpl:PaginationIf>
		</tpl:Pagination>
	</tpl:Entries>


	<!-- Traitement du dernier edito -->
	<tpl:Entries category="Edito" lastn="1">
  <!-- =================================================================
  Ci-dessus : 
  - remplacer Edito par le nom-url de la categorie de vos editoriaux.
  =================================================================== -->
  <tpl:Pagination>
  <tpl:PaginationIf start="1">

		<h2>&Eacute;ditorial</h2>
		
		<div class="post">
	    <p class="post-info">{{tpl:EntryDate}}</p>
	    <h3 id="p{{tpl:EntryID}}" class="edito-title"><a
    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h3>
	    <p class="post-info">{{tpl:lang by}} {{tpl:EntryAuthorLink}}</p>
  
	    <!-- # Entry with an excerpt -->
	    <tpl:EntryIf extended="1">
	      <div class="post-excerpt">{{tpl:EntryExcerpt}}</div>
	      <div class="post-content">{{tpl:EntryContent}}</div>
	    </tpl:EntryIf>    
	    <!-- # Entry without excerpt -->
	    <tpl:EntryIf extended="0">
	      <div class="post-content">{{tpl:EntryContent}}</div>
			</tpl:EntryIf>
    
	    <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>
    
	    	<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:EntryTrackbackCount}}</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:PaginationIf>
  </tpl:Pagination>
	<!-- Fin de la pioche -->   
  </tpl:Entries>
  <!-- Fin du traitement du dernier edito -->

  <!-- Debut du traitement tous les edito -->
	<tpl:Entries category="Edito" lastn="30" no_content="1">
  <!-- =================================================================
  Ci-dessus : 
  - remplacer Edito par le nom-url de la categorie de vos editoriaux
  - pour lastn="30" regler avec un nombre suffisamment grand pour prendre
  en compte tous vos editos sinon une partie d'entre eux passeront en bas 
  des pages suivantes.
  =================================================================== -->
		<tpl:EntriesHeader>
			<div class="post all-editos">
		  <h4>Les précédents éditos</h4>
			<ul>
		</tpl:EntriesHeader>
				
			<li class="{{tpl:EntryIfFirst}}"><a
    		href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a><br />{{tpl:lang by}} 
    		{{tpl:EntryAuthorCommonName}} ({{tpl:EntryDate format="%d/%m/%y"}})</li>

		<tpl:EntriesFooter>
		  </ul>
		  </div>
		</tpl:EntriesFooter>

	</tpl:Entries>
  
  <!-- Fin du traitement tous les edito -->


  <!-- Fermeture du bloc de gauche -->
	<tpl:Entries no_content="1">
		<tpl:Pagination> 
			<tpl:PaginationIf start="1">
				<tpl:EntriesFooter>
				  </div>
				</tpl:EntriesFooter>
			</tpl:PaginationIf>
		</tpl:Pagination>
	</tpl:Entries>
		
	
  </div> <!-- End #content -->
</div> <!-- End #main -->

<div id="sidebar">
  <div id="blognav">
    {{tpl:Widgets type="nav"}}
  </div> <!-- End #blognav -->
  
  <div id="blogextra">
    {{tpl:Widgets type="extra"}}
  </div> <!-- End #blogextra -->
</div>

</div> <!-- End #wrapper -->

{{tpl:include src="_footer.html"}}
</div> <!-- End #page -->
</body>
</html>