noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 147/323: Logo : install / index


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 147/323: Logo : install / index
Date: Wed, 14 Mar 2018 17:38:40 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 8919c19ae0f3ead40a61b1679f20570f3697da5d
Author: Dany De Bontridder <address@hidden>
Date:   Wed Feb 7 19:27:51 2018 +0100

    Logo : install / index
---
 html/image/logo7000.png | Bin 101369 -> 58953 bytes
 html/index.php          |   2 +-
 html/install.php        |  11 +++++++++--
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/html/image/logo7000.png b/html/image/logo7000.png
index fb2758d..336c984 100644
Binary files a/html/image/logo7000.png and b/html/image/logo7000.png differ
diff --git a/html/index.php b/html/index.php
index 90ef80b..716ffdb 100644
--- a/html/index.php
+++ b/html/index.php
@@ -183,7 +183,7 @@ version  NOALYSS_VERSION - '.$my_domain.'
 
 <BR>
 <center>
-<IMG SRC="image/logo7000.png" id="logo_id" alt="NOALYSS">
+<IMG SRC="image/logo7000.png" style="opacity:0.4" id="logo_id" alt="NOALYSS">
 <BR>
 <BR>
 <BR>
diff --git a/html/install.php b/html/install.php
index 8b50ae1..f6fa272 100644
--- a/html/install.php
+++ b/html/install.php
@@ -67,12 +67,18 @@ session_start();
     .warning,.error {
         color:red;
     }
+    img:hover {
+    cursor: inherit;
+    background-color: inherit;
+    color: inherit;
+}
  </style>
 </head>
 <body>
 <p align="center">
-  <IMG SRC="image/logo6820.png" style="width: 365px;height: 150px" 
alt="NOALYSS">
+  <IMG SRC="image/logo7000.png" style="width: 
400px;z-index:-1;position:fixed;top:30px;rigth:50px;opacity: 0.2" alt="NOALYSS">
 </p>
+<h1>NOALYSS : comptabilité - accountancy </h1>
 
 <?php
 /*
@@ -100,6 +106,7 @@ session_start();
  *        This file is included in each release  for a new upgrade
  *
  */
+
 if ( ! isset($_GET['lang'])){
 ?>
 <p>
@@ -277,7 +284,7 @@ require_once NOALYSS_INCLUDE.'/lib/database.class.php';
 // we shouldn't use it 
 // if ( defined ("MULTI") && MULTI==1) { create_htaccess();}
 
-echo '<h1 class="title">'._('Configuration').'</h1>';
+echo '<h1>'._('Configuration').'</h1>';
 ?>
 <h2>Info</h2>
 <?php echo _('Vous utilisez le domaine'),domaine; ?>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]