mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
Rename .epub3 output to _advanced.epub
This commit is contained in:
parent
7faf078389
commit
eed3355916
7 changed files with 18 additions and 20 deletions
|
@ -116,7 +116,7 @@ catch(\Exception $ex){
|
|||
</div>
|
||||
<ul>
|
||||
<? if($ebook->EpubUrl !== null){ ?>
|
||||
<li><p><span><a href="<?= $ebook->EpubUrl ?>" class="epub">epub</a> </span><span>—</span> <span>All devices and apps except Amazon Kindle and Kobo.</span></p>
|
||||
<li><p><span><a href="<?= $ebook->EpubUrl ?>" class="epub">Compatible epub</a> </span><span>—</span> <span>All devices and apps except Amazon Kindle and Kobo.</span></p>
|
||||
</li>
|
||||
<? } ?>
|
||||
|
||||
|
@ -130,8 +130,8 @@ catch(\Exception $ex){
|
|||
</li>
|
||||
<? } ?>
|
||||
|
||||
<? if($ebook->Epub3Url !== null){ ?>
|
||||
<li><p><span><a href="<?= $ebook->Epub3Url ?>" class="epub">epub3</a></span> <span>—</span> <span>Advanced format not yet fully compatible with most ereaders.</span></p>
|
||||
<? if($ebook->AdvancedEpubUrl !== null){ ?>
|
||||
<li><p><span><a href="<?= $ebook->AdvancedEpubUrl ?>" class="epub">Advanced epub</a></span> <span>—</span> <span>An advanced format not yet fully compatible with most ereaders.</span></p>
|
||||
</li>
|
||||
<? } ?>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue