Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93585675
get_validity_dates.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 29, 23:01
Size
957 B
Mime Type
text/html
Expires
Sun, Dec 1, 23:01 (2 d)
Engine
blob
Format
Raw Data
Handle
22668385
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
get_validity_dates.html
View Options
{% extends "admin/base_site.html" %}
{% block content %}
<style
type=
"text/css"
>
#issn_list
{
rows
:
8
;
resize
:
none
;
}
</style>
<form
action=
""
method=
"post"
>
{% csrf_token %}
<p>
Enter the validity dates for the selected conditions:
</p>
From:
<input
name=
"valid_from"
type=
"date"
/>
<br/>
Until:
<input
name=
"valid_until"
type=
"date"
/>
<br/>
{% if objects == 'journals' %}
<p>
<br/>
Applicable to the following ISSNs (unknown items are ignored; leave completely blank for all journals):
</p>
<textarea
name=
"issn_list"
id=
"issn_list"
cols=
"20"
rows=
"10"
style=
"resize: both;"
>
</textarea>
<br/>
{% endif %}
{% for obj in queryset %}
<input
type=
"hidden"
name=
"_selected_action"
value=
"{{ obj.pk }}"
/>
{% endfor %}
<input
type=
"hidden"
name=
"action"
value=
"connect_with_all_{{ objects }}"
/>
<input
type=
"submit"
name=
"apply"
value=
"Set for multiple {{ objects }}"
/>
</form>
{% endblock %}
Event Timeline
Log In to Comment