From f6b7d011ccecbe0f350625bc15d936f493c99f6f Mon Sep 17 00:00:00 2001 From: Claudio M Date: Thu, 10 Aug 2017 14:36:37 +0200 Subject: [PATCH] eliminazione whitefox --- whitefox/funzioni.php | 25 --- whitefox/iscritti_edit.php | 403 ------------------------------------ whitefox/iscritti_lista.php | 78 ------- whitefox/wf_gest.php | 61 ------ 4 files changed, 567 deletions(-) delete mode 100644 whitefox/funzioni.php delete mode 100755 whitefox/iscritti_edit.php delete mode 100755 whitefox/iscritti_lista.php delete mode 100755 whitefox/wf_gest.php diff --git a/whitefox/funzioni.php b/whitefox/funzioni.php deleted file mode 100644 index 75c3358..0000000 --- a/whitefox/funzioni.php +++ /dev/null @@ -1,25 +0,0 @@ - diff --git a/whitefox/iscritti_edit.php b/whitefox/iscritti_edit.php deleted file mode 100755 index 41c7317..0000000 --- a/whitefox/iscritti_edit.php +++ /dev/null @@ -1,403 +0,0 @@ - - - - - - - - -
- -intestazione (array("","Cognome","","Nome","","Codice Fiscale","")); -?> - - - Atleta Attivo - - Atleta non Attivo - - - - - - - - -riga(5); -$tabella->close(); - -$tabella = new html (0,"90%",array(5,5,5,10,5,20,5,5,5,10,0)); -$tabella->intestazione (array("","Sesso","","Data di nascita","","Luogo di nascita","","Prov.","","Nazionalità","")); -?> - - - - - - - - - - - - - - - -riga(20); -$tabella->close(); - -$tabella = new html (0,"90%",array(5,15,5,15,5,15,5,10,0)); -$tabella->intestazione (array("","Palestra","","Cintura","","Categoria","","Scad. certificato","")); -?> - - - - - - - - - - - - - - - -riga(20); -$tabella->close(); - -$tabella = new html (0,"90%",array(5,20,5,10,5,20,5,5,0)); -$tabella->intestazione (array("","Indirizzo","","CAP","","Città","","Prov.","")); -?> - - - - - - - - - - - -riga(5); -$tabella->close(); - -$tabella = new html (0,"90%",array(5,20,5,30,0)); -$tabella->intestazione (array("","Telefono","","Mail","")); -?> - - - - - - - -riga(10); -$tabella->close(); - -$tabella = new html (0,"90%",array(5,90,5)); -?> - - -
- - - - - Dati genitore se minore - - -riga(5); -$tabella->close(); - -$tabella = new html (0,"90%",array(5,20,5,20,5,15,0)); -$tabella->intestazione (array("","Cognome","","Nome","","Codice Fiscale","")); -?> - - - - - - - - - -riga(5); -$tabella->close(); - -$tabella = new html (0,"90%",array(5,5,5,10,5,20,5,5,5,10,0)); -$tabella->intestazione (array("","Sesso","","Data di nascita","","Luogo di nascita","","Prov.","","Nazionalità","")); -?> - - - - - - - - - - - - - - - -riga(10); -$tabella->close(); - -$tabella = new html (0,"90%",array(5,90,5)); -?> - - -
- - - - - Dati Societari - - -riga(5); -$tabella->close(); - -$tabella = new html (0,"90%",array(5,20,5,10,5,10,0)); -$tabella->intestazione (array("","Codice Societario","","Data richiesta","","Data Delibera","")); -?> - - - - - - - - - -riga(5); -$tabella->close(); - -$tabella = new html (0,"90%",array(5,20,5,10,0)); -$tabella->intestazione (array("","Tessera FITA","","Data FITA","")); -?> - - - - - - - - -riga(5); -$tabella->close(); - -$tabella = new html (0,"90%",array(5,20,0)); -$tabella->riga(); ?> - - - - - - - -close(); ?> -
- diff --git a/whitefox/iscritti_lista.php b/whitefox/iscritti_lista.php deleted file mode 100755 index 735f93b..0000000 --- a/whitefox/iscritti_lista.php +++ /dev/null @@ -1,78 +0,0 @@ - - -
- - - - - - -riga(); -$query = " SELECT - wf_iscritto.id, - wf_iscritto.attivo, - wf_iscritto.cognome, - wf_iscritto.nome, - wf_cinture.cintura, - wf_palestre.palestra, - DATE_FORMAT(wf_iscritto.nascita_data, '%d.%m.%Y') AS nascita_data, - DATE_FORMAT(wf_iscritto.certificato, '%d.%m.%Y') AS certificato - FROM - wf_iscritto - JOIN - wf_cinture - ON - wf_iscritto.id_cintura = wf_cinture.id - JOIN - wf_palestre - ON - wf_iscritto.id_palestra = wf_palestre.id - ORDER BY - cognome, - nome - - -"; - -$res = mysql_query( $query, $DB_ID ); -$tabella->intestazione (array("", "", "", "Cognome", "", "Nome", "", "Cintura", "", "categoria", "", "Palestra", "", "Scad. cert.", "")); -$tabella->riga(); -while ($dato = mysql_fetch_array ( $res )) { -?> - - - Utente attivo - - Utente non attivo - - Modifica Utente - - - - - - - - - - - - - - - -close(); -?> -
- diff --git a/whitefox/wf_gest.php b/whitefox/wf_gest.php deleted file mode 100755 index a173ae6..0000000 --- a/whitefox/wf_gest.php +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - -