Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100834784
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
Mon, Feb 3, 03:36
Size
957 B
Mime Type
text/html
Expires
Wed, Feb 5, 03:36 (2 d)
Engine
blob
Format
Raw Data
Handle
24041839
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