OpenXE rebranding

This commit is contained in:
Xenomporio 2022-10-14 14:18:26 +02:00
parent 9d6b86b5f9
commit 1ce413a763
32 changed files with 292 additions and 463 deletions

View File

@ -1,4 +1,4 @@
# Xenomporio installation
# OpenXE installation
## Place the installation files into a folder in /var/www/html/.
@ -6,17 +6,17 @@
e.g. Release 1.0:
`sudo wget https://github.com/xenomporio-org/Xenomporio/archive/refs/tags/V.1.0.zip`
`sudo wget https://github.com/openxe-org/OpenXE/archive/refs/tags/V.1.0.zip`
`unzip V.1.0.zip`
## Set folder permissions:
`sudo chown www-data:www-data Xenomporio-V.1.0 -R`
`sudo chown www-data:www-data OpenXE-V.1.0 -R`
## Fire up the setup page in a browser
http://yourserverip/Xenomporio-V.1.0 (watch out, its case sensitive)
http://yourserverip/OpenXE-V.1.0 (watch out, its case sensitive)
<img src="doc/Install-10.png" width="800px">
<img src="doc/Install-20.png" width="800px">

View File

@ -1,6 +1,6 @@
# OpenXE - The free ERP
![Xenomporio overview](https://github.com/xenomporio-org/Xenomporio/blob/master/www/themes/new/images/login_screen_picture.jpg "Xenomporio")
![OpenXE overview](https://github.com/openxe-org/OpenXE/blob/master/www/themes/new/images/login_screen_picture.jpg "OpenXE")
OpenXE ist eine umfassende webbasierte Anwendung zur Abwicklung aller kaufmännischen Prozesse. Zu den Funktionen gehören unter Anderem:
@ -23,7 +23,7 @@ Wir freuen uns über Eure Teilnahme, egal ob als stiller Mitleser oder aktiver U
# Letzte Änderungen: Ticket System
Neu in [V.1.3](https://github.com/xenomporio-org/Xenomporio/releases/tag/V.1.3):
Neu in [V.1.3](https://github.com/openxe-org/OpenXE/releases/tag/V.1.3):
Neuimplementierung des Xentral 20 Enterprise Ticketsystems mit vielen Verbesserungen, z.B.:
- Anhänge werden auch bei ausgehenden Nachrichten gespeichert
- Verbesserte Kommentarfunktion

View File

@ -129,7 +129,7 @@ installation should now be secure.
Thanks for using MariaDB!
```
## Create database for xenomporio
## Create database for openxe
`mysql -u root -p`
```
@ -141,13 +141,13 @@ Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> CREATE DATABASE xenomporio;
MariaDB [(none)]> CREATE DATABASE openxe;
Query OK, 1 row affected (0.001 sec)
MariaDB [(none)]> CREATE USER 'xenomporio'@'localhost' IDENTIFIED BY 'enteryourpasswordhere';
MariaDB [(none)]> CREATE USER 'openxe'@'localhost' IDENTIFIED BY 'enteryourpasswordhere';
Query OK, 0 rows affected (0.015 sec)
MariaDB [(none)]> GRANT ALL PRIVILEGES ON xenomporio.* TO 'xenomporio'@'localhost' WITH GRANT OPTION;
MariaDB [(none)]> GRANT ALL PRIVILEGES ON openxe.* TO 'openxe'@'localhost' WITH GRANT OPTION;
Query OK, 0 rows affected (0.012 sec)
MariaDB [(none)]> FLUSH PRIVILEGES;
@ -159,7 +159,7 @@ Bye
```
You can test your database like this:
`mysql -u xenomporio -p`
`mysql -u openxe -p`
```
Enter password:
@ -176,7 +176,7 @@ MariaDB [(none)]> show databases;
| Database |
+--------------------+
| information_schema |
| xenomporio |
| openxe |
+--------------------+
2 rows in set (0.001 sec)
@ -185,4 +185,4 @@ Bye
```
## --> Reset your server
Continue with [Xenomporio Installation](INSTALL.md)
Continue with [OpenXE Installation](INSTALL.md)

View File

@ -23,7 +23,7 @@ final class FactoryMethodDefinition
if (!is_callable($callable, false)) {
/*
xenomporio
OpenXE-todo
unknown compatibility issue
commented out as hotfix

View File

@ -20,7 +20,7 @@ final class ErrorPageData implements JsonSerializable
public function __construct($exception, $title = null)
{
$this->exception = $exception;
$this->title = !empty($title) ? (string)$title : 'Xenomporio: Es ist ein unerwarteter Fehler aufgetreten!';
$this->title = !empty($title) ? (string)$title : 'OpenXE: Es ist ein unerwarteter Fehler aufgetreten!';
}

View File

@ -421,7 +421,7 @@ function GetHtmlMessage($receipientName, $messageTotalCount, $messages = [])
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>[Xenomporio] Ungelesene Chat-Nachrichten</title>
<title>[OpenXE] Ungelesene Chat-Nachrichten</title>
<style type="text/css">
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; width: 100%; max-width: 100%; font-size: 17px; line-height: 24px; color: #48494B; background: #F5F5F5; }
h1, h2, h3, h4 { color: #42B8C4; margin-bottom: 12px; line-height: 26px; }

View File

@ -1,5 +1,5 @@
<?php
/* Copyright (c) 2022 Xenomporio project */
/* Copyright (c) 2022 OpenXE-org */
/*
Refresh the githash number in githash.txt
*/

View File

@ -18168,7 +18168,7 @@ INSERT INTO `wiedervorlage_stages` (`id`, `kurzbezeichnung`, `name`, `hexcolor`,
(12, 'Stay', 'Stay (Erhalt)', '#A2D624', 0, 1, 4, 4, NULL),
(13, 'Okay', 'Okay (Befürwortung)', '#A2D624', 0, 1, 5, 4, NULL);
INSERT INTO `wiki` (`id`, `name`, `content`, `lastcontent`) VALUES
(1, 'StartseiteWiki', '\n<p>Herzlich Willkommen in Ihrem Xenomporio, dem freien ERP.<br><br>Wir freuen uns Sie als Benutzer begrüßen zu dürfen. Mit Xenomporio organisieren Sie Ihre Firma schnell und einfach. Sie haben alle wichtigen Zahlen und Vorgänge im Überblick.<br><br>Für Einsteiger sind die folgenden Themen wichtig:<br><br></p>\n<ul>\n<li> <a href="index.php?module=firmendaten&amp;action=edit" target="_blank"> Firmendaten</a> (dort richten Sie Ihr Briefpapier ein)</li>\n<li> <a href="index.php?module=adresse&amp;action=list" target="_blank"> Stammdaten / Adressen</a> (Kunden und Lieferanten anlegen)</li>\n<li> <a href="index.php?module=artikel&amp;action=list" target="_blank"> Artikel anlegen</a> (Ihr Artikelstamm)</li>\n<li> <a href="index.php?module=angebot&amp;action=list" target="_blank"> Angebot</a> / <a href="index.php?module=auftrag&amp;action=list" target="_blank"> Auftrag</a> (Alle Dokumente für Ihr Geschäft)</li>\n<li> <a href="index.php?module=rechnung&amp;action=list" target="_blank"> Rechnung</a> / <a href="index.php?module=gutschrift&amp;action=list" target="_blank"> Gutschrift</a></li>\n<li> <a href="index.php?module=lieferschein&amp;action=list" target="_blank"> Lieferschein</a></li>\n</ul>\n<p><br><br>Kennen Sie unsere Zusatzmodule die Struktur und Organisation in das tägliche Geschäft bringen?<br><br></p>\n<ul>\n<li> <a href="index.php?module=kalender&amp;action=list" target="_blank"> Kalender</a></li>\n<li> <a href="index.php?module=wiki&amp;action=list" target="_blank"> Wiki</a></li>\n</ul>', NULL);
(1, 'StartseiteWiki', '\n<p>Herzlich Willkommen in Ihrem OpenXE, dem freien ERP.<br><br>Wir freuen uns Sie als Benutzer begrüßen zu dürfen. Mit OpenXE organisieren Sie Ihre Firma schnell und einfach. Sie haben alle wichtigen Zahlen und Vorgänge im Überblick.<br><br>Für Einsteiger sind die folgenden Themen wichtig:<br><br></p>\n<ul>\n<li> <a href="index.php?module=firmendaten&amp;action=edit" target="_blank"> Firmendaten</a> (dort richten Sie Ihr Briefpapier ein)</li>\n<li> <a href="index.php?module=adresse&amp;action=list" target="_blank"> Stammdaten / Adressen</a> (Kunden und Lieferanten anlegen)</li>\n<li> <a href="index.php?module=artikel&amp;action=list" target="_blank"> Artikel anlegen</a> (Ihr Artikelstamm)</li>\n<li> <a href="index.php?module=angebot&amp;action=list" target="_blank"> Angebot</a> / <a href="index.php?module=auftrag&amp;action=list" target="_blank"> Auftrag</a> (Alle Dokumente für Ihr Geschäft)</li>\n<li> <a href="index.php?module=rechnung&amp;action=list" target="_blank"> Rechnung</a> / <a href="index.php?module=gutschrift&amp;action=list" target="_blank"> Gutschrift</a></li>\n<li> <a href="index.php?module=lieferschein&amp;action=list" target="_blank"> Lieferschein</a></li>\n</ul>\n<p><br><br>Kennen Sie unsere Zusatzmodule die Struktur und Organisation in das tägliche Geschäft bringen?<br><br></p>\n<ul>\n<li> <a href="index.php?module=kalender&amp;action=list" target="_blank"> Kalender</a></li>\n<li> <a href="index.php?module=wiki&amp;action=list" target="_blank"> Wiki</a></li>\n</ul>', NULL);
INSERT INTO `konten` (`id`, `bezeichnung`, `kurzbezeichnung`, `type`, `erstezeile`, `datevkonto`, `blz`, `konto`, `swift`, `iban`, `lastschrift`, `hbci`, `hbcikennung`, `inhaber`, `aktiv`, `keineemail`, `firma`, `schreibbar`, `importletztenzeilenignorieren`, `liveimport`, `liveimport_passwort`, `liveimport_online`, `importtrennzeichen`, `codierung`, `importerstezeilenummer`, `importdatenmaskierung`, `importnullbytes`, `glaeubiger`, `geloescht`, `projekt`, `saldo_summieren`, `saldo_betrag`, `saldo_datum`, `importfelddatum`, `importfelddatumformat`, `importfelddatumformatausgabe`, `importfeldbetrag`, `importfeldbetragformat`, `importfeldbuchungstext`, `importfeldbuchungstextformat`, `importfeldwaehrung`, `importfeldwaehrungformat`, `importfeldhabensollkennung`, `importfeldkennunghaben`, `importfeldkennungsoll`, `importextrahabensoll`, `importfeldhaben`, `importfeldsoll`, `cronjobaktiv`, `cronjobverbuchen`) VALUES

View File

@ -4,7 +4,7 @@
* Create module for listing and editing based on SQL table
* Create template files accordingly
*
* Copyright (c) 2022 Xenomporio project
* Copyright (c) 2022 OpenXE project
*
* Placeholders:
* PLACEHOLDER_MODULENAME
@ -21,9 +21,9 @@
*/
$host = 'localhost';
$user = 'xenomporiodev';
$passwd = 'xenomporiodev';
$schema = 'xenomporiodev';
$user = 'openxedev';
$passwd = 'openxedev';
$schema = 'openxedev';
if ($argc >= 2) {
@ -214,8 +214,8 @@ if ($argc >= 2) {
}
function info() {
echo("\nXenomporio module creator\n");
echo("Copyright 2022 (c) Xenomporio project\n\n");
echo("\nOpenXE module creator\n");
echo("Copyright 2022 (c) OpenXE project\n\n");
echo("Create a module.php file, a template for listing and a template for editing, based on a SQL table\n");
echo("\n");
echo("arg1: SQL table name\n");

View File

@ -1,7 +1,7 @@
<?php
/*
* Copyright (c) 2022 Xenomporio project
* Copyright (c) 2022 OpenXE project
*/
use Xentral\Components\Database\Exception\QueryFailureException;

View File

@ -1,7 +1,7 @@
<?php
$version="OSS";
$version_revision="1.3.1";
$version_revision="1.5";
$githash = file_get_contents("../githash.txt");
if (!empty($githash)) {
$version_revision .= " (".substr($githash,0,8).")";

View File

@ -586,7 +586,7 @@ class erpooSystem extends Application
$version = '';
if(isset($version_revision) && $version_revision != '') {
$version .= '<div class="sidebar-software-version">Xenomporio V.'. $version_revision .'</div>';
$version .= '<div class="sidebar-software-version">OpenXE V.'. $version_revision .'</div>';
}
if($userId = $this->User->GetID()){
@ -618,7 +618,9 @@ class erpooSystem extends Application
);
}
else{
$this->Tpl->Add('SIDEBARLOGO', @file_get_contents(__DIR__ . '/themes/new/templates/sidebar_logo.svg'));
// $this->Tpl->Add('SIDEBARLOGO', @file_get_contents(__DIR__ . '/themes/new/templates/sidebar_logo.svg'));
$this->Tpl->Add('SIDEBARLOGO','<div class="sidebar_logo">'.@file_get_contents(__DIR__ . '/themes/new/templates/sidebar_logo.svg').'</div>');
$this->Tpl->Add('SIDEBARLOGO','<div class="sidebar_icon_logo">'.@file_get_contents(__DIR__ . '/themes/new/templates/sidebar_icon_logo.svg').'</div>');
}
$this->Tpl->Parse('SIDEBAR', 'sidebar.tpl');
@ -1128,7 +1130,7 @@ if (typeof document.hidden !== \"undefined\") { // Opera 12.10 and Firefox 18 an
$this->Tpl->SetText('MODUL',ucfirst($module));
$this->Tpl->Set('HTMLTITLE','{|[MODUL]|} | Xenomporio ');
$this->Tpl->Set('HTMLTITLE','{|[MODUL]|} | OpenXE ');
switch($module)
@ -1280,7 +1282,7 @@ if (typeof document.hidden !== \"undefined\") { // Opera 12.10 and Firefox 18 an
$this->Tpl->Set('TPLLOGOFIRMA', './themes/new/images/logo_cache.png');
}elseif($this->erp->Firmendaten('firmenlogoaktiv')!='1')
{
$this->Tpl->Set('TPLLOGOFIRMA', './themes/new/images/xentral_logo.svg');
$this->Tpl->Set('TPLLOGOFIRMA', './themes/new/images/openxe_logo.svg');
}else{
$this->Tpl->Set('TPLLOGOFIRMA', './index.php?module=welcome&action=logo');
}

View File

@ -1,7 +1,7 @@
<?php
/*
* Copyright (c) 2022 Xenomporio project
* Copyright (c) 2022 OpenXE project
*/
use Xentral\Components\Database\Exception\QueryFailureException;
@ -284,7 +284,7 @@ $width = array('10%'); // Fill out manually later
$result[0]['angezeigtername'],
$result[0]['email'],
$result[0]['angezeigtername'],
'Xenomporio ERP: Testmail',
'OpenXE ERP: Testmail',
'Dies ist eine Testmail für Account "'.$result[0]['email'].'".',
'',0,false,'','',
true

View File

@ -468,7 +468,7 @@ class Firmendaten {
$this->app->erp->Firmendaten('absendername'),
$this->app->erp->Firmendaten('testmailempfaenger'),
$this->app->erp->Firmendaten('testmailempfaenger'),
'Xenomporio ERP: Testmail',
'OpenXE ERP: Testmail',
'Dies ist eine Testmail',
'',0,true,'','',
true

View File

@ -1353,7 +1353,7 @@ class Kalender {
$ical = "BEGIN:VCALENDAR\r\n";
$ical .= "VERSION:2.0\r\n";
$ical .= "PRODID:-//Xenomporio//Termin//DE\r\n";
$ical .= "PRODID:-//OpenXE//Termin//DE\r\n";
$ical .= "METHOD:REQUEST\r\n";
$ical .= "BEGIN:VEVENT\r\n";
@ -1376,7 +1376,7 @@ class Kalender {
}
}
$ical .= "UID:".strtoupper(md5($event_id))."-xenomporio\r\n";
$ical .= "UID:".strtoupper(md5($event_id))."-openxe\r\n";
$ical .= "SEQUENCE:".$sequence."\r\n";
$ical .= "STATUS:".$status."\r\n";
$ical .= "DTSTAMPTZID=Europe/Berlin:".date('Ymd').'T'.date('His')."\r\n";
@ -1513,12 +1513,12 @@ class Kalender {
$ical = "BEGIN:VCALENDAR\r\n";
$ical .= "VERSION:2.0\r\n";
$ical .= "PRODID:-//Xenomporio//Termin//DE\r\n";
$ical .= "PRODID:-//OpenXE//Termin//DE\r\n";
$ical .= "METHOD:REQUEST\r\n";
$ical .= "BEGIN:VEVENT\r\n";
$ical .= "ORGANIZER;SENT-BY=\"MAILTO:$initiator_to\"\r\n";
$ical .= "ATTENDEE;CN=$to;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE:mailto:$initiator_to\r\n";
$ical .= "UID:".strtoupper(md5($event_id))."-xenomporio\r\n";
$ical .= "UID:".strtoupper(md5($event_id))."-openxe\r\n";
$ical .= "SEQUENCE:".$sequence."\r\n";
$ical .= "STATUS:".$status."\r\n";
$ical .= "DTSTAMPTZID=Europe/Berlin:".date('Ymd').'T'.date('His')."\r\n";

View File

@ -1,7 +1,7 @@
<?php
/*
* Copyright (c) 2022 Xenomporio project
* Copyright (c) 2022 OpenXE project
*/
use Xentral\Components\Database\Exception\QueryFailureException;

View File

@ -1,7 +1,7 @@
<?php
/*
* Copyright (c) 2022 Xenomporio project
* Copyright (c) 2022 OpenXE project
*/
use Xentral\Components\Database\Exception\QueryFailureException;

View File

@ -11,7 +11,7 @@
*
**** END OF COPYRIGHT & LICENSE NOTICE *** DO NOT REMOVE ****
Copyright (c) 2022 Xenomporio project
Copyright (c) 2022 OpenXE project
*/
?>

View File

@ -1,7 +1,7 @@
<?php
/*
* Copyright (c) 2022 Xenomporio project
* Copyright (c) 2022 OpenXE project
*/
use Xentral\Components\Database\Exception\QueryFailureException;

View File

@ -2486,7 +2486,7 @@ $this->app->Tpl->Add('TAB1',"<h2>Schritt 2 von 2: Datenbank anpassen</h2><table
$this->app->Tpl->Add('TAB1',"Sie benutzen die kommerzielle Version von Xentral. Alle Rechte vorbehalten. Beachten Sie die Nutzungsbedinungen.<br><br>&copy; Copyright by Xentral ERP Software GmbH Augsburg");
}
else {
$this->app->Tpl->Add('TAB1','Xenomporio is free open source software under AGPL-3.0 license, based on <a href="https://xentral.com" target="_blank">Xentral®</a> by Xentral&nbsp;ERP&nbsp;Software&nbsp;GmbH.<br><br><div class="info"><img src="themes/new/images/Xentral_ERP_Logo-200.png"><br>Das Logo und der Link zur Homepage <a href="https://xentral.biz" target=\_blank\>https://xentral.biz</a> d&uuml;rfen nicht entfernt werden.</div><br>&copy; Copyright by Xenomporio project & Xentral ERP Software GmbH Augsburg');
$this->app->Tpl->Add('TAB1','OpenXE is free open source software under AGPL-3.0 license, based on <a href="https://xentral.com" target="_blank">Xentral®</a> by Xentral&nbsp;ERP&nbsp;Software&nbsp;GmbH.<br><br><div class="info"><img src="themes/new/images/Xentral_ERP_Logo-200.png"><br>Das Logo und der Link zur Homepage <a href="https://xentral.biz" target=\_blank\>https://xentral.biz</a> d&uuml;rfen nicht entfernt werden.</div><br>&copy; Copyright by OpenXE project & Xentral ERP Software GmbH Augsburg');
}
if($this->app->erp->isIoncube() && method_exists($this->app->erp, 'IoncubeProperty'))

View File

@ -363,15 +363,15 @@
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">
<html><head>
<style type=\"text/css\">{$cssContent}</style>
<title>Xenomporio Installer</title>
</head><body class=\"slide-{$step}\"><div id=\"main\"><div class=\"header\"><h1 class=\"headline\">Xenomporio Installer</h1></div><div class=\"content\"><form action=\"\" method=\"POST\">
<title>OpenXE Installer</title>
</head><body class=\"slide-{$step}\"><div id=\"main\"><div class=\"header\"><h1 class=\"headline\">OpenXE Installer</h1></div><div class=\"content\"><form action=\"\" method=\"POST\">
{$html}
</form></div>
<!--
<div class=\"footer\"><p>Nutzen Sie unseren <a href=\"https://shop.xentral.biz/sonstige/1-jahr-zugang-updateserver-open-source-version.html?c=164?c=164\" target=\"_blank\">Update-Server</a> um auch mit der Open-Source Version mit Updates versorgt zu sein.</p></div>
--!>
<div class=\"footer\"><p>
Xenomporio is free open source software under AGPL-3.0 license, based on <a href=\"https://xentral.com\" target=\"_blank\">Xentral®</a> by Xentral&nbsp;ERP&nbsp;Software&nbsp;GmbH.</p></div>
OpenXE is free open source software under AGPL-3.0 license, based on <a href=\"https://xentral.com\" target=\"_blank\">Xentral®</a> by Xentral&nbsp;ERP&nbsp;Software&nbsp;GmbH.</p></div>
</div></body></html>";
}

View File

@ -223,11 +223,23 @@ html {
padding-left: 25px;
}
#sidebar .logo-index .sidebar_icon_logo{
display: none;
}
#sidebar.collapsed .logo-index{
width: 55px;
text-align: left;
}
#sidebar.collapsed .logo-index .sidebar_logo {
display: none;
}
#sidebar.collapsed .logo-index .sidebar_icon_logo {
display: block;
}
#sidebar .sidebar-list{
padding: 15px 0;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,92 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xml:space="preserve"
style="enable-background:new 0 0 1440 1024;"
viewBox="0 0 300 104"
y="0px"
x="0px"
id="Layer_1"
version="1.1"><metadata
id="metadata35"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs33" />
<style
id="style2"
type="text/css">
.st0{fill:#008AC2;}
.st1{fill:#6E6F72;}
</style>
<g
transform="matrix(0.5179558,0,0,0.5179558,-222.92818,-213.2424)"
id="g28">
<polygon
style="fill:#008ac2"
id="polygon4"
points="466.7,527.6 501.7,492.6 430.4,456.6 430.4,544.8 466.7,560.4 "
class="st0" />
<polygon
style="fill:#008ac2"
id="polygon6"
points="584.2,450.5 509.6,411.7 435,450.5 509.1,486.3 "
class="st0" />
<polygon
style="fill:#008ac2"
id="polygon8"
points="472.3,531.2 472.3,612.3 506,575.5 506,495.4 "
class="st0" />
<path
style="fill:#6e6f72"
id="path10"
d="m 567.1,483.3 c -30.8,0 -45.8,23.5 -45.8,46.9 0,23.4 14.5,45.9 45.8,45.9 31.3,0 45.4,-23 45.6,-46 0.3,-23.3 -14.9,-46.8 -45.6,-46.8 z m 0,77.4 c -21,0 -28.9,-15.6 -29.2,-30.3 -0.4,-15 8.3,-31.9 29.2,-31.9 21,0 29.4,16.8 29.1,31.8 -0.2,14.6 -8.1,30.4 -29.1,30.4 z"
class="st1" />
<path
style="fill:#6e6f72"
id="path12"
d="m 659.8,510.7 c -7.1,0 -15.5,3.1 -20.3,10 l -1,-10 H 624 V 601 h 15.5 v -33.6 c 4.4,6.9 14.2,8.9 20.8,8.9 20.1,0 31.6,-14.5 31.6,-32.8 0,-18.4 -12.8,-32.8 -32.1,-32.8 z m -1.2,50.6 c -10.5,0 -17.8,-8 -17.8,-17.8 0,-9.8 6.6,-17.8 17.8,-17.8 11.2,0 17.8,8 17.8,17.8 0,9.8 -7.2,17.8 -17.8,17.8 z"
class="st1" />
<path
style="fill:#6e6f72"
id="path14"
d="m 733.8,510.7 c -20.3,0 -33.3,13.6 -33.3,32.4 0,19.9 12.8,33 34.4,33 9.5,0 20.3,-3.3 26.9,-10.1 l -9.9,-9.7 c -3.6,3.6 -11.1,5.8 -16.8,5.8 -10.9,0 -17.7,-5.5 -18.7,-13.2 h 48.9 c 2.5,-25.3 -10.6,-38.2 -31.5,-38.2 z m -17.1,25.7 c 2.3,-8 9.2,-12.1 17.5,-12.1 8.9,0 15.3,4 16.3,12.1 z"
class="st1" />
<path
style="fill:#6e6f72"
id="path16"
d="m 812.4,510.7 c -7.9,0 -14.2,3.2 -20.6,9.6 l -1,-9.6 H 777 v 65.1 h 15.4 v -32.7 c 0,-9.7 6.5,-17.9 16,-17.9 9.9,0 15.1,7.4 15.1,17.1 v 33.5 H 839 v -33.6 c 0,-20.2 -11.8,-31.5 -26.6,-31.5 z"
class="st1" />
<path
style="fill:#008ac2"
id="path18"
d="m 1009.6,500.3 v -17 H 943 c 0,30.9 0,62 0,92.9 h 66.6 v -17.3 h -50 v -21 h 48.2 v -16.3 h -48.2 v -21.4 h 50 z"
class="st0" />
<polygon
style="fill:#008ac2"
id="polygon20"
points="911.7,576.1 931,576.2 931,574.5 909.1,541 897.9,554.7 911.7,576.1 "
class="st0" />
<rect
style="fill:#008ac2"
id="rect22"
height="0"
width="0"
class="st0"
y="485.10001"
x="932.40002" />
<polygon
style="fill:#008ac2"
id="polygon24"
points="912.1,483.3 900.2,501.4 901.3,503.1 902.9,505.4 909.4,515.4 931,484.5 931,483.3 914,483.3 912.1,483.3 "
class="st0" />
<polygon
style="fill:#008ac2"
id="polygon26"
points="871.5,483.3 871.4,483.3 851.9,483.3 851.9,484.6 866.5,506.9 881,529.2 881,529.2 881.1,529.2 881,529.3 851.9,573.5 851.9,573.5 851.9,576.2 868.9,576.2 869,576.2 872.6,571 887.4,548.5 890.5,543.7 900.7,528.2 900.7,528.1 891.6,514.1 891.3,513.7 "
class="st0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Xenomporio - Login</title>
<title>OpenXE - Login</title>
<link id="shortcuticon" rel="shortcut icon" href="./themes/new/images/favicon/favicon.ico" type="image/x-icon">
<link id="favicon" rel="icon" href="./themes/new/images/favicon/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" href="./themes/new/images/favicon/favicon-16x16.png" sizes="16x16">
@ -28,7 +28,7 @@
</img>
<div class="intro">
Willkommen bei Xenomporio ERP.<br/>
Willkommen bei OpenXE ERP.<br/>
Bitte gib Deinen Benutzernamen und Passwort ein!
</div>
<div style="[LOGINWARNING]" class="warning"><p>Achtung: Es werden gerade Wartungsarbeiten in Ihrem System (z.B. Update oder Backup) durch Ihre IT-Abteilung durchgeführt. Das System sollte in wenigen Minuten wieder erreichbar sein. Für Rückfragen wenden Sie sich bitte an Ihren Administrator.</p></div>
@ -37,11 +37,11 @@
[PAGE]
<div id="login-footer">
<div class="copyright">
&copy; [YEAR] Xenomporio project & by Xentral&nbsp;ERP&nbsp;Software&nbsp;GmbH.
&copy; [YEAR] by OpenXE-org & Xentral&nbsp;ERP&nbsp;Software&nbsp;GmbH.
<br>
[WAWIVERSION]
</br>
Xenomporio is free open source software under AGPL-3.0 license, based on <a href="https://xentral.com" target="_blank">Xentral®</a>.
OpenXE is free open source software under AGPL-3.0 license, based on <a href="https://xentral.com" target="_blank">Xentral®</a>.
<!-- dead link [LIZENZHINWEIS] -->
</div>
</div>

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self';">
<title>Xenomporio - Passwort vergessen</title>
<title>OpenXE - Passwort vergessen</title>
<link id="shortcuticon" rel="shortcut icon" href="./themes/new/images/favicon/favicon.ico" type="image/x-icon">
<link id="favicon" rel="icon" href="./themes/new/images/favicon/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" href="./themes/new/images/favicon/favicon-16x16.png" sizes="16x16">
@ -18,7 +18,7 @@
<div class="login-wrapper">
<div class="loginbox">
<img id="logo" src="themes/new/images/xentral_logo.svg" width="350" height="105">
<img id="logo" src="themes/new/images/openxe_logo.svg" width="100%">
</img>
@ -26,7 +26,7 @@
[PAGE]
<div class="copyright">
&copy; [YEAR] Xenomporio project & Xentral ERP Software GmbH
&copy; [YEAR] OpenXE-org & Xentral ERP Software GmbH
</div>
</div>
</div>

View File

@ -10,7 +10,7 @@
</svg>
</div>
<a class="logo-index" href="index.php" title="Xenomporio">
<a class="logo-index" href="index.php" title="OpenXE">
[SIDEBARLOGO]
</a>

View File

@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xml:space="preserve"
style="enable-background:new 0 0 1440 1024;"
viewBox="0 0 410 104"
height="26"
width="115"
y="0px"
x="0px"
id="Layer_1"
version="1.1"><metadata
id="metadata35"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs33" />
<style
id="style2"
type="text/css">
.st0{fill:#ffffff;}
.st1{fill:#fffffE;}
</style>
<g
transform="matrix(0.5179558,0,0,0.5179558,-222.92818,-213.2424)"
id="g28">
<polygon
style="fill:#ffffff"
id="polygon4"
points="466.7,527.6 501.7,492.6 430.4,456.6 430.4,544.8 466.7,560.4 "
class="st0" />
<polygon
style="fill:#ffffff"
id="polygon6"
points="584.2,450.5 509.6,411.7 435,450.5 509.1,486.3 "
class="st0" />
<polygon
style="fill:#ffffff"
id="polygon8"
points="472.3,531.2 472.3,612.3 506,575.5 506,495.4 "
class="st0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,417 +1,94 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
id="svg194"
xml:space="preserve"
stroke-linejoin="round"
stroke-width="28.222"
fill-rule="evenodd"
preserveAspectRatio="xMidYMid"
viewBox="2239 7000 25676 5161"
style="enable-background:new 0 0 1440 1024;"
viewBox="0 0 410 104"
height="26"
width="115"
version="1.2"><metadata
id="metadata198"><rdf:RDF><cc:Work
y="0px"
x="0px"
id="Layer_1"
version="1.1"><metadata
id="metadata35"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata>
<defs
id="defs23" />
<defs
id="defs55"
class="EmbeddedBulletChars" />
<g
id="g192"
class="Page">
<g
id="g177"
class="Group">
<g
id="g62"
class="com.sun.star.drawing.ClosedBezierShape">
<g
id="id3">
<rect
id="rect57"
height="1452"
width="502"
y="9480"
x="5169"
fill="none"
stroke="none"
class="BoundingBox" />
<path
id="path59"
d="M 5169,10931 C 5169,10458 5169,9984 5169,9511 5251,9513 5337,9480 5419,9480 5504,9480 5584,9513 5669,9511 5669,9984 5669,10458 5669,10931 5502,10931 5336,10931 5169,10931 Z"
stroke="none"
fill="rgb(255,255,255)" />
</g>
</g>
<g
id="g78"
class="Group">
<g
id="g69"
class="com.sun.star.drawing.ClosedBezierShape">
<g
id="id4">
<rect
id="rect64"
height="541"
width="2001"
y="10891"
x="2319"
fill="none"
stroke="none"
class="BoundingBox" />
<path
id="path66"
d="M 4319,10891 L 2319,10891 C 2319,10986 2365,11079 2453,11161 2541,11243 2667,11311 2819,11359 2971,11406 3144,11431 3319,11431 3495,11431 3668,11406 3820,11359 3972,11311 4098,11243 4186,11161 4266,11086 4312,11002 4319,10915 L 4319,10891 Z"
stroke="none"
fill="rgb(255,255,255)" />
</g>
</g>
<g
id="g76"
class="com.sun.star.drawing.ClosedBezierShape">
<g
id="id5">
<rect
id="rect71"
height="700"
width="2160"
y="10812"
x="2240"
fill="none"
stroke="none"
class="BoundingBox" />
<path
id="path73"
d="M 4359,10823 C 4371,10830 4381,10840 4388,10852 4395,10864 4399,10878 4399,10892 L 4399,10916 C 4399,10918 4399,10920 4399,10922 4394,10976 4378,11029 4350,11081 4324,11129 4288,11176 4241,11219 4241,11220 4241,11220 4241,11220 4192,11265 4133,11306 4065,11343 4000,11379 3926,11410 3844,11435 3685,11485 3504,11511 3320,11511 3136,11511 2955,11485 2796,11435 2714,11410 2640,11379 2575,11343 2507,11306 2448,11265 2399,11220 2348,11172 2309,11120 2282,11067 2268,11039 2258,11010 2251,10981 2244,10951 2240,10922 2240,10892 2240,10878 2244,10864 2251,10852 2258,10840 2268,10830 2280,10823 2292,10816 2306,10812 2320,10812 L 4320,10812 C 4333,10812 4347,10816 4359,10823 Z M 4226,10971 L 2414,10971 C 2417,10979 2421,10988 2425,10996 2443,11034 2471,11069 2508,11103 2547,11140 2595,11174 2650,11203 2708,11234 2772,11261 2843,11284 2988,11328 3153,11352 3320,11352 3487,11352 3652,11328 3797,11284 3868,11261 3932,11234 3990,11203 4045,11174 4093,11140 4132,11103 4165,11072 4192,11039 4210,11005 4217,10994 4222,10982 4226,10971 Z"
stroke="none"
fill="rgb(255,255,255)" />
</g>
</g>
</g>
<g
id="g94"
class="Group">
<g
id="g85"
class="com.sun.star.drawing.ClosedBezierShape">
<g
id="id6">
<rect
id="rect80"
height="541"
width="2001"
y="10891"
x="6519"
fill="none"
stroke="none"
class="BoundingBox" />
<path
id="path82"
d="M 8519,10891 L 6519,10891 C 6519,10986 6565,11079 6653,11161 6741,11243 6867,11311 7019,11359 7171,11406 7344,11431 7519,11431 7695,11431 7868,11406 8020,11359 8172,11311 8298,11243 8386,11161 8466,11086 8512,11002 8519,10915 L 8519,10891 Z"
stroke="none"
fill="rgb(255,255,255)" />
</g>
</g>
<g
id="g92"
class="com.sun.star.drawing.ClosedBezierShape">
<g
id="id7">
<rect
id="rect87"
height="700"
width="2160"
y="10812"
x="6440"
fill="none"
stroke="none"
class="BoundingBox" />
<path
id="path89"
d="M 8559,10823 C 8571,10830 8581,10840 8588,10852 8595,10864 8599,10878 8599,10892 L 8599,10916 C 8599,10918 8599,10920 8599,10922 8594,10976 8578,11029 8550,11081 8524,11129 8488,11176 8441,11219 8441,11220 8441,11220 8441,11220 8392,11265 8333,11306 8265,11343 8200,11379 8126,11410 8044,11435 7885,11485 7704,11511 7520,11511 7336,11511 7155,11485 6996,11435 6914,11410 6840,11379 6775,11343 6707,11306 6648,11265 6599,11220 6548,11172 6509,11120 6482,11067 6468,11039 6458,11010 6451,10981 6444,10951 6440,10922 6440,10892 6440,10878 6444,10864 6451,10852 6458,10840 6468,10830 6480,10823 6492,10816 6506,10812 6520,10812 L 8520,10812 C 8533,10812 8547,10816 8559,10823 Z M 8426,10971 L 6614,10971 C 6617,10979 6621,10988 6625,10996 6643,11034 6671,11069 6708,11103 6747,11140 6795,11174 6850,11203 6908,11234 6972,11261 7043,11284 7188,11328 7353,11352 7520,11352 7687,11352 7852,11328 7997,11284 8068,11261 8132,11234 8190,11203 8245,11174 8293,11140 8332,11103 8365,11072 8392,11039 8410,11005 8417,10994 8422,10982 8426,10971 Z"
stroke="none"
fill="rgb(255,255,255)" />
</g>
</g>
</g>
<g
id="g110"
class="Group">
<g
id="g101"
class="com.sun.star.drawing.ClosedBezierShape">
<g
id="id8">
<rect
id="rect96"
height="216"
width="216"
y="8583"
x="3212"
fill="none"
stroke="none"
class="BoundingBox" />
<path
id="path98"
d="M 3427,8691 C 3427,8709 3422,8728 3413,8744 3403,8761 3390,8774 3373,8784 3357,8793 3338,8798 3320,8798 3301,8798 3282,8793 3266,8784 3249,8774 3236,8761 3226,8744 3217,8728 3212,8709 3212,8691 3212,8672 3217,8653 3226,8637 3236,8620 3249,8607 3266,8597 3282,8588 3301,8583 3320,8583 3338,8583 3357,8588 3373,8597 3390,8607 3403,8620 3413,8637 3422,8653 3427,8672 3427,8691 Z"
stroke="none"
fill="rgb(255,255,255)" />
</g>
</g>
<g
id="g108"
class="com.sun.star.drawing.ClosedBezierShape">
<g
id="id9">
<rect
id="rect103"
height="375"
width="375"
y="8504"
x="3133"
fill="none"
stroke="none"
class="BoundingBox" />
<path
id="path105"
d="M 3501,8739 C 3496,8755 3490,8770 3482,8785 3474,8799 3464,8812 3452,8823 3441,8835 3428,8845 3414,8853 3399,8861 3384,8867 3368,8872 3353,8876 3336,8878 3320,8878 3304,8878 3287,8876 3272,8872 3256,8867 3241,8861 3226,8853 3212,8845 3199,8835 3188,8823 3176,8812 3166,8799 3158,8785 3150,8770 3144,8755 3139,8739 3135,8724 3133,8707 3133,8691 3133,8675 3135,8658 3139,8643 3144,8627 3150,8612 3158,8597 3166,8583 3176,8570 3188,8559 3199,8547 3212,8537 3226,8529 3241,8521 3256,8515 3272,8510 3287,8506 3304,8504 3320,8504 3336,8504 3353,8506 3368,8510 3384,8515 3399,8521 3414,8529 3428,8537 3441,8547 3452,8559 3464,8570 3474,8583 3482,8597 3490,8612 3496,8627 3501,8643 3505,8658 3507,8675 3507,8691 3507,8707 3505,8724 3501,8739 Z M 3327,8664 C 3325,8663 3322,8663 3320,8663 3318,8663 3315,8663 3313,8664 3310,8665 3308,8666 3306,8667 3304,8668 3302,8669 3300,8671 3298,8673 3297,8675 3296,8677 3295,8679 3294,8681 3293,8684 3292,8686 3292,8689 3292,8691 3292,8693 3292,8696 3293,8698 3294,8701 3295,8703 3296,8705 3297,8707 3298,8709 3300,8711 3302,8713 3304,8714 3306,8715 3308,8716 3310,8717 3313,8718 3315,8719 3318,8719 3320,8719 3322,8719 3325,8719 3327,8718 3330,8717 3332,8716 3334,8715 3336,8714 3338,8713 3340,8711 3342,8709 3343,8707 3344,8705 3345,8703 3346,8701 3347,8698 3348,8696 3348,8693 3348,8691 3348,8689 3348,8686 3347,8684 3346,8681 3345,8679 3344,8677 3343,8675 3342,8673 3340,8671 3338,8669 3336,8668 3334,8667 3332,8666 3330,8665 3327,8664 Z"
stroke="none"
fill="rgb(255,255,255)" />
</g>
</g>
</g>
<g
id="g126"
class="Group">
<g
id="g117"
class="com.sun.star.drawing.ClosedBezierShape">
<g
id="id10">
<rect
id="rect112"
height="216"
width="216"
y="8580"
x="7412"
fill="none"
stroke="none"
class="BoundingBox" />
<path
id="path114"
d="M 7627,8688 C 7627,8706 7622,8725 7613,8741 7603,8758 7590,8771 7573,8781 7557,8790 7538,8795 7520,8795 7501,8795 7482,8790 7466,8781 7449,8771 7436,8758 7426,8741 7417,8725 7412,8706 7412,8688 7412,8669 7417,8650 7426,8634 7436,8617 7449,8604 7466,8594 7482,8585 7501,8580 7520,8580 7538,8580 7557,8585 7573,8594 7590,8604 7603,8617 7613,8634 7622,8650 7627,8669 7627,8688 Z"
stroke="none"
fill="rgb(255,255,255)" />
</g>
</g>
<g
id="g124"
class="com.sun.star.drawing.ClosedBezierShape">
<g
id="id11">
<rect
id="rect119"
height="376"
width="375"
y="8500"
x="7333"
fill="none"
stroke="none"
class="BoundingBox" />
<path
id="path121"
d="M 7701,8736 C 7696,8752 7690,8767 7682,8782 7674,8796 7664,8809 7652,8820 7641,8832 7628,8842 7613,8850 7599,8858 7584,8864 7568,8869 7553,8873 7536,8875 7520,8875 7504,8875 7487,8873 7472,8869 7456,8864 7441,8858 7427,8850 7412,8842 7399,8832 7388,8820 7376,8809 7366,8796 7358,8781 7350,8767 7344,8752 7339,8736 7335,8721 7333,8704 7333,8688 7333,8672 7335,8655 7339,8640 7344,8624 7350,8609 7358,8595 7366,8580 7376,8567 7388,8556 7399,8544 7412,8534 7427,8526 7441,8518 7456,8512 7472,8507 7487,8503 7504,8501 7520,8501 7536,8501 7553,8503 7568,8507 7584,8512 7599,8518 7613,8526 7628,8534 7641,8544 7652,8556 7664,8567 7674,8580 7682,8594 7690,8609 7696,8624 7701,8640 7705,8655 7707,8672 7707,8688 7707,8704 7705,8721 7701,8736 Z M 7527,8661 C 7525,8660 7522,8660 7520,8660 7518,8660 7515,8660 7513,8661 7510,8662 7508,8663 7506,8664 7504,8665 7502,8666 7500,8668 7498,8670 7497,8672 7496,8674 7495,8676 7494,8678 7493,8681 7492,8683 7492,8686 7492,8688 7492,8690 7492,8693 7493,8695 7494,8698 7495,8700 7496,8702 7497,8704 7498,8706 7500,8708 7502,8710 7504,8711 7506,8712 7508,8713 7510,8714 7513,8715 7515,8716 7518,8716 7520,8716 7522,8716 7525,8716 7527,8715 7530,8714 7532,8713 7534,8712 7536,8711 7538,8710 7540,8708 7542,8706 7543,8704 7544,8702 7545,8700 7546,8698 7547,8695 7548,8693 7548,8690 7548,8688 7548,8686 7548,8683 7547,8681 7546,8678 7545,8676 7544,8674 7543,8672 7542,8670 7540,8668 7538,8666 7536,8665 7534,8664 7532,8663 7530,8662 7527,8661 Z"
stroke="none"
fill="rgb(255,255,255)" />
</g>
</g>
</g>
<g
id="g133"
class="com.sun.star.drawing.PolyPolygonShape">
<g
id="id12">
<rect
id="rect128"
height="162"
width="1301"
y="8608"
x="6112"
fill="none"
stroke="none"
class="BoundingBox" />
<path
id="path130"
d="M 6112,8769 L 6112,8690 6112,8611 7412,8608 7412,8687 7412,8766 6112,8769 Z"
stroke="none"
fill="rgb(255,255,255)" />
</g>
</g>
<g
id="g140"
class="com.sun.star.drawing.ClosedBezierShape">
<g
id="id13">
<rect
id="rect135"
height="1201"
width="3001"
y="10880"
x="3919"
fill="none"
stroke="none"
class="BoundingBox" />
<path
id="path137"
d="M 4786,11406 C 4874,11261 4920,11097 4920,10931 4920,10914 4920,10897 4919,10880 L 5921,10880 C 5920,10897 5920,10914 5920,10932 5920,11098 5966,11262 6054,11407 6142,11551 6268,11671 6420,11755 6572,11838 6744,11882 6919,11882 L 6919,12080 3919,12080 3919,11881 3920,11881 C 4095,11881 4268,11837 4420,11754 4572,11670 4698,11550 4786,11406 Z"
stroke="none"
fill="rgb(255,255,255)" />
</g>
</g>
<g
id="g147"
class="com.sun.star.drawing.ClosedBezierShape">
<g
id="id14">
<rect
id="rect142"
height="1360"
width="3161"
y="10801"
x="3840"
fill="none"
stroke="none"
class="BoundingBox" />
<path
id="path144"
d="M 4854,11448 C 4807,11526 4749,11597 4682,11661 4616,11724 4541,11779 4459,11824 4377,11869 4289,11903 4199,11926 4133,11943 4067,11954 3999,11958 L 3999,12001 6840,12001 6840,11959 C 6773,11954 6707,11944 6642,11927 6551,11904 6464,11870 6382,11825 6300,11780 6225,11725 6159,11662 6092,11598 6034,11527 5987,11449 5939,11370 5902,11286 5878,11199 5856,11121 5844,11041 5841,10960 L 5000,10960 C 4997,11041 4985,11121 4963,11198 4939,11285 4902,11369 4854,11448 Z M 4810,11155 C 4831,11082 4841,11007 4841,10932 4841,10916 4841,10901 4840,10885 4840,10884 4840,10882 4840,10881 4840,10867 4844,10853 4851,10841 4858,10829 4868,10819 4880,10812 4892,10805 4906,10801 4920,10801 L 5922,10801 C 5935,10801 5949,10805 5961,10812 5973,10819 5983,10829 5990,10841 5997,10853 6001,10867 6001,10881 6001,10882 6001,10884 6001,10885 6000,10901 6000,10916 6000,10933 6000,11008 6010,11083 6031,11156 6052,11229 6082,11300 6122,11366 6163,11432 6212,11493 6268,11546 6325,11600 6389,11647 6459,11686 6529,11724 6604,11753 6681,11773 6759,11793 6839,11803 6920,11803 6933,11803 6947,11807 6959,11814 6971,11821 6981,11831 6988,11843 6995,11855 6999,11869 6999,11883 L 6999,12081 C 6999,12094 6995,12108 6988,12120 6981,12132 6971,12142 6959,12149 6947,12156 6933,12160 6920,12160 L 3920,12160 C 3906,12160 3892,12156 3880,12149 3868,12142 3858,12132 3851,12120 3844,12108 3840,12094 3840,12081 L 3840,11882 C 3840,11868 3844,11854 3851,11842 3858,11830 3868,11820 3880,11813 3892,11806 3906,11802 3920,11802 L 3921,11802 C 4001,11802 4082,11792 4160,11772 4237,11752 4312,11723 4382,11685 4452,11646 4516,11599 4573,11545 4629,11492 4678,11431 4719,11365 4759,11299 4789,11228 4810,11155 Z"
stroke="none"
fill="rgb(255,255,255)" />
</g>
</g>
<g
id="g154"
class="com.sun.star.drawing.ClosedBezierShape">
<g
id="id15">
<rect
id="rect149"
height="3443"
width="3923"
y="7000"
x="3458"
fill="none"
stroke="none"
class="BoundingBox" />
<path
id="path151"
d="M 3579,7159 C 3570,7143 3565,7125 3565,7106 3565,7087 3570,7069 3579,7053 3589,7037 3602,7024 3618,7014 3634,7005 3652,7000 3671,7000 L 4832,7000 C 4851,7000 4869,7005 4885,7014 4900,7023 4913,7036 4922,7051 L 5436,7893 5933,7052 C 5942,7036 5955,7023 5971,7014 5987,7005 6005,7000 6024,7000 L 7174,7000 C 7193,7000 7211,7005 7227,7014 7243,7024 7256,7037 7266,7053 7275,7069 7280,7087 7280,7106 7280,7125 7275,7143 7266,7159 7265,7161 7263,7163 7262,7166 L 6242,8669 7361,10275 C 7363,10278 7364,10280 7366,10283 7375,10299 7380,10317 7380,10336 7380,10355 7375,10373 7366,10389 7356,10405 7343,10418 7327,10428 7311,10437 7293,10442 7274,10442 L 6089,10442 C 6070,10442 6052,10437 6036,10428 6021,10419 6009,10408 6000,10394 L 5416,9493 4831,10394 C 4822,10408 4809,10419 4795,10428 4779,10437 4761,10442 4742,10442 L 3564,10442 C 3545,10442 3527,10437 3511,10428 3495,10418 3482,10405 3472,10389 3463,10373 3458,10355 3458,10336 3458,10317 3463,10299 3472,10283 3474,10280 3475,10278 3477,10275 L 4613,8652 3584,7166 C 3582,7164 3581,7162 3579,7159 Z M 7071,10230 L 6026,8731 C 6024,8728 6023,8726 6021,8723 6012,8707 6007,8689 6007,8670 6007,8651 6012,8633 6021,8617 6022,8615 6024,8613 6025,8610 L 6974,7212 6085,7212 5529,8153 C 5520,8169 5507,8182 5491,8191 5475,8200 5457,8205 5438,8205 5419,8205 5401,8200 5385,8191 5370,8182 5357,8169 5348,8154 L 4773,7212 3873,7212 4829,8592 C 4831,8594 4832,8596 4834,8599 4843,8615 4848,8633 4848,8652 4848,8671 4843,8689 4834,8705 4832,8708 4831,8710 4829,8713 L 3768,10230 4684,10230 5327,9240 C 5336,9226 5349,9215 5363,9206 5379,9197 5397,9192 5416,9192 5435,9192 5453,9197 5469,9206 5484,9215 5496,9226 5505,9240 L 6147,10230 7071,10230 Z"
stroke="none"
fill="rgb(255,255,255)" />
</g>
</g>
<g
id="g161"
class="com.sun.star.drawing.PolyPolygonShape">
<g
id="id16">
<rect
id="rect156"
height="163"
width="1201"
y="8609"
x="3426"
fill="none"
stroke="none"
class="BoundingBox" />
<path
id="path158"
d="M 3426,8771 L 3426,8691 3426,8612 4626,8609 4626,8688 4626,8768 3426,8771 Z"
stroke="none"
fill="rgb(255,255,255)" />
</g>
</g>
<g
id="g168"
class="com.sun.star.drawing.ClosedBezierShape">
<g
id="id17">
<rect
id="rect163"
height="2311"
width="2161"
y="8661"
x="2239"
fill="none"
stroke="none"
class="BoundingBox" />
<path
id="path165"
d="M 3758,9873 L 3319,8929 2443,10812 4195,10812 4023,10443 4198,10443 4392,10858 C 4396,10868 4399,10880 4399,10892 4399,10905 4395,10919 4388,10931 4381,10943 4371,10953 4359,10960 4347,10967 4333,10971 4320,10971 L 2319,10971 C 2305,10971 2291,10967 2279,10960 2267,10953 2257,10943 2250,10931 2243,10919 2239,10905 2239,10892 2239,10880 2242,10868 2246,10858 L 3246,8707 C 3247,8705 3248,8703 3250,8701 3257,8689 3267,8679 3279,8672 3291,8665 3305,8661 3319,8661 3332,8661 3346,8665 3358,8672 3370,8679 3380,8689 3387,8701 3389,8703 3390,8705 3391,8707 L 3863,9723 3758,9873 Z"
stroke="none"
fill="rgb(255,255,255)" />
</g>
</g>
<g
id="g175"
class="com.sun.star.drawing.ClosedBezierShape">
<g
id="id18">
<rect
id="rect170"
height="2311"
width="2161"
y="8661"
x="6440"
fill="none"
stroke="none"
class="BoundingBox" />
<path
id="path172"
d="M 6816,10443 L 6644,10812 8396,10812 7520,8929 7081,9873 6976,9722 7447,8707 C 7448,8705 7449,8703 7451,8701 7458,8689 7468,8679 7480,8672 7492,8665 7506,8661 7520,8661 7533,8661 7547,8665 7559,8672 7571,8679 7581,8689 7588,8701 7590,8703 7591,8705 7592,8707 L 8593,10858 C 8597,10868 8600,10880 8600,10892 8600,10905 8596,10919 8589,10931 8582,10943 8572,10953 8560,10960 8548,10967 8534,10971 8521,10971 L 6520,10971 C 6506,10971 6492,10967 6480,10960 6468,10953 6458,10943 6451,10931 6444,10919 6440,10905 6440,10892 6440,10880 6443,10868 6447,10858 L 6641,10443 6816,10443 Z"
stroke="none"
fill="rgb(255,255,255)" />
</g>
</g>
</g>
<g
id="g190"
class="com.sun.star.drawing.TextShape">
<g
id="id19">
<rect
id="rect179"
height="3588"
width="18727"
y="8118"
x="9188"
fill="none"
stroke="none"
class="BoundingBox" />
<text
id="text187"
class="TextShape"><tspan
id="tspan185"
font-weight="700"
font-size="2981px"
font-family="Liberation Sans, sans-serif"
class="TextParagraph"><tspan
id="tspan183"
y="10815"
x="9188"
class="TextPosition"><tspan
id="tspan181"
stroke="none"
fill="rgb(255,255,255)">Xenomporio</tspan></tspan></tspan></text>
</g>
</g>
</g>
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs33" />
<style
id="style2"
type="text/css">
.st0{fill:#ffffff;}
.st1{fill:#fffffE;}
</style>
<g
transform="matrix(0.5179558,0,0,0.5179558,-222.92818,-213.2424)"
id="g28">
<polygon
style="fill:#ffffff"
id="polygon4"
points="466.7,527.6 501.7,492.6 430.4,456.6 430.4,544.8 466.7,560.4 "
class="st0" />
<polygon
style="fill:#ffffff"
id="polygon6"
points="584.2,450.5 509.6,411.7 435,450.5 509.1,486.3 "
class="st0" />
<polygon
style="fill:#ffffff"
id="polygon8"
points="472.3,531.2 472.3,612.3 506,575.5 506,495.4 "
class="st0" />
<path
style="fill:#fffffE"
id="path10"
d="m 567.1,483.3 c -30.8,0 -45.8,23.5 -45.8,46.9 0,23.4 14.5,45.9 45.8,45.9 31.3,0 45.4,-23 45.6,-46 0.3,-23.3 -14.9,-46.8 -45.6,-46.8 z m 0,77.4 c -21,0 -28.9,-15.6 -29.2,-30.3 -0.4,-15 8.3,-31.9 29.2,-31.9 21,0 29.4,16.8 29.1,31.8 -0.2,14.6 -8.1,30.4 -29.1,30.4 z"
class="st1" />
<path
style="fill:#fffffE"
id="path12"
d="m 659.8,510.7 c -7.1,0 -15.5,3.1 -20.3,10 l -1,-10 H 624 V 601 h 15.5 v -33.6 c 4.4,6.9 14.2,8.9 20.8,8.9 20.1,0 31.6,-14.5 31.6,-32.8 0,-18.4 -12.8,-32.8 -32.1,-32.8 z m -1.2,50.6 c -10.5,0 -17.8,-8 -17.8,-17.8 0,-9.8 6.6,-17.8 17.8,-17.8 11.2,0 17.8,8 17.8,17.8 0,9.8 -7.2,17.8 -17.8,17.8 z"
class="st1" />
<path
style="fill:#fffffE"
id="path14"
d="m 733.8,510.7 c -20.3,0 -33.3,13.6 -33.3,32.4 0,19.9 12.8,33 34.4,33 9.5,0 20.3,-3.3 26.9,-10.1 l -9.9,-9.7 c -3.6,3.6 -11.1,5.8 -16.8,5.8 -10.9,0 -17.7,-5.5 -18.7,-13.2 h 48.9 c 2.5,-25.3 -10.6,-38.2 -31.5,-38.2 z m -17.1,25.7 c 2.3,-8 9.2,-12.1 17.5,-12.1 8.9,0 15.3,4 16.3,12.1 z"
class="st1" />
<path
style="fill:#fffffE"
id="path16"
d="m 812.4,510.7 c -7.9,0 -14.2,3.2 -20.6,9.6 l -1,-9.6 H 777 v 65.1 h 15.4 v -32.7 c 0,-9.7 6.5,-17.9 16,-17.9 9.9,0 15.1,7.4 15.1,17.1 v 33.5 H 839 v -33.6 c 0,-20.2 -11.8,-31.5 -26.6,-31.5 z"
class="st1" />
<path
style="fill:#ffffff"
id="path18"
d="m 1009.6,500.3 v -17 H 943 c 0,30.9 0,62 0,92.9 h 66.6 v -17.3 h -50 v -21 h 48.2 v -16.3 h -48.2 v -21.4 h 50 z"
class="st0" />
<polygon
style="fill:#ffffff"
id="polygon20"
points="911.7,576.1 931,576.2 931,574.5 909.1,541 897.9,554.7 911.7,576.1 "
class="st0" />
<rect
style="fill:#ffffff"
id="rect22"
height="0"
width="0"
class="st0"
y="485.10001"
x="932.40002" />
<polygon
style="fill:#ffffff"
id="polygon24"
points="912.1,483.3 900.2,501.4 901.3,503.1 902.9,505.4 909.4,515.4 931,484.5 931,483.3 914,483.3 912.1,483.3 "
class="st0" />
<polygon
style="fill:#ffffff"
id="polygon26"
points="871.5,483.3 871.4,483.3 851.9,483.3 851.9,484.6 866.5,506.9 881,529.2 881,529.2 881.1,529.2 881,529.3 851.9,573.5 851.9,573.5 851.9,576.2 868.9,576.2 869,576.2 872.6,571 887.4,548.5 890.5,543.7 900.7,528.2 900.7,528.1 891.6,514.1 891.3,513.7 "
class="st0" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -13,7 +13,7 @@
<script type="text/javascript" src="./jquery-ui-update.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--<meta name="viewport" content="width=1200, user-scalable=yes" />-->
<title>Xenomporio Update</title>
<title>OpenXE Update</title>
<link rel="stylesheet" type="text/css" href="./jquery-ui.min.css">
@ -471,7 +471,7 @@ display:none;
</style>
<div id="scroller2" style="margin-top:3px; padding:0px; position:relative; height:53px;">
<h1>Xenomporio Update</h1>
<h1>OpenXE Update</h1>
</div>
<div id="page_container">
[PAGE]
@ -483,7 +483,7 @@ display:none;
<div id="progressbarupdate"></div>
<div id="dbhinweis">Datenbank Update:</div>
<div id="progressbardbupgrade"></div>
<div id="wawilink"><a href="./index.php" class="button">Installation vollst&auml;ndig - Zur&uuml;ck zu Xenomporio</a></div>
<div id="wawilink"><a href="./index.php" class="button">Installation vollst&auml;ndig - Zur&uuml;ck zu OpenXE</a></div>
<div id="upgradediv"><form id="upgradefrm" method="POST" action="index.php?module=welcome&action=upgradedb"><input type="hidden" name="upgradedb" value="1" /><input type="submit" style="display:none;" value=" "></form></div>
</div>
@ -867,7 +867,7 @@ display:none;
<!-- end RIGHT -->
<div id="footer" class="grid_6">
&copy; [YEAR] Xenomporio project & Xentral ERP Software GmbH
&copy; [YEAR] OpenXE project & Xentral ERP Software GmbH
</div>
<!-- end FOOTER -->
<div class="clear"></div>