mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
makes CC module work via HTTPS
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
|
|
||||||
<%-- <iframe src="http://creativecommons.org/license/?partner=dspace&stylesheet=<%= java.net.URLEncoder.encode(ssURL) %>&exit_url=<%= java.net.URLEncoder.encode(exitURL) %>" width="100%" height="540">Your browser must support IFrames to use this feature
|
<%-- <iframe src="http://creativecommons.org/license/?partner=dspace&stylesheet=<%= java.net.URLEncoder.encode(ssURL) %>&exit_url=<%= java.net.URLEncoder.encode(exitURL) %>" width="100%" height="540">Your browser must support IFrames to use this feature
|
||||||
</iframe> --%>
|
</iframe> --%>
|
||||||
<iframe src="http://creativecommons.org/license/?partner=dspace&stylesheet=<%= java.net.URLEncoder.encode(ssURL, "UTF-8") %>&exit_url=<%= java.net.URLEncoder.encode(exitURL, "UTF-8") %><%= jurisdiction %>" width="100%" height="540"><fmt:message key="jsp.submit.creative-commons.info3"/>
|
<iframe src="https://creativecommons.org/choose/?partner=dspace&stylesheet=<%= java.net.URLEncoder.encode(ssURL, "UTF-8") %>&exit_url=<%= java.net.URLEncoder.encode(exitURL, "UTF-8") %><%= jurisdiction %>" width="100%" height="540"><fmt:message key="jsp.submit.creative-commons.info3"/>
|
||||||
</iframe>
|
</iframe>
|
||||||
|
|
||||||
<%-- Hidden fields needed for SubmissionController servlet to know which step is next--%>
|
<%-- Hidden fields needed for SubmissionController servlet to know which step is next--%>
|
||||||
|
@@ -56,7 +56,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<h1><fmt:message key="jsp.tools.creative-commons-edit.heading1"/></h1>
|
<h1><fmt:message key="jsp.tools.creative-commons-edit.heading1"/></h1>
|
||||||
<form name="ccform" id="license_form" action="" method="get">
|
<form name="ccform" id="license_form" action="" method="get">
|
||||||
<iframe src="http://creativecommons.org/license/?partner=dspace&stylesheet=<%= java.net.URLEncoder.encode(ssURL, "UTF-8") %>&exit_url=<%= java.net.URLEncoder.encode(exitURL, "UTF-8") %><%= jurisdiction %>" width="100%" height="540">Your browser must support IFrames to use this feature
|
<iframe src="https://creativecommons.org/choose/?partner=dspace&stylesheet=<%= java.net.URLEncoder.encode(ssURL, "UTF-8") %>&exit_url=<%= java.net.URLEncoder.encode(exitURL, "UTF-8") %><%= jurisdiction %>" width="100%" height="540">Your browser must support IFrames to use this feature
|
||||||
</iframe>
|
</iframe>
|
||||||
|
|
||||||
<input type="hidden" name="item_id" value='<%=request.getParameter("item_id")%>' />
|
<input type="hidden" name="item_id" value='<%=request.getParameter("item_id")%>' />
|
||||||
|
Reference in New Issue
Block a user