From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH 2/2] pakfire.cgi: Improve HTML output and layout Date: Tue, 28 Dec 2021 23:11:58 +0100 Message-ID: <0d7c91ef-ada1-008e-a7da-9ed8647b7be0@ipfire.org> In-Reply-To: <20211227132137.1355-2-hofmann@leo-andres.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5471335002214964296==" List-Id: --===============5471335002214964296== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Acked-by: Peter M=C3=BCller > Add missing closing tags, indentation and CSS styling. > Add link to reboot notice, left-align info list and resize packages > lists for better readability. >=20 > Signed-off-by: Leo-Andres Hofmann > --- >=20 > Hi all, >=20 > this patch series implements everything that came up in the discussion so f= ar and fixes a few HTML issues I found along the way. > Because more changes are probably needed, I have not yet created a new patc= hset. Instead, this patch builds on the first proposal.=20 >=20 > To test it, the following patches must therefore also be applied: > https://patchwork.ipfire.org/patch/4842 > https://patchwork.ipfire.org/project/ipfire/list/?series=3D2452 >=20 > I hope this doesn't cause confusion again, if it does, I can of course buil= d a new patchset :) >=20 > Happy holidays! > Leo >=20 > html/cgi-bin/pakfire.cgi | 137 ++++++++++++++++++++++++--------------- > 1 file changed, 84 insertions(+), 53 deletions(-) >=20 > diff --git a/html/cgi-bin/pakfire.cgi b/html/cgi-bin/pakfire.cgi > index 8516b07b1..51f586aa2 100644 > --- a/html/cgi-bin/pakfire.cgi > +++ b/html/cgi-bin/pakfire.cgi > @@ -100,6 +100,32 @@ if($cgiparams{'ACTION'} eq 'json-getstatus') { > ###--- HTML HEAD ---### > my $extraHead =3D <