Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100362604
bibholdingpen_bibmatch_widget.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jan 30, 05:50
Size
1 KB
Mime Type
text/html
Expires
Sat, Feb 1, 05:50 (1 d, 11 h)
Engine
blob
Format
Raw Data
Handle
23920697
Attached To
R3600 invenio-infoscience
bibholdingpen_bibmatch_widget.html
View Options
{% extends "bibholdingpen_layout.html" %}
{% block body2 %}
<h1>
Bibmatch Widget
</h1>
<script
src=
"https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js?lang=css&skin=desert"
></script>
<div
class=
"container"
>
<div
class=
"row-fluid"
>
<div
class=
"span12"
>
<div
class=
"row-fluid"
>
{% set widget = widget() %}
<div
class=
"span6"
>
<div
id=
"record_preview_container"
>
Submitted Record
<pre
id=
"record_preview"
name=
"object_preview"
class=
"prettyprint span12"
>
{{ data_preview }}
</pre>
</div>
</div>
<div
class=
"span6"
>
{% set i = 0 %}
{% for match in match_preview %}
{% if match %}
<strong>
Match {{i+1}}
</strong>
<pre
class=
"prettyprint"
>
{{ match.data['data'] }}
</pre>
{{ widget.accept }}
</br>
{% set i = i+1 %}
{% endif %}
{% endfor %}
</div>
</div>
</div>
</div>
</div>
{% endblock %}
Event Timeline
Log In to Comment