phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5605 - in phpcompta/trunk: dev/manage-code/create-file


From: phpcompta-dev
Subject: [Phpcompta-dev] r5605 - in phpcompta/trunk: dev/manage-code/create-file html html/admin html/image include
Date: Fri, 20 Dec 2013 16:50:01 +0100 (CET)

Author: danydb
Date: 2013-12-20 16:50:00 +0100 (Fri, 20 Dec 2013)
New Revision: 5605

Added:
   phpcompta/trunk/html/image/spirale2.gif
Modified:
   phpcompta/trunk/dev/manage-code/create-file/
   phpcompta/trunk/html/admin/setup.php
   phpcompta/trunk/html/image/orange_flower.gif
   phpcompta/trunk/html/style-color.css
   phpcompta/trunk/html/style-light.css
   phpcompta/trunk/html/user_login.php
   phpcompta/trunk/include/class_filetosend.php
   phpcompta/trunk/include/constant.php
Log:
Style-color 


Property changes on: phpcompta/trunk/dev/manage-code/create-file
___________________________________________________________________
Name: svn:ignore
   - .menu_ref_struct.txt.swp
.class_menu_ref_sql.php.swp
.create_config.py.swp
.create_phpclass.py.swp
.profile_struct.txt.swp
.profile_menu_struct.txt.swp
.create_config.py.kate-swp
.create_phpclass.py.kate-swp
.create_phpclass2.py.kate-swp
.class_Jrnx_sql_SQL.php.swo

   + .menu_ref_struct.txt.swp
.class_menu_ref_sql.php.swp
.create_config.py.swp
.create_phpclass.py.swp
.profile_struct.txt.swp
.profile_menu_struct.txt.swp
.create_config.py.kate-swp
.create_phpclass.py.kate-swp
.create_phpclass2.py.kate-swp
.class_Jrnx_sql_SQL.php.swo
.class_listing_compute_sql.php.kate-swp


Modified: phpcompta/trunk/html/admin/setup.php
===================================================================
--- phpcompta/trunk/html/admin/setup.php        2013-12-20 15:49:17 UTC (rev 
5604)
+++ phpcompta/trunk/html/admin/setup.php        2013-12-20 15:50:00 UTC (rev 
5605)
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 FINAL//EN"><HTML><HEAD>
-    <TITLE>PhpCompta - Mise à jour</TITLE>
+    <TITLE>Noaliss - Mise à jour</TITLE>
     <META http-equiv="Content-Type" content="text/html; charset=UTF8">
     </title>
 <head>
@@ -11,7 +11,7 @@
 </head>
 <body>
 <p align="center">
-  <IMG SRC="../image/logo7.png" alt="Logo PhpCompta">
+  <IMG SRC="../image/logo7.png" alt="Logo noaliss">
 </p>
 <?php
 

Modified: phpcompta/trunk/html/image/orange_flower.gif
===================================================================
(Binary files differ)

Added: phpcompta/trunk/html/image/spirale2.gif
===================================================================
(Binary files differ)


