captive: Import new design

This is the new design of the access page of the captive
portal. It is based on the Bootstrap 4 grid system and
reboot but does not use anything else from it.

It is responsive and customisable.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-04-25 12:24:45 +01:00
parent 050ce75678
commit 48fb1d3b69
18 changed files with 336 additions and 89 deletions

View File

@@ -70,4 +70,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# Reset permissions of redirect templates and theme directories
find /srv/web/ipfire/html/{redirect-templates,themes} -type d | xargs chmod -v 755
# Captive Portal CSS
ln -svf --relative /usr/share/bootstrap/css/bootstrap-grid.min.css \
/srv/web/ipfire/html/captive/assets/bootstrap-grid.min.css
ln -svf --relative /usr/share/bootstrap/css/bootstrap-reboot.min.css \
/srv/web/ipfire/html/captive/assets/bootstrap-reboot.min.css
@$(POSTBUILD)