summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates
Commit message (Collapse)AuthorAgeFilesLines
* [locationinfo] text-muted for "inherited" up-arrowSimon Rettberg2023-10-061-1/+1
|
* [locationinfo] Add Slider to configure browser zoom in URL panelSimon Rettberg2022-12-061-0/+25
| | | | Closes #3915
* [locationinfo] Minor JS tweaksSimon Rettberg2022-12-051-6/+6
|
* [locationinfo] Workaround calendar scrolling to wrong daySimon Rettberg2022-12-021-3/+11
|
* [locationinfo] Allow seconds in prettytime mode, change eco mode textSimon Rettberg2020-11-041-1/+2
| | | | | Eco mode doesn't change any colors anymore currently, it merely lowers the update rate and hides seconds from the countdown.
* [locationinfo] "show hostname" cannot be overridden per locationSimon Rettberg2020-11-041-17/+17
|
* [locationinfo] Change header layoutSimon Rettberg2020-11-041-32/+29Star
| | | | | Location name is now first row, event name second row, centered, with remaining time breaking into third row if necessary.
* [locationinfo] Fix: api.php access in redirect mode not workingSimon Rettberg2020-11-042-14/+14
| | | | | | | Also get rid of slx-admin prefix / {{dirprefix}}. We now have only one variable to be filled in the template, namely {{api}}, which should also make sure that accessing other module's API is not possible. Matching rewrite rules should land in setup-scripts soon.
* [locationinfo] Remove unused javascriptSimon Rettberg2020-11-034-171/+31Star
| | | | | | | Most javascript was needed for editing the opening times of locations. Some javascript was still used to fill the now disabled input forms for display only. This is now done server-side, and the input fields have been replaced by a simple table.
* [locationinfo] Clean up styling a bit moreSimon Rettberg2020-11-0310-565/+524Star
|
* [locationinfo] remove unused codeChristian Hofmaier2020-11-022-4/+0Star
|
* [locationinfo] remove tooltip buttons and use direct textChristian Hofmaier2020-11-023-189/+124Star
|
* [locationinfo] URLPANEL: Allow black- and whitelist simultaneouslySimon Rettberg2020-10-211-16/+8Star
| | | | References #3790
* [baseconfig_bwlp/locationinfo] Add SLX_TTY_SWITCHSimon Rettberg2020-10-201-0/+27
| | | | | | | | This will be used (to be implemented client side) to diallow tty switching from within the X session, as the exam mode currently already does. References #3793
* [locationinfo] real fix of bootstrap switchesChristian Hofmaier2020-10-191-23/+3Star
|
* [locationinfo] fix bootstrap-switches override always "on"Christian Hofmaier2020-10-191-1/+4
|
* [locationinfo] add forward link to location moduleChristian Hofmaier2020-10-132-3/+11
| | | | + delete some unused code
* [locations] Migrate openingtimes from infoscreen to locations moduleChristian Hofmaier2020-09-082-65/+55Star
| | | | | - move openingtimes from infoscreen db to locations db - read-only openingtimes in infoscreen
* [locationinfo] Support styling clients with special runmodeSimon Rettberg2020-07-071-27/+32
| | | | Implemented for remoteaccess runmode for now
* [locationinfo] Add option to show hostnamesSimon Rettberg2020-06-292-1/+27
|
* [locationinfo] Make colors for idle clients more distinct from offlineSimon Rettberg2020-05-191-1/+1
| | | | | Added a little light green bar at the top. This should still make it easy to distinguish from red wrt Red-Blind/Protanopia etc.
* Revert "[locationinfo] Force interactive if split-login"v3.9Simon Rettberg2020-02-091-9/+1Star
| | | | | | | | | | | | | Forcing interactive mode when split-login is enabled is already implemented for slx-browser, but chromium was excluded: It might be desired to have a full screen app that can be exited by Ctrl-W or via javascript. slx-browser simply doesn't support these mechanisms, thus we force interactive mode for it. If chromium should also be forced into interactive mode it would be easier to just change the existing code to be unconditional. This reverts commit b2798e8a80f7a395027c65ea2905a773d45a6be8.
* [locationinfo] Force interactive if split-loginSteffen Ritter2020-02-051-1/+9
| | | | | | | | | If we use split-login, users need the possibility to close the browser session. Chromiums non-interactive kiosk mode is always fullscreen without an clickable breakout. So if split-login is used in combination with chromium, we force interactive mode. slx-browser has no interactive mode, so doesn't make any difference.
* [locationinfo] better calendar event font size scalingUdo Walter2020-01-151-15/+3Star
|
* [locationinfo] SLX_BROWSER_INTERACTIVE handled for slx-browserSimon Rettberg2020-01-131-2/+1Star
| | | | No bookmark support for slx-browser
* Fix some more typosStefan Weil2019-12-162-11/+11
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* [locationinfo] fix calendar start date when using a custom start week dayUdo Walter2019-12-111-4/+22
|
* [locationinfo] less lovely javascript more not so lovely phpChristian Hofmaier2019-12-041-49/+43Star
| | | | - same function just in backend
* [locationinfo] add new kiosk-mode options to url-panelsChristian Hofmaier2019-11-271-2/+141
| | | | | | | - guest / guest+user login - browser selection - interactive mode - bookmarks
* [locationinfo] remove scrollbar placeholder in headerChristian Hofmaier2019-11-051-1/+13
| | | | + a small alignment correction
* [locationinfo] generalize mode change functionChristian Hofmaier2019-10-291-27/+9Star
|
* [locationinfo] Make switching per room workChristian Hofmaier2019-10-261-40/+41
|
* [locationinfo] Rework from HTML blocks to Jquery CloneChristian Hofmaier2019-09-261-89/+102
| | | | - generalize code for easier adding of new functions
* [locationinfo] Add ability to select the start day of the calendarUdo Walter2019-07-162-2/+42
|
* [locationinfo] fix bug 'open for' without timesChristian Hofmaier2019-06-041-2/+2
|
* [locationinfo] fix bug override not loading correctly into edit menuChristian Hofmaier2019-06-041-1/+1
|
* [locationinfo] Style checkboxes, use icon in save buttonSimon Rettberg2019-04-031-12/+13
|
* [locationinfo] Update translationsSimon Rettberg2019-04-031-4/+4
|
* [locationinfo] rearrange default-panel settings in UIChristian Hofmaier2019-03-281-145/+134Star
|
* [locationinfo] fix overrides reference is null errorChristian Hofmaier2019-03-281-1/+1
| | | | - the switch for activating override for a room is now working correctly
* [locationinfo] add nowrap to clients columnSimon Rettberg2019-03-271-1/+1
|
* [locationinfo] UI reworkChristian Hofmaier2019-03-264-24/+179
| | | | | | | | - add Icons to Buttons - override config for specific room - change roomplanner switch with dropdown menu - new texts for roomplanner dropdown - when roomplanner is empty show empty green box instead of red 0
* Use collapse mode for translations, runmode, rebootcontrolSimon Rettberg2019-03-261-2/+2
| | | | Also shuffle around modules.
* [locationinfo] Change glyphicons for panel listSimon Rettberg2019-03-261-4/+4
|
* Introduce JS helper for bootstrap confirm dialogs on button-submitSimon Rettberg2019-03-252-64/+18Star
|
* [locationinfo] Add black/whitelist stuff for URL panelsSimon Rettberg2019-03-141-0/+24
|
* [locationinfo] Update translationsSimon Rettberg2019-03-072-2/+2
|
* [locationinfo] Add error log for backendsSimon Rettberg2019-03-073-0/+32
|
* [locationinfo] Fix form<->button relation (delete, check, etc.)Simon Rettberg2019-03-071-17/+22
|
* [locationinfo] panel: Shorter dash, empty field if no PCs for roomSimon Rettberg2019-03-011-8/+11
|