Der Standard-Haupttitel ohne Textauszeichnungen.
Beachten Sie, dass bei Nicht-Vorhandensein eines Herausgebers in diesem Fall das <p>
-Element trotzdem generiert wird und ggfs. einen Abstand erzeugt!
Falls Sie dies nicht wünschen, sollten Sie sich das nächste Haupttitel-Beispiel näher anschauen...
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> <title>[Haupttitel] (PlainText)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" id="style-standard" /> </head> <body style="oeb-column-number: 1;" class="meta_haupttitel"> <p class="t_autor">{{AUTOREN}}</p> <p class="t_titel">{{TITEL}}</p> <p class="t_untertitel">{{UNTERTITEL}}</p> <p class="t_hrsg">{{HERAUSGEBER}}</p> <p class="t_verlagslogo"><img alt="Verlagslogo" src="images/{{eLOGO}}"/></p> </body> </html>