author | durandn |
Fri, 28 Aug 2015 16:00:19 +0200 | |
changeset 82 | bf1c38268e25 |
parent 8 | 5a0cbbe0922a |
permissions | -rw-r--r-- |
0 | 1 |
@extends('app') |
2 |
||
3 |
@section('content') |
|
82
bf1c38268e25
Updated Readmes + Updated tmp CAS config + Updated Laravel test with iframe + remove X-Frame django middleware from middlewares + removed local ssl certificate from repo
durandn
parents:
8
diff
changeset
|
4 |
<div class="container" style="width: 1500px"> |
bf1c38268e25
Updated Readmes + Updated tmp CAS config + Updated Laravel test with iframe + remove X-Frame django middleware from middlewares + removed local ssl certificate from repo
durandn
parents:
8
diff
changeset
|
5 |
<div class="row" style="width: 1500px"> |
bf1c38268e25
Updated Readmes + Updated tmp CAS config + Updated Laravel test with iframe + remove X-Frame django middleware from middlewares + removed local ssl certificate from repo
durandn
parents:
8
diff
changeset
|
6 |
<div class="col-md-10 col-md-offset-1" style="width: 1300px"> |
bf1c38268e25
Updated Readmes + Updated tmp CAS config + Updated Laravel test with iframe + remove X-Frame django middleware from middlewares + removed local ssl certificate from repo
durandn
parents:
8
diff
changeset
|
7 |
<div class="panel panel-default" style="width: 1300px"> |
bf1c38268e25
Updated Readmes + Updated tmp CAS config + Updated Laravel test with iframe + remove X-Frame django middleware from middlewares + removed local ssl certificate from repo
durandn
parents:
8
diff
changeset
|
8 |
<div class="panel-heading" style="width: 1300px">Home</div> |
0 | 9 |
|
82
bf1c38268e25
Updated Readmes + Updated tmp CAS config + Updated Laravel test with iframe + remove X-Frame django middleware from middlewares + removed local ssl certificate from repo
durandn
parents:
8
diff
changeset
|
10 |
<div class="panel-body" style="width: 1300px"> |
bf1c38268e25
Updated Readmes + Updated tmp CAS config + Updated Laravel test with iframe + remove X-Frame django middleware from middlewares + removed local ssl certificate from repo
durandn
parents:
8
diff
changeset
|
11 |
{{{$iframe_url}}} |
0 | 12 |
You are logged in! <br> |
8
5a0cbbe0922a
CAS Authentication (normal and proxy) + local Homestead vm
durandn
parents:
0
diff
changeset
|
13 |
As: {{ Cas::getCurrentUser() }}<br><br> |
5a0cbbe0922a
CAS Authentication (normal and proxy) + local Homestead vm
durandn
parents:
0
diff
changeset
|
14 |
<a href="{{{ $loginUrl }}}">Se connecter à Lignes de Temps</a><br><br> |
82
bf1c38268e25
Updated Readmes + Updated tmp CAS config + Updated Laravel test with iframe + remove X-Frame django middleware from middlewares + removed local ssl certificate from repo
durandn
parents:
8
diff
changeset
|
15 |
<iframe width="1250" height="625" src="{{{ $iframe_url }}}"></iframe><br><br> |
8
5a0cbbe0922a
CAS Authentication (normal and proxy) + local Homestead vm
durandn
parents:
0
diff
changeset
|
16 |
@unless($err_code == 0) |
5a0cbbe0922a
CAS Authentication (normal and proxy) + local Homestead vm
durandn
parents:
0
diff
changeset
|
17 |
There was an error making the proxied request: <br> |
5a0cbbe0922a
CAS Authentication (normal and proxy) + local Homestead vm
durandn
parents:
0
diff
changeset
|
18 |
Code {{{$err_code}}} : {{{$err_msg}}} |
5a0cbbe0922a
CAS Authentication (normal and proxy) + local Homestead vm
durandn
parents:
0
diff
changeset
|
19 |
@endunless |
0 | 20 |
</div> |
21 |
</div> |
|
22 |
</div> |
|
23 |
</div> |
|
24 |
</div> |
|
25 |
@endsection |