1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2026-03-14 13:55:44 +01:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Hosted Weblate 2025-04-24 09:32:27 +00:00
commit b48af952fc
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C
8 changed files with 13 additions and 9 deletions

View file

@ -172,3 +172,7 @@ html.ltr .file-list-checkbox {
html.rtl .file-list-checkbox {
left: 10px;
}
.fullpage {
min-height: calc(100vh - 95px);
}

View file

@ -7,7 +7,7 @@
</head>
<body>
<?php include('components/navtab.html.php'); ?>
<div class="container">
<div class="container fullpage">
<div class="row">
<div class="col-1"></div>
<div class="col-10">

View file

@ -1,4 +1,4 @@
<footer class="text-center text-muted mb-2 fixed-bottom opacity-75 small">
<footer class="text-center text-muted mb-2 mt-3 opacity-75 small">
<a href="https://github.com/24eme/signaturepdf?tab=readme-ov-file#signature-pdf-libre">Signature PDF</a> - <?php echo _("Free open-source software"); ?> <span class="d-none d-md-inline"><?php echo _("under AGPL-3.0 license"); ?> : <a href="https://github.com/24eme/signaturepdf"><?php echo _("see the source code"); ?></a><?php if($COMMIT): ?> [<a href="https://github.com/24eme/signaturepdf/tree/<?php echo $COMMIT ?>"><?php echo $COMMIT ?></a>]</span><?php endif; ?>
<?php if ($IS_ADMIN): ?>
- <a title="Button visible just for ip authorized" class="small <?php if($activeTab === 'admin'): ?>active<?php endif; ?>" href="<?php echo $REVERSE_PROXY_URL; ?>/administration"><i class="bi bi-wrench-adjustable"></i> <?php echo _("Administration panel"); ?></a>

View file

@ -13,7 +13,7 @@
</noscript>
<div id="page-upload">
<?php include('components/navtab.html.php'); ?>
<div class="px-4 py-4 text-center">
<div class="px-4 py-4 text-center fullpage">
<form method="post" action="<?php echo $REVERSE_PROXY_URL; ?>/compress" enctype="multipart/form-data">
<h1 class="display-5 fw-bold mb-0 mt-3"> <?php echo sprintf(_("%s Compress a PDF"), '<i class="bi bi-chevron-bar-contract"></i>'); ?></h1>
<p class="fs-5 fw-light mb-3 subtitle text-dark text-nowrap mt-2" style="overflow: hidden; text-overflow: ellipsis;"><?php echo _("Reduce the size of a PDF"); ?></p>

View file

@ -12,8 +12,8 @@
</div>
</noscript>
<?php include('components/navtab.html.php'); ?>
<div class="container">
<p class="lead mt-4 text-center mb-2"><img src="logo.svg" style="height: 200px;" class="text-center" /></p>
<div class="container pt-4 fullpage">
<p class="lead text-center mb-2"><img src="logo.svg" style="height: 200px;" class="text-center" /></p>
<h1 class="text-center h4 d-lg-none">Signature PDF</h1>
<p class="lead mt-3 text-center mb-0"><?php echo _("Free open-source software for signing and manipulating PDFs") ?></p>
<div class="row">
@ -53,8 +53,8 @@
</div>
</div>
</div>
<?php include('components/footer.html.php'); ?>
</div>
<?php include('components/footer.html.php'); ?>
<span id="is_mobile" class="d-md-none"></span>
<script src="<?php echo $REVERSE_PROXY_URL; ?>/vendor/bootstrap.bundle.min.js?5.3.3"></script>

View file

@ -13,7 +13,7 @@
</noscript>
<div id="page-upload">
<?php include('components/navtab.html.php'); ?>
<div class="px-4 py-4 text-center">
<div class="px-4 py-4 text-center fullpage">
<h1 class="display-5 fw-bold mb-0 mt-3"> <?php echo sprintf(_("%s Edit metadata"), '<i class="bi bi-tags"></i>'); ?></h1>
<p class="fs-5 fw-light mb-3 subtitle text-dark text-nowrap mt-2" style="overflow: hidden; text-overflow: ellipsis;"><?php echo _("Add, edit, or remove metadata from a PDF"); ?></p>
<div class="col-md-6 col-lg-5 col-xl-4 col-xxl-3 mx-auto">

View file

@ -13,7 +13,7 @@
</noscript>
<div id="page-upload">
<?php include('components/navtab.html.php'); ?>
<div class="px-4 py-4 text-center">
<div class="px-4 py-4 text-center fullpage">
<h1 class="display-5 fw-bold mb-0 mt-3"><?php echo sprintf(_("%s Organize PDF"), '<i class="bi bi-ui-checks-grid"></i>'); ?></h1>
<p class="fs-5 fw-light mb-3 subtitle text-dark text-nowrap mt-2" style="overflow: hidden; text-overflow: ellipsis;"><?php echo _("Merge, sort, rotate, delete, extract pages"); ?></p>
<div class="col-md-6 col-lg-5 col-xl-4 col-xxl-3 mx-auto">

View file

@ -13,7 +13,7 @@
</noscript>
<div id="page-upload">
<?php include('components/navtab.html.php'); ?>
<div class="px-4 py-4 text-center">
<div class="px-4 py-4 text-center fullpage">
<h1 class="display-5 fw-bold mb-0 mt-3"><i class="bi bi-vector-pen"></i> <?php echo _("Sign a PDF"); ?></h1>
<p class="fs-5 fw-light mb-3 subtitle text-dark text-nowrap mt-2" style="overflow: hidden; text-overflow: ellipsis;"><?php echo _("Sign, initial, stamp, complete a document") ?></p>
<div class="col-md-6 col-lg-5 col-xl-4 col-xxl-3 mx-auto">