在 DSpace 中更改 community/collection 标题
Changing community/collection title in DSpace
我对一个 community/collection 视图有疑问。谁能告诉我 XSL 文件的名称,我可以在其中更改标题的编写方式?我浏览了大部分文件,但没有看到可以更改标题的部分。我想在下面添加一些信息。
例如,在演示中,此页面中的 "Test1":http://demo.dspace.org/xmlui/handle/10673/9。
提前致谢,
安雅
对于 Mirage 主题,应该是
in community-view.xsl and in collection-view.xsl
无论标题如何呈现in common.xsl
这些 xsl 文件是在 Mirage.xsl through dri2xhtml-alt/dri2xhtml.xsl and artifactbrowser/artifactbrowser.xsl 中间接导入的。
很长的路要走,但您可以通过覆盖自己主题中的模板来使其更简单。
我对一个 community/collection 视图有疑问。谁能告诉我 XSL 文件的名称,我可以在其中更改标题的编写方式?我浏览了大部分文件,但没有看到可以更改标题的部分。我想在下面添加一些信息。
例如,在演示中,此页面中的 "Test1":http://demo.dspace.org/xmlui/handle/10673/9。
提前致谢, 安雅
对于 Mirage 主题,应该是 in community-view.xsl and in collection-view.xsl
无论标题如何呈现in common.xsl
这些 xsl 文件是在 Mirage.xsl through dri2xhtml-alt/dri2xhtml.xsl and artifactbrowser/artifactbrowser.xsl 中间接导入的。 很长的路要走,但您可以通过覆盖自己主题中的模板来使其更简单。