Property changes on: phpcompta/trunk/html/image/spirale2.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: phpcompta/trunk/html/style-color.css
===================================================================
--- phpcompta/trunk/html/style-color.css        2013-12-20 15:49:17 UTC (rev 
5604)
+++ phpcompta/trunk/html/style-color.css        2013-12-20 15:50:00 UTC (rev 
5605)
@@ -1,12 +1,16 @@
 /* <style type="text/css"> */
 
 BODY {
-    background-color:#EDF3FF;
+    background-color:wheat;
+    background-image: url('image/spirale2.gif');
     font-family:arial,verdana,sans-serif,helvetica;
     padding: 0px 0px 0px 0px ;
     margin:0;
-    color:blue;
-    font-size:0.90em;
+    color:brown;
+    font-size:0.85em;
+    background-repeat:no-repeat;
+    background-attachment:fixed;
+    background-position:bottom; 
 }
 .notice {
     color:red;
@@ -14,7 +18,7 @@
 }
 
 table.sortable, table.table_large, table.result  ,table.resultfooter {
-    color:blue;
+    color:brown;
     /* border:blue solid 1px; */
     width:100%;
     border-spacing:  0px;
@@ -29,11 +33,9 @@
 table.sortable th,  table.table_large th,table.result th {
     font-weight:bold;
     font-family:arial,verdana,sans-serif,helvetica;
-    border-bottom:1px solid blue;
+    border-bottom:1px solid #7C2A1F;
     border-top:0;
     font-size:0.75em;;
-
-    color:#25238F;
     text-align: left;
     font-style: italic;
 
@@ -42,7 +44,7 @@
 h2 {
     font-family:arial,verdana,sans-serif,helvetica;
     font-size:1.35em;
-    color:grey;
+    color:brown;
     margin:1px;
     padding:1px;
     font-style: italic;
@@ -70,15 +72,24 @@
     padding:0px;
     margin:0px;
 }
-h2.info {
-    background-color:#879ed4;
-    color:white;
+h2.info,h2.title{
     font-size:1.34em;
     text-align:center;
     padding:0px;
     margin:0px;
-
+    border-bottom: #CBD9F4 groove 2px;
+    background-color: #F7D9A5;
+    color:#7C2A1F;
 }
+div.welcome h2.info {
+    background-color: inherit;
+    color:inherit;
+    font-size:1.50em;
+    text-align:center;
+    padding:0px;
+    margin:0px;
+    border-bottom: solid 1px #FF0000;
+}
 
 
 h3.info {
@@ -89,7 +100,7 @@
 }
 
 h2.info2 {
-    color:blue;
+    color:red;
     font-size:1em;;
     text-align:center;
 
@@ -137,16 +148,16 @@
 td.tool a.mtitle {
     text-decoration:none;
     display:inline;
-    color: blue;
+    color: brown;
     font-size:0.75em;
     
 }
 td.tool a.mtitle:hover {
     text-decoration:none;
     display:inline;
-    font-size:0.75em;;
-    color: darkblue;
-    background-color:#5D90CD;
+    font-size:0.75em;
+    color: brown;
+    background-color:white;
 
 }
 #top {
@@ -260,7 +271,8 @@
 
 table.mtitle {
     border:0;
-    text-align:center
+    text-align:center;
+    min-width: 50%;
 }
 td.mshort {
     height:15px;
@@ -272,12 +284,15 @@
 }
 td.mtitle {
     text-align:center;
-    width:95px;
     height :30px;
     font-size:0.75em;;
-    background-color:#DDE6FF;
-    border:1px solid #99B1DF;
-    border-radius:5px;
+    font-weight: bolder;
+    border:1px dashed #e08000;
+    border-collapse: collapse;
+    padding: 0;
+    margin: 0;
+    border-spacing: 0px;
+    background-color: transparent;
 }
 td.msubtitle {
     text-align:center;
@@ -301,7 +316,7 @@
 }
 
 tr.odd {
-    background-color:#DDE6FF;
+    background-color:#FCFFCC;
     font-size:0.87em;;
 }
 tr.highlight {
@@ -313,7 +328,7 @@
   font-size:0.87em;;
 }
 td.odd{
-    background-color:#DDE6FF ;
+
 }
 td.even{
     border:0px;
@@ -324,28 +339,23 @@
     
 }
 td.selectedcell{
-    border-style:inset;
-    border-color:blue;
-    border-width:1pt ;
     font-size:1.2em;
     font-weight: bold;
-    background:#5D90CD ;
-    color:white;
+    color:red;
     text-align:center;
-    width:120px;
-    border-radius:5px;
+    border-bottom: solid 4px #e08000;
+    background-color: wheat;
 }
-a.mtitle {
+a.mtitle,a.mtitle:visited{
+    color:brown;
     text-decoration:none;
     display:inline;
-    color: blue;
-
 }
 a.mtitle:hover {
     text-decoration:none;
     display:inline;
 
-    color: darkblue;
+    color: brown;
     background-color:#5D90CD;
 
 }
@@ -353,13 +363,12 @@
     font-size:0.75em;;
     text-decoration:none;
     display:block;
-    color:white;
 }
 a.dossier {
     font-size:0.75em;;
     text-decoration:none;
     display:block;
-    color: #202267;
+    color: brown;
 
 }
 tr.odd:hover td
@@ -376,8 +385,10 @@
 }
 td.mtitle:hover,td.mtitle:hover a
 {
-    background-color:#a9d6e4;
-    color:white;
+    background-color:#FCFFCC;
+    color:brown; 
+    border: solid 1px #e08000;
+    
 }
 td.msubtitle:hover,td.msubtitle:hover a
 {
@@ -387,20 +398,24 @@
 a.cell {
     text-decoration:none;
     display:block;
-    color:blue;
-    background-color:white;
     font-size:0.75em;;
+    color:brown;
 }
+a.cell:visited {
+    font-size:0.75em;;
+    color:brown;
+    text-decoration:none;
+    display:block;
+}
 
 a.cell:hover {
     font-size:0.75em;;
-    color:white;
-    background-color:#5D90CD;
+    color:yellow;
+    background-color:#7C2A1F;
     text-decoration:none;
     display:block;
 }
 
-
 a.one:link {
     text-decoration:none;
     color:#3010FF
@@ -484,7 +499,7 @@
     display:inline;
 
 
-    color:black;
+    color:#CC5343;
 
 }
 
@@ -492,14 +507,14 @@
     text-decoration:none;
     display:inline;
     color:white;
-    background-color:darkblue;
+    background-color:brown;
 
 
 }
 div.content a.mtitle {
     text-decoration:none;
     display:inline;
-    color:blue;
+    color:#CC5343;
 
 
 
@@ -508,7 +523,7 @@
 div.content a.mtitle:hover {
     text-decoration:none;
     display:inline;
-    background-color:darkblue;
+    background-color:brown;
     color:white;
 
 
@@ -520,7 +535,7 @@
     border-style:solid;
     background-color:orange;
     border-width:1px;
-    color:blue;
+    color:brown;
 }
 div.content input.text {
     font-family:arial,verdana,sans-serif,helvetica;
@@ -561,11 +576,11 @@
 .input_text_ro {
     border:solid 1px blue;
     background:#EDEDED;
-    color:blue;
+    color:brown;
     margin:1px;
 }
 .input_text {
-    border:groove 1px blue;
+    border:solid 1px brown;
     margin:1px;
 }
 .input_text:hover {
@@ -584,7 +599,7 @@
     color:grey;
 }
 select {
-    border: 1px solid blue;
+    border: 1px solid brown;
     margin:2px;
     background-color:white;
 
@@ -798,7 +813,7 @@
 }
 
 div.pc_calendar td.weekend {
-    background-color:#cce0e6;
+    background-color:#FCFFCC;
 
 }
 div.pc_calendar td.workday{
@@ -826,42 +841,13 @@
     cursor:inherit;
 }
 
-a#anchorbutton, .button, a.button,div.content a.button {
+a#anchorbutton, .button, a.button,div.content a.button,a#smallanchorbutton, 
.smallbutton, a.smallbutton,div.content a.smallbutton {
     color:white;
     font-weight: bold;
-    font-size:0.87em;
-    text-decoration:none;
-    font-family: arial,verdana,sans-serif,helvetica;
-    background-image: url("image/bg-submit2.gif");
-    background-repeat: repeat-x;
-    background-position: left;
-
-    border-style:  outset ;
-    border-color:  blue ;
-    border-width:0px;
-    padding:8px;
-    margin-top:3px;
-    cursor:pointer;
-    margin:1 2 1 2;
-    border-radius: 5px;
-    moz-border-radius:5px;
-
-}
-a#anchorbutton:hover, .button:hover,a.button:hover,div.content a.button:hover  
{
-    cursor:pointer;
-    background-color:white;
-    border-style:  inset ;
-    color:red;
-    margin:1 2 1 2;
-
-}
-a#smallanchorbutton, .smallbutton, a.smallbutton,div.content a.smallbutton {
-    color:white;
-    font-weight: bold;
     font-size:0.75em;
     text-decoration:none;
     font-family: arial,verdana,sans-serif,helvetica;
-    background-image: url("image/bg-submit2.gif");
+    background-image: url("image/bg-submit4.gif");
     background-repeat: repeat-x;
     background-position: left;
 
@@ -875,11 +861,9 @@
     margin-top:3px;
     cursor:pointer;
     margin:1 2 1 2;
-    border-radius: 2px;
-    moz-border-radius:2px;
 
 }
-a#smallanchorbutton:hover, .smallbutton:hover,a.smallbutton:hover,div.content 
a.smallbutton:hover  {
+a#anchorbutton:hover, .button:hover,a.button:hover,div.content 
a.button:hover,a#smallanchorbutton:hover, 
.smallbutton:hover,a.smallbutton:hover,div.content a.smallbutton:hover  {
     cursor:pointer;
     background-color:white;
     border-style:  inset ;
@@ -889,17 +873,16 @@
 }
 td.tool {
     border: solid 1px gray;
-    background-color: white;
-    border-bottom-width: 2px;
+    border-bottom-width: 3px;
     text-align:center;
-    border-radius:2px;
+    
 }
 div.topmenu {
 
 }
 
 #dossier h2{
-    color:darkblue;
+    color:brown;
     display:inline;
     font-size:2em;
     margin:0px;
@@ -934,16 +917,12 @@
     width: 40%;
 }
 body.op_detail_frame,div.op_detail_frame  {
-    background-color:#e4e7ed;
+    background-color:#FCEED4;
     height:100%; width:100%;
--moz-box-shadow: 10px 10px 5px #888;
--webkit-box-shadow: 10px 10px 5px #888;
-box-shadow: 10px 10px 5px #888;
 
-
 }
 div.inner_box  {
-    background-color:#e4e7ed;
+    background-color:#FCEED4;
     font-family:arial,verdana,sans-serif,helvetica;
     padding:0;
     margin:0;
@@ -952,9 +931,7 @@
     position:absolute;
     left:10%;
     border:1px solid darkblue;
--moz-box-shadow: 10px 10px 5px #888;
--webkit-box-shadow: 10px 10px 5px #888;
-box-shadow: 10px 10px 5px #888;
+
 }
 div.op_detail_title {
     background-color:grey;
@@ -963,13 +940,8 @@
 
 }
 div#div_jrn{
-    position:absolute;
     border:1px solid black;
-    top:15%;left:100;
-    visibility:hidden;
-    z-index:2;
-    width:50em;
-    background-color:#EDF3FF;
+    background-color:#FCEED4;
 
 }
 div#div_cat{
@@ -995,7 +967,7 @@
     z-index:2;
     width:50%;
     display:none;
-    background-color:#e4e7ed;
+    background-color:#FCEED4;
 -moz-box-shadow: 10px 10px 5px #888;
 -webkit-box-shadow: 10px 10px 5px #888;
 box-shadow: 10px 10px 5px #888;
@@ -1016,7 +988,7 @@
 }
 h2#jrn_name
 {
-    color:blue;
+    color:brown;
     font-size:2.74em;
     margin-right:30%;
     float: right;
@@ -1096,7 +1068,7 @@
    font-size:0.87em;
     text-decoration:underline;
     display:inline;
-    color: #0000ff;
+    color: #CC5343;
 }
 a.line:hover,div_content a.line
 {
@@ -1108,8 +1080,8 @@
 }
 #close_div
 {
-    background-color:white;
-    color:blue;
+    background-color:brown;
+    color:yellow;
     text-decoration:none;
     border:1px solid blue;
     margin-left: 2px;
@@ -1123,8 +1095,8 @@
 }
 #popmeout
 {
-    background-color:white;
-    color:blue;
+    background-color:brown;
+    color:yellow;
     text-decoration:none;
     border:1px solid blue;
     margin-left: 2px;
@@ -1187,15 +1159,6 @@
     font-size:0.87em;
     font-style: italic;
 }
-h2.title {
-    background-color:#879ed4;
-    color:white;
-    font-size:1.34em;
-    text-align:center;
-    padding:0.24%;
-    border:1px solid darkblue;
-
-}
 h3.title {
     color: blue;
     font-size:0.87em;
@@ -1261,7 +1224,7 @@
 }
 div#modele_op_div{
     display: none;
-    background-color:#e4e7ed;
+    background-color:#FCEED4;
     font-family:arial,verdana,sans-serif,helvetica;
     padding:0;
     margin:0;
@@ -1294,14 +1257,14 @@
     float:right;
     height:10px;
     display:block;
-    margin-top:0.48%;
+    margin-top:0.28%;
     margin-right:0.48%;
 }
 div.inner_box tr.odd {
-    background:  #CBD9F4;
+    background:  #FCFFCC;
 }
 #modele_op_tab tr.odd {
-    background:  #CBD9F4;
+    background:  #FCFFCC;
 }
 div#bookmark_div {
     background-color:#e4e7ed;
