hellcp / ipsilon

Forked from ipsilon 4 years ago
Clone

1cd7e58 Add theming capabilities

31 files Authored by hellcp 4 years ago, Committed by ngompa 4 years ago,
31 files changed. 627 lines added. 5 lines removed.
ipsilon/ipsilon
file modified
+9 -0
quickrun.py
file modified
+9 -5
themes/Fedora/res/fedora-authn-logo-white.png
file added
+0
themes/Fedora/res/login.css
file added
+7
themes/Fedora/templates/index.html
file added
+7
themes/Fedora/templates/internalerror.html
file added
+15
themes/Fedora/templates/layout.html
file added
+52
themes/Fedora/templates/login/form.html
file added
+32
themes/Fedora/templates/login/index.html
file added
+11
themes/Fedora/templates/logout.html
file added
+13
themes/Fedora/templates/notfound.html
file added
+13
themes/Fedora/templates/openid/consent_form.html
file added
+37
themes/Fedora/templates/openid/userpage.html
file added
+7
themes/Fedora/templates/openid/xrds.xml
file added
+16
themes/Fedora/templates/persona/provisioning.html
file added
+59
themes/Fedora/templates/persona/signin_result.html
file added
+19
themes/Fedora/templates/unauthorized.html
file added
+12
themes/openSUSE/res/login.css
file added
+7
themes/openSUSE/templates/index.html
file added
+5
themes/openSUSE/templates/internalerror.html
file added
+19
themes/openSUSE/templates/layout.html
file added
+48
themes/openSUSE/templates/login/form.html
file added
+33
themes/openSUSE/templates/login/index.html
file added
+11
themes/openSUSE/templates/logout.html
file added
+13
themes/openSUSE/templates/notfound.html
file added
+17
themes/openSUSE/templates/openid/consent_form.html
file added
+41
themes/openSUSE/templates/openid/userpage.html
file added
+5
themes/openSUSE/templates/openid/xrds.xml
file added
+16
themes/openSUSE/templates/persona/provisioning.html
file added
+59
themes/openSUSE/templates/persona/signin_result.html
file added
+19
themes/openSUSE/templates/unauthorized.html
file added
+16
    Add theming capabilities
    
    Signed-off-by: Stasiek Michalski <stasiek@michalski.cc>
    
        
file modified
+9 -0
file modified
+9 -5
empty file added