Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/ediromEditions/edirom_edition_example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
<name xml:lang="en">Read me!</name>
</names>
</navigatorItem>
<navigatorItem xml:id="navItem-0-2" sortNo="1" targets="xmldb:exist:///db/apps/edirom/edition-example/content/texts/vorwort.html">
<names>
<name xml:lang="de">Vorwort</name>
<name xml:lang="en">preface</name>
</names>
</navigatorItem>
</navigatorCategory>
<navigatorCategory xml:id="navCategory-1" sortNo="2">
<names>
Expand Down
13 changes: 13 additions & 0 deletions content/texts/vorwort.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Beispiel-Vorwort in HTML</title>
</head>
<body>

<h1>Beispiel-Überschrift</h1>

<p>Dies ist (k)ein super Beispiel für ein Vorwort in HTML.</p>

</body>
</html>