|
|
|
|
@@ -1,190 +1,200 @@
|
|
|
|
|
<div class="list">
|
|
|
|
|
|
|
|
|
|
{if count($actions) == 0}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="list_item line_height14 bigger_space money_deposit">
|
|
|
|
|
Áthozat: <span class="bold">{$balance_transfer} Ft</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{/if}
|
|
|
|
|
{if count($actions) == 0}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="list_item line_height14 bigger_space money_deposit">
|
|
|
|
|
Áthozat: <span class="bold">{$balance_transfer} Ft</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
|
|
{foreach $actions as $action}
|
|
|
|
|
{foreach $actions as $action}
|
|
|
|
|
|
|
|
|
|
{if $action->get_de_training()|is_a:'training'}
|
|
|
|
|
{if $action@first}
|
|
|
|
|
<div style="margin-bottom: 30px;">
|
|
|
|
|
<div class="list_item line_height14 bigger_space actual_balance">
|
|
|
|
|
<span class="size20 bold">
|
|
|
|
|
Aktuális egyenleg: {$action->get_de_balance()|number_format:0:'':' '} Ft
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
|
|
{if !$action@first &&
|
|
|
|
|
$actions[$action@index-1]->get_de_training()|is_a:'training' &&
|
|
|
|
|
$actions[$action@index]->get_de_training()->get_tr_date()|substr:5:2 != $actions[$action@index-1]->get_de_training()->get_tr_date()|substr:5:2
|
|
|
|
|
{if $action->get_de_training()|is_a:'training'}
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
{if !$action@first &&
|
|
|
|
|
$actions[$action@index-1]->get_de_training()|is_a:'training' &&
|
|
|
|
|
$actions[$action@index]->get_de_training()->get_tr_date()|substr:5:2 != $actions[$action@index-1]->get_de_training()->get_tr_date()|substr:5:2
|
|
|
|
|
|
|
|
|
|
!$action@first &&
|
|
|
|
|
$actions[$action@index-1]->get_de_money_deposit()|is_a:'money_deposit' &&
|
|
|
|
|
$actions[$action@index]->get_de_training()->get_tr_date()|substr:5:2 != $actions[$action@index-1]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
!$action@first &&
|
|
|
|
|
$actions[$action@index-1]->get_de_money_deposit()|is_a:'money_deposit' &&
|
|
|
|
|
$actions[$action@index]->get_de_training()->get_tr_date()|substr:5:2 != $actions[$action@index-1]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<span onclick="block_action('block_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}');" class="date_separator clickable">{$actions[$action@index]->get_de_training()->get_tr_date()|substr:0:4}.
|
|
|
|
|
{$months[$actions[$action@index]->get_de_training()->get_tr_date()|substr:5:2]}
|
|
|
|
|
({$user_login->get_training_number_in_month({$action->get_de_training()->get_tr_date()|substr:0:4},{$action->get_de_training()->get_tr_date()|substr:5:2})} edzés)
|
|
|
|
|
<div class="diary_header">
|
|
|
|
|
<span class="balance_text" id="balance_text_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}">Egyenleg</span>
|
|
|
|
|
<img src="/_image/open_folder.png">
|
|
|
|
|
</div>
|
|
|
|
|
</span>
|
|
|
|
|
<div id="block_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}" class="month_block">
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
{elseif $action@first}
|
|
|
|
|
<span onclick="block_action('block_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}');" class="date_separator clickable">{$actions[$action@index]->get_de_training()->get_tr_date()|substr:0:4}.
|
|
|
|
|
{$months[$actions[$action@index]->get_de_training()->get_tr_date()|substr:5:2]}
|
|
|
|
|
({$user_login->get_training_number_in_month({$action->get_de_training()->get_tr_date()|substr:0:4},{$action->get_de_training()->get_tr_date()|substr:5:2})} edzés)
|
|
|
|
|
<div class="diary_header">
|
|
|
|
|
<span class="balance_text" id="balance_text_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}">Egyenleg</span>
|
|
|
|
|
<img src="/_image/open_folder.png">
|
|
|
|
|
</div>
|
|
|
|
|
</span>
|
|
|
|
|
<div id="block_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}" class="month_block">
|
|
|
|
|
</div>
|
|
|
|
|
<span onclick="block_action('block_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}');" class="date_separator clickable">{$actions[$action@index]->get_de_training()->get_tr_date()|substr:0:4}.
|
|
|
|
|
{$months[$actions[$action@index]->get_de_training()->get_tr_date()|substr:5:2]}
|
|
|
|
|
({$user_login->get_training_number_in_month({$action->get_de_training()->get_tr_date()|substr:0:4},{$action->get_de_training()->get_tr_date()|substr:5:2})} edzés)
|
|
|
|
|
<div class="diary_header">
|
|
|
|
|
<span class="balance_text" id="balance_text_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}">Egyenleg</span>
|
|
|
|
|
<img src="/_image/open_folder.png">
|
|
|
|
|
</div>
|
|
|
|
|
</span>
|
|
|
|
|
<div id="block_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}" class="month_block">
|
|
|
|
|
|
|
|
|
|
{/if}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="list_item line_height14 bigger_space">
|
|
|
|
|
<span class="size20 bold">
|
|
|
|
|
{$action->get_de_training()->get_tr_date()|substr:0:4}.
|
|
|
|
|
{$months[$actions[$action@index]->get_de_training()->get_tr_date()|substr:5:2]}
|
|
|
|
|
{$action->get_de_training()->get_tr_date_day()}.
|
|
|
|
|
{$days[$action->get_de_training()->get_tr_date_day_of_week()]}
|
|
|
|
|
{$action->get_de_training()->get_tr_date_time()}
|
|
|
|
|
</span>
|
|
|
|
|
<br>
|
|
|
|
|
{if $action->get_de_training()->get_tr_training_type_trt_id()}{$action->get_de_training()->get_tr_type_name_by_id()} edzés{/if}
|
|
|
|
|
{$action->get_de_training()->get_tr_duration()} p
|
|
|
|
|
{if $action->get_de_training()->is_coach()}
|
|
|
|
|
{foreach $action->get_de_training()->get_tr_coaches_name() as $coach_name}
|
|
|
|
|
{if $coach_name@first}({/if}{$coach_name}{if $coach_name@last}){else}, {/if}
|
|
|
|
|
{/foreach}
|
|
|
|
|
{/if}
|
|
|
|
|
{elseif $action@first}
|
|
|
|
|
<span onclick="block_action('block_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}');" class="date_separator clickable">{$actions[$action@index]->get_de_training()->get_tr_date()|substr:0:4}.
|
|
|
|
|
{$months[$actions[$action@index]->get_de_training()->get_tr_date()|substr:5:2]}
|
|
|
|
|
({$user_login->get_training_number_in_month({$action->get_de_training()->get_tr_date()|substr:0:4},{$action->get_de_training()->get_tr_date()|substr:5:2})} edzés)
|
|
|
|
|
<div class="diary_header">
|
|
|
|
|
<span class="balance_text" id="balance_text_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}">Egyenleg</span>
|
|
|
|
|
<img src="/_image/open_folder.png">
|
|
|
|
|
</div>
|
|
|
|
|
</span>
|
|
|
|
|
<div id="block_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}" class="month_block">
|
|
|
|
|
|
|
|
|
|
{assign var="discount" value=""}
|
|
|
|
|
{if $action->get_de_has_discount()}
|
|
|
|
|
{if $action->get_de_discount_id() == 1}
|
|
|
|
|
{assign var="discount" value="Próba kedvezmény"}
|
|
|
|
|
{elseif $action->get_de_discount_id() == 2}
|
|
|
|
|
{assign var="discount" value="Havi 10+ kedvezmény"}
|
|
|
|
|
{elseif $action->get_de_discount_id() == 3}
|
|
|
|
|
{assign var="discount" value="Duplázó kedvezmény"}
|
|
|
|
|
{/if}
|
|
|
|
|
{/if}
|
|
|
|
|
{/if}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="list_item line_height14 bigger_space">
|
|
|
|
|
<span class="size20 bold">
|
|
|
|
|
{$action->get_de_training()->get_tr_date()|substr:0:4}.
|
|
|
|
|
{$months[$actions[$action@index]->get_de_training()->get_tr_date()|substr:5:2]}
|
|
|
|
|
{$action->get_de_training()->get_tr_date_day()}.
|
|
|
|
|
{$days[$action->get_de_training()->get_tr_date_day_of_week()]}
|
|
|
|
|
{$action->get_de_training()->get_tr_date_time()}
|
|
|
|
|
</span>
|
|
|
|
|
<br>
|
|
|
|
|
{if $action->get_de_training()->get_tr_training_type_trt_id()}{$action->get_de_training()->get_tr_type_name_by_id()} edzés{/if}
|
|
|
|
|
{$action->get_de_training()->get_tr_duration()} p
|
|
|
|
|
{if $action->get_de_training()->is_coach()}
|
|
|
|
|
{foreach $action->get_de_training()->get_tr_coaches_name() as $coach_name}
|
|
|
|
|
{if $coach_name@first}({/if}{$coach_name}{if $coach_name@last}){else}, {/if}
|
|
|
|
|
{/foreach}
|
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
|
|
<div class="extra_row">
|
|
|
|
|
<span class="bold">Egyenleg: {if $action->get_de_balance()>0}+{/if}{$action->get_de_balance()|number_format:0:'':' '} Ft</span>
|
|
|
|
|
{if $discount != ""}<br>{$discount}{/if}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{assign var="discount" value=""}
|
|
|
|
|
{if $action->get_de_has_discount()}
|
|
|
|
|
{if $action->get_de_discount_id() == 1}
|
|
|
|
|
{assign var="discount" value="Próba kedvezmény"}
|
|
|
|
|
{elseif $action->get_de_discount_id() == 2}
|
|
|
|
|
{assign var="discount" value="Havi 10+ kedvezmény"}
|
|
|
|
|
{elseif $action->get_de_discount_id() == 3}
|
|
|
|
|
{assign var="discount" value="Duplázó kedvezmény"}
|
|
|
|
|
{/if}
|
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
|
|
<div class="side_block">
|
|
|
|
|
<div class="extra_row">
|
|
|
|
|
<span class="bold">Egyenleg: {if $action->get_de_balance()>0}+{/if}{$action->get_de_balance()|number_format:0:'':' '} Ft</span>
|
|
|
|
|
{if $discount != ""}<br>{$discount}{/if}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="side_block">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<span class="bold" style="font-size: 20px;">{if $action->get_de_balance()>0}+{/if}{$action->get_de_balance()|number_format:0:'':' '} Ft</span><br>{$discount}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<span class="bold" style="font-size: 20px;">{if $action->get_de_balance()>0}+{/if}{$action->get_de_balance()|number_format:0:'':' '} Ft</span><br>{$discount}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{elseif $action->get_de_money_deposit()|is_a:'money_deposit'}
|
|
|
|
|
{elseif $action->get_de_money_deposit()|is_a:'money_deposit'}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{if !$action@first &&
|
|
|
|
|
$actions[$action@index-1]->get_de_training()|is_a:'training' &&
|
|
|
|
|
$actions[$action@index]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2 != $actions[$action@index-1]->get_de_training()->get_tr_date()|substr:5:2
|
|
|
|
|
{if !$action@first &&
|
|
|
|
|
$actions[$action@index-1]->get_de_training()|is_a:'training' &&
|
|
|
|
|
$actions[$action@index]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2 != $actions[$action@index-1]->get_de_training()->get_tr_date()|substr:5:2
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
!$action@first &&
|
|
|
|
|
$actions[$action@index-1]->get_de_money_deposit()|is_a:'money_deposit' &&
|
|
|
|
|
$actions[$action@index]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2 != $actions[$action@index-1]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2
|
|
|
|
|
!$action@first &&
|
|
|
|
|
$actions[$action@index-1]->get_de_money_deposit()|is_a:'money_deposit' &&
|
|
|
|
|
$actions[$action@index]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2 != $actions[$action@index-1]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<span onclick="block_action('block_{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4}{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2}');" class="date_separator clickable">{$actions[$action@index]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4}.
|
|
|
|
|
{$months[$actions[$action@index]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2]}
|
|
|
|
|
({$user_login->get_training_number_in_month({$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4},{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2})} edzés)
|
|
|
|
|
<img src="/_image/open_folder.png">
|
|
|
|
|
</span>
|
|
|
|
|
<div id="block_{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4}{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2}" class="month_block">
|
|
|
|
|
</div>
|
|
|
|
|
<span onclick="block_action('block_{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4}{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2}');" class="date_separator clickable">{$actions[$action@index]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4}.
|
|
|
|
|
{$months[$actions[$action@index]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2]}
|
|
|
|
|
({$user_login->get_training_number_in_month({$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4},{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2})} edzés)
|
|
|
|
|
<img src="/_image/open_folder.png">
|
|
|
|
|
</span>
|
|
|
|
|
<div id="block_{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4}{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2}" class="month_block">
|
|
|
|
|
|
|
|
|
|
{elseif $action@first}
|
|
|
|
|
{elseif $action@first}
|
|
|
|
|
|
|
|
|
|
<span onclick="block_action('block_{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4}{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2}');" class="date_separator clickable">{$actions[$action@index]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4}.
|
|
|
|
|
{$months[$actions[$action@index]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2]}
|
|
|
|
|
({$user_login->get_training_number_in_month({$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4},{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2})} edzés)
|
|
|
|
|
<img src="/_image/open_folder.png">
|
|
|
|
|
</span>
|
|
|
|
|
<div id="block_{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4}{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2}" class="month_block">
|
|
|
|
|
<span onclick="block_action('block_{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4}{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2}');" class="date_separator clickable">{$actions[$action@index]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4}.
|
|
|
|
|
{$months[$actions[$action@index]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2]}
|
|
|
|
|
({$user_login->get_training_number_in_month({$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4},{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2})} edzés)
|
|
|
|
|
<img src="/_image/open_folder.png">
|
|
|
|
|
</span>
|
|
|
|
|
<div id="block_{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4}{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2}" class="month_block">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{/if}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="list_item line_height14 bigger_space money_deposit">
|
|
|
|
|
<span class="size20 bold">
|
|
|
|
|
{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4}.
|
|
|
|
|
{$months[$actions[$action@index]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2]}
|
|
|
|
|
{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date_day()}.
|
|
|
|
|
</span>
|
|
|
|
|
<br>
|
|
|
|
|
befizetés: {$action->get_de_money_deposit()->get_mod_money_income()->get_mi_sum(true)} Ft
|
|
|
|
|
</div>
|
|
|
|
|
{/if}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="list_item line_height14 bigger_space money_deposit">
|
|
|
|
|
<span class="size20 bold">
|
|
|
|
|
{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:0:4}.
|
|
|
|
|
{$months[$actions[$action@index]->get_de_money_deposit()->get_mod_money_income()->get_mi_date()|substr:5:2]}
|
|
|
|
|
{$action->get_de_money_deposit()->get_mod_money_income()->get_mi_date_day()}.
|
|
|
|
|
</span>
|
|
|
|
|
<br>
|
|
|
|
|
befizetés: {$action->get_de_money_deposit()->get_mod_money_income()->get_mi_sum(true)} Ft
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="side_block">
|
|
|
|
|
{assign var="discount" value=""}
|
|
|
|
|
<span class="bold" style="font-size: 20px;">{if $action->get_de_balance()>0}+{/if}{$action->get_de_balance()|number_format:0:'':' '} Ft</span><br>{$discount}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="side_block">
|
|
|
|
|
{assign var="discount" value=""}
|
|
|
|
|
<span class="bold" style="font-size: 20px;">{if $action->get_de_balance()>0}+{/if}{$action->get_de_balance()|number_format:0:'':' '} Ft</span><br>{$discount}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{/if}
|
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
|
|
{if $action@last}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="list_item line_height14 bigger_space money_deposit">
|
|
|
|
|
Áthozat: <span class="bold">{$balance_transfer} Ft</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{if $action@last}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="list_item line_height14 bigger_space money_deposit">
|
|
|
|
|
Áthozat: <span class="bold">{$balance_transfer} Ft</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{/if}
|
|
|
|
|
{/foreach}
|
|
|
|
|
{/if}
|
|
|
|
|
{/foreach}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
|
|
function open_block(block_id) {
|
|
|
|
|
$("#"+block_id).slideDown("slow");
|
|
|
|
|
$("#balance_text_"+block_id.substr(-6)).addClass('active_header');
|
|
|
|
|
$("#"+block_id).slideDown("slow");
|
|
|
|
|
$("#balance_text_"+block_id.substr(-6)).addClass('active_header');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function close_block(block_id) {
|
|
|
|
|
$("#"+block_id).slideUp("slow");
|
|
|
|
|
$("#balance_text_"+block_id.substr(-6)).removeClass('active_header');
|
|
|
|
|
$("#"+block_id).slideUp("slow");
|
|
|
|
|
$("#balance_text_"+block_id.substr(-6)).removeClass('active_header');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function block_action(block_id) {
|
|
|
|
|
if ($("#"+block_id).is(':hidden')) {
|
|
|
|
|
open_block(block_id);
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
close_block(block_id);
|
|
|
|
|
}
|
|
|
|
|
if ($("#"+block_id).is(':hidden')) {
|
|
|
|
|
open_block(block_id);
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
close_block(block_id);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$( document ).ready(function() {
|
|
|
|
|
var divs = $( "div[class=month_block]" );
|
|
|
|
|
$( ".list" ).find( divs ).hide();
|
|
|
|
|
var div_list = $( ".list" ).find( divs );
|
|
|
|
|
$( ".list" ).find( divs ).hide();
|
|
|
|
|
var div_list = $( ".list" ).find( divs );
|
|
|
|
|
|
|
|
|
|
open_block(div_list[0].id);
|
|
|
|
|
open_block(div_list[0].id);
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|