forked from gbv/paia-oauth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoauth-notify.html
81 lines (81 loc) · 2.4 KB
/
oauth-notify.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="de"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Benutzerkonto</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link href="paia.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<div class="navbar-brand">
<img src="de-hil2-logo.png">
</div>
<div class="navbar-brand">
Universitätsbibliothek Hildesheim: <b>Benutzerkonto</b>
</div>
</div>
<div class="navbar-collapse collapse navbar-right">
<ul class="nav navbar-nav">
<li>
<a><span class="glyphicon glyphicon-book"</span>
Konto</a>
</li>
<li>
<a><span class="glyphicon glyphicon-user"></span>
Profil</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<h1>Zugriff auf Ihr Benutzerkonto</h1>
<div class="row">
<div class="col-md-9">
<p>
Die Anwendung <b>Benachrichtigungsdienst</b>
möchte auf Ihr Benutzerkonto zugreifen!
</p>
<p>
Die Anwendung möchte Zugriff auf folgende Funktionen:
<ul>
<li>
<b>Benutzerdaten einsehen</b>
<br>
Ansicht von Name, Email, Adresse und Benutzerstatus
</li>
<li>
<b>Benutzerkonto einsehen</b>
<br>
Ansicht von Ausleihen und Bestellungen im Benutzerkonto
</li>
</ul>
<p>
<em>...hier ggf. noch ein Rechtshinweis...</em>
</p>
<p>
<button type="button" class="btn btn-success btn-large">
Zugriff genehmigen
</button>
<button type="button" class="btn btn-default btn-large">
Zugriff verweigern
</button>
</p>
</div>
<div class="col-md-3">
<p>
<em>hier ggf. Benachrichtigungsdienst-Logo</em>
</p>
<p>
<em>hier ggf. Kurzinfo zu Benachrichtigungsdienst</em>
</p>
</div>
</div>
</div>
<footer>
<a href="https://paia.gbv.de/DE-Hil2/">https://paia.gbv.de/DE-Hil2/</a>
</footer>
</body>
</html>