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