From 29bb196fba7f9a7f2a57e08f7a650adce50a5038 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Fri, 15 Jul 2016 16:09:49 +0200 Subject: [PATCH] Mise en place du client virtuel (simulation) --- js/lib/reset-min.js | 2 +- js/lib/reset.js | 8 +- test/client.php | 156 ++++++++++++++++++++++++++++++++++++++ test/clientBackground.php | 27 +++++++ tmp.php | 0 view/view.php | 2 +- 6 files changed, 192 insertions(+), 3 deletions(-) create mode 100644 test/client.php create mode 100644 test/clientBackground.php delete mode 100644 tmp.php diff --git a/js/lib/reset-min.js b/js/lib/reset-min.js index 80b3bd9..84acadf 100644 --- a/js/lib/reset-min.js +++ b/js/lib/reset-min.js @@ -1,2 +1,2 @@ function $(a){var b=document.querySelectorAll("#"+a);a=document.querySelectorAll("."+a);return 0 + + + + + Virtual Client + + + + + + + + + +

+ +

+ +

+

+

+

+

+ +

+

+
+

+ + + + + diff --git a/test/clientBackground.php b/test/clientBackground.php new file mode 100644 index 0000000..2716390 --- /dev/null +++ b/test/clientBackground.php @@ -0,0 +1,27 @@ +$entry) + $data .= "".$entry[0]." - ".$entry[1]."
"; + + + echo json_encode( [ + 'ModuleError' => 0, + 'data' => $data + ] ); + + } +?> diff --git a/tmp.php b/tmp.php deleted file mode 100644 index e69de29..0000000 diff --git a/view/view.php b/view/view.php index ea1479c..8b20eed 100755 --- a/view/view.php +++ b/view/view.php @@ -7,7 +7,7 @@ - +