diff --git a/html/calendar-blue.css b/html/css/calendar-blue.css similarity index 100% rename from html/calendar-blue.css rename to html/css/calendar-blue.css diff --git a/html/css/index.css b/html/css/index.css new file mode 100644 index 000000000..916d06262 --- /dev/null +++ b/html/css/index.css @@ -0,0 +1,110 @@ + +/*** + * LOGO +*************************************/ +#logo_id { + width:19%; + display:none; +} +/** small **/ +@media (min-width : 576px) { + #logo_id { + + z-index:-1; + width: 140px; + left: 5px; + top: 22px; + height: 140px; + + left:0px; + display:block; + + } +} +/** medium**/ +@media (min-width : 768px) { + #logo_id { + z-index:-1; + width: 140px; + left: 5px; + top: 22px; + height: 140px; + display:block; + } +} +/** large**/ +@media (min-width : 992px) { + #logo_id { + z-index:-1; + width: 140px; + left: 5px; + top: 22px; + height: 140px; + + display:block; + } +} +/** XL **/ +@media (min-width : 1200px) { + #logo_id { + z-index: -1; + + width: 140px; + left: 5px; + top: 22px; + height: 140px; + display:block; + } +} + +#login_div { + +} +@media (min-width : 576px) { + #login_div{ + } + +} +@media (min-width : 768px) { + #login_div{ + width:50%; + } +} +@media (min-width : 991px) { + #login_div{ + width:50%; + } +} +@media (min-width : 1200px) { + #login_div { + width:50%; + } +} +#info_noalyss { + position:fixed; + bottom:15px; + width:100%; + display:block ; + text-align:center; +} + +.input_text { + width:100%; +} +#recover_link { + position:absolute; + margin-bottom:30px; + width: 100%; +} + +#recover_box { + + display: none; + position: absolute; + top: 15%; + z-index: 1; + border: 2px solid darkblue; + margin-left: 1%; + background-color: whitesmoke; + padding : 15px; +} diff --git a/html/style-classic.css b/html/css/style-classic.css similarity index 100% rename from html/style-classic.css rename to html/css/style-classic.css diff --git a/html/style-classic7.css b/html/css/style-classic7.css similarity index 98% rename from html/style-classic7.css rename to html/css/style-classic7.css index 8daac5e18..b5fa04e81 100644 --- a/html/style-classic7.css +++ b/html/css/style-classic7.css @@ -4,13 +4,13 @@ */ @font-face { font-family: 'SansationLight'; - src: url('image/SansationLight/SansationLight.eot'); - src: local('SansationLight'), url('image/SansationLight/SansationLight.woff') format('woff'), url('image/SansationLight/SansationLight.ttf') format('truetype'); + src: url('font/SansationLight/SansationLight.eot'); + src: local('SansationLight'), url('font/SansationLight/SansationLight.woff') format('woff'), url('font/SansationLight/SansationLight.ttf') format('truetype'); } @font-face { font-family: 'OpenSansRegular'; - src: url('image/OpenSansRegular.eot'); - src: local('OpenSansRegular'), url('image/OpenSansRegular.woff') format('woff'), url('image/OpenSansRegular.ttf') format('truetype'); + src: url('font/OpenSansRegular.eot'); + src: local('OpenSansRegular'), url('font/OpenSansRegular.woff') format('woff'), url('font/OpenSansRegular.ttf') format('truetype'); } /* use this class to attach this font to any element i.e.

Text with this font applied

