<div class="left">
<div class="left_message">
<h1>{$nom}</h1><hr>
<p>{$desc|stripslashes}</p>
</div>
<div class="left_links">
<p><!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<a href="http://www.addthis.com/bookmark.php?v=250&username=xa-4ba218ba2835d520" class="addthis_button_compact">Partager</a>
<span class="addthis_separator">|</span>
<a class="addthis_button_facebook"></a>
<a class="addthis_button_myspace"></a>
<a class="addthis_button_google"></a>
<a class="addthis_button_twitter"></a><span class="addthis_separator">|</span>
<a href="javascript:window.print()"><img src="{$url}/images/print.png" border="0" alt="imprimer" title="imprimer la fiche"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4ba218ba2835d520"></script>
<!-- AddThis Button END -->
</p>
<div style="clear:both;"></div>
</div>
<div class="left_message">
<p>
<h3>Commenter {$nom}</h3><br />
{if isset($smarty.session.login)}
<form action="comment.php" method="post">
<input type="hidden" name="post" value="{$smarty.get.id}"/>
<input type="hidden" name="name" value="{$smarty.session.login}" /><br />
<textarea name="comment"></textarea><br />
<input type="submit" value=" Commenter " />
</form>
{else}
<a href="inscription.php">Inscivez vous</a> gratuitement ou <a href="login.php">connectez vous</a> pour ajouter un commentaire
{/if}
</p>
</div>
{section name=com loop=$comment}
<div class="left_message">
<p><img src="{$url}/images/avatar/{$comment[com].avatar}" width="50" height="50" align="left">
Par :<b>{$comment[com].com_name}</b><br />
{$comment[com].com_dis|stripslashes}<br />
</p>
</div>
{sectionelse}
Pas encore de commentaire
{/section}
<br /><a href="commentlist.php?id={$smarty.get.id}">Voir tous les commentaires</a>
</div>
<div class="right">
<div class="right_articles">
<h2>Commentaires</h2>
<p><strong>Version</strong> : {$version}<br />
<strong>Auteur</strong> :<a href="{$site}" target="_blank">{$auteur|stripslashes}</a><br />
<strong>License</strong> : {$license}<br />
<strong>Langue</strong> : {$langue}<br />
<strong>Configuration minimale</strong> : {$os}<br />
{if !empty($prix)}
<strong>Prix</strong> : {$prix}
{/if}
<p>
<p><center>{if !empty($downcount)}Téléchargé <strong>{$downcount}</strong> fois{/if}<br /><br />
<a class="down" href="downsoft.php?id={$id}">Télécharger</a>
</center></p>
</div>
<div class="right_articles">
<h2>Note des utilisateurs</h2>
<p>{$rate}</p>
</div>
<div class="right_articles">
<p align="center"><a href="{$url}/images/log/{$screen}" title="capture de {$nom} {$version}" class="thickbox">
<img src="{$url}/thumb.php?src={$screen}&x=290&y=290&f=0" alt="Image" title="Image" class="image" />
</a></p>
<div style="clear:both;"></div>
</div>
<div class="right_articles">
<p>{$carre}</p>
</div>
</div>