mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 13:33:08 +00:00
typos
This commit is contained in:
@@ -656,7 +656,7 @@ public class BitstreamResource extends Resource
|
||||
* that id does not exist and UNAUTHORIZED(401) if user is not
|
||||
* allowed to delete bitstream.
|
||||
* @throws WebApplicationException
|
||||
* Can be thron if there was a problem reading or editting
|
||||
* Can be thrown if there was a problem reading or editing
|
||||
* the database. Or problem deleting the file. Or problem with
|
||||
* authorization to bitstream and bundles. Or problem with
|
||||
* creating context.
|
||||
|
@@ -751,11 +751,11 @@ public class ItemsResource extends Resource
|
||||
* found, UNAUTHORIZED(401) if user is not allowed to delete item
|
||||
* metadata.
|
||||
* @throws WebApplicationException
|
||||
* It is thrown by three exceptions. SQLException, when was
|
||||
* problem with reading item from database or editting metadata
|
||||
* fields. AuthorizeException, when was problem with
|
||||
* authorization to item. And ContextException, when was problem
|
||||
* with creating context of DSpace.
|
||||
* Thrown by three exceptions. SQLException, when there was
|
||||
* a problem reading item from database or editing metadata
|
||||
* fields. AuthorizeException, when there was a problem with
|
||||
* authorization to item. And ContextException, when there was a problem
|
||||
* with creating a DSpace context.
|
||||
*/
|
||||
@DELETE
|
||||
@Path("/{item_id}/metadata")
|
||||
|
@@ -816,7 +816,7 @@
|
||||
<script src="{$theme-path}{@src}"> </script>
|
||||
</xsl:for-each>
|
||||
|
||||
<!-- Add javascipt specified in DRI -->
|
||||
<!-- Add javascript specified in DRI -->
|
||||
<xsl:for-each select="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='javascript'][not(@qualifier)]">
|
||||
<script>
|
||||
<xsl:attribute name="src">
|
||||
|
@@ -702,7 +702,7 @@
|
||||
|
||||
|
||||
|
||||
<!-- Add theme javascipt -->
|
||||
<!-- Add theme javascript -->
|
||||
<xsl:for-each select="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='javascript'][@qualifier='url']">
|
||||
<script type="text/javascript">
|
||||
<xsl:attribute name="src">
|
||||
|
@@ -194,7 +194,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Add theme javascipt -->
|
||||
<!-- Add theme javascript -->
|
||||
<xsl:for-each select="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='javascript'][@qualifier='url']">
|
||||
<script type="text/javascript">
|
||||
<xsl:attribute name="src">
|
||||
|
@@ -260,7 +260,7 @@
|
||||
</xsl:attribute> </script>
|
||||
</xsl:for-each>
|
||||
|
||||
<!-- Add theme javascipt -->
|
||||
<!-- Add theme javascript -->
|
||||
<xsl:for-each select="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='javascript'][not(@qualifier)]">
|
||||
<script type="text/javascript">
|
||||
<xsl:attribute name="src">
|
||||
|
@@ -55,7 +55,7 @@
|
||||
<Format ref="mets"/>
|
||||
<Format ref="didl"/>
|
||||
<Description>
|
||||
This contexts complies with Driver rules.
|
||||
This context complies with Driver rules.
|
||||
</Description>
|
||||
</Context>
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
<Format ref="oaidc"/>
|
||||
<Format ref="mets"/>
|
||||
<Description>
|
||||
This contexts complies with OpenAIRE rules.
|
||||
This context complies with OpenAIRE rules.
|
||||
</Description>
|
||||
</Context>
|
||||
</Contexts>
|
||||
|
Reference in New Issue
Block a user