Sha256: 4f4fb683866ddb493516a5599bbd4c215c8167a9ce575dcc51ee6619380d2b85
Contents?: true
Size: 1.75 KB
Versions: 2
Compression:
Stored size: 1.75 KB
Contents
<div id="permissions_display"> <fieldset> <legend> Access Rights <small>Who should be able to view your collection?</small> </legend> <section class="help-block"> <p> <strong>Please note</strong>, making something visible to the world (i.e. marking this as <span class="label label-success">Open Access</span>) may be viewed as publishing which could impact your ability to: </p> <ul> <li>patent your work</li> <li>publish your work in a journal</li> </ul> </section> <div class="control-group"> <label class="radio"> <input type="radio" id="visibility_open" name="<%= f.object_name %>[visibility]" value="<%= Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_PUBLIC %>" <% if @collection.open_access? %> checked="true"<% end %>/> <span class="label label-success">Open Access</span> Visible to the world. </label> <label class="radio"> <input type="radio" id="visibility_ndu" name="<%= f.object_name %>[visibility]" value="<%= Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_AUTHENTICATED %>" <% if @collection.authenticated_only_access? %> checked="true"<% end %> /> <span class="label label-info"><%=t('sufia.institution_name') %></span> Visible to all <%=t('sufia.institution_name') %> users. </label> <label class="radio"> <input type="radio" id="visibility_restricted" name="<%= f.object_name %>[visibility]" value="<%= Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_PRIVATE%>" <% if @collection.private_access? %> checked="true"<% end %>/> <span class="label label-important">Private</span> Only visible to you and your proxies. </label> </div> </fieldset> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
curate-0.5.0 | app/views/curate/collections/_form_permission.html.erb |
curate-0.4.2 | app/views/curate/collections/_form_permission.html.erb |