This commit is contained in:
quenousimporte 2024-06-04 13:51:27 +02:00
parent b18a4fd1cc
commit 289a867789
1 changed files with 12 additions and 6 deletions

View File

@ -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>