Commit 8aa9c66132782802aebf4b36e1e661320dc6dfaf

  • avatar
  • arvind
  • Tue Sep 02 15:00:27 IST 2014
Reverting index.html to a older commit, because of an unclean merge.
  
1010 <link href="{{ url_for('static', filename='css/bootstrap-theme.min.css') }}" rel="stylesheet">
1111 <link href="{{ url_for('static', filename='css/annotorious.css') }}" rel="stylesheet">
1212 <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" />
13 <link href="{{ url_for('static', filename='css/bootstrap-tags.css') }}" rel="stylesheet">
1414 </head>
1515
1616 <body>
3131 CLink: Community Linked Open Cultuur Data
3232 </a>
3333 </div>
34 <div class="col-md-2">
35 <button class="btn btn-default" id="img-url-submit">Load</button>
36 </div>
37 <div class="col-md-8">
38 <button class="btn btn-default" id="img-url-load">Annotate</button>
39 <button class="btn btn-default" id="sweet">Sweet</button>
40 <input id="setbox" type="checkbox"/ > <label
41 id="setcontrol"><p>Show annotated areas</p></label>
42 </div>
43 </div>
4434 <!-- Collect the nav links, forms, and other content for toggling -->
4535 <div class="collapse navbar-collapse" id="swtr-navbar-collapse">
4636 <ul class="nav navbar-nav navbar-right">
5252 </a></li>
5353 </ul>
5454 </div>
55 </div>
5556 </header>
5657
5758 <div id="swtr-root" class="container">
154154 imitative origin.]
155155 </p>
156156 </footer>
157
158157 </div>
159158
160159 <div id="play-page" class="page"></div>
181181
182182 <script>
183183 window.swtr = window.swtr || {};
184 swtr.swtstoreURL = function() { return '{{ conf.swtstoreURL }}'; }
185 swtr.endpoints = {'get': '/sweets/q', 'post': '/sweets', 'auth':
186 '/authenticate'};
187184 swtr.swtstoreURL = function() { return '{{ config.swtstoreURL }}'; }
188185 swtr.endpoints = {
189186 'get': '/api/sweets/q',
194194 swtr.app_id = '{{ config.app_id }}';
195195 swtr.oauth_redirect_uri = '{{ config.redirect_uri }}';
196196 window.onload = function() {
197 swtr.init();
197 swtr.init();
198198 };
199199 </script>
200200 <script src="{{ url_for('static', filename='js/lib/jquery-1.10.2.min.js') }}"></script>
205205 <script src="{{ url_for('static', filename='js/lib/backbone-1.0.0.min.js') }}"></script>
206206 <script src="{{ url_for('static', filename='js/lib/annotorious.debug.js') }}"></script>
207207 <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>
209 <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-->
211 <script src="{{ url_for('static', filename='js/swtmaker.js') }}"></script>
212208 <script src="{{ url_for('static', filename='js/oauth.js') }}"></script>
213209 <script src="{{ url_for('static', filename='js/lib/bootstrap-tags.min.js') }}"></script>
214210 <script src="{{ url_for('static', filename='js/img_swtr.js') }}"></script>