Problème CSS résolu grâce à Yoann ! (jc)

This commit is contained in:
John Charron 2011-02-23 11:04:30 +01:00
parent bbaf3cc306
commit 2a68de56ab
2 changed files with 4 additions and 17 deletions

View File

@ -119,20 +119,6 @@ h2#tache-description {
clear:both; clear:both;
} }
.warning {
width : 40%;
display : block;
border : 1px dashed red;
padding : 5px;
padding-left : 30px;
margin-top : 10px;
margin-bottom : 10px;
margin-right : 6%;
margin-left : 6%;
}
.message { .message {
width : 40%; width : 40%;
display : block; display : block;
@ -144,12 +130,12 @@ h2#tache-description {
margin-left : 6%; margin-left : 6%;
} }
.message .warning { .warning {
border : 1px dashed red; border : 1px dashed red;
background-color : #F0C060 background-color : #F0C060
} }
.message .success { .success {
border : 1px dashed red; border : 1px dashed red;
background-color : #90FF90 background-color : #90FF90
} }

View File

@ -144,8 +144,9 @@ if(isset($_GET['d']) && $_GET['d'] == "true") {
else if($newpage == false){ else if($newpage == false){
$ok = ($db->query("INSERT INTO user(mail, login, hash_passwd, score) VALUES ('" . SQLite3::escapeString($signupemail) $ok = ($db->query("INSERT INTO user(mail, login, hash_passwd, score) VALUES ('" . SQLite3::escapeString($signupemail)
. "', '" . SQLite3::escapeString($signupid) . "', '" . SQLite3::escapeString($signupid)
. "', '" . SQLite3::escapeString($signuppswd1) . "', '" . SQLite3::escapeString(md5($signuppswd1))
. "', 0);")); . "', 0);"));
if($ok == true) if($ok == true)
echo "insertion worked!!!!!"; echo "insertion worked!!!!!";
else else