summaryrefslogtreecommitdiffstats
path: root/pages/absences.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dist should work, TODO: minify and bundlesijanec2020-05-171-93/+0
|
* prev. commit in sw and aboutsijanec2020-05-161-0/+1
|
* testiram! DNM. btw, kako se naredi diff brez commita?Anton L. Šijanec2020-05-161-4/+1
|
* version is now updated in sw.js and about.bvrAnton L. Šijanec2020-05-141-0/+1
|
* 4rd DO NOT MERGE --- told ya u shouldn'tAnton L. Šijanec2020-05-121-1/+1
|
* DO NOT MERGE --- TESTING!Anton L. Šijanec2020-05-121-15/+23
|
* chats.js not done yetAnton L. Šijanec2020-04-051-0/+1
|
* teachers.js, absences.js: uporabljajo gsec.js; gsec.js: spremembe apijaAnton Luka Šijanec2020-03-211-0/+1
|
* za narediti jezikeAnton Luka Šijanec2020-03-061-28/+14
|
* added i18n, converted HTML files, TODO: js UI responses, TODO: translationsAnton Luka Šijanec2020-03-051-16/+15
| | | | | | | | | | | | | | So basically, multilanguage support from an JavaScript object. - only slovenian and english - no change language UI yet - only HTML strings are actually translated \- all text is translated, but javascript M.toast and other similar stuff does not pass trough s(), d(), S() and D() functions yet - how to i18n: - add a string to js/lang/bundle.js TO ALL LANGUAGES (translation mgmt sys will have to be created) - HTML: create <x-??></x-??> tags, where 1st ? tells wether to just output the string (s) without dot suffix or (d) to try and append a . (for sentences and paragraphs) if it is not there yet. second ? tells wether to leave lowercase strings (l) or (u) to force the first character of the string be uppercase (capitalize()). - put the key of your string as the innerHTML of the x-?? element. - JS: S("key") and D("key") return capitalized, s() and d() do not change case.
* Reformattingrstular2020-02-171-4/+7
|
* neki sm delu, sam ne do koncaAnton Luka Šijanec2020-02-111-0/+1
|
* added bežiapp to all titles and added page name to navbarAnton Luka Šijanec2020-02-101-2/+2
|
* added images support to messages and removed npm and node modules dependencyAnton Luka Šijanec2020-02-091-0/+1
|
* added icons to side menuAnton Luka Šijanec2020-02-081-6/+6
|
* added messagingAnton Luka Šijanec2020-02-081-1/+2
|
* Temporary inclusion/exclusion option, fixed zoomrstular2020-01-301-1/+1
|
* Spacing, bug fixes, version bump, deployment testrstular2020-01-291-1/+1
|
* Added about page, login, logout, bug fixesrstular2020-01-291-3/+9
|
* Initial commitrstular2020-01-291-0/+87