Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98306944
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
Sat, Jan 11, 22:50
Size
858 B
Mime Type
text/html
Expires
Mon, Jan 13, 22:50 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
23557207
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>
Applicable to the following ISSNs (leave blank for all journals):
</p>
<input name="issn_list" type="textarea" style=""/>
<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 all {{ objects }}"/>
</form>
{% endblock %}
Event Timeline
Log In to Comment