Revision 2432
Added by sgarg over 19 years ago
entryForm.tmpl | ||
---|---|---|
2012 | 2012 |
</td> |
2013 | 2013 |
</tr> |
2014 | 2014 |
|
2015 |
<tr class="sectbody"><td class="rightCol"><span class="label">*Usage Constraints</span></td>
|
|
2015 |
<tr class="sectbody"><td class="rightCol"><span class="label">*Usage Rights</span></td>
|
|
2016 | 2016 |
<td colspan="5" align="left"> |
2017 | 2017 |
|
2018 | 2018 |
|
... | ... | |
2024 | 2024 |
<option>Select restrictions here.</option> |
2025 | 2025 |
[% END %] |
2026 | 2026 |
<option>No restrictions</option> |
2027 |
<option>Obtain permission from originator(s)</option>
|
|
2027 |
<option>Obtain permission from data set owner(s)</option>
|
|
2028 | 2028 |
<option>Other</option> |
2029 | 2029 |
</select> --> |
2030 | 2030 |
|
... | ... | |
2034 | 2034 |
<input type="radio" name="useConstraints" onClick="handleOther(0, 'otherUC')" value="no restrictions"><span class="regtext">No restrictions </span> |
2035 | 2035 |
[%END%] |
2036 | 2036 |
[% IF form == 're_entry' && useConstraints == "permissions" %] |
2037 |
<input type="radio" name="useConstraints" onClick="handleOther(0, 'otherUC')" value="permissions" CHECKED><span class="regtext">Obtain permission from originator(s) </span>
|
|
2037 |
<input type="radio" name="useConstraints" onClick="handleOther(0, 'otherUC')" value="permissions" CHECKED><span class="regtext">Obtain permission from data set owner(s) </span>
|
|
2038 | 2038 |
[%ELSE%] |
2039 |
<input type="radio" name="useConstraints" onClick="handleOther(0, 'otherUC')" value="permissions"><span class="regtext">Obtain permission from originator(s) </span>
|
|
2039 |
<input type="radio" name="useConstraints" onClick="handleOther(0, 'otherUC')" value="permissions"><span class="regtext">Obtain permission from data set owner(s) </span>
|
|
2040 | 2040 |
[%END%] |
2041 | 2041 |
</td></tr> |
2042 | 2042 |
|
Also available in: Unified diff
Replaced Usage Constraints with Usage Rights and Data Originator with Dataset Owner.
(Commit done by Saurabh Garg for Veronique)