Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102483796
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, Feb 21, 04:52
Size
1 KB
Mime Type
text/html
Expires
Sun, Feb 23, 04:52 (2 d)
Engine
blob
Format
Raw Data
Handle
24330098
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