generated from gbv/reposis_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from gbv/testing
Editor forms modification
- Loading branch information
Showing
5 changed files
with
107 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
src/main/resources/META-INF/resources/content/browse/research_projects.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE MyCoReWebPage> | ||
|
||
<MyCoReWebPage> | ||
|
||
<section xml:lang="de"> | ||
<head> | ||
<meta name="title" content="Suche in den Forschungsprojekten"/> | ||
<meta name="description" content="Suche nach Dokumenten in den einzelen Forschungsprojekten"/> | ||
</head> | ||
</section> | ||
<section xml:lang="en"> | ||
<head> | ||
<meta name="title" content="Search in research projects"/> | ||
<meta name="description" content="Search for document in single research projects"/> | ||
</head> | ||
</section> | ||
|
||
<section i18n="browse.research_projects.title" xml:lang="all"> | ||
|
||
<div class="row"> | ||
<div class="col-md-8" lang="de"> | ||
<h3><i18n key="browse.research_projects.title" /></h3> | ||
<classificationbrowser classification="research_projects" | ||
objecttype="mods" | ||
restriction="+category.top:"state:published"" | ||
field="category.top" | ||
countresults="true" | ||
addclassid="true" | ||
emptyleaves="true" | ||
style="bootstrap" | ||
parameters="sort=mods.dateIssued+desc" | ||
addParameter="XSL.template=template_mir" | ||
/> | ||
</div> | ||
</div> | ||
|
||
</section> | ||
|
||
</MyCoReWebPage> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<mycoreclass xmlns:xlink="http://www.w3.org/1999/xlink" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="MCRClassification.xsd" ID="research_projects"> | ||
<label xml:lang="de" text="Forschungsprojekte" description="Liste der Forschungsprojekte" /> | ||
<label xml:lang="en" text="research projects" description="List of research projects" /> | ||
<label xml:lang="x-uri" | ||
text="https://www.publikationsserver.phtg.ch/classifications/research_projects" /> | ||
<categories> | ||
<category ID="DiaMaNt"> | ||
<label xml:lang="de" text="Lerngelegenheiten für Lehrstudierende im sozialen Netzwerk: Praxisfeld aus allgemein- und mathematikdidaktischer Perspektive (DiaMaNt)" /> | ||
</category> | ||
<category ID="Bildungsgerechtigkeitgeschichte"> | ||
<label xml:lang="de" text="Geschichte der Bildungsgerechtigkeit" /> | ||
</category> | ||
<category ID="EmTiK"> | ||
<label xml:lang="de" text="Erwerbsunterstützung mündlicher Textfähigkeiten im Kindergarten (EmTiK)" /> | ||
</category> | ||
</categories> | ||
</mycoreclass> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters