/**
 * @package: displetretsidx_the_table( $model )
 * @return: print: for attribute
 */
function displetretsidx_the_table_for()
{
    displetretsidx_the_table_tab_for();
}
示例#2
0
<div id="displet-table" class="<?php 
displetretsidx_the_default_styles_class();
?>
">
	<div class="displet-tabs displet-group">
		<?php 
if (displetretsidx_have_tables()) {
    while (displetretsidx_have_tables()) {
        displetretsidx_the_table();
        ?>
			<a class="<?php 
        displetretsidx_the_table_tab_class();
        ?>
" href="javascript:;" for="<?php 
        displetretsidx_the_table_tab_for();
        ?>
">
				<?php 
        displetretsidx_the_table_status();
        ?>
				<span class="<?php 
        displetretsidx_the_total_count_class();
        ?>
">
					<?php 
        displetretsidx_the_count();
        ?>
				</span>
			</a>
		<?php 
    }