This commit is contained in:
Ivan Masár
2015-01-19 16:08:49 +01:00
parent 6436e2dc60
commit bc28df4093
7 changed files with 12 additions and 12 deletions

View File

@@ -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.

View File

@@ -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")

View File

@@ -816,7 +816,7 @@
<script src="{$theme-path}{@src}">&#160;</script> <script src="{$theme-path}{@src}">&#160;</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">

View File

@@ -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">

View File

@@ -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">

View File

@@ -260,7 +260,7 @@
</xsl:attribute>&#160;</script> </xsl:attribute>&#160;</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">

View File

@@ -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>