change ui

This commit is contained in:
quenousimporte 2024-06-03 17:23:39 +02:00
parent 0409e8bedd
commit 30c808889b
1 changed files with 2 additions and 3 deletions

View File

@ -101,7 +101,7 @@
$epub->CreateEPUB(); $epub->CreateEPUB();
if ( ! $epub->error ) { if ( ! $epub->error ) {
echo 'Success: Download your book <a href="' . $epub->epub_file . '">here</a>.'; echo 'Success: ' . $epub->epub_file . ' created.<br>';
} }
else else
{ {
@ -123,8 +123,7 @@
?> ?>
<form method="post"> <form method="post">
<p>Go to <a href="https://journal.lemonde.fr" target="_blank">https://journal.lemonde.fr</a>, hit f12, open edition, and get GetPublicationContentItems json url.</p> GetPublicationContentItems url: <input name="url" value="<?php echo $url; ?>"><br>
Json url: <input name="url" value="<?php echo $url; ?>"><br>
<input type="submit"> <input type="submit">
</form> </form>
</body> </body>