Ejemplo n.º 1
0
$returnText .= '</div>';
// SPLITTER #2
$returnText .= '</div>';
// SPLITTER #1
$returnText .= '</div>';
// CONTAINER
/* FOOTER */
$returnText .= '<div id="basket"></div>';
$returnText .= '<div class="footer">';
$returnText .= '<div class="button" id="b_basket"><a href="javascript:void(0);" onclick="$(\'#basket\').toggle();" title="Baset">Basket</a></div>';
$returnText .= '<div class="footer_text">
			<h2>';
switch (DCTL_RSRC_COLLECTIONS) {
    case 'furioso':
        $returnText .= '<em>Orlando Furioso</em> e la sua traduzione in immagini';
        break;
    default:
        $returnText .= 'Collection :: ' . strtoupper(DCTL_RSRC_COLLECTIONS);
        break;
}
$returnText .= '</h2><p>A cura di CTL | Scuola Normale Superiore di Pisa | <a href="http://www.ctl.sns.it/" title="CTL-SNS">www.ctl.sns.it</a></p></div>';
$mailto = 'mailto:' . MAIL_TO . '?subject=dCTL%20Furioso%20-%20Segnala%20un%20problema&body=[PROBLEMA]:%20%0D%0A%0D%0A[MESSAGGIO]:%20%0D%0A%0D%0A[ALTRO]:%20%0D%0A%0D%0A';
$returnText .= '<div class="button" id="b_report"><a href="' . $mailto . '" title="Segnalaci un problema">Segnalaci un problema</a></div>';
//onclick="$().contact(\'contact.php\');"
$returnText .= '</div>';
$returnText .= '</div>';
$returnText .= '</body>';
$returnText .= '</html>';
dctl_xmldb_disconnect($exist);
echo $returnText;
/* - - - - - - - - - - - - - - - - - */
Ejemplo n.º 2
0
 public function __destruct()
 {
     dctl_xmldb_disconnect($this->_db);
     unset($this);
 }
Ejemplo n.º 3
0
        $returnText .= '</tr>';
        $returnText .= '<tr>';
        $returnText .= '<td>Aggiornamento</td>';
        $returnText .= '<td>' . 'Questa funzionalità permette di aggiornare solamente i contenuti del Package già pubblicato per la consultazione degli archivi.' . '</td>';
        if ($isPublished_pub) {
            $returnText .= '<td><a onclick="javascript:doProgress();" href="' . $_SERVER['PHP_SELF'] . '?posx=' . $fDiv0 . '&amp;action=update&amp;what=package&amp;collection_id=' . $collection_id . '&amp;package_id=' . $package_id . '" title="(Aggiorna solo elementi pubblicati)">Aggiorna "' . $package_short . '" on-line...</a></td>';
        } else {
            $returnText .= '<td>--</td>';
        }
        $returnText .= '</tr>';
        $returnText .= '<tr>';
        $returnText .= '<td>Ritira</td>';
        $returnText .= '<td>' . 'Questa funzionalità permette di de-pubblicare tutti i contenuti del Package, rendendoli non visibili al sistema di consultazione degli archivi.' . '</td>';
        if ($isPublished_pub) {
            $returnText .= '<td><a onclick="javascript:doProgress();" href="' . $_SERVER['PHP_SELF'] . '?posx=' . $fDiv0 . '&amp;action=unpublish&amp;what=package&amp;collection_id=' . $collection_id . '&amp;package_id=' . $package_id . '" title="(De-Pubblica il Package)">Poni "' . $package_short . '" off-line...</a></td>';
        } else {
            $returnText .= '<td>--</td>';
        }
        $returnText .= '</tr>';
        $returnText .= '</tbody>';
        $returnText .= '</table>';
    }
}
if ($existQuery) {
    dctl_xmldb_disconnect($existQuery);
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
$returnText .= '</div>';
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
echo $returnText;
/* NO ?> IN FILE .INC */