|
12 | 12 | <body> |
13 | 13 | <div class="cups-header"> |
14 | 14 | <ul> |
15 | | - <li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li> |
| 15 | + <li><a class="img" href="https://openprinting.github.io/cups/" target="_blank"><img src="/images/cups.png" width="32" height="32" alt="OpenPrinting CUPS"></a></li> |
16 | 16 | <li><a class="active" href="/">Home</a></li> |
17 | 17 | <li><a href="/admin">Administration</a></li> |
18 | 18 | <li><a href="/classes/">Classes</a></li> |
|
26 | 26 | <h1>OpenPrinting CUPS @CUPS_VERSION@</h1> |
27 | 27 | <p>Le système d'impression open source basé sur des normes, développé par <a class="jumbolink" href="https://openprinting.github.io/" target="_blank">OpenPrinting</a> for Linux® and other Unix®-like operating systems. CUPS uses <a href="https://www.pwg.org/ipp/everywhere.html" target="_blank">IPP Everywhere™</a> pour prendre en charge l'impression vers des imprimantes locales et de réseau.</p> |
28 | 28 | </div> |
| 29 | + <div class="row"> |
| 30 | + <h2 class="title">Serveur</h2> |
| 31 | + <form action="/admin/" method="POST"><input type="hidden" name="org.cups.sid" value="{$org.cups.sid}"><input type="hidden" name="OP" value="add-printer"><input type="submit" value="Ajouter une imprimante"></form> |
| 32 | + <form action="/admin/" method="POST"><input type="hidden" name="org.cups.sid" value="{$org.cups.sid}"><input type="hidden" name="OP" value="find-new-printers"><input type="submit" value="Trouver de nouvelles imprimantes"></form> |
| 33 | + <form action="/jobs/" method="GET"><input type="submit" value="Gérer les tâches"></form> |
| 34 | + <form action="/printers/" method="GET"><input type="submit" value="Gérer les imprimantes"></form> |
| 35 | + <form action="/admin/" method="GET"><input type="submit" value="Modifier les paramètres"></form> |
| 36 | + </div> |
29 | 37 | <div class="row"> |
30 | 38 | <div class="thirds"> |
31 | | - <h2>CUPS pour les utilisateurs</h2> |
| 39 | + <h2 class="title">CUPS pour les utilisateurs</h2> |
32 | 40 | <p><a href="help/overview.html">Overview of CUPS</a></p> |
33 | 41 | <p><a href="help/options.html">Command-Line Printing and Options</a></p> |
34 | 42 | </div> |
35 | 43 | <div class="thirds"> |
36 | | - <h2>CUPS pour les administrateurs</h2> |
| 44 | + <h2 class="title">CUPS pour les administrateurs</h2> |
37 | 45 | <p><a href="help/admin.html">Adding Printers and Classes</a></p> |
38 | 46 | <p><a href="help/policies.html">Managing Operation Policies</a></p> |
39 | 47 | <p><a href="help/network.html">Using Network Printers</a></p> |
40 | 48 | <p><a href="help/firewalls.html">Firewalls</a></p> |
41 | 49 | <p><a href="help/man-cupsd.conf.html">cupsd.conf Reference</a></p> |
42 | 50 | </div> |
43 | 51 | <div class="thirds"> |
44 | | - <h2>CUPS pour les développeurs</h2> |
| 52 | + <h2 class="title">CUPS pour les développeurs</h2> |
45 | 53 | <p><a href="help/cupspm.html">Manuel de programmation CUPS</a></p> |
46 | 54 | <p><a href="help/api-filter.html">Filter and Backend Programming</a></p> |
47 | 55 | </div> |
48 | 56 | </div> |
49 | 57 | </div> |
50 | | - <div class="cups-footer">Copyright © 2021-2023 OpenPrinting. All rights reserved.</div> |
| 58 | + <div class="cups-footer">Copyright © 2021-2025 OpenPrinting. All rights reserved.</div> |
51 | 59 | </body> |
52 | 60 | </html> |
0 commit comments