Improve appearance

This commit is contained in:
sparkyx 2004-12-12 18:21:41 +00:00
parent cbe5dbd40b
commit af4ad47336
4 changed files with 25 additions and 13 deletions

View file

@ -55,18 +55,22 @@ echo '</DIV>';
if ( isset ($e_ech) ) {
echo "<DIV> Echeance $e_ech </DIV>";
}
echo '<div style="background-color:#BFC2D5;">';
for ( $i = 0; $i < $max_deb;$i++) {
$lib=GetPosteLibelle($g_dossier,${"e_class_deb$i"});
echo '<div style="background-color:#BFC2D5;">';
echo ${"e_class_deb$i"}." $lib "."<B>".${"e_mont_deb$i"}."</B>";
echo "</div>";
echo ${"e_class_deb$i"}." $lib "."<B>".${"e_mont_deb$i"}."</B>.<br>";
}
echo "</div>";
echo '<div style="background-color:#E8F4FF;margin-left:50px;">';
for ( $i = 0; $i < $max_cred;$i++) {
$lib=GetPosteLibelle($g_dossier,${"e_class_cred$i"});
echo '<div style="background-color:#E8F4FF;">';
echo ${"e_class_cred$i"}." $lib "."<B>".${"e_mont_cred$i"}."</B>";
echo '</div>';
echo ${"e_class_cred$i"}." $lib "."<B>".${"e_mont_cred$i"}."</B><br>";
}
echo '</div>';
$a=GetConcerned($cn,$e_jr_id);
if ( $a != null ) {

View file

@ -41,7 +41,10 @@ $cn=DbConnect($dossier);
if ( isset( $p_jrn )) {
session_register("g_jrn");
$g_jrn=$p_jrn;
}
} else {
if ( ! isset ( $g_jrn))
$g_jrn=0;
}
if ( isset ( $_GET['action'] ) ) {
$action=$_GET['action'];
}

View file

@ -1,11 +1,11 @@
/* <style type="text/css"> */
BODY {
background-color:#E3F0FF;
}
BODY.defaut {
background-color:white;
background-color:#EDF3FF;
font-size:12px;
font-family:sans-serif;
}
div.info {
background:#879ed4;
color:white;
@ -184,11 +184,16 @@ span.even {
tr.odd {
background-color:#DDE6FF;
border-size:0px;
}
td.odd{
background-color:#DDE6FF ;
border-size:0px;
font-size:10px;
}
td.even{
border:0px;
font-size:10px;
}
td.cell{
// border:1px solid blue;

View file

@ -347,7 +347,7 @@ if ( $p_update == 0 ) echo "<TR><TD> <INPUT TYPE=\"SUBMIT\" VALUE=\"+ de line\"
$a=GetConcerned($p_cn,$content['jr_id']);
if ( $a != null ) {
$r.="Operation concernée ";
$r.="<b>Operation concernée</b> <br>";
if ( isset ($_GET["PHPSESSID"]) ) {
$sessid=$_GET["PHPSESSID"];
}