*/ .fontsforweb_fontid_38327 { @@ -18,11 +18,11 @@ } @font-face { font-family: 'fontello'; - src: url('image/fontello/fontello.eot?18582275'); - src: url('image/fontello/fontello.eot?18582275#iefix') format('embedded-opentype'), - url('image/fontello/fontello.woff?18582275') format('woff'), - url('image/fontello/fontello.ttf?18582275') format('truetype'), - url('image/fontello/fontello.svg?18582275#fontello') format('svg'); + src: url('font/fontello/fontello.eot?18582275'); + src: url('font/fontello/fontello.eot?18582275#iefix') format('embedded-opentype'), + url('font/fontello/fontello.woff?18582275') format('woff'), + url('font/fontello/fontello.ttf?18582275') format('truetype'), + url('font/fontello/fontello.svg?18582275#fontello') format('svg'); font-weight: normal; font-style: normal; } @@ -721,7 +721,7 @@ a#anchorbutton, .button, a.button,div.content a.button { font-weight: bold; text-decoration:none; font-family: arial,verdana,sans-serif,helvetica; - background-image: url("image/bg-submit2.gif"); + background-image: url("font/bg-submit2.gif"); background-repeat: repeat-x; background-position: left; border-color: #0000FF; @@ -757,7 +757,7 @@ a#smallanchorbutton, .smallbutton, a.smallbutton,div.content a.smallbutton { font-weight: normal; text-decoration:none; font-family: arial,verdana,sans-serif,helvetica; - /*! background-image: url("image/bg-submit2.gif"); */ + /*! background-image: url("font/bg-submit2.gif"); */ /*! background-repeat: repeat-x; */ /*! background-position: left; */ font-size:12px; @@ -1865,7 +1865,7 @@ div.content a.tinybutton,a.tinybutton{ font-weight: bold; text-decoration: none; font-family: arial,verdana,sans-serif,helvetica; - /* background-image: url("image/bg-submit2.gif"); + /* background-image: url("font/bg-submit2.gif"); background-repeat: repeat-x; background-position: left; */ font-size: 8px; diff --git a/html/style-light.css b/html/css/style-light.css similarity index 100% rename from html/style-light.css rename to html/css/style-light.css diff --git a/html/style-print.css b/html/css/style-print.css similarity index 100% rename from html/style-print.css rename to html/css/style-print.css diff --git a/html/style-test.css b/html/css/style-test.css similarity index 100% rename from html/style-test.css rename to html/css/style-test.css diff --git a/html/do.php b/html/do.php index bd80cfb75..3f187df00 100644 --- a/html/do.php +++ b/html/do.php @@ -73,6 +73,16 @@ $style_user=$http->post("style_user","string",$_SESSION[SESSION_KEY.'g_theme']); html_page_start($style_user); if ( DEBUG ) { +/** + * Debug Design + */ +echo <<Small +
Medium
+
Large
+
X Large
+EOF; + ?> +
Medium
+
Large
+
X Large
+EOF; } -if (defined("RECOVER") && isset ($_REQUEST['recover']) ) +if (strlen(domaine)>0) +{ + $my_domain=sprintf(_("Domaine")." : %s", domaine); +} + +if (defined("RECOVER")&&isset($_REQUEST['recover'])) { require_once '../include/recover.php'; } // reconnect , create a variable to reconnect properly in login.php $goto=""; -if (isset ($_REQUEST['reconnect']) && isset ($_REQUEST['backurl'])) { +if (isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl'])) +{ $goto=''; } -echo ' - -NOALYSS -
'. - '

Noalyss

'. - $goto . -''; - ?> -
- - - - - - -'; - - -if ( $g_captcha == true ) - { - echo ''; - echo ''; - } -echo ' - - - -
'; - echo ""; - echo ''; - echo ''; - echo ''; - echo ''; - echo td('CAPTCHA Image','colspan="2" style="width:auto;text-align:center"'); - echo ''; - echo ''; - - echo td(''. - 'Reload Image','colspan="2" style="width:auto;text-align:center"'); - echo ''; - echo '
'; - echo "Indiquer le code que vous lisez dans l'image"; - echo '
'; - echo '
- -
-
-
- - Mot de passe oublié ? - -
- Indiquez votre login ou votre email -
- - -

- Login -

-

OU

-

- Email -

- - -
- - - - -version NOALYSS_VERSION - - - - +
+
+ NOALYSS - - +
+
+ +
+

NOALYSS

+ + + + +
+ +
+ +
+ +
+ + + Indiquer le code que vous lisez dans l'image + CAPTCHA Image'; + + + Reload Image + + +
+ +
+ + +
+ + Mot de passe oublié ? + +
+ Recouvrement identifiant + + + + Indiquez votre login ou votre email +
+ + +
+ + +
+ +
OU
+
+ + + +
+ + +
+
+ + + + + version NOALYSS_VERSION - + + +
+ + + + diff --git a/html/install.php b/html/install.php index a01059dae..1627084bf 100644 --- a/html/install.php +++ b/html/install.php @@ -10,7 +10,7 @@ - +