|
10 | 10 | </head> |
11 | 11 | <body> |
12 | 12 | <div class="container title"> |
13 | | - <div class="page-title"> |
14 | | - <h1>Authorize this app to use your data?</h1> |
15 | | - <p>You will be authorizing <strong>{{app_origin}}</strong> to have access perform the actions indicated below.</p> |
16 | | - <p>NOTE: This screen is TEMPORARY. Eventually more fine-tuned controls will be available.</p> |
17 | | - <p>For more information see the <a href="https://github.com/solid/node-solid-server/blob/master/docs/login-and-grant-access-to-application.md" target="_blank">full explanation</a>.</p> |
18 | | - </div> |
19 | | - |
20 | | - <form method="post" action="/consent"> |
| 13 | + <h1>Authorize this app to use your data?</h1> |
| 14 | + <div class="panel panel-default"> |
| 15 | + <div class="panel-body"> |
| 16 | + <div class="page-title"> |
| 17 | + <p>You will be authorizing <strong>{{app_origin}}</strong> to have access to perform the actions indicated below.</p> |
| 18 | + <p>NOTE: This screen is TEMPORARY. Eventually more fine-tuned controls will be available.</p> |
| 19 | + <p>For more information see the <a href="/common/disclaimer.html" target="_blank">full explanation</a>.</p> |
| 20 | + </div> |
| 21 | + <form method="post" action="/consent"> |
21 | 22 |
|
22 | | - <input id="read" type="checkbox" name="access_mode" value="Read" checked> |
23 | | - <label for="read">Read your data</label> |
24 | | - <br> |
| 23 | + <input id="read" type="checkbox" name="access_mode" value="Read" checked> |
| 24 | + <label for="read">Read your data</label> |
| 25 | + <br> |
25 | 26 |
|
26 | | - <input id="write" type="checkbox" name="access_mode" value="Write" checked> |
27 | | - <label for="write">Write new data</label> |
28 | | - <br> |
| 27 | + <input id="write" type="checkbox" name="access_mode" value="Write" checked> |
| 28 | + <label for="write">Write new data</label> |
| 29 | + <br> |
29 | 30 |
|
30 | | - <input id="append" type="checkbox" name="access_mode" value="Append" checked> |
31 | | - <label for="append">Add to existing data</label> |
32 | | - <br> |
| 31 | + <input id="append" type="checkbox" name="access_mode" value="Append" checked> |
| 32 | + <label for="append">Add to existing data</label> |
| 33 | + <br> |
33 | 34 |
|
34 | | - <input id="control" type="checkbox" name="access_mode" value="Control"> |
35 | | - <label for="control">Control who can access your data</label> |
36 | | - <br> |
37 | | - <br> |
| 35 | + <input id="control" type="checkbox" name="access_mode" value="Control"> |
| 36 | + <label for="control">Control who can access your data</label> |
| 37 | + <br> |
| 38 | + <br> |
38 | 39 |
|
39 | | - <button type="submit" class="btn btn-primary" name="consent" value="true">Authorize</button> |
40 | | - <button type="submit" class="btn btn-default" name="cancel" value="true">Cancel</button> |
41 | | - {{> auth/auth-hidden-fields}} |
42 | | - </form> |
| 40 | + <button type="submit" class="btn btn-primary" name="consent" value="true">Authorize</button> |
| 41 | + <button type="submit" class="btn btn-default" name="cancel" value="true">Cancel</button> |
| 42 | + {{> auth/auth-hidden-fields}} |
| 43 | + </form> |
| 44 | + </div> |
| 45 | + </div> |
43 | 46 | </div> |
44 | 47 | </body> |
45 | 48 | </html> |
0 commit comments