Скрипт для сайта к 9 мая "я помню". Советуем и вам поставить данный скрипт украшение для сайта к 9 мая.
Медаль отображается с правой стороны сайта, при клике на неё прибавляется +1 к каждому клику, тем самым мы видим сколько человек кликнули на вашу медальку.
Перейдём к установке:
Первое что нужно, это создать опрос "Панель управления - Опросы – Добавить опрос"
Пример: Вопрос "70 лет победы" - ответ №1 "Я помню"
Код ниже вставить в "Панель управления - Управление дизайном - в нижнюю или верхнюю часть сайта"
Не забываем поменять $POLLC_2$ на свой !
Код
<!--9 May-->
<div id="nine_form">$POLLC_2$</div>
<div id="nine_over"><div class="lenta"></div><div onclick="nine_rate()" class="medal"><center><div class="ipomnu">Я<br/>помню</div><span id="nine_counter">...</span> </center></div></div>
<style type="text/css">
#nine_form {display:none}
#nine_over {position:fixed; top:0px; right:2%; z-index:999999; margin-top:-170px}
#nine_over .lenta {background:url('http://nn-cs.3dn.ru/9/osnova.png') 0 0 no-repeat; width:56px; height:74px;}
#nine_over:hover .lenta {background:url('http://nn-cs.3dn.ru/9/osnova.png') 0 -74px no-repeat; width:56px; height:74px;}
#nine_over .medal {background:url(http://nn-cs.3dn.ru/9/medal.png) no-repeat; position:relative; right:9px; width:74px; height:74px; text-align:center; color:#292929; text-shadow: 1px 0px 0px rgba(255,255,255,0.9); font-size:20px; padding-top:9px; cursor:pointer;}
#nine_over .ipomnu {position:relative; top:2px; text-align:center; color:#292929; text-shadow: 1px 0px 0px rgba(255,255,255,0.9); font-size:11px;}
.nine_alert {text-align:center;padding:20px;font-size:14px !important}
</style>
<script type="text/javascript">
$( document ).ready(function() {
$('#nine_answer input[type="radio"]').prop( "checked", true );
$('#nine_counter').html($('#nine_total').text());
});
$(window).load(function(){$('#nine_over').animate({marginTop: '0px'},500);})
function nine_rate() {
<?if(substr($POLLC_2$,40,1)!='y'?><?substr($POLLC_2$,40,12)?>;
_uWnd.alert('<div class="nine_alert">Ваш голос будет учтен.</div>','Учтен',{w: 270,h: 100,t: 8000});
<?endif?>
$('#nine_form input[type="submit"]').submit();
$('#nine_counter').html($('#nine_total').text());
}
</script>
Далее заменяем ваш код "вид опросов"
Панель управления - Управление дизайном - Вид формы опросов:
Код
<div class="pollBlock" style="font-family:Tahoma,Arial;">
<div class="pollQue" style="font-size:8pt;padding-top:2px;text-align:left;"><b>$QUESTION$</b></div>
<div class="pollAns" style="font-size:8pt;text-align:left;"><div id="nine_answer">$ANSWERS$</div></div>
<div class="pollLnk" style="padding-top:4px;text-align:center;">[ <a style="font-size:7pt;" href="$RESULTS_LINK$">Результаты</a> · <a style="font-size:7pt;" href="$ARCHIVE_LINK$">Архив опросов</a> ]</div>
<div class="pollTot" style="padding-top:4px;font-size:7pt;text-align:center;">Всего ответов: <b><div id="nine_total">$TOTAL_VOTES$</div></b></div>
</div>