コード例 #1
0
?>
</th>
                            <th scope="col" class="manage-column"><?php 
_e("Form", "templatemerge");
?>
</th>
                            <th scope="col" class="manage-column"><?php 
_e("Field", "templatemerge");
?>
</th>
                        </tr>
                    </tfoot>

                    <tbody class="list:user user-list">
                        <?php 
$tags = TemplateData::get_available_tags($formid, $paging);
//print_r($tags);
if (is_array($tags) && sizeof($tags) > 0) {
    $i = 0;
    foreach ($tags as $tag) {
        ?>
                                <tr class='author-self status-inherit' valign="top">
                                    <th scope="row" class="check-column"><input type="checkbox" name="feed[]" value="<?php 
        echo $tags[$i]["id"];
        ?>
"/></th>
                                    <td><img src="<?php 
        echo self::get_base_url();
        ?>
/images/active<?php 
        echo intval($tags[$i]["status"]);