{include file="{$smarty.const._templates_path}_meta_v3.html" title=head}
{include file="{$smarty.const._templates_path}_header_v3.html" title=header}
My Books
Sort By 
{foreach from=$data_ary key=k item=v name=ibook}
    {foreach from=$v key=ik item=iv name=item} {if $smarty.foreach.item.index eq 0}
  • {if $iv.push eq 'Y'}
    1
    {/if}
    Read
    {$iv.chukan_date}
    {$iv.chinese_names}
    {$iv.english_names}
  • {elseif $smarty.foreach.item.index < 5}
  • {if $iv.push eq 'Y'}
    1
    {/if}
    Read
    {$iv.chukan_date}
    {$iv.chinese_names}
    {$iv.english_names}
  • {else}
  • {if $iv.push eq 'Y'}
    1
    {/if}
    Read
    {$iv.chukan_date}
    {$iv.chinese_names}
    {$iv.english_names}
  • {/if} {/foreach}
{/foreach}
{include file="{$smarty.const._templates_path}_n_footer.html" title=foo}