Der Standard-Haupttitel ohne Textauszeichnungen.
![]() | Anmerkung |
|---|---|
Beachten Sie, dass bei Nicht-Vorhandensein eines Herausgebers in diesem Fall das 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" xmlns:tpl="https://www.parsx.de/ns/4.0/epub-tpl" xmlns:epub="http://www.idpf.org/2007/ops" xml:lang="de" lang="de">
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="stylesheet.css" id="style-standard" />
<title>[Haupttitel] (PlainText)</title>
</head>
<body style="oeb-column-number: 1;">
<section class="haupttitel tpl level1" epub:type="titlepage" role="doc-chapter">
<!-- Leseprobenzusatz wird nur übernommen, wenn auch eine EPUB-Leseprobe produziert wird -->
<p class="titelei_leseprobe-zusatz" tpl:if="modus-leseprobe">Unverkäufliche Leseprobe zu:</p>
<p class="titelei_autor">{{AUTOREN}}</p>
<p class="titelei_coautor">{{CO-AUTOREN}}</p>
<hgroup class="titelei_titel not_linked u1 simple_header">
<h1 class="titel">
<span class="text" epub:type="title">{{TITEL}}</span>
</h1>
</hgroup>
<p class="titelei_untertitel" epub:type="subtitle" role="doc-subtitle">{{UNTERTITEL}}</p>
<p class="titelei_herausgeber">{{HERAUSGEBER}}</p>
<figure class="titelei_verlagslogo abbildung">
<img src="images/{{LOGO}}" alt="Verlagslogo" />
</figure>
</section>
</body>
</html>