@@ -1360,6 +1323,6 @@
 }
 input.inum {
     text-align:right;
-    border:1px solid blue;
+    border:1px solid brown;
     margin:2px
 }
\ No newline at end of file

Modified: phpcompta/trunk/html/style-light.css
===================================================================
--- phpcompta/trunk/html/style-light.css        2013-12-20 15:49:17 UTC (rev 
5604)
+++ phpcompta/trunk/html/style-light.css        2013-12-20 15:50:00 UTC (rev 
5605)
@@ -1,16 +1,12 @@
 /* <style type="text/css"> */
 
 BODY {
-    background-color:wheat;
-    background-image: url('image/orange_flower.gif');
+    background-color:#EDF3FF;
     font-family:arial,verdana,sans-serif,helvetica;
     padding: 0px 0px 0px 0px ;
     margin:0;
-    color:brown;
-    font-size:0.85em;
-    background-repeat:no-repeat;
-    background-attachment:fixed;
-    background-position:center; 
+    color:blue;
+    font-size:0.90em;
 }
 .notice {
     color:red;
@@ -18,7 +14,7 @@
 }
 
 table.sortable, table.table_large, table.result  ,table.resultfooter {
-    color:brown;
+    color:blue;
     /* border:blue solid 1px; */
     width:100%;
     border-spacing:  0px;
@@ -33,9 +29,11 @@
 table.sortable th,  table.table_large th,table.result th {
     font-weight:bold;
     font-family:arial,verdana,sans-serif,helvetica;
-    border-bottom:1px solid #7C2A1F;
+    border-bottom:1px solid blue;
     border-top:0;
     font-size:0.75em;;
+
+    color:#25238F;
     text-align: left;
     font-style: italic;
 
@@ -44,7 +42,7 @@
 h2 {
     font-family:arial,verdana,sans-serif,helvetica;
     font-size:1.35em;
-    color:brown;
+    color:grey;
     margin:1px;
     padding:1px;
     font-style: italic;
@@ -72,24 +70,15 @@
     padding:0px;
     margin:0px;
 }
-h2.info,h2.title{
+h2.info {
+    background-color:#879ed4;
+    color:white;
     font-size:1.34em;
     text-align:center;
     padding:0px;
     margin:0px;
-    border-bottom: #CBD9F4 groove 2px;
-    background-color: #F7D9A5;
-    color:#7C2A1F;
+
 }
-div.welcome h2.info {
-    background-color: inherit;
-    color:inherit;
-    font-size:1.50em;
-    text-align:center;
-    padding:0px;
-    margin:0px;
-    border-bottom: solid 1px #FF0000;
-}
 
 
 h3.info {
@@ -100,7 +89,7 @@
 }
 
 h2.info2 {
-    color:red;
+    color:blue;
     font-size:1em;;
     text-align:center;
 
@@ -157,7 +146,7 @@
     display:inline;
     font-size:0.75em;;
     color: darkblue;
-    background-color:white;
+    background-color:#5D90CD;
 
 }
 #top {
@@ -271,8 +260,7 @@
 
 table.mtitle {
     border:0;
-    text-align:center;
-    min-width: 50%;
+    text-align:center
 }
 td.mshort {
     height:15px;
@@ -284,14 +272,12 @@
 }
 td.mtitle {
     text-align:center;
+    width:95px;
     height :30px;
     font-size:0.75em;;
-    border-bottom:1px dashed #e08000;
-    border-collapse: collapse;
-    padding: 0;
-    margin: 0;
-    border-spacing: 0px;
-    background-color: wheat;
+    background-color:#DDE6FF;
+    border:1px solid #99B1DF;
+    border-radius:5px;
 }
 td.msubtitle {
     text-align:center;
@@ -315,7 +301,7 @@
 }
 
 tr.odd {
-    background-color:#FCFFCC;
+    background-color:#DDE6FF;
     font-size:0.87em;;
 }
 tr.highlight {
@@ -327,7 +313,7 @@
   font-size:0.87em;;
 }
 td.odd{
-
+    background-color:#DDE6FF ;
 }
 td.even{
     border:0px;
@@ -338,18 +324,22 @@
     
 }
 td.selectedcell{
+    border-style:inset;
+    border-color:blue;
+    border-width:1pt ;
     font-size:1.2em;
     font-weight: bold;
-    color:red;
+    background:#5D90CD ;
+    color:white;
     text-align:center;
+    width:120px;
     border-radius:5px;
-    border-bottom: solid 4px #e08000;
-    background-color: wheat;
 }
-a.mtitle,a.mtitle:visited{
-    color:orangered;
+a.mtitle {
     text-decoration:none;
     display:inline;
+    color: blue;
+
 }
 a.mtitle:hover {
     text-decoration:none;
@@ -363,6 +353,7 @@
     font-size:0.75em;;
     text-decoration:none;
     display:block;
+    color:white;
 }
 a.dossier {
     font-size:0.75em;;
@@ -385,10 +376,8 @@
 }
 td.mtitle:hover,td.mtitle:hover a
 {
-    background-color:#FCFFCC;
-    color:brown; 
-    border: solid 1px #e08000;
-    
+    background-color:#a9d6e4;
+    color:white;
 }
 td.msubtitle:hover,td.msubtitle:hover a
 {
@@ -410,14 +399,8 @@
     text-decoration:none;
     display:block;
 }
-a.cell:visited {
-    font-size:0.75em;;
-    color:white;
-    background-color:#5D90CD;
-    text-decoration:none;
-    display:block;
-}
 
+
 a.one:link {
     text-decoration:none;
     color:#3010FF
@@ -501,7 +484,7 @@
     display:inline;
 
 
-    color:#CC5343;
+    color:black;
 
 }
 
@@ -509,14 +492,14 @@
     text-decoration:none;
     display:inline;
     color:white;
-    background-color:brown;
+    background-color:darkblue;
 
 
 }
 div.content a.mtitle {
     text-decoration:none;
     display:inline;
-    color:#CC5343;
+    color:blue;
 
 
 
@@ -525,7 +508,7 @@
 div.content a.mtitle:hover {
     text-decoration:none;
     display:inline;
-    background-color:brown;
+    background-color:darkblue;
     color:white;
 
 
@@ -537,7 +520,7 @@
     border-style:solid;
     background-color:orange;
     border-width:1px;
-    color:brown;
+    color:blue;
 }
 div.content input.text {
     font-family:arial,verdana,sans-serif,helvetica;
@@ -578,11 +561,11 @@
 .input_text_ro {
     border:solid 1px blue;
     background:#EDEDED;
-    color:brown;
+    color:blue;
     margin:1px;
 }
 .input_text {
-    border:solid 1px brown;
+    border:groove 1px blue;
     margin:1px;
 }
 .input_text:hover {
@@ -601,7 +584,7 @@
     color:grey;
 }
 select {
-    border: 1px solid brown;
+    border: 1px solid blue;
     margin:2px;
     background-color:white;
 
@@ -815,7 +798,7 @@
 }
 
 div.pc_calendar td.weekend {
-    background-color:#FCFFCC;
+    background-color:#cce0e6;
 
 }
 div.pc_calendar td.workday{
@@ -843,13 +826,42 @@
     cursor:inherit;
 }
 
-a#anchorbutton, .button, a.button,div.content a.button,a#smallanchorbutton, 
.smallbutton, a.smallbutton,div.content a.smallbutton {
+a#anchorbutton, .button, a.button,div.content a.button {
     color:white;
     font-weight: bold;
+    font-size:0.87em;
+    text-decoration:none;
+    font-family: arial,verdana,sans-serif,helvetica;
+    background-image: url("image/bg-submit2.gif");
+    background-repeat: repeat-x;
+    background-position: left;
+
+    border-style:  outset ;
+    border-color:  blue ;
+    border-width:0px;
+    padding:8px;
+    margin-top:3px;
+    cursor:pointer;
+    margin:1 2 1 2;
+    border-radius: 5px;
+    moz-border-radius:5px;
+
+}
+a#anchorbutton:hover, .button:hover,a.button:hover,div.content a.button:hover  
{
+    cursor:pointer;
+    background-color:white;
+    border-style:  inset ;
+    color:red;
+    margin:1 2 1 2;
+
+}
+a#smallanchorbutton, .smallbutton, a.smallbutton,div.content a.smallbutton {
+    color:white;
+    font-weight: bold;
     font-size:0.75em;
     text-decoration:none;
     font-family: arial,verdana,sans-serif,helvetica;
-    background-image: url("image/bg-submit4.gif");
+    background-image: url("image/bg-submit2.gif");
     background-repeat: repeat-x;
     background-position: left;
 
@@ -863,9 +875,11 @@
     margin-top:3px;
     cursor:pointer;
     margin:1 2 1 2;
+    border-radius: 2px;
+    moz-border-radius:2px;
 
 }
-a#anchorbutton:hover, .button:hover,a.button:hover,div.content 
a.button:hover,a#smallanchorbutton:hover, 
.smallbutton:hover,a.smallbutton:hover,div.content a.smallbutton:hover  {
+a#smallanchorbutton:hover, .smallbutton:hover,a.smallbutton:hover,div.content 
a.smallbutton:hover  {
     cursor:pointer;
     background-color:white;
     border-style:  inset ;
@@ -875,17 +889,17 @@
 }
 td.tool {
     border: solid 1px gray;
-    background-color: #F7F5C0;
-    border-bottom-width: 3px;
+    background-color: white;
+    border-bottom-width: 2px;
     text-align:center;
-    
+    border-radius:2px;
 }
 div.topmenu {
 
 }
 
 #dossier h2{
-    color:brown;
+    color:darkblue;
     display:inline;
     font-size:2em;
     margin:0px;
@@ -920,12 +934,16 @@
     width: 40%;
 }
 body.op_detail_frame,div.op_detail_frame  {
-    background-color:#FCEED4;
+    background-color:#e4e7ed;
     height:100%; width:100%;
+-moz-box-shadow: 10px 10px 5px #888;
+-webkit-box-shadow: 10px 10px 5px #888;
+box-shadow: 10px 10px 5px #888;
 
+
 }
 div.inner_box  {
-    background-color:#FCEED4;
+    background-color:#e4e7ed;
     font-family:arial,verdana,sans-serif,helvetica;
     padding:0;
     margin:0;
@@ -934,7 +952,9 @@
     position:absolute;
     left:10%;
     border:1px solid darkblue;
-
+-moz-box-shadow: 10px 10px 5px #888;
+-webkit-box-shadow: 10px 10px 5px #888;
+box-shadow: 10px 10px 5px #888;
 }
 div.op_detail_title {
     background-color:grey;
@@ -943,8 +963,13 @@
 
 }
 div#div_jrn{
+    position:absolute;
     border:1px solid black;
-    background-color:#FCEED4;
+    top:15%;left:100;
+    visibility:hidden;
+    z-index:2;
+    width:50em;
+    background-color:#EDF3FF;
 
 }
 div#div_cat{
@@ -970,7 +995,7 @@
     z-index:2;
     width:50%;
     display:none;
-    background-color:#FCEED4;
+    background-color:#e4e7ed;
 -moz-box-shadow: 10px 10px 5px #888;
 -webkit-box-shadow: 10px 10px 5px #888;
 box-shadow: 10px 10px 5px #888;
@@ -991,7 +1016,7 @@
 }
 h2#jrn_name
 {
-    color:brown;
+    color:blue;
     font-size:2.74em;
     margin-right:30%;
     float: right;
@@ -1071,7 +1096,7 @@
    font-size:0.87em;
     text-decoration:underline;
     display:inline;
-    color: #CC5343;
+    color: #0000ff;
 }
 a.line:hover,div_content a.line
 {
@@ -1162,6 +1187,15 @@
     font-size:0.87em;
     font-style: italic;
 }
+h2.title {
+    background-color:#879ed4;
+    color:white;
+    font-size:1.34em;
+    text-align:center;
+    padding:0.24%;
+    border:1px solid darkblue;
+
+}
 h3.title {
     color: blue;
     font-size:0.87em;
@@ -1227,7 +1261,7 @@
 }
 div#modele_op_div{
     display: none;
-    background-color:#FCEED4;
+    background-color:#e4e7ed;
     font-family:arial,verdana,sans-serif,helvetica;
     padding:0;
     margin:0;
@@ -1264,10 +1298,10 @@
     margin-right:0.48%;
 }
 div.inner_box tr.odd {
-    background:  #FCFFCC;
+    background:  #CBD9F4;
 }
 #modele_op_tab tr.odd {
-    background:  #FCFFCC;
+    background:  #CBD9F4;
 }
 div#bookmark_div {
     background-color:#e4e7ed;
@@ -1326,6 +1360,6 @@
 }
 input.inum {
     text-align:right;
-    border:1px solid brown;
+    border:1px solid blue;
     margin:2px
 }
\ No newline at end of file

Modified: phpcompta/trunk/html/user_login.php
===================================================================
--- phpcompta/trunk/html/user_login.php 2013-12-20 15:49:17 UTC (rev 5604)
+++ phpcompta/trunk/html/user_login.php 2013-12-20 15:50:00 UTC (rev 5605)
@@ -147,7 +147,7 @@
     $result.="<TD  class=\"tool\" ><A class=\"cell\" HREF=\"admin_repo.php\"> 
Administration  </A></TD>";
 }
 $result.='<TD class="tool">';
-$result.='<a onclick="set_preference(0)" title="Préférence" 
href="javascript:void(0)" class="mtitle">Préférence</a>';
+$result.='<a onclick="set_preference(0)" title="Préférence" 
href="javascript:void(0)" class="cell">Préférence</a>';
 $result.= '</TD>';
 $result.='<TD  class="tool" ><A class="cell" HREF="logout.php" 
>'._('Deconnexion').'</a></TD>';
 $result.="</TR>";

Modified: phpcompta/trunk/include/class_filetosend.php
===================================================================
--- phpcompta/trunk/include/class_filetosend.php        2013-12-20 15:49:17 UTC 
(rev 5604)
+++ phpcompta/trunk/include/class_filetosend.php        2013-12-20 15:50:00 UTC 
(rev 5605)
@@ -7,9 +7,21 @@
  */
 class FileToSend
 {
+    /** 
+     * @brief name of the file without path
+     */
     var $filename;
+    /**
+     address@hidden mimetype of the file
+     */
     var $type;
+    /**
+     * path
+     */
     var $path;
+    /**
+     * Path to filename + filename
+     */
     var $full_name;
     function __construct($p_filename,$p_type="")
     {
@@ -25,7 +37,10 @@
             
         }
     }
