############################################################################### # default.Poll.template # ############################################################################### # YaBB: Yet another Bulletin Board # # Open-Source Community Software for Webmasters # # Version: YaBBForum 3.0 # # Packaged: July 26, 2026 # # Distributed by: https://yabbforum.nz # # =========================================================================== # # Copyright (c) 2000-2026 YaBB (yabbforum.nz) - All Rights Reserved. # # Software by: The YaBB Development Team # # with assistance from the YaBB community. # ############################################################################### $polltemver = 'YaBBForum 3.0'; $poll_bar = qq~bars~; $poll_pie = qq~pie~; $cat_col = $newload{'brd_col'}; $cat_exp = $newload{'brd_exp'}; $mypoll_details = qq~
$img{'pollicon'} $polltxt{'42'}
{yabb my_IP}

$polltxt{'16'}: {yabb poll_question}

  $polltxt{'35'} $polltxt{'30'} $polltxt{'31'} $polltxt{'24'}
~; $mypoll_IP = qq~ {yabb voters_name} {yabb lookupIP} {yabb vote_date} {yabb voted} ~; $mypoll_display = qq~
{yabb poll_coll} $polltxt{'15'} {yabb boardpoll}
{yabb poll_icon} $polltxt{'16'}: {yabb poll_question}
{yabb lockpoll}{yabb modifypoll}{yabb deletepoll}
{yabb poll_notlocked}
{yabb endedtext}

{yabb pollhidden} {yabb poll_hasvoted}

{yabb footer}
{yabb my_pollcomment}
{yabb poll_end}{yabb displaydate}
{yabb viewthread}{yabb deletevote}{yabb displayvoters}
~; $mypoll_ended = qq~$polltxt{'53'}
~; $mypoll_locked = qq~$polltxt{'22'}
~; $mypoll_hasvoted = q~
{yabb optionsi}    
  {yabb votesi} ({yabb pollpercent}%)
~; 1;