Your IP : 216.73.216.130


Current Path : /home/magalijoj/www/blog/themes/kameleon/choisir-home/breves/
Upload File :
Current File : /home/magalijoj/www/blog/themes/kameleon/choisir-home/breves/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"}}

	<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 billet
  - remplacer Breves par le nom-url de la categ de vos breves (attention
  	a bien conserver le point d'exclamation)
  - supprimer lastn="8" pour conserver le nombre de billets
  	de la configuration par defaut ou remplacer 8 par le nombre de billets 
  	qu'on veut dans cette colonne
  =================================================================== -->
	<tpl:Entries category="!Breves" lastn="8">

  <!-- 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 puis 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>
 

	<!-- Traitement de la colonne de gauche (si la valeur de TrueOrFalse est a "true") -->

	<!-- Initialisation du test TrueOrFalse. (Il sera applique en fonction de la pagination) --> 
	{{tpl:TrueOrFalse}}
	<tpl:Entries no_content="1" lastn="1">
	<tpl:EntriesHeader>
	  <tpl:Pagination>
		<tpl:PaginationIf start="1">
			{{tpl:TrueOrFalse true="1"}}
		</tpl:PaginationIf>
	  </tpl:Pagination>
	</tpl:EntriesHeader>
	</tpl:Entries>

	<tpl:TrueOrFalseIf true="1">
  <div id="extra">
	<h2>En bref</h2>

  <!-- =================================================================
  Ci-dessus : 
  - remplacer Breves par le nom-url de la categ de vos breves
  - supprimer lastn="15" pour conserver le nombre de billets
  de la configuration par defaut ou remplacer 15 par le nombre de billets 
  qu'on veut dans cette colonne
  =================================================================== -->
	<tpl:Entries category="Breves" lastn="15">

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

		<div class="post">
			<h3 id="p{{tpl:EntryID}}" class="breves-title"><a
				href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h3>
  
			<!-- # 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>
	
			<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>
	
			<p class="post-info-co">{{tpl:EntryDate format="%d/%m/%Y"}}, {{tpl:lang by}} {{tpl:EntryAuthorLink}}
				<tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1">
				<br />
				</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>
			</p>
		</div>
	
		<!-- Fin du traitement de chaque billet de la boucle de gauche -->

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

	<!-- lien vers toutes les breves puis fermeture du bloc extra -->
	<p class="all-breves"><a href="{{tpl:BlogURL}}category/Breves">Toutes les brèves</a></p>
	</div> <!-- End #extra -->
	<!-- # Fin de la condition premiere page de la home -->
	</tpl:TrueOrFalseIf>
		
	
  </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>