<script type="text/javascript">
function out(link,username) {
out_url = '{$list_url}/index.php?a=out&u=' + username+'&go=1';
link.href = out_url; // For browsers that don't support setAttribute
link.setAttribute('href', out_url);
}
$(function() {
$('#login').click(function() {
$('#login-form').slideToggle('slow', function() {
// Animation complete.
});
});
$('#show_dropuser').hover(function() {
$('#dropuser').show();
}, function() {
$('#dropuser').hide();
});
$('ul.tabs').each(function(){
var $active, $content, $links = $(this).find('a');
$active = $($links.filter('[href="'+location.hash+'"]')[0] || $links[0]);
$active.addClass('active');
$content = $($active.attr('href'));
$links.not($active).each(function () {
$($(this).attr('href')).hide();
});
$(this).on('click', 'a', function(e){
$active.removeClass('active');
$content.hide();
$active = $(this);
$content = $($(this).attr('href'));
$active.addClass('active');
$content.show();
e.preventDefault();
});
});
$(".category_menu > li a").hover(
function (e) {
$this = $(this)
$this.stop().animate({
paddingLeft : '10px'
}, {queue:false,duration:300});
},
function () {
$this = $(this)
$this.animate({
paddingLeft : '0px'
}, {queue:false,duration:300});
}
);
});
</script>
$reviews_on = 0;
<form action="{$list_url}/{$url_helper_a}stats{$url_helper_u}{$username}{$url_tail}" method="post">
{$list_url}/{$url_helper_a}stats{$url_helper_u}{$username}{$url_tail}
{$list_url}/{$url_helper_a}{$url_helper_rate}{$url_helper_u}{$username}{$url_tail}
<input type="hidden" value="rate" name="a" />
<input type="hidden" value="{$username}" name="u" />
<a href="{$list_url}/{$url_helper_a}stats{$url_helper_u}{$username}{$url_tail}">{$lng->rate_back}</a>
<label for="rate_5">
<input type="radio" name="rating" value="5" id="rate_5" /><img src="{$skins_url}/{$skin_name}/rate_5.png" alt="5/5" /></label><br />
<label for="rate_4">
<input type="radio" name="rating" value="4" id="rate_4" /><img src="{$skins_url}/{$skin_name}/rate_4.png" alt="4/5" /></label><br />
<label for="rate_3">
<input type="radio" name="rating" value="3" checked="checked" id="rate_3" /><img src="{$skins_url}/{$skin_name}/rate_3.png" alt="3/5" /</label>><br />
<label for="rate_2">
<input type="radio" name="rating" value="2" id="rate_2" /><img src="{$skins_url}/{$skin_name}/rate_2.png" alt="2/5" /></label><br />
<label for="rate_1">
<input type="radio" name="rating" value="1" id="rate_1" /><img src="{$skins_url}/{$skin_name}/rate_1.png" alt="1/5" /></label><br /><br />
</label>
$CONF['cron'] = 1;