diff options
author | Simon Rettberg | 2015-03-02 18:42:52 +0100 |
---|---|---|
committer | Simon Rettberg | 2015-03-02 18:42:52 +0100 |
commit | 9358ac3f3fd26ec743c7aaa2245cdbb7bbe9fced (patch) | |
tree | 3956bf015bf862ab46380fbfaddf0e0fa631eb85 /templates/main/guest.html | |
parent | Initial Commit (diff) | |
download | bwlp-webadmin-9358ac3f3fd26ec743c7aaa2245cdbb7bbe9fced.tar.gz bwlp-webadmin-9358ac3f3fd26ec743c7aaa2245cdbb7bbe9fced.tar.xz bwlp-webadmin-9358ac3f3fd26ec743c7aaa2245cdbb7bbe9fced.zip |
Second Commit
Diffstat (limited to 'templates/main/guest.html')
-rw-r--r-- | templates/main/guest.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/main/guest.html b/templates/main/guest.html new file mode 100644 index 0000000..76b77ab --- /dev/null +++ b/templates/main/guest.html @@ -0,0 +1,7 @@ +<div class="form-narrow"> + Sie sind nicht authentifiziert. Bitte wählen Sie: + <ul> + <li><a href="shib/">Anmelden oder Registrieren über bwIDM</a></li> + <li><a href="?do=Login">Anmelden mit einem bwLehrpool-Testaccount</a></li> + </ul> +</div> |