Logo : install / index
This commit is contained in:
parent
37435125f4
commit
8919c19ae0
3 changed files with 10 additions and 3 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 58 KiB |
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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; ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue