.number_cell,.number_cell a:link{ vertical-align:middle; border:1px solid #000; width:30px;height:30px; cursor:pointer; padding:0; } .number_cell_sel { vertical-align:middle; border:1px solid #000; width:30px;height:30px; padding:0; BACKGROUND-IMAGE: URL({$this->ipsclass->vars['board_url']}/sources/action_public/p_lottery/check.gif); cursor:pointer; }
{$plot['lottery_name']}
$message
$last_draw
$next_draw
$form
$records
$your_tickets
{$plot['admin_links']} EOF; //--endhtml--// return $IPBHTML; } function last_draw($last_winners,$last_numbers,$plot) { $IPBHTML = ""; //--starthtml--// $IPBHTML .= <<
Laatste Trekking
{$plot['last_draw']}
Winnende Nummers
$last_numbers
$last_winners
EOF; //--endhtml--// return $IPBHTML; } function next_draw($plot,$points_info) { $IPBHTML = ""; //--starthtml--// $IPBHTML .= <<
Volgende Trekking
{$plot['next_draw']}
Jackpot
{$plot['pot']} {$points_info['points_name']}
{$plot['ticket_count']} Kaartjes verkocht
Countdown
EOF; //--endhtml--// return $IPBHTML; } function records($plot,$points_info) { $IPBHTML = ""; //--starthtml--// $IPBHTML .= <<
Records
Grootste Winst (enkel kaartje)
{$plot['largest_wins']['0']} {$points_info['points_name']}
door {$plot['largest_wins']['1']}
{$plot['largest_wins'][2]}
Grootste Winst (hele trekking)
{$plot['largest_win_totals']['0']} {$points_info['points_name']}
door {$plot['largest_win_totals']['1']}
{$plot['largest_win_totals'][2]}
Grootste Pot
{$plot['largest_pots']['0']} {$points_info['points_name']}
{$plot['largest_pots']['1']}
EOF; //--endhtml--// return $IPBHTML; } function form_header($plot,$points_info) { $IPBHTML = ""; //--starthtml--// $IPBHTML .= <<
Koop een kaartje
Kaartje kost
{$plot['cost']} {$points_info['points_name']}
Je hebt
{$plot['points']} {$points_info['points_name']}
Kies aub {$plot['total_picks']} nummers

EOF; //--endhtml--// return $IPBHTML; } function form_line($i,$tr) { $IPBHTML = ""; //--starthtml--// $IPBHTML .= <<$i $tr EOF; //--endhtml--// return $IPBHTML; } function form_footer() { $IPBHTML = ""; //--starthtml--// $IPBHTML .= <<

Hoeveel?
EOF; //--endhtml--// return $IPBHTML; } function your_tickets_header() { $IPBHTML = ""; //--starthtml--// $IPBHTML .= <<
Jouw kaartjes voor de volgende trekking
EOF; //--endhtml--// return $IPBHTML; } function your_tickets_line($ticket) { $IPBHTML = ""; //--starthtml--// $IPBHTML .= << EOF; //--endhtml--// return $IPBHTML; } function your_tickets_footer($count) { global $ibforums,$plot; $IPBHTML = ""; //--starthtml--// $IPBHTML .= << [ Aantal Kaartjes:$count ] EOF; //--endhtml--// return $IPBHTML; } function your_old_tickets_header($stat,$head) { $IPBHTML = ""; //--starthtml--// $IPBHTML .= <<
Jouw kaartjes bij de laatste trekking  $stat
Gekocht Gekozen
{$ticket['bought_time']} {$ticket['pick_balls']}
$head EOF; //--endhtml--// return $IPBHTML; } function your_old_tickets_line($ticket,$col) { $IPBHTML = ""; //--starthtml--// $IPBHTML .= << EOF; //--endhtml--// return $IPBHTML; } function your_old_tickets_footer($total_wonP,$total_wonT,$points_info) { $IPBHTML = ""; //--starthtml--// $IPBHTML .= << [ Winning tickets:$total_wonT ] [ Totale winst:$total_wonP {$points_info['points_name']} ]
EOF; //--endhtml--// return $IPBHTML; } function settings($plot) { $IPBHTML = ""; //--starthtml--// $IPBHTML .= <<
Setting
{$ticket['status']} {$ticket['matched']} {$ticket['pick_balls']} {$ticket['won']}
General Settings
Lottery Name
Ticket cost
Numbers
First Number
Last Number
New row at
Pick count
Drawing
Pot Start
Draw every n days
Draw time (hh:mm)
Last Draw
for testing
Current
Jackpot
Tickets sold
Permissions
Allowed to Play
Max tickets per member
Records
Largest win (single ticket)
Largest win (single draw)
Largest Pot
 
EOF; //--endhtml--// return $IPBHTML; } function ticket_holders($holders) { $IPBHTML = ""; //--starthtml--// $IPBHTML .= <<
Ticket Holders
$holders
EOF; //--endhtml--// return $IPBHTML; } function payouts_header($plot) { $IPBHTML = ""; //--starthtml--// $IPBHTML .= <<
Payouts
EOF; //--endhtml--// return $IPBHTML; } function payouts_line($pl,$type_1,$type_0,$divide_1,$divide_0,$cur_count) { $IPBHTML = ""; //--starthtml--// $IPBHTML .= << EOF; //--endhtml--// return $IPBHTML; } function payouts_footer() { $IPBHTML = ""; //--starthtml--// $IPBHTML .= <<
Match Pays Type Divide
 
EOF; //--endhtml--// return $IPBHTML; } function last_winners_header() { $IPBHTML = ""; //--starthtml--// $IPBHTML .= << Goed Betaald Betaald (ieder) Winnaars EOF; //--endhtml--// return $IPBHTML; } function last_winners_line($info) { $IPBHTML = ""; //--starthtml--// $IPBHTML .= << {$info['match']} {$info['formula']} {$info['paid_each']} {$info['winners']} EOF; //--endhtml--// return $IPBHTML; } function last_winners_footer() { $IPBHTML = ""; //--starthtml--// $IPBHTML .= << EOF; //--endhtml--// return $IPBHTML; } function big_balls_header() { $IPBHTML = ""; //--starthtml--// $IPBHTML .= << EOF; //--endhtml--// return $IPBHTML; } function big_balls_line($number) { $IPBHTML = ""; //--starthtml--// $IPBHTML .= << $number EOF; //--endhtml--// return $IPBHTML; } function big_balls_footer() { $IPBHTML = ""; //--starthtml--// $IPBHTML .= << EOF; //--endhtml--// return $IPBHTML; } function lil_balls_header() { $IPBHTML = ""; //--starthtml--// $IPBHTML .= << EOF; //--endhtml--// return $IPBHTML; } function lil_balls_line($number,$style) { $IPBHTML = ""; //--starthtml--// $IPBHTML .= << $number EOF; //--endhtml--// return $IPBHTML; } function lil_balls_footer() { $IPBHTML = ""; //--starthtml--// $IPBHTML .= << EOF; //--endhtml--// return $IPBHTML; } } ?>