From 899da1a96701710d918a9c935e4f66124b29cfa8 Mon Sep 17 00:00:00 2001 From: Timoffei Bubigo Date: Thu, 24 Dec 2020 11:38:16 +0300 Subject: [PATCH] Add web --- models/Right.php | 9 +++++++++ web/controllers/test_hello.js | 23 +++++++++++++++++++++++ web/menu_min.js | 19 +++++++++++++++++++ web/routes_min.js | 8 ++++++++ web/views/test_hello.html | 35 +++++++++++++++++++++++++++++++++++ 5 files changed, 94 insertions(+) create mode 100644 models/Right.php create mode 100644 web/controllers/test_hello.js create mode 100644 web/menu_min.js create mode 100644 web/routes_min.js create mode 100644 web/views/test_hello.html diff --git a/models/Right.php b/models/Right.php new file mode 100644 index 0000000..de416a5 --- /dev/null +++ b/models/Right.php @@ -0,0 +1,9 @@ + +
+ +
+ +
+

+ +

+

+ +

+
+ + +
+
+
+ + + + + + + + + + + + +
#Имя
{{ user.id }}{{ user.name }}
+
+
+
\ No newline at end of file