Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91626818
websubmit_submitted.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
Tue, Nov 12, 21:16
Size
1 KB
Mime Type
text/html
Expires
Thu, Nov 14, 21:16 (2 d)
Engine
blob
Format
Raw Data
Handle
22295826
Attached To
R3600 invenio-infoscience
websubmit_submitted.html
View Options
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html
lang=
"en"
>
<head>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ url_for('static', filename='style.css') }}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ url_for('static', filename='bootstrap/css/bootstrap.css') }}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ url_for('static', filename='bootstrap/css/bootstrap.min.css') }}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ url_for('static', filename='bootstrap/css/bootstrap-responsive.css') }}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ url_for('static', filename='bootstrap/css/bootstrap-responsive.min.css') }}"
/>
<script
src=
"{{ url_for('static', filename='bootstrap/js/bootstrap.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='bootstrap/js/bootstrap.min.js') }}"
></script>
</head>
<body>
<div
id=
"container"
>
<!--
<h3>Just some links</h3>
{% for item in navigation %}
<a id="link" href="{{ item.href }}">{{ item.caption }}</a></br>
{% endfor %}
</br></br>
<h3>Submit</h3>
{% if validated %}
<p>Document Title: {{ doctitle }}</p>
<p>Author: {{ author }}</p>
<p>Abstract: {{ abstract }}</p>
<p>Pages num: {{ pagesnum }}</p>
<p>language: {{ language }}</p>
<p>date: {{ date }}</p>
<p>keywords: {{ keywords }}</p>
<p>keywords2: {{ keywords2 }}</p>
<p>notes: {{ notes }}</p>
<p>{{ file }}</p>-->
</br></br></br></br>
<div
class=
"alert alert-success"
>
Article "{{ doctitle }}" submitted successfully!
</div>
<a
href=
"/"
>
Submit another Article
</a>
</br></br></br></br></br></br>
{% else %}
<div
class=
"alert alert-error"
>
Oops! Something went wrong with the submission.
<a
href=
"/"
>
Please try again...
</a>
</div>
{% endif %}
</table>
</body>
</html>
Event Timeline
Log In to Comment