Skip to content
Snippets Groups Projects
Commit 020534db authored by Fernando Pietchaki Domingues's avatar Fernando Pietchaki Domingues
Browse files

modificações adicionais

parent 8ecf2d50
No related branches found
No related tags found
No related merge requests found
...@@ -655,12 +655,9 @@ ...@@ -655,12 +655,9 @@
</xsl:when> </xsl:when>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- <xsl:when test="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='request'][@qualifier='URI']='faq'"> --> <!-- <xsl:when test="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='title']/i18n:text='xmlui.general.dspace_home'"> --> <!-- Se for a homepage -->
<xsl:when test="starts-with($request-uri, 'page/teste')"> <xsl:when test="starts-with($request-uri, 'page/teste')">
<!-- bds: homepage-body.xhtml contains <div id="homepage-body">...</div> --> <xsl:call-template name="staticHomePage"/> <!-- Implementado no fim deste arquivo -->
<!-- <xsl:copy-of select="document('../../static/homepage-body.xhtml')"/> -->
<xsl:call-template name="staticHomePage"/>
<!-- <xsl:copy-of select="document('static/teste.xhtml')"/> -->
</xsl:when> </xsl:when>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
...@@ -811,7 +808,6 @@ ...@@ -811,7 +808,6 @@
<!--Constrói a HomePage --> <!--Constrói a HomePage -->
<xsl:template name="staticHomePage"> <xsl:template name="staticHomePage">
<div id="homepage-body">
<!-- Search --> <!-- Search -->
<h1 class="ds-div-head"> <h1 class="ds-div-head">
<i18n:text>xmlui.structure.AboutRepositoryTitle</i18n:text> <i18n:text>xmlui.structure.AboutRepositoryTitle</i18n:text>
...@@ -830,7 +826,6 @@ ...@@ -830,7 +826,6 @@
<input xmlns:i18n="http://apache.org/cocoon/i18n/2.1" id="aspect_discovery_SiteViewer_field_submit" <input xmlns:i18n="http://apache.org/cocoon/i18n/2.1" id="aspect_discovery_SiteViewer_field_submit"
class="ds-button-field" name="submit" i18n:attr="value" value="xmlui.general.go" class="ds-button-field" name="submit" i18n:attr="value" value="xmlui.general.go"
type="submit" /> type="submit" />
</p> </p>
</form> </form>
...@@ -842,7 +837,9 @@ ...@@ -842,7 +837,9 @@
<div xmlns:i18n="http://apache.org/cocoon/i18n/2.1" xmlns="http://di.tamu.edu/DRI/1.0/" <div xmlns:i18n="http://apache.org/cocoon/i18n/2.1" xmlns="http://di.tamu.edu/DRI/1.0/"
id="aspect_artifactbrowser_CommunityBrowser_div_comunity-browser" id="aspect_artifactbrowser_CommunityBrowser_div_comunity-browser"
class="ds-static-div primary"> class="ds-static-div primary">
<p class="ds-paragraph"><i18n:text>xmlui.ArtifactBrowser.CommunityBrowser.select</i18n:text></p> <p class="ds-paragraph">
<i18n:text>xmlui.ArtifactBrowser.CommunityBrowser.select</i18n:text>
</p>
<ul xmlns:i18n="http://apache.org/cocoon/i18n/2.1" xmlns="http://di.tamu.edu/DRI/1.0/" <ul xmlns:i18n="http://apache.org/cocoon/i18n/2.1" xmlns="http://di.tamu.edu/DRI/1.0/"
xmlns:oreatom="http://www.openarchives.org/ore/atom/" xmlns:ore="http://www.openarchives.org/ore/terms/" xmlns:oreatom="http://www.openarchives.org/ore/atom/" xmlns:ore="http://www.openarchives.org/ore/terms/"
xmlns:atom="http://www.w3.org/2005/Atom"> xmlns:atom="http://www.w3.org/2005/Atom">
...@@ -926,9 +923,7 @@ ...@@ -926,9 +923,7 @@
<i18n:text>participatorio.repo.textObjetivo</i18n:text> <i18n:text>participatorio.repo.textObjetivo</i18n:text>
</p> </p>
</div> </div>
</div>
</xsl:template> </xsl:template>
</xsl:stylesheet> </xsl:stylesheet>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment