noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/13: Cosmetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/13: Cosmetic
Date: Sun, 16 Oct 2022 17:26:13 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 124f7acd4e3b2a3aca478e118ea2c8b940a82b96
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Oct 5 11:34:41 2022 +0200

    Cosmetic
    
    HTML error and cosmetic
---
 html/install.php | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/html/install.php b/html/install.php
index 72fabbcc5..e6a44c47c 100644
--- a/html/install.php
+++ b/html/install.php
@@ -6,7 +6,7 @@
     <TITLE>Noalyss - Install</TITLE>
     <META http-equiv="Content-Type" content="text/html; charset=UTF8">
     </title>
-<head>
+</HEAD>
 <link rel="icon" type="image/ico" href="favicon.ico" />
  <META http-equiv="Content-Type" content="text/html; charset=UTF8">
  <script type="text/javascript" charset="utf-8" language="javascript" 
src="js/prototype.js"></script>
@@ -14,7 +14,7 @@
     <LINK id="pagestyle" REL="stylesheet" type="text/css" 
href="css/font/fontello/css/fontello.css" media="screen"/>
  <style>
      body {
-         font : 100%;
+         font-size : 100%;
          color:darkblue;
          margin-left : 50px;
          margin-right: 50px;
@@ -81,7 +81,7 @@
 <?php
 ?>
 
-</head>
+</>
 <body>
 <p align="center">
   <IMG SRC="image/logo9000.png" style="width: 
30%;z-index:-1;position:fixed;top:30%;margin-left: 20%;opacity: 0.2" 
alt="NOALYSS">
@@ -322,7 +322,7 @@ if ( ! file_exists(NOALYSS_INCLUDE.'/config.inc.php')) {
   require_once NOALYSS_INCLUDE.'/lib/config_file.php';
   
   echo config_file_form($_POST);
-  echo '<div style="position:float;float:left;"></div>';
+  echo '<div style="float:left;"></div>';
   echo '<p style="text-align:center">',
         HtmlInput::submit('save_config',_('Continuer'),"","button"),
           '</p>';
@@ -715,3 +715,4 @@ echo "</h2>";
 <p style="text-align: center">
 <A style="display:inline;margin:10px;padding:10px;" class="button" 
HREF="index.php?remove_install"><?php echo _("Essai effacement install.php et 
se connecter à NOALYSS")?></A>
 </p>
+</body>
\ No newline at end of file



reply via email to

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