$HTML->box1_bottom();
?>

</TD><TD>
If you are familiar with this user, please take a moment to rate him/her
on the following criteria. Keep in mind, that your rating will be visible to
the user and others.
<P>
The <?php 
print $GLOBALS['sys_default_name'];
?>
 Peer Rating system is based on concepts from 
<A HREF="http://www.advogato.com">Advogato.</A> The system has been re-implemented and expanded in a few ways.
	<CENTER>
        <?php 
echo vote_show_user_rate_box($user_id);
?>
	</CENTER>
<P>
The Peer Rating box shows all rating averages
(and response levels) for each individual criteria. Due to the math and
processing required to do otherwise, these numbers incoporate responses from
both "trusted" and "non-trusted" users.
<ul>
<li> The "Sitewide Rank" field shows the user's rank compared to all ranked
<?php 
print $GLOBALS['sys_default_name'];
?>
 users. 
<li>The "Aggregate Score" shows an average, weighted overall score, based on
trusted-responses only. 
Exemple #2
0
	</td>


	<td width="80%">

<?php 
$me = session_get_user();
if ($sys_use_ratings) {
    if ($user->usesRatings() && (!$me || $me->usesRatings())) {
        printf(_('<p>If you are familiar with this user, please take a moment to rate him/her on the following criteria. Keep in mind, that your rating will be visible to the user and others.</p><p>The %1$s Peer Rating system is based on concepts from <a href="http://www.advogato.com/">Advogato.</a> The system has been re-implemented and expanded in a few ways.</p>'), $GLOBALS['sys_name']);
        ?>

	<div align="center">
        <?php 
        echo vote_show_user_rate_box($user_id, $me ? $me->getID() : 0);
        ?>
	</div>

		  <?php 
        printf(_('<p>The Peer rating box shows all rating averages (and response levels) for each individual criteria. Due to the math and processing required to do otherwise, these numbers incoporate responses from both "trusted" and "non-trusted" users.</p><ul><li>The "Sitewide Rank" field shows the user\'s rank compared to all ranked %1$s users.</li><li>The "Aggregate Score" shows an average, weighted overall score, based on trusted-responses only.</li><li>The "Personal Importance" field shows the weight that users ratings of other developers will be given (between 1 and 1.5) -- higher rated user\'s responses are given more weight.</li></ul><p><i>If you would like to opt-out from peer rating system (this will affect your ability to both rate and be rated), refer to <a href="%2$s">your account maintenance page</a>. If you choose not to participate, your ratings of other users will be permanently deleted and the \'Peer Rating\' box will disappear from your user page. </i></p>'), $GLOBALS['sys_name'], util_make_url("/account/"));
    } else {
        if ($me && !$me->usesRatings()) {
            ?>
<p/>
<em>
		<?php 
            printf(_('You opted-out from peer rating system, otherwise you would have a chance to rate the user. Refer to <a href="%1$s">your account maintenance page</a> for more information.'), util_make_url("/account"));
            ?>
</em>
<p/>