Ejemplo n.º 1
0
');">
                Status
            </a>
        </th>
        <th align="left" nowrap="nowrap">
            <a href="javascript:void(0);" onclick="PipelineJobOrder_populate(<?php 
echo $jobOrderID;
?>
, <?php 
echo $page;
?>
, <?php 
echo $entriesPerPage;
?>
, <?php 
printSortLink('lastActivity');
?>
, <?php 
if ($isPopup) {
    echo 1;
} else {
    echo 0;
}
?>
, 'ajaxPipelineTable', '<?php 
echo $_SESSION['CATS']->getCookie();
?>
', 'ajaxPipelineTableIndicator', '<?php 
echo $indexFile;
?>
');">
Ejemplo n.º 2
0
        echo '</div>';
    }
    ?>
<h1><?php 
    echo gettext("Edit Album:");
    ?>
 <em><?php 
    echo $album->name;
    ?>
</em></h1>
<p><?php 
    printAlbumEditLinks('' . $albumdir, "&laquo; " . gettext("Back"), gettext("Back to the list of albums (go up one level)"));
    ?>
 | <?php 
    if (!$album->isDynamic() && $album->getNumImages() > 1) {
        printSortLink($album, gettext("Sort Album"), gettext("Sort Album"));
        echo ' | ';
    }
    printViewLink($album, gettext("View Album"), gettext("View Album"));
    ?>
</p>


	<?php 
    displayDeleted();
    /* Display a message if needed. Fade out and hide after 2 seconds. */
    ?>
	<?php 
    if (isset($_GET['saved'])) {
        if (isset($_GET['mismatch'])) {
            ?>