Update director informations to include strange example of html entities used to format text
This commit is contained in:
parent
5f62db3bb9
commit
9d7a8dae09
2 changed files with 45 additions and 23 deletions
44
data/uonetplus/GetStudentDirectorInformations.json
Normal file
44
data/uonetplus/GetStudentDirectorInformations.json
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"IkonkaNazwa": null,
|
||||||
|
"Num": null,
|
||||||
|
"Zawartosc": [
|
||||||
|
{
|
||||||
|
"IkonkaNazwa": null,
|
||||||
|
"Num": null,
|
||||||
|
"Zawartosc": [],
|
||||||
|
"Nazwa": "21.12.2022 Dzień wolny od zajęć dydaktycznych",
|
||||||
|
"Url": null,
|
||||||
|
"Dane": "Dzień wolny od zajęć dydaktycznych<br />21.12.2022 – poniedziałek",
|
||||||
|
"Symbol": null,
|
||||||
|
"Nieaktywny": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"IkonkaNazwa": null,
|
||||||
|
"Num": null,
|
||||||
|
"Zawartosc": [],
|
||||||
|
"Nazwa": "19.12.2022 Zmaina obuwia",
|
||||||
|
"Url": null,
|
||||||
|
"Dane": "Informuję nauczycieli i uczniów, że...",
|
||||||
|
"Symbol": null,
|
||||||
|
"Nieaktywny": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"IkonkaNazwa": null,
|
||||||
|
"Num": null,
|
||||||
|
"Zawartosc": [],
|
||||||
|
"Rozszerzenie": false,
|
||||||
|
"Nazwa": "12.12.2022 Rozkład dzwonków podczas lekcji skróconych- 21 grudnia 2022",
|
||||||
|
"Url": null,
|
||||||
|
"Dane": "1	8.00-8.40 2	8.45-9.25 3	9.30-10.10 4	10.20-11.00 5	11.10-11.50 6	12.00-12.40 7	12.45-13.25 8	13.30-14.10 9	14.15-14.55 10	15.00-15.40",
|
||||||
|
"Symbol": null,
|
||||||
|
"Nieaktywny": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Nazwa": "",
|
||||||
|
"Url": null,
|
||||||
|
"Dane": null,
|
||||||
|
"Symbol": null,
|
||||||
|
"Nieaktywny": false
|
||||||
|
}
|
||||||
|
]
|
|
@ -113,29 +113,7 @@ router.all("/powiatwulkanowy/Start.mvc/GetLastStudentLessons", (req, res) => {
|
||||||
|
|
||||||
router.all("/powiatwulkanowy/Start.mvc/GetStudentDirectorInformations", (req, res) => {
|
router.all("/powiatwulkanowy/Start.mvc/GetStudentDirectorInformations", (req, res) => {
|
||||||
res.json({
|
res.json({
|
||||||
"data": [
|
"data": require("../../data/uonetplus/GetStudentDirectorInformations"),
|
||||||
{
|
|
||||||
"Dane": null,
|
|
||||||
"IkonkaNazwa": null,
|
|
||||||
"Nazwa": "",
|
|
||||||
"Nieaktywny": false,
|
|
||||||
"Num": null,
|
|
||||||
"Symbol": null,
|
|
||||||
"Url": null,
|
|
||||||
"Zawartosc": [
|
|
||||||
{
|
|
||||||
"Dane": "Dzień wolny od zajęć dydaktycznych<br />03.05.2021 – poniedziałek",
|
|
||||||
"IkonkaNazwa": null,
|
|
||||||
"Nazwa": "03.05.2021 Dzień wolny od zajęć dydaktycznych",
|
|
||||||
"Nieaktywny": false,
|
|
||||||
"Num": null,
|
|
||||||
"Symbol": null,
|
|
||||||
"Url": null,
|
|
||||||
"Zawartosc": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"errorMessage": null,
|
"errorMessage": null,
|
||||||
"feedback": null,
|
"feedback": null,
|
||||||
"success": true
|
"success": true
|
||||||
|
|
Loading…
Reference in a new issue