Commit 8aa9c66132782802aebf4b36e1e661320dc6dfaf
Reverting index.html to a older commit, because of an unclean merge.
| | | | 10 | <link href="{{ url_for('static', filename='css/bootstrap-theme.min.css') }}" rel="stylesheet"> | 10 | <link href="{{ url_for('static', filename='css/bootstrap-theme.min.css') }}" rel="stylesheet"> |
---|
11 | <link href="{{ url_for('static', filename='css/annotorious.css') }}" rel="stylesheet"> | 11 | <link href="{{ url_for('static', filename='css/annotorious.css') }}" rel="stylesheet"> |
---|
12 | <link href="{{ url_for('static', filename='css/swtmaker.css') }}" rel="stylesheet"> | 12 | <link href="{{ url_for('static', filename='css/swtmaker.css') }}" rel="stylesheet"> |
---|
13 | <link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap-tags.css') }}" type="text/css" media="screen" /> | | <link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap-tags.css') }}" type="text/css" media="screen" /> |
---|
| | 13 | <link href="{{ url_for('static', filename='css/bootstrap-tags.css') }}" rel="stylesheet"> | 14 | </head> | 14 | </head> |
---|
15 | | 15 | |
---|
16 | <body> | 16 | <body> |
---|
… | | … | |
---|
31 | CLink: Community Linked Open Cultuur Data | 31 | CLink: Community Linked Open Cultuur Data |
---|
32 | </a> | 32 | </a> |
---|
33 | </div> | 33 | </div> |
---|
34 | <div class="col-md-2"> | | <div class="col-md-2"> |
---|
35 | <button class="btn btn-default" id="img-url-submit">Load</button> | | <button class="btn btn-default" id="img-url-submit">Load</button> |
---|
36 | </div> | | </div> |
---|
37 | <div class="col-md-8"> | | <div class="col-md-8"> |
---|
38 | <button class="btn btn-default" id="img-url-load">Annotate</button> | | <button class="btn btn-default" id="img-url-load">Annotate</button> |
---|
39 | <button class="btn btn-default" id="sweet">Sweet</button> | | <button class="btn btn-default" id="sweet">Sweet</button> |
---|
40 | <input id="setbox" type="checkbox"/ > <label | | <input id="setbox" type="checkbox"/ > <label |
---|
41 | id="setcontrol"><p>Show annotated areas</p></label> | | id="setcontrol"><p>Show annotated areas</p></label> |
---|
42 | </div> | | </div> |
---|
43 | </div> | | </div> |
---|
44 | <!-- Collect the nav links, forms, and other content for toggling --> | 34 | <!-- Collect the nav links, forms, and other content for toggling --> |
---|
45 | <div class="collapse navbar-collapse" id="swtr-navbar-collapse"> | 35 | <div class="collapse navbar-collapse" id="swtr-navbar-collapse"> |
---|
46 | <ul class="nav navbar-nav navbar-right"> | 36 | <ul class="nav navbar-nav navbar-right"> |
---|
… | | … | |
---|
52 | </a></li> | 52 | </a></li> |
---|
53 | </ul> | 53 | </ul> |
---|
54 | </div> | 54 | </div> |
---|
| | 55 | </div> |
---|
55 | </header> | 56 | </header> |
---|
56 | | 57 | |
---|
57 | <div id="swtr-root" class="container"> | 58 | <div id="swtr-root" class="container"> |
---|
… | | … | |
---|
154 | imitative origin.] | 154 | imitative origin.] |
---|
155 | </p> | 155 | </p> |
---|
156 | </footer> | 156 | </footer> |
---|
157 | | | |
---|
158 | </div> | 157 | </div> |
---|
159 | | 158 | |
---|
160 | <div id="play-page" class="page"></div> | 159 | <div id="play-page" class="page"></div> |
---|
… | | … | |
---|
181 | | 181 | |
---|
182 | <script> | 182 | <script> |
---|
183 | window.swtr = window.swtr || {}; | 183 | window.swtr = window.swtr || {}; |
---|
184 | swtr.swtstoreURL = function() { return '{{ conf.swtstoreURL }}'; } | | swtr.swtstoreURL = function() { return '{{ conf.swtstoreURL }}'; } |
---|
185 | swtr.endpoints = {'get': '/sweets/q', 'post': '/sweets', 'auth': | | swtr.endpoints = {'get': '/sweets/q', 'post': '/sweets', 'auth': |
---|
186 | '/authenticate'}; | | '/authenticate'}; |
---|
187 | swtr.swtstoreURL = function() { return '{{ config.swtstoreURL }}'; } | 184 | swtr.swtstoreURL = function() { return '{{ config.swtstoreURL }}'; } |
---|
188 | swtr.endpoints = { | 185 | swtr.endpoints = { |
---|
189 | 'get': '/api/sweets/q', | 186 | 'get': '/api/sweets/q', |
---|
… | | … | |
---|
194 | swtr.app_id = '{{ config.app_id }}'; | 194 | swtr.app_id = '{{ config.app_id }}'; |
---|
195 | swtr.oauth_redirect_uri = '{{ config.redirect_uri }}'; | 195 | swtr.oauth_redirect_uri = '{{ config.redirect_uri }}'; |
---|
196 | window.onload = function() { | 196 | window.onload = function() { |
---|
197 | swtr.init(); | | swtr.init(); |
---|
| | 197 | swtr.init(); | 198 | }; | 198 | }; |
---|
199 | </script> | 199 | </script> |
---|
200 | <script src="{{ url_for('static', filename='js/lib/jquery-1.10.2.min.js') }}"></script> | 200 | <script src="{{ url_for('static', filename='js/lib/jquery-1.10.2.min.js') }}"></script> |
---|
… | | … | |
---|
205 | <script src="{{ url_for('static', filename='js/lib/backbone-1.0.0.min.js') }}"></script> | 205 | <script src="{{ url_for('static', filename='js/lib/backbone-1.0.0.min.js') }}"></script> |
---|
206 | <script src="{{ url_for('static', filename='js/lib/annotorious.debug.js') }}"></script> | 206 | <script src="{{ url_for('static', filename='js/lib/annotorious.debug.js') }}"></script> |
---|
207 | <script src="{{ url_for('static', filename='js/lib/custom-fields-plugin.js') }}"></script> | 207 | <script src="{{ url_for('static', filename='js/lib/custom-fields-plugin.js') }}"></script> |
---|
208 | <script src="{{ url_for('static', filename='js/lib/label.js') }}"></script> | | <script src="{{ url_for('static', filename='js/lib/label.js') }}"></script> |
---|
209 | <script type="text/javascript" src="{{ url_for('static', filename='js/lib/bootstrap-tags.min.js') }}"></script> | | <script type="text/javascript" src="{{ url_for('static', filename='js/lib/bootstrap-tags.min.js') }}"></script> |
---|
210 | <!--script src="https://login.persona.org/include.js"></script--> | | <!--script src="https://login.persona.org/include.js"></script--> |
---|
211 | <script src="{{ url_for('static', filename='js/swtmaker.js') }}"></script> | | <script src="{{ url_for('static', filename='js/swtmaker.js') }}"></script> |
---|
212 | <script src="{{ url_for('static', filename='js/oauth.js') }}"></script> | 208 | <script src="{{ url_for('static', filename='js/oauth.js') }}"></script> |
---|
213 | <script src="{{ url_for('static', filename='js/lib/bootstrap-tags.min.js') }}"></script> | 209 | <script src="{{ url_for('static', filename='js/lib/bootstrap-tags.min.js') }}"></script> |
---|
214 | <script src="{{ url_for('static', filename='js/img_swtr.js') }}"></script> | 210 | <script src="{{ url_for('static', filename='js/img_swtr.js') }}"></script> |
---|