From a6e6f8be88a93699765f25aee0e6109a3eb0b307 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Tue, 3 May 2022 18:22:43 +0200 Subject: reworked templates based on purecss --- templates/webmail/about.html.ep | 106 +++++++++++++++++++--------------------- 1 file changed, 50 insertions(+), 56 deletions(-) (limited to 'templates/webmail/about.html.ep') diff --git a/templates/webmail/about.html.ep b/templates/webmail/about.html.ep index 5cee603..6221bcc 100644 --- a/templates/webmail/about.html.ep +++ b/templates/webmail/about.html.ep @@ -2,70 +2,64 @@ % layout 'mainlayout'; - +
-
- - +
-
- - + - - - -
- About JWebmail <%= $version %> -
-
    -
  • - JWebmail <%= $version %> is a Webmail solution meant to be used with - s/qmail -
  • +

    About JWebmail <%= $version %>

    -
  • Features: -
      - -
    • multiple language support
    • -
    • session management
    • -
    • search for mails
    • -
    • CGI support but also psgi/plack and fcgi
    • -
    -
  • +

    + JWebmail <%= $version %> is a Webmail solution meant to be used with + s/qmail +

    -
  • - This is a - GPL - licensed project, created by Oliver 'omnis' Müller - and currently maintained by - Jannis M. Hoffmann -
  • +

    +

    Features

    +
      + +
    • multiple language support
    • +
    • session management
    • +
    • search for mails
    • +
    • CGI support but also psgi/plack and fcgi
    • +
    +

    + +

    + This is a + GPL + licensed project, created by Oliver 'omnis' Müller + and currently maintained by + Jannis M. Hoffmann +

    -
  • Supported languages: -

    +

    +

    Supported languages

    +
      % foreach (@$languages) { - %= link_to $_ => {lang => $_} +
    • + %= link_to $_ => {lang => $_} +
    • % } -

      - +
    +

    + +

    + JWebmail is programmed in Perl, and is + a complete rewrite of oMail-webmail. +

    -
  • - JWebmail is programmed in Perl, and is - a complete rewrite of oMail-webmail. -
  • + -
-
- -
+ -- cgit v1.2.3