File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33style ('solid ' , 'style ' );
44?>
55
6- <div id="app">
7- <div id="app-navigation">
8- <?php print_unescaped ($ this ->inc ('navigation/index ' )); ?>
9- </div>
6+ <div id="app-navigation">
7+ <?php print_unescaped ($ this ->inc ('navigation/index ' )); ?>
8+ </div>
109
11- <div id="app-content">
12- <div id="app-content-wrapper" class="viewcontainer">
13- <?php print_unescaped ($ this ->inc ('applauncher/index ' )); ?>
14- </div>
10+ <div id="app-content">
11+ <div id="app-content-wrapper" class="viewcontainer">
12+ <?php print_unescaped ($ this ->inc ('applauncher/index ' )); ?>
1513 </div>
1614</div>
17-
Original file line number Diff line number Diff line change 33style ('solid ' , 'style ' );
44?>
55
6- <div id="app">
7- <div id="app-navigation">
8- <?php print_unescaped ($ this ->inc ('navigation/index ' )); ?>
9- </div>
6+ <div id="app-navigation">
7+ <?php print_unescaped ($ this ->inc ('navigation/index ' )); ?>
8+ </div>
109
11- <div id="app-content">
12- <div id="app-content-wrapper">
13- <?php print_unescaped ($ this ->inc ('profile/index ' )); ?>
14- </div>
10+ <div id="app-content">
11+ <div id="app-content-wrapper">
12+ <?php print_unescaped ($ this ->inc ('profile/index ' )); ?>
1513 </div>
1614</div>
17-
Original file line number Diff line number Diff line change 22script ('solid ' , 'script ' );
33style ('solid ' , 'style ' );
44?>
5- <div id="app">
6- <div id="app-navigation">
7- <?php print_unescaped ($ this ->inc ('navigation/index ' )); ?>
8- </div>
9- <div id="app-content">
10- <div id="app-content-wrapper">
11- <main class="solid-container">
12- <form action="" method="POST">
13- <h1><?php p ($ _ ['clientName ' ]); ?> is requesting your consent to use <?php p ($ _ ['serverName ' ]); ?> as an identity provider</h1>
14- <input type="hidden" name="returnUrl" value="<?php p ($ _ ['returnUrl ' ]); ?> ">
15- <button name="approval" value="allow">Allow</button>
16- <button name="approval" value="deny">Deny</button>
17- </form>
18- </main>
19- </div>
5+ <div id="app-navigation">
6+ <?php print_unescaped ($ this ->inc ('navigation/index ' )); ?>
7+ </div>
8+ <div id="app-content">
9+ <div id="app-content-wrapper">
10+ <main class="solid-container">
11+ <form action="" method="POST">
12+ <h1><?php p ($ _ ['clientName ' ]); ?> is requesting your consent to use <?php p ($ _ ['serverName ' ]); ?> as an identity provider</h1>
13+ <input type="hidden" name="returnUrl" value="<?php p ($ _ ['returnUrl ' ]); ?> ">
14+ <button name="approval" value="allow">Allow</button>
15+ <button name="approval" value="deny">Deny</button>
16+ </form>
17+ </main>
2018 </div>
2119</div>
2220
You can’t perform that action at this time.
0 commit comments