Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111413592
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
Thu, May 1, 11:32
Size
858 B
Mime Type
text/html
Expires
Sat, May 3, 11:32 (2 d)
Engine
blob
Format
Raw Data
Handle
25903092
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