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