getContainers($type, $author, $labels, $tags, $descriptions); require_once "./inc/php/buildHeader.php"; ?>
Name | Author | Labels | Tags | Date | Description | Action |
---|---|---|---|---|---|---|
' . $container->name . ' | '; echo '' . $container->author . ' | '; $labels = $db->getLabelWithContainerId($container->ID); echo '';
echo ''.$typeC.'';
echo ''.$visibility.'';
echo ' '; $index = 0; foreach ($labels as $label) { echo ''.$label->name.''; if($index == 1) { echo ' '; $index = 0; } else { $index++; } } echo ' | ';
$tags = explode( ' ', $container->tags );
$index = 0;
echo ''; foreach ($tags as $tag) { echo ''.$tag.''; } echo ' | '; echo '' . $container->date . ' | '; echo '' . $container->description . ' | '; echo ''; echo ''; echo ''; if($container->author == $_SESSION['username'] || $_SESSION['manage'] ) { //echo ''; } if($container->author == $_SESSION['username'] || $_SESSION['manage'] ) { echo ''; } echo ' | '; echo '