示例#1
0
        <td class="center">
            <?php 
    if (is_array($item->formati['mp4'])) {
        echo $item->formati['mp4']['start'];
    } else {
        echo gglmsHelper::itemStatus($item->formati['mp4']);
    }
    ?>
        </td>
        <td class="center">
            <?php 
    if (is_array($item->formati['webm'])) {
        echo $item->formati['webm']['start'];
    } else {
        echo gglmsHelper::itemStatus($item->formati['webm']);
    }
    ?>
        </td>
        <td class="center" >
            <?php 
    if (is_array($item->formati['ogv'])) {
        echo $item->formati['ogv']['start'];
    } else {
        echo gglmsHelper::itemStatus($item->formati['ogv']);
    }
    ?>
        </td>

    </tr>
<?php 
}