のミラージュテーマから「私のアカウント」ボックスを削除する必要があります。dspace
これを見つけましたが、フロントページのボックスでのみ機能します。
<xsl:template match="dri:list[@id='aspect.viewArtifacts.Navigation.list.account']">
<xsl:if test="//dri:metadata[@element='request' and @qualifier='URI']/text() != ''">
<xsl:apply-templates />
</xsl:if>
</xsl:template>
私は dspace-5.5 を持っています。誰か助けてくれますか?