Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107004955
bibworkflow_layout.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, Apr 3, 11:07
Size
1 KB
Mime Type
text/html
Expires
Sat, Apr 5, 11:07 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25330311
Attached To
R3600 invenio-infoscience
bibworkflow_layout.html
View Options
{% css 'css/bibworkflow_style.css', '20-bibworkflow' %}
{% extends "page.html" %}
{% block body %}
<div class="row-fluid">
<div class="span2">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li><a href="{{ url_for('bibworkflow.index') }}"
{% if request.path == url_for('bibworkflow.index') %}
class="active"
{% endif %}>
Running workflows
</a></li>
<li><a href="{{ url_for('bibworkflow.workflows') }}"
{% if request.path == url_for('bibworkflow.workflows') %}
class="active"
{% endif %}>
Defined workflows
</a></li>
<li>Logs</li>
</ul>
</div>
</div>
<div class="span10">
{% block body2 %}{% endblock %}
</div>
<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
</div>
</div>
{% endblock %}
Event Timeline
Log In to Comment