-    function guess_type()
+    /**
+     * set the $this->type to the mimetype, called from __construct
+     */
+    private function guess_type()
     {
         $ext_pos=  strrpos($this->filename,'.');
         if ( $ext_pos == false ) {
@@ -52,5 +67,12 @@
         }
         
     }
+    /**
+     * Compute properly the filename
+     */
+    function compute_name($p_filename)
+    {
+        
+    }
   
 }

Modified: phpcompta/trunk/include/constant.php
===================================================================
--- phpcompta/trunk/include/constant.php        2013-12-20 15:49:17 UTC (rev 
5604)
+++ phpcompta/trunk/include/constant.php        2013-12-20 15:50:00 UTC (rev 
5605)
@@ -60,9 +60,9 @@
 $g_failed="<span style=\"font-size:18px;color:red\">&#x2716;</span>";
 $g_succeed="<span style=\"font-size:18px;color:green\">&#x2713;</span>";
 /* uncomment for development */
-// define ('SVNINFO',5900);
-// define ("DEBUG",true);
-define ("DEBUG",false);
+ define ('SVNINFO',5995);
+define ("DEBUG",true);
+//define ("DEBUG",false);
 
 $version_phpcompta=SVNINFO;
 // If you don't want to be notified of the update
@@ -183,7 +183,7 @@
  * libreoffice --headless --accept="socket,host=127.0.0.1,port=2002;urp;" 
--nofirststartwizard 
  */
 define ('OFFICE','unoconv ');
-define ('GENERATE_PDF','NO');
+define ('GENERATE_PDF','YES');
 
 define ('JS_INFOBULLE','
         <DIV id="bulle" class="infobulle"></DIV>



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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