change ui
This commit is contained in:
parent
0409e8bedd
commit
30c808889b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue