コード例 #1
0
ファイル: category_status.php プロジェクト: swash99/ims
    echo $row["name"];
    ?>
</span>
                    <input type="hidden" id="category_id" name="category_id" value="<?php 
    echo $row['id'];
    ?>
">
                    <span class="item_counter" id="total"><?php 
    echo ItemTable::get_total_items($row['id'], $_SESSION["date"]);
    ?>
</span>
                    <span class="float_right" id="<?php 
    echo $row['name'] . '_count';
    ?>
"><?php 
    echo ItemTable::get_updated_items_count($row['id'], $_SESSION["date"]) . "/";
    ?>
 </span>
                 </li>
            <?php 
}
?>
            </ul>
        </div>
        <div class="inventory_div">
            <div class="inventory_toolbar">
                <label class="switch float_left">
                    <input class="switch-input" type="checkbox" onclick=checkEmpty() />
                    <span class="switch-label" data-on="incomplete" data-off="All"></span>
                    <span class="switch-handle"></span>
                </label>