|
Lines 18-27
Link Here
|
| 18 |
API Keys for [% INCLUDE 'patron-title.inc' %] |
18 |
API Keys for [% INCLUDE 'patron-title.inc' %] |
| 19 |
</div> |
19 |
</div> |
| 20 |
|
20 |
|
| 21 |
<div id="doc3" class="yui-t2"> |
21 |
<div class="main container-fluid"> |
| 22 |
<div id="bd"> |
22 |
<div class="row"> |
| 23 |
<div id="yui-main"> |
23 |
<div class="col-sm-10 col-sm-push-2"> |
| 24 |
<div class="yui-b"> |
24 |
<main> |
|
|
25 |
|
| 25 |
[% INCLUDE 'members-toolbar.inc' %] |
26 |
[% INCLUDE 'members-toolbar.inc' %] |
| 26 |
|
27 |
|
| 27 |
<h1>API keys for [% INCLUDE 'patron-title.inc' %]</h1> |
28 |
<h1>API keys for [% INCLUDE 'patron-title.inc' %]</h1> |
|
Lines 45-51
Link Here
|
| 45 |
<div id="keys"> |
46 |
<div id="keys"> |
| 46 |
[% IF api_keys && api_keys.size > 0 %] |
47 |
[% IF api_keys && api_keys.size > 0 %] |
| 47 |
<p> |
48 |
<p> |
| 48 |
<button class="btn btn-default btn-xs toggle_element" type="submit" id="show-api-form" data-element="#add-api-key"><i class="fa fa-plus"></i> Generate a new client id/key pair</button> |
49 |
<button class="btn btn-default btn-sm toggle_element" type="submit" id="show-api-form" data-element="#add-api-key"><i class="fa fa-plus"></i> Generate a new client id/key pair</button> |
| 49 |
</p> |
50 |
</p> |
| 50 |
<table> |
51 |
<table> |
| 51 |
<thead> |
52 |
<thead> |
|
Lines 93-104
Link Here
|
| 93 |
<div class="dialog message">No keys defined for the current patron. <a href="#" class="toggle_element" data-element="#add-api-key" id="show-api-form"><i class="fa fa-plus"></i> Generate a new client id/secret pair</div> |
94 |
<div class="dialog message">No keys defined for the current patron. <a href="#" class="toggle_element" data-element="#add-api-key" id="show-api-form"><i class="fa fa-plus"></i> Generate a new client id/secret pair</div> |
| 94 |
[% END %] |
95 |
[% END %] |
| 95 |
</div> |
96 |
</div> |
| 96 |
</div> |
97 |
</main> |
| 97 |
</div> |
98 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
| 98 |
<div class="yui-b"> |
99 |
|
| 99 |
[% INCLUDE 'circ-menu.inc' %] |
100 |
<div class="col-sm-2 col-sm-pull-10"> |
| 100 |
</div> |
101 |
<aside> |
| 101 |
</div> |
102 |
[% INCLUDE 'circ-menu.inc' %] |
|
|
103 |
</aside> |
| 104 |
</div> <!-- /.col-sm-2.col-sm-pull-10 --> |
| 105 |
</div> <!-- /.row --> |
| 106 |
|
| 102 |
|
107 |
|
| 103 |
[% MACRO jsinclude BLOCK %] |
108 |
[% MACRO jsinclude BLOCK %] |
| 104 |
[% INCLUDE 'str/members-menu.inc' %] |
109 |
[% INCLUDE 'str/members-menu.inc' %] |
| 105 |
- |
|
|