getContainers($type, $author, $labels, $tags, $descriptions); require_once "./inc/php/buildHeader.php"; ?>


Docker public

getNumberDockerContainer() ?> Files

Singularity public

getNumberSingularityContainer() ?> Files


Reset
Multiple choises is possible.


'; } ?>




escape2($db); $visibility = "private"; $colorV = "e67e22"; if($container->visibility) { $visibility = "public"; $colorV = "f1c40f"; } if(!$container->visibility) { if($container->author != $_SESSION['username']) { if($db->getGradeWithLogin($_SESSION['username'])->name != $db->getMaxGrades()->name) { continue; } } } $typeC = "docker"; $colorT = "007bff"; if($container->type == "Singularity") { $typeC = "singularity"; $colorT = "28a745"; } echo ''; echo ''; echo ''; $labels = $db->getLabelWithContainerId($container->ID); echo ''; $tags = explode( ' ', $container->tags ); $index = 0; echo ''; echo ''; echo ''; echo ''; echo ''; } ?>
Name Author Labels Tags Date Description Action
' . $container->name . '' . $container->author . ''; echo ''.$typeC.''; echo ''.$visibility.''; echo '
'; $index = 0; foreach ($labels as $label) { echo ''.$label->name.''; if($index == 1) { echo '
'; $index = 0; } else { $index++; } } echo '
'; foreach ($tags as $tag) { echo ''.$tag.''; } echo '' . $container->date . '' . $container->description . ''; echo '
'; echo ''; if($container->author == $_SESSION['username'] || $_SESSION['manage'] ) { //echo ''; } if($container->author == $_SESSION['username'] || $_SESSION['manage'] ) { echo ''; } echo '