This commit is contained in:
parent
b18a4fd1cc
commit
289a867789
18
epub.php
18
epub.php
|
@ -1,9 +1,15 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Fichiers epub</title>
|
<meta charset="utf-8">
|
||||||
<link rel="icon" type="image/png" href="1F4F0_color.png" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||||
</head>
|
<title>Revue de presse - Epub</title>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<link rel="icon" type="image/png" href="1F4F0_color.png" /></head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
@ -314,9 +320,9 @@
|
||||||
<div>
|
<div>
|
||||||
Generate epub:<br>
|
Generate epub:<br>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<input input name="lemonde" type="checkbox">Le Monde. GetPublicationContentItems url: <input name="lmurl"><br>
|
<input input name="lemonde" type="checkbox">Le Monde - GetPublicationContentItems url: <input name="lmurl"><br>
|
||||||
<input input name="mediapart" type="checkbox">Mediapart.<br>
|
<input input name="mediapart" type="checkbox">Mediapart<br>
|
||||||
<input input name="nyt" type="checkbox">The New York Times.<br>
|
<input input name="nyt" type="checkbox">The New York Times<br>
|
||||||
<input type="submit">
|
<input type="submit">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue