Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F113529845
webdeposit_myview.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
Sun, May 18, 23:09
Size
844 B
Mime Type
text/html
Expires
Tue, May 20, 23:09 (2 d)
Engine
blob
Format
Raw Data
Handle
26262302
Attached To
R3600 invenio-infoscience
webdeposit_myview.html
View Options
<div class="well">
<h2>My uploads</h2>
{% if not drafts %}
<p class="muted">You currently have no uploads.</p>
{% else %}
<h4>Unsubmitted</h4>
<table class="table table-striped">
{% for draft in drafts %}
<tr>
<td><a href="{{ url_for('webdeposit.add', deposition_type=draft.workflow.name, uuid=draft.uuid) }}">{% if draft.form_values and draft.form_values.title %}
{{ draft.form_values.title }}
{% else %}
{{ _('Untitled') }}
{% endif %}</a></td><td>{{ draft.timestamp|invenio_pretty_date }}</td><td><a href="{{ url_for('webdeposit.delete', deposition_type=deposition_type, uuid=uuid) }}" class="rmlink" rel="tooltip" title="Delete upload"><i class="icon-trash"></i></a></td>
</tr>
{% endfor %}
</table>
{% endif %}
</div>
Event Timeline
Log In to Comment