Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92685991
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
Fri, Nov 22, 18:36
Size
897 B
Mime Type
text/html
Expires
Sun, Nov 24, 18:36 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22486799
Attached To
R3600 invenio-infoscience
bibworkflow_layout.html
View Options
{% css 'css/bibworkflow_style.css' %}
{% 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="/admin/bibworkflow/index" {% if request.path == "/admin/bibworkflow/index" %} class="active" {% endif %}>Running workflows</a></li>
<li><a href="/admin/bibworkflow/workflows" {% if request.path == "/admin/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