108 changed files with 376 additions and 24 deletions
@ -0,0 +1,6 @@ |
|||||
|
|
||||
|
<div id="MainContainer" class="col-12 col-md-10 px-0 pr-sm-0 px-md-2 pt-2"> |
||||
|
<?php |
||||
|
@include 'sheets/'.$getQ[1].'/'.$getQ[2].'.php'; |
||||
|
?> |
||||
|
</div> |
@ -0,0 +1,53 @@ |
|||||
|
|
||||
|
<div id="menuLeft" class="col-12 col-md-2 p-2"> |
||||
|
|
||||
|
<div class="dropdown <?= $getQ[1]=="user" ? "active":"" ?>"> |
||||
|
<div class="title">Gestione utenti</div> |
||||
|
<ul class="items"> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/user/add">Aggiungi utente </a></li> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/user/mod">Modifica utente </a></li> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/user/del">Elimina utente </a></li> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/user/list">Elenco utenti </a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
|
||||
|
<div class="dropdown <?= $getQ[1]=="links" ? "active":"" ?>"> |
||||
|
<div class="title">Area <?= $_SESSION['AUTH'] ? "privata":"pubblica" ?></div> |
||||
|
<ul class="items"> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/modulistica">Modulistica </a></li> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/ricette-e-timbri">Ricette e timbri</a></li> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/farmaci-ritirati">Farmaci ritirati</a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
|
||||
|
<div class="dropdown <?= $getQ[1]=="links" ? "active":"" ?>"> |
||||
|
<div class="title">Links utili</div> |
||||
|
<ul class="items"> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/links/cerca-un-farmaco">Cerca un Farmaco</a></li> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/links/siti-istituzionali">Siti istituzionali</a></li> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/links/siti-informativi">Siti informativi</a></li> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/links/farmaci">Farmaci</a></li> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/links/asl-della-provincia">A.S.L. della Provincia</a></li> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/links/consulenze">Consulenze</a></li> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/links/attivita-convenzionate">Attività convenzionate</a></li> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/links/bilanci-dell-ordine">Bilanci dell'Ordine</a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
|
||||
|
<div class="dropdown <?= $getQ[1]=="contatti" ? "active":"" ?>"> |
||||
|
<div class="title">Contatti</div> |
||||
|
<ul class="items"> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/contatti/presidenza">Presidenza</a></li> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/contatti/vicepresidenza">Vice Presidenza</a></li> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/contatti/segreteria">Segreteria</a></li> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/contatti/tesoreria">Tesoreria</a></li> |
||||
|
<li><a href="<?= $BASE_URL ?>/sheets/contatti/consiglio">Consiglio</a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue