From 30238f5847b418645983a4efddb13f087c99e585 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 30 Jun 2018 10:01:33 +0200 Subject: Premiers tests 2007-01-02+20:01:04 - 2007-02-02+16:43:14 --- IUT_auth_my.inc.php | 16 ++++++ auth_my.inc.php | 16 ++++++ test/AWOR_auth.php | 44 +++++++++++++++++ test/ajax/ajax.php | 14 ++++++ test/ajax/ajax_simple.js | 37 ++++++++++++++ test/ajax/coucou.txt | 1 + test/awor1.txt | 18 +++++++ test/pop3.txt | 12 +++++ test/test-tab_v1.php | 103 ++++++++++++++++++++++++++++++++++++++ test/test-tab_v2.php | 126 +++++++++++++++++++++++++++++++++++++++++++++++ test/test_array.php | 14 ++++++ 11 files changed, 401 insertions(+) create mode 100644 IUT_auth_my.inc.php create mode 100644 auth_my.inc.php create mode 100644 test/AWOR_auth.php create mode 100644 test/ajax/ajax.php create mode 100644 test/ajax/ajax_simple.js create mode 100644 test/ajax/coucou.txt create mode 100644 test/awor1.txt create mode 100644 test/pop3.txt create mode 100644 test/test-tab_v1.php create mode 100644 test/test-tab_v2.php create mode 100644 test/test_array.php diff --git a/IUT_auth_my.inc.php b/IUT_auth_my.inc.php new file mode 100644 index 0000000..1fb5ae6 --- /dev/null +++ b/IUT_auth_my.inc.php @@ -0,0 +1,16 @@ + diff --git a/auth_my.inc.php b/auth_my.inc.php new file mode 100644 index 0000000..f451755 --- /dev/null +++ b/auth_my.inc.php @@ -0,0 +1,16 @@ + diff --git a/test/AWOR_auth.php b/test/AWOR_auth.php new file mode 100644 index 0000000..7d8df12 --- /dev/null +++ b/test/AWOR_auth.php @@ -0,0 +1,44 @@ + \ No newline at end of file diff --git a/test/ajax/ajax.php b/test/ajax/ajax.php new file mode 100644 index 0000000..f5c8162 --- /dev/null +++ b/test/ajax/ajax.php @@ -0,0 +1,14 @@ +'; +?> + + + + Test AJAX + + + +

Ping

+
Cliquez sur ping !
+ + \ No newline at end of file diff --git a/test/ajax/ajax_simple.js b/test/ajax/ajax_simple.js new file mode 100644 index 0000000..74005cb --- /dev/null +++ b/test/ajax/ajax_simple.js @@ -0,0 +1,37 @@ +function url2div(url,divid) { + var http_request = false; + + if (window.XMLHttpRequest) { // Mozilla, Safari,... + http_request = new XMLHttpRequest(); + if (http_request.overrideMimeType) { + http_request.overrideMimeType('text/xml'); + } + } else if (window.ActiveXObject) { // IE + try { + http_request = new ActiveXObject("Msxml2.XMLHTTP"); + } catch (e) { + try { + http_request = new ActiveXObject("Microsoft.XMLHTTP"); + } catch (e) {} + } + } + + if (!http_request) { + alert('Abandon : Impossible de créer une instance XMLHTTP'); + return false; + } + + http_request.onreadystatechange = function(){ + + if (http_request.readyState == 4) { + if (http_request.status == 200) { + document.getElementById(divid).innerHTML = http_request.responseText; + } else { + document.getElementById(divid).innerHTML = "Un problème est survenu ..."; + } + } + }; + + http_request.open('GET', url, true); + http_request.send(null); +} \ No newline at end of file diff --git a/test/ajax/coucou.txt b/test/ajax/coucou.txt new file mode 100644 index 0000000..bc08321 --- /dev/null +++ b/test/ajax/coucou.txt @@ -0,0 +1 @@ +pong ! diff --git a/test/awor1.txt b/test/awor1.txt new file mode 100644 index 0000000..e02eb8d --- /dev/null +++ b/test/awor1.txt @@ -0,0 +1,18 @@ +'."\n" +?> + + + + Tests BD + + + + + + + +' . date('d/m/y', $date_deb) . '
' . date('H:i', $date_deb) . ' - ' . date('H:i', $date_fin) . "\n"; + $creneaux[] = $c[0]; + } + } + //print_r($creneaux); +?> + + + +\n\n"; + // Pour chaque créneau + foreach ( $creneaux as $c_id ) + { + // TODO : voir si l'on est la personne concernée !!! + + // Cas général, on n'est pas la personne concernée + if ( ! isset($dispos[$c_id][$p[0]]) ) + { + // Dispo Inconnue (icone ?) + echo '' . "\n"; + } + else + { + if ( $dispos[$c_id][$p[0]] == 'oui' ) + { + // Disponible + echo '' . "\n"; + }else + { + // Non Disponible + echo '' . "\n"; + } + } + } + echo "\n"; + } + } +?> + +
Personnes/Creneaux
$p[1] $p[2]InconnuDisponibleNon disponible
+ + + diff --git a/test/test-tab_v2.php b/test/test-tab_v2.php new file mode 100644 index 0000000..b5b7e1d --- /dev/null +++ b/test/test-tab_v2.php @@ -0,0 +1,126 @@ +'."\n" +?> + + + + Tests BD + + + + + + + +' . date('d/m/y', $date_deb) . '
' . date('H:i', $date_deb) . ' - ' . date('H:i', $date_fin) . "\n"; + $creneaux[] = $c[0]; + } + } + //print_r($creneaux); +?> + + + +\n\n"; + // Pour chaque créneau + foreach ( $creneaux as $c_id ) + { + // TODO : voir si l'on est la personne concernée !!! + if ( $p[0]!=$id_personne ) + { + // Cas général, on n'est pas la personne concernée + if ( ! isset($dispos[$c_id][$p[0]]) ) + { + // Dispo Inconnue (icone ?) + echo '' . "\n"; + } + else + { + if ( $dispos[$c_id][$p[0]] == 'oui' ) + { + // Disponible + echo '' . "\n"; + }else + { + // Non Disponible + echo '' . "\n"; + } + } + } + else + { + // On est la personne concernée, on peut donc choisir le créneau + if ( ! isset($dispos[$c_id][$p[0]]) ) + { + // Dispo Inconnue + echo '' . "\n"; + } + else + { + if ( $dispos[$c_id][$p[0]] == 'oui' ) + { + // Disponible + echo '' . "\n"; + }else + { + // Non Disponible + echo '' . "\n"; + } + } + } + } + echo "\n"; + } + } +?> + +
Personnes/Creneaux
$p[1] $p[2]InconnuDisponibleNon disponibleDisponible  Non disponibleDisponible  Non disponibleDisponible  Non disponible
+ + + diff --git a/test/test_array.php b/test/test_array.php new file mode 100644 index 0000000..4e1f052 --- /dev/null +++ b/test/test_array.php @@ -0,0 +1,14 @@ +'."\n" ?> + + + + Tests BD + + + + + + -- cgit v1.2.3