apple-menu.php 1.2 KB

123456789101112131415
  1. <?php if (file_exists('/Library/Server/Web/Data/Sites/Default/')) : ?>
  2. <div style="text-align:center;">
  3. <a href="/webcal" target="_blank" title="Calendar">Kalendarz</a>
  4. <?php if (file_exists('/Library/Server/Web/Data/Sites/Default/webmail')) : ?>
  5. | <a href="/webmail" target="_blank" title="Webmail">Poczta</a>
  6. <?php endif; ?>
  7. | <a href="/changepassword" target="_blank" title="Change Password">Zmiana hasła</a>
  8. | <a href="/profilemanager" target="_blank" title="Profile Manager">Profile Manager</a>
  9. | <a href="#" onclick="window.prompt('Skopiuj do schowka w celu użycia w programie przestrzennym np. QGIS i dodaj jako serwis WFS','<?php echo Request::getPathUri(); ?>wfs-qgis.php/default_db/'); return false">Serwis WFS QGis</a>
  10. | <a href="#" onclick="window.prompt('Skopiuj do schowka w celu użycia w systemach integracji/wymiany danych i dodaj jako serwis WFS','<?php echo Request::getPathUri(); ?>wfs-data.php/default_db/'); return false">Serwis API WFS</a>
  11. | <a href="#" onclick="window.prompt('Skopiuj do schowka w celu użycia w programie przestrzennym np. QGIS i dodaj jako serwis WMS','<?php echo Request::getPathUri(); ?>wms/rastry'); return false">Serwis WMS rastry</a>
  12. </div>
  13. <?php endif; ?>