From bf7c7cee3b6e5192b3ef4a725e8efa14cf5365d3 Mon Sep 17 00:00:00 2001 From: bureau2crea Date: Wed, 17 Aug 2011 15:15:15 +0000 Subject: [PATCH] *** empty log message *** --- .../bureau2crea/img/bg_connectionBox.jpg | Bin 0 -> 2220 bytes htdocs/theme/bureau2crea/style.css.php | 102 +++++++++- htdocs/theme/bureau2crea/tpl/login.tpl.php | 182 ++++++++++++++++++ 3 files changed, 276 insertions(+), 8 deletions(-) create mode 100644 htdocs/theme/bureau2crea/img/bg_connectionBox.jpg create mode 100644 htdocs/theme/bureau2crea/tpl/login.tpl.php diff --git a/htdocs/theme/bureau2crea/img/bg_connectionBox.jpg b/htdocs/theme/bureau2crea/img/bg_connectionBox.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4634207f71b376c689bf47530e2d1c27f245451f GIT binary patch literal 2220 zcmb_ceN0nV6u+6y%uOql*K=Gl9zk#xxe!} zzkAPV?L+o45U8{oa{x$6Vgn!GHv4_RNGQI#E+KtKn8$*h5KF$474N7DYgKAkfe{EC z&E<3S{1`qQBj5_6M6t24k+6_2;Pd!GoO9PXne#9lR-{J5DxKbFa_pUWl}eIiGFx;eJ(83lWswYAqtPHqj8Z70 zmHa3LKT#+UDEV@cASO{R6e<%$;wW)q)Ix3orY}GdlVu^-;La5-n(G(^6elYuAcV0H zF(eWg3OlbXF)pq}uqfYru3>R4!bNj=q!^x~vClPnAw*7(!*z`yIwnjZk3t>iZZfY%)Wd`{ViK{{`MC~W z)vRscBl&-uPnu*{#uuw~A^uFy({SgBrIpu;!Aqp8rLX9gvsxfgk{RQbbOd z;&!QSmqPK9%>$@z7lK?-hziM8PJT;_UD)NH*%3H}UlQ!r2VN4BYt6Co-d+C7#l)1p z>q4M2K2EOdYU{Ym*Wly5T{YfINGOS~BiA42R50WkMz5fe(Jh|)CnGo0{#4ttY;wA71HHn>NkDb#X)ODj{brap^2Yfso>Q8& z>eJ~>AGQ0AHdt+0E$Pm?yBkd(M*G{nRO-p_!t0qoR4zrR(|>(W9R23p$na6a&;Dg~ zXmnp?X{cHz%a~x(UJh=Wdrh)7y=QoOXKixMfT-pH=VJQaBb7IfC{8XLE%3j+eIGo{{8qJmGYiXpd*YYg;G$LhJkM zjVnenDqDhOjHY$Fk~!!92<{AN6NxUx?MTmwllqB8;a3#NDnD`DKO6D%y|YjJZ`aMn zOy9Tk7eC4<8(}`YpSl_w2vUg;uel~`Yh~m}cC6aE-M>Dg^ryHT8}U5j?!u?deT5}K zL|*ECQdbaB^z`6pOYq}I!JWJrbYkf4q3Ow1&$fu$LpE27=mYzXCz1VOW~KQ;G#c$_ zIjg(5o5%jV>}qxQzO=!VfG^nV{1rc!lC@#FhUIB(wkWFHe%(MF0Q* literal 0 HcmV?d00001 diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index e580a2ed836..48733e973ac 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -22,7 +22,7 @@ /** * \file htdocs/theme/bureau2crea/style.css.php * \brief Fichier de style CSS du theme bureau2crea - * \version $Id: style.css.php,v 1.50 2011/08/17 14:07:16 bureau2crea Exp $ + * \version $Id: style.css.php,v 1.51 2011/08/17 15:15:15 bureau2crea Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -2189,19 +2189,105 @@ a.cke_dialog_ui_button /* Login */ /* ============================================================================== */ -#login table { -border: 1px solid #666666 !important; +#login { + position: absolute; + display: block; + width: 480px; + height: auto; + top: 20px; + left: 50%; + margin-left: -240px; + } + +div#infoVersion { + position: relative; + width: 100%; + height: 15px; + line-height: 15px; + text-align: center; + font-size: 10px; + background-color: #D6D6D6; + } + +div#logoBox { + position: relative; + width: 100%; + height: auto; + margin-top: 30px; + } + +div#parameterBox { + position: relative; + width: 100%; + height: auto; + border: 1px solid #666; + border-top: 2px solid #842F00; + background-image: url(); + background-repeat: no-repeat; + background-position: top center; + } + +div#parameterBox div { + width: 100%; + height: 20px; + position: relative; + line-height: 20px; + } + +div#parameterBox div label { + width: 190px; + text-align: right; + display: block; + float: left; + margin-right: 10px; + } + +div#parameterBox div input[type="text"], +div#parameterBox div input[type="password"] { + width: 180px; + height: 16px; + font-size: 10px; + margin-top: 2px; + } + +div#connectionLine { + margin: 10px 0px; + text-align: center; + } + +div#logBox { +margin-top: 25px; } -table.login { - border-collapse: collapse; +div.captchaBox { + margin-top: 10px; + } + +div.captchaImg { + margin-bottom: 10px; + margin-top: 5px; + height: 40px !important; } -table.login tr, -table.login td { - height: 0px; +img#captcha { + margin-left: 200px; + } + +div#infoLogin { + width: 100%; + height: auto; + text-align: center; + margin-top: 20px; + color: #666; + position: relative; + margin-bottom: 20px; } +div.other { + margin: 10px 0px; + text-align: center; + } + close(); ?> \ No newline at end of file diff --git a/htdocs/theme/bureau2crea/tpl/login.tpl.php b/htdocs/theme/bureau2crea/tpl/login.tpl.php new file mode 100644 index 00000000000..2c2361eb52d --- /dev/null +++ b/htdocs/theme/bureau2crea/tpl/login.tpl.php @@ -0,0 +1,182 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * $Id: login.tpl.php,v 1.1 2011/08/17 15:15:15 bureau2crea Exp $ + */ + +header('Cache-Control: Public, must-revalidate'); +header("Content-type: text/html; charset=".$conf->file->character_set_client); +?> + + + + + + + + + + + + + +<?php echo $langs->trans('Login'); ?> + + +global->MAIN_HTML_HEADER ?> + + + + + + + +
+ + + + + + + + +
+ +
+ Logo +
+ +
+ +
+
+ + +
trans('Entity'); ?>
+ + + +
+ + +
+
+ + +
+ + +
+ +
+ +'; + if ($forgetpasslink) { + echo '('; + echo $langs->trans('PasswordForgotten'); + if (! $helpcenterlink) { + echo ')'; + } + echo ''; + } + + if ($helpcenterlink) { + echo ''; + if ($forgetpasslink) { + echo ' - '; + } else { + echo '('; + } + echo $langs->trans('NeedHelpCenter').')'; + } + echo '
'; + } +?> + + + + +
+ +
+ + + +
+ +
+ + + +
+ + + global->MAIN_GOOGLE_AD_CLIENT) && ! empty($conf->global->MAIN_GOOGLE_AD_SLOT)) + { + ?> +
+ + +
+ + + + + + +global->MAIN_HTML_FOOTER; ?> + + + + + \ No newline at end of file