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();
if ( ! $epub->error ) {
echo 'Success: Download your book <a href="' . $epub->epub_file . '">here</a>.';
echo 'Success: ' . $epub->epub_file . ' created.<br>';
}
else
{
@ -123,8 +123,7 @@
?>
<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>
Json url: <input name="url" value="<?php echo $url; ?>"><br>
GetPublicationContentItems url: <input name="url" value="<?php echo $url; ?>"><br>
<input type="submit">
</form>
</body>