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>
<html>
<head>
<title>Fichiers epub</title>
<link rel="icon" type="image/png" href="1F4F0_color.png" />
</head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<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>
<?php
@ -314,9 +320,9 @@
<div>
Generate epub:<br>
<form method="post">
<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="nyt" type="checkbox">The New York Times.<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="nyt" type="checkbox">The New York Times<br>
<input type="submit">
</form>
</div>