change order and fix typo
This commit is contained in:
parent
13da179c05
commit
dce35af9c6
21
epub.php
21
epub.php
|
@ -582,15 +582,6 @@
|
|||
<h1>Generate epub</h1>
|
||||
<div>
|
||||
<form method="post">
|
||||
<h2>Le Monde</h2>
|
||||
<input id="lemonde" name="lemonde" type="checkbox">
|
||||
<label for="lemonde">From "GetPublicationContentItems" json url: </label>
|
||||
<input name="lmurl">
|
||||
|
||||
<h2>Cafeyn</h2>
|
||||
<input id="cafeyn" name="cafeyn" type="checkbox">
|
||||
<label for="cafeyn">From "material" json url: </label>
|
||||
<input name="cafeynurl">
|
||||
|
||||
<h2>Mediapart</h2>
|
||||
<input id="mediapart" name="mediapart" type="checkbox">
|
||||
|
@ -605,12 +596,22 @@
|
|||
<input id="mptoday" name="mptoday" type="checkbox">
|
||||
<label for="mptoday">Today only</label>
|
||||
|
||||
<h2>Le Monde</h2>
|
||||
<input id="lemonde" name="lemonde" type="checkbox">
|
||||
<label for="lemonde">From "GetPublicationContentItems" json url: </label>
|
||||
<input name="lmurl">
|
||||
|
||||
<h2>Cafeyn</h2>
|
||||
<input id="cafeyn" name="cafeyn" type="checkbox">
|
||||
<label for="cafeyn">From "material" json url: </label>
|
||||
<input name="cafeynurl">
|
||||
|
||||
<h2>The New York Times</h2>
|
||||
<input id="nyt" name="nyt" type="checkbox">
|
||||
<label for="nyt">From RSS</label>
|
||||
<br>
|
||||
<input id="nyttoday" name="nyttoday" type="checkbox">
|
||||
<label for="nyttoday">From today's paper embeded script</label>
|
||||
<label for="nyttoday">From today's paper embedded script</label>
|
||||
|
||||
<h2>Admin</h2>
|
||||
<input id="emptycache" name="emptycache" type="checkbox" checked>
|
||||
|
|
Loading…
Reference in New Issue