tutos-commits Mailing List for TUTOS (Page 458)
Projects / CRM / PLM / Calendar / Tasks / SCRUM / Test / Inventory
Brought to you by:
gokohnert
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(13) |
Aug
(214) |
Sep
(144) |
Oct
(22) |
Nov
(22) |
Dec
(93) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(25) |
Feb
(31) |
Mar
(92) |
Apr
(70) |
May
(103) |
Jun
(130) |
Jul
(265) |
Aug
(325) |
Sep
(233) |
Oct
(244) |
Nov
(261) |
Dec
(157) |
2003 |
Jan
(101) |
Feb
(135) |
Mar
(148) |
Apr
(164) |
May
(53) |
Jun
(116) |
Jul
(149) |
Aug
(126) |
Sep
(45) |
Oct
(109) |
Nov
(36) |
Dec
(61) |
2004 |
Jan
(131) |
Feb
(236) |
Mar
(278) |
Apr
(259) |
May
(92) |
Jun
(110) |
Jul
(150) |
Aug
(64) |
Sep
(141) |
Oct
(141) |
Nov
(146) |
Dec
(65) |
2005 |
Jan
(70) |
Feb
(77) |
Mar
(129) |
Apr
(153) |
May
(161) |
Jun
(63) |
Jul
(42) |
Aug
(16) |
Sep
(30) |
Oct
(3) |
Nov
(8) |
Dec
(40) |
2006 |
Jan
(114) |
Feb
(16) |
Mar
(12) |
Apr
(15) |
May
(4) |
Jun
(9) |
Jul
(69) |
Aug
(27) |
Sep
(12) |
Oct
(80) |
Nov
(62) |
Dec
(41) |
2007 |
Jan
(34) |
Feb
(2) |
Mar
(38) |
Apr
(82) |
May
(61) |
Jun
(37) |
Jul
(16) |
Aug
(64) |
Sep
(7) |
Oct
(52) |
Nov
(18) |
Dec
(28) |
2008 |
Jan
(168) |
Feb
(26) |
Mar
(27) |
Apr
(19) |
May
(10) |
Jun
(58) |
Jul
(58) |
Aug
(91) |
Sep
(14) |
Oct
(23) |
Nov
(56) |
Dec
(38) |
2009 |
Jan
(58) |
Feb
(90) |
Mar
(204) |
Apr
(90) |
May
(27) |
Jun
(177) |
Jul
(116) |
Aug
(53) |
Sep
(42) |
Oct
(120) |
Nov
(51) |
Dec
(58) |
2010 |
Jan
(117) |
Feb
(231) |
Mar
(163) |
Apr
(90) |
May
(40) |
Jun
(139) |
Jul
(49) |
Aug
(118) |
Sep
(25) |
Oct
(80) |
Nov
(102) |
Dec
(99) |
2011 |
Jan
(176) |
Feb
(42) |
Mar
(60) |
Apr
(52) |
May
(30) |
Jun
(29) |
Jul
(27) |
Aug
(16) |
Sep
(51) |
Oct
(70) |
Nov
(63) |
Dec
(58) |
2012 |
Jan
(28) |
Feb
(26) |
Mar
(7) |
Apr
(12) |
May
(41) |
Jun
(61) |
Jul
(59) |
Aug
(38) |
Sep
(30) |
Oct
(28) |
Nov
(14) |
Dec
(31) |
2013 |
Jan
(24) |
Feb
(54) |
Mar
(45) |
Apr
(22) |
May
(35) |
Jun
(8) |
Jul
(18) |
Aug
(38) |
Sep
(11) |
Oct
(8) |
Nov
(19) |
Dec
(20) |
2014 |
Jan
(20) |
Feb
(22) |
Mar
(4) |
Apr
(6) |
May
(13) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(6) |
2015 |
Jan
|
Feb
(1) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2016 |
Jan
(4) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(2) |
Aug
(4) |
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(8) |
Aug
(13) |
Sep
(12) |
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2021 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Gero K. <gok...@us...> - 2001-08-26 15:47:21
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv6353/php Modified Files: product_overview.php Log Message: removed useless code Index: product_overview.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/product_overview.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** product_overview.php 2001/08/25 23:16:44 1.21 --- product_overview.php 2001/08/26 15:47:19 1.22 *************** *** 616,623 **** $ll = addUrlParameter($link2,"format=stat"); echo menulink($ll,$lang['ProdStats'],$lang['ProdStatsInfo']); - } else { - echo "<BR>"; - $ll = addUrlParameter($link2,"format="); - echo menulink($ll,$lang['ProdStats'],$lang['ProdStatsInfo']); } echo "</TD></TR>"; --- 616,619 ---- |
From: Gero K. <gok...@us...> - 2001-08-26 15:31:29
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv3586/php Modified Files: address.pinc bug.pinc company.pinc config.pinc department.pinc file.pinc installation.pinc mailbox.pinc note.pinc product.pinc resource.pinc task.pinc team.pinc timetrack.pinc url.pinc user.pinc acl_ins.php Log Message: more history and acl management / cleanups Index: address.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/address.pinc,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -r1.40 -r1.41 *** address.pinc 2001/08/25 12:58:37 1.40 --- address.pinc 2001/08/26 15:31:26 1.41 *************** *** 169,186 **** $pre = ""; while( list ($i,$f) = @each ($this->location)) { ! if ( $f->phone_1 != "" ) { ! $info .= $pre . $f->phone_1; ! $pre = "<BR>"; ! } ! if ( $f->phone_2 != "" ) { ! $info .= $pre . $f->phone_2; ! $pre = "<BR>"; ! } } } ! $info = $info. "</FONT></TD></TR>"; ! $info = $info. "</TABLE>"; ! $info = $info. "</BODY>"; ! $info = $info. "</HTML>"; return $info; } --- 169,186 ---- $pre = ""; while( list ($i,$f) = @each ($this->location)) { ! if ( $f->phone_1 != "" ) { ! $info .= $pre . $f->phone_1; ! $pre = "<BR>"; ! } ! if ( $f->phone_2 != "" ) { ! $info .= $pre . $f->phone_2; ! $pre = "<BR>"; ! } } } ! $info .= "</FONT> </TD></TR>"; ! $info .= "</TABLE>"; ! $info .= "</BODY>"; ! $info .= "</HTML>"; return $info; } *************** *** 199,202 **** --- 199,203 ---- $msg = ""; + unset ($this->modified); $b = $this->birthday->DB_Date(); *************** *** 224,227 **** --- 225,234 ---- $this->acl[$this->id] = $tutos[modok]; $this->acl[$this->creator->id] = $tutos[delok]; + + $this->modified[] = array ( "field" => "created" , + "old" => $this->getType() , + "new" => $this->id, + "obj_id" => $this->id + ); } else { $q = "UPDATE addresses SET "; *************** *** 237,246 **** @DB_Begin($this->conn,"WORK"); @DB_Exec($this->conn,$q); ! acl_save($this); # The Owner can delete his picture if ( $this->pic_file->id > 0 ) { acl_raise($this->pic_file,$this->id,$tutos[delok]); ! acl_save($this->pic_file); } @DB_Commit($this->conn,"WORK"); --- 244,253 ---- @DB_Begin($this->conn,"WORK"); @DB_Exec($this->conn,$q); ! $msg .= acl_save($this); # The Owner can delete his picture if ( $this->pic_file->id > 0 ) { acl_raise($this->pic_file,$this->id,$tutos[delok]); ! $msg .= acl_save($this->pic_file); } @DB_Commit($this->conn,"WORK"); Index: bug.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/bug.pinc,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -r1.35 -r1.36 *** bug.pinc 2001/08/19 18:11:30 1.35 --- bug.pinc 2001/08/26 15:31:26 1.36 *************** *** 546,551 **** "obj_id" => $this->parent->id ); ! $this->modified[] = array ( "field" => "BugCreate" , ! "old" => "" , "new" => $this->id, "obj_id" => $this->id --- 546,551 ---- "obj_id" => $this->parent->id ); ! $this->modified[] = array ( "field" => "created" , ! "old" => $this->getType() , "new" => $this->id, "obj_id" => $this->id Index: company.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/company.pinc,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** company.pinc 2001/08/11 19:11:25 1.21 --- company.pinc 2001/08/26 15:31:26 1.22 *************** *** 194,197 **** --- 194,203 ---- $this->acl[$current_user->id] = $tutos[delok]; acl_default($this,$current_user); + unset ($this->modified); + $this->modified[] = array ( "field" => "created" , + "old" => $this->getType() , + "new" => $this->id, + "obj_id" => $this->id + ); } else { # *************** *** 203,207 **** @DB_Begin($this->conn,"WORK"); $r = @DB_Exec($this->conn,$q); ! acl_save($this); @DB_Commit($this->conn,"WORK"); # DB_FreeResult ($r); --- 209,214 ---- @DB_Begin($this->conn,"WORK"); $r = @DB_Exec($this->conn,$q); ! $msg .= acl_save($this); ! $msg .= history_save($this); @DB_Commit($this->conn,"WORK"); # DB_FreeResult ($r); Index: config.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/config.pinc,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -r1.60 -r1.61 *** config.pinc 2001/08/14 12:36:39 1.60 --- config.pinc 2001/08/26 15:31:26 1.61 *************** *** 36,40 **** # dbhome is needed for oracle only !! # ! $tutos[dbhome][0] = "/opt/oracle/product/8.1.5"; # # 1 = "Postgres" 2 = "MySQL" 3 = "Oracle" 4 = "Postgres 7.0" --- 36,40 ---- # dbhome is needed for oracle only !! # ! $tutos[dbhome][0] = "/opt/oracle/"; # # 1 = "Postgres" 2 = "MySQL" 3 = "Oracle" 4 = "Postgres 7.0" *************** *** 254,260 **** # # Available Themes for TUTOS (see [tutosdir]/html*.css) # - $tutos[themes][] = "tutos"; $tutos[themes][] = "blue"; $tutos[themes][] = "red"; $tutos[themes][] = "visual"; --- 254,261 ---- # # Available Themes for TUTOS (see [tutosdir]/html*.css) + # (the default theme will be the first one in this list) # $tutos[themes][] = "blue"; + $tutos[themes][] = "tutos"; $tutos[themes][] = "red"; $tutos[themes][] = "visual"; *************** *** 365,369 **** # The TUTOS Version number # ! $tutos[version]="20010808"; # $includes[config.pinc] = 1; --- 366,370 ---- # The TUTOS Version number # ! $tutos[version]="20010825"; # $includes[config.pinc] = 1; Index: department.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/department.pinc,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** department.pinc 2001/08/21 14:57:34 1.21 --- department.pinc 2001/08/26 15:31:26 1.22 *************** *** 169,172 **** --- 169,178 ---- $this->acl[$current_user->id] = $tutos[delok]; acl_default($this,$current_user); + unset ($this->modified); + $this->modified[] = array ( "field" => "created" , + "old" => $this->getType() , + "new" => $this->id, + "obj_id" => $this->id + ); } else { # *************** *** 178,182 **** @DB_Begin($this->conn,"WORK"); $r = @DB_Exec($this->conn,$q); ! acl_save($this); @DB_Commit($this->conn,"WORK"); # DB_FreeResult ($r); --- 184,189 ---- @DB_Begin($this->conn,"WORK"); $r = @DB_Exec($this->conn,$q); ! $msg .= acl_save($this); ! $msg .= history_save($this); @DB_Commit($this->conn,"WORK"); # DB_FreeResult ($r); Index: file.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/file.pinc,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -r1.34 -r1.35 *** file.pinc 2001/08/22 22:18:24 1.34 --- file.pinc 2001/08/26 15:31:26 1.35 *************** *** 518,525 **** unset ($this->modified); $this->modified[] = array ( "field" => "FileCreate" , ! "old" => "" , "new" => $this->id, "obj_id" => $this->link_id ); } else { $q = "UPDATE files SET"; --- 518,530 ---- unset ($this->modified); $this->modified[] = array ( "field" => "FileCreate" , ! "old" => "-1" , "new" => $this->id, "obj_id" => $this->link_id ); + $this->modified[] = array ( "field" => "created" , + "old" => $this->getType() , + "new" => $this->id, + "obj_id" => $this->id + ); } else { $q = "UPDATE files SET"; *************** *** 581,586 **** @DB_Begin($this->conn,"WORK"); $r = @DB_Exec($this->conn,$q); ! acl_save($this); ! history_save($this); @DB_Commit($this->conn,"WORK"); # DB_FreeResult ($r); --- 586,591 ---- @DB_Begin($this->conn,"WORK"); $r = @DB_Exec($this->conn,$q); ! $msg .= acl_save($this); ! $msg .= history_save($this); @DB_Commit($this->conn,"WORK"); # DB_FreeResult ($r); Index: installation.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/installation.pinc,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** installation.pinc 2001/08/19 18:11:30 1.26 --- installation.pinc 2001/08/26 15:31:26 1.27 *************** *** 387,392 **** "obj_id" => $this->product->id ); ! $this->modified[] = array ( "field" => "InstCreate" , ! "old" => "" , "new" => $this->id, "obj_id" => $this->id --- 387,392 ---- "obj_id" => $this->product->id ); ! $this->modified[] = array ( "field" => "created" , ! "old" => "installation" , "new" => $this->id, "obj_id" => $this->id Index: mailbox.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/mailbox.pinc,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** mailbox.pinc 2001/08/11 19:11:25 1.15 --- mailbox.pinc 2001/08/26 15:31:26 1.16 *************** *** 357,360 **** --- 357,371 ---- $this->acl[$current_user->id] = $tutos[delok]; acl_default($this,$current_user); + unset ($this->modified); + $this->modified[] = array ( "field" => "MailboxCreate" , + "old" => "-1" , + "new" => $this->id, + "obj_id" => $this->parent->id + ); + $this->modified[] = array ( "field" => "created" , + "old" => $this->getType() , + "new" => $this->id, + "obj_id" => $this->id + ); } else { $q = "UPDATE mailboxes SET"; *************** *** 374,378 **** @DB_Begin($this->conn,"WORK"); $result = @DB_Exec($this->conn,$q); ! acl_save($this); @DB_Commit($this->conn,"WORK"); --- 385,390 ---- @DB_Begin($this->conn,"WORK"); $result = @DB_Exec($this->conn,$q); ! $msg .= acl_save($this); ! $msg .= history_save($this); @DB_Commit($this->conn,"WORK"); *************** *** 390,393 **** --- 402,406 ---- $r = @DB_Exec($this->conn,$q); + $msg .= history_delete($this); $msg .= acl_delete_obj($this); Index: note.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/note.pinc,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** note.pinc 2001/08/25 12:58:37 1.33 --- note.pinc 2001/08/26 15:31:26 1.34 *************** *** 13,16 **** --- 13,17 ---- Function note_delete_obj(&$obj) { $msg = ""; + # FIXME ( cleanup of history and acl needed ) !! $q = "DELETE FROM notes WHERE link_id = ". $obj->id; $r = @DB_Exec($obj->conn,$q); *************** *** 303,315 **** # adopt the permissions from the referenced object $this->acl = $this->ref->acl; ! $this->acl[0] = 1; # Prepare the history unset ($this->modified); $this->modified[] = array ( "field" => "NoteCreate" , ! "old" => "" , "new" => $this->id, "obj_id" => $this->link_id ); } else { $q = "UPDATE notes SET "; --- 304,322 ---- # adopt the permissions from the referenced object $this->acl = $this->ref->acl; ! acl_default($this,$this->creator); ! acl_raise($this,$this->creator->id,$tutos[delok]); # Prepare the history unset ($this->modified); $this->modified[] = array ( "field" => "NoteCreate" , ! "old" => "-1" , "new" => $this->id, "obj_id" => $this->link_id ); + $this->modified[] = array ( "field" => "created" , + "old" => $this->getType() , + "new" => $this->id, + "obj_id" => $this->id + ); } else { $q = "UPDATE notes SET "; *************** *** 319,328 **** $q .= " WHERE id = ". $this->id; } ! acl_raise($this,$this->creator->id,$tutos[delok]); ! @DB_Begin($this->conn,"WORK"); $r = @DB_Exec($this->conn,$q); ! acl_save($this); ! history_save($this); @DB_Commit($this->conn,"WORK"); # DB_FreeResult ($r); --- 326,334 ---- $q .= " WHERE id = ". $this->id; } ! @DB_Begin($this->conn,"WORK"); $r = @DB_Exec($this->conn,$q); ! $msg .= acl_save($this); ! $msg .= history_save($this); @DB_Commit($this->conn,"WORK"); # DB_FreeResult ($r); Index: product.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/product.pinc,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -r1.36 -r1.37 *** product.pinc 2001/08/21 21:57:11 1.36 --- product.pinc 2001/08/26 15:31:26 1.37 *************** *** 806,810 **** unset ($this->modified); $this->modified[] = array ( "field" => "created" , ! "old" => "" , "new" => $this->id, "obj_id" => $this->id --- 806,810 ---- unset ($this->modified); $this->modified[] = array ( "field" => "created" , ! "old" => "product" , "new" => $this->id, "obj_id" => $this->id Index: resource.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/resource.pinc,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** resource.pinc 2001/08/24 19:51:30 1.11 --- resource.pinc 2001/08/26 15:31:26 1.12 *************** *** 16,21 **** } /* --------------------------------------------------------------------------- ! * List all resources ! * cols > 0 make sperate rows with cols columns for each note */ function resource_save(&$obj) { --- 16,20 ---- } /* --------------------------------------------------------------------------- ! * save the resource usage */ function resource_save(&$obj) { *************** *** 298,301 **** --- 297,306 ---- $this->acl[$this->creator->id] = $tutos[delok]; acl_default($this,$current_user); + unset ($this->modified); + $this->modified[] = array ( "field" => "created" , + "old" => $this->getType() , + "new" => $this->id, + "obj_id" => $this->id + ); } else { $q = "UPDATE resources SET"; *************** *** 308,313 **** @DB_Begin($this->conn,"WORK"); $result = @DB_Exec($this->conn,$q); ! acl_save($this); ! history_save($this); @DB_Commit($this->conn,"WORK"); --- 313,318 ---- @DB_Begin($this->conn,"WORK"); $result = @DB_Exec($this->conn,$q); ! $msg .= acl_save($this); ! $msg .= history_save($this); @DB_Commit($this->conn,"WORK"); Index: task.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/task.pinc,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -r1.36 -r1.37 *** task.pinc 2001/08/26 13:31:36 1.36 --- task.pinc 2001/08/26 15:31:26 1.37 *************** *** 264,267 **** --- 264,270 ---- $this->readTimetrackSum(); $this->volume_done = $this->timetracksum; + if ( ($this->volume_done == "") ) { + $this->volume_done = 0; + } } *************** *** 389,398 **** unset ($this->modified); $this->modified[] = array ( "field" => "created" , ! "old" => "" , "new" => $this->id, "obj_id" => $this->id ); $this->modified[] = array ( "field" => "TaskCreate" , ! "old" => "" , "new" => $this->id, "obj_id" => $this->parent->id --- 392,401 ---- unset ($this->modified); $this->modified[] = array ( "field" => "created" , ! "old" => $this->getType() , "new" => $this->id, "obj_id" => $this->id ); $this->modified[] = array ( "field" => "TaskCreate" , ! "old" => "-1" , "new" => $this->id, "obj_id" => $this->parent->id Index: team.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/team.pinc,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** team.pinc 2001/08/23 19:09:17 1.28 --- team.pinc 2001/08/26 15:31:26 1.29 *************** *** 222,225 **** --- 222,231 ---- acl_default($this,$current_user); + unset ($this->modified); + $this->modified[] = array ( "field" => "created" , + "old" => $this->getType() , + "new" => $this->id, + "obj_id" => $this->id + ); } else { $q = "UPDATE teams SET name = ". DB_String($this->name) .", owner = ". $this->owner->id ." WHERE id = ". $this->id; *************** *** 235,239 **** $q = "INSERT INTO adrteam (adr_id,team_id ) VALUES (". $f .",". $this->id .")"; $r = @DB_Exec($this->conn,$q); ! acl_raise($this,$f,1); } } --- 241,245 ---- $q = "INSERT INTO adrteam (adr_id,team_id ) VALUES (". $f .",". $this->id .")"; $r = @DB_Exec($this->conn,$q); ! acl_raise($this,$f,$tutos[seeok]); } } *************** *** 250,254 **** acl_raise($this,$this->owner->id,$tutos[delok]); ! acl_save($this); @DB_Commit($this->conn,"WORK"); --- 256,261 ---- acl_raise($this,$this->owner->id,$tutos[delok]); ! $msg .= acl_save($this); ! $msg .= history_save($this); @DB_Commit($this->conn,"WORK"); Index: timetrack.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/timetrack.pinc,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** timetrack.pinc 2001/08/26 13:31:36 1.14 --- timetrack.pinc 2001/08/26 15:31:26 1.15 *************** *** 13,16 **** --- 13,17 ---- Function timetrack_delete_obj(&$obj) { $msg = ""; + # FIXME (mybe we should rebook the efforts to the user himself) !! $q = "DELETE FROM timetrack WHERE link_id = ". $obj->id; $r = @DB_Exec($obj->conn,$q); *************** *** 151,155 **** "obj_id" => $this->link_id ); ! } else { $q = "UPDATE timetrack SET "; --- 152,160 ---- "obj_id" => $this->link_id ); ! $this->modified[] = array ( "field" => "created" , ! "old" => $this->getType() , ! "new" => $this->id, ! "obj_id" => $this->id ! ); } else { $q = "UPDATE timetrack SET "; *************** *** 185,188 **** --- 190,196 ---- $q = "DELETE FROM timetrack WHERE id = ". $this->id; $r = @DB_Exec($this->conn,$q); + + $msg .= history_delete($this); + $msg .= acl_delete_obj($this); $this->modified[] = array ( "field" => "Delete" , "old" => $this->gettype() , "new" => -1 ); Index: url.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/url.pinc,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** url.pinc 2001/08/26 12:18:10 1.21 --- url.pinc 2001/08/26 15:31:26 1.22 *************** *** 13,16 **** --- 13,17 ---- Function url_delete_obj(&$obj) { $msg = ""; + # FIXME ( cleanup of history and acl needed ) !! $q = "DELETE FROM urls WHERE link_id = ". $obj->id; $r = @DB_Exec($obj->conn,$q); *************** *** 145,152 **** unset ($this->modified); $this->modified[] = array ( "field" => "URLAdd" , ! "old" => "" , "new" => $this->id, "obj_id" => $this->link_id ); } else { $q = "UPDATE urls SET name = ". DB_String($this->name) .", url = ". DB_String($this->url) ." WHERE id = ". $this->id; --- 146,158 ---- unset ($this->modified); $this->modified[] = array ( "field" => "URLAdd" , ! "old" => "-1" , "new" => $this->id, "obj_id" => $this->link_id ); + $this->modified[] = array ( "field" => "created" , + "old" => $this->getType() , + "new" => $this->id, + "obj_id" => $this->id + ); } else { $q = "UPDATE urls SET name = ". DB_String($this->name) .", url = ". DB_String($this->url) ." WHERE id = ". $this->id; *************** *** 155,160 **** @DB_Begin($this->conn,"WORK"); $result = @DB_Exec($this->conn,$q); ! acl_save($this); ! history_save($this); @DB_Commit($this->conn,"WORK"); --- 161,166 ---- @DB_Begin($this->conn,"WORK"); $result = @DB_Exec($this->conn,$q); ! $msg .= acl_save($this); ! $msg .= history_save($this); @DB_Commit($this->conn,"WORK"); Index: user.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/user.pinc,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -r1.40 -r1.41 *** user.pinc 2001/08/25 12:29:21 1.40 --- user.pinc 2001/08/26 15:31:26 1.41 *************** *** 244,247 **** --- 244,248 ---- global $tutos; + $msg = ""; $q = "DELETE FROM acl where obj_id < 0 AND adr_id = ". $this->id; $r = DB_Exec($this->conn,$q); *************** *** 252,256 **** $r = DB_Exec($this->conn,$q); } ! } /* --------------------------------------------------------------------------- --- 253,257 ---- $r = DB_Exec($this->conn,$q); } ! return $msg; } /* --------------------------------------------------------------------------- *************** *** 525,528 **** --- 526,530 ---- return "Sorry Demo does not allow change of UserEntry<BR>"; } + unset ($this->modified); if ( -1 == $this->uid ) { *************** *** 563,566 **** --- 565,578 ---- $q = "INSERT INTO people ". $flds . " VALUES ". $vals; + $this->modified[] = array ( "field" => "UserCreate" , + "old" => "-1" , + "new" => $this->uid, + "obj_id" => $this->id + ); + $this->modified[] = array ( "field" => "created" , + "old" => "-1", + "new" => $this->uid, + "obj_id" => $this->uid + ); } else { $q = "UPDATE people SET"; *************** *** 580,583 **** --- 592,596 ---- @DB_Exec($this->conn,$q); $msg .= acl_save($this); + $msg .= history_save($this); @DB_Commit($this->conn,"WORK"); *************** *** 589,592 **** --- 602,606 ---- function delete() { $msg = ""; + unset ($this->modified); @DB_Begin($this->conn,"WORK"); $q = "DELETE FROM people WHERE adr_id =". $this->id ." AND id = ". $this->uid; *************** *** 594,597 **** --- 608,622 ---- $msg .= acl_delete_obj($this); + $msg .= history_delete($this); + $this->modified[] = array ( "field" => "UserDel" , + "old" => $this->uid, + "new" => "-1", + "obj_id" => $this->id + ); + $this->modified[] = array ( "field" => "Delete" , + "old" => "user", + "new" => $this->uid, + "obj_id" => $this->uid + ); $this->modified[] = array ( "obj_id" => $this->uid , "field" => "Delete" , "old" => $this->gettype() , "new" => -1 ); Index: acl_ins.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/acl_ins.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** acl_ins.php 2001/08/11 19:11:25 1.6 --- acl_ins.php 2001/08/26 15:31:26 1.7 *************** *** 52,56 **** } } ! acl_save($obj); $gotourl = $obj->getURL(); } --- 52,56 ---- } } ! $msg .= acl_save($obj); $gotourl = $obj->getURL(); } |
From: Gero K. <gok...@us...> - 2001-08-26 13:31:39
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv11115/php Modified Files: timetrack_del.php timetrack.pinc task_show.php task_overview.php task.pinc note_del.php history_show.php Log Message: timetrack / task and history management Index: timetrack_del.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/timetrack_del.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** timetrack_del.php 2001/08/11 19:11:25 1.4 --- timetrack_del.php 2001/08/26 13:31:36 1.5 *************** *** 10,13 **** --- 10,14 ---- include("installation.pinc"); include("product.pinc"); + include("task.pinc"); /* Check if user is allowed to use it */ Index: timetrack.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/timetrack.pinc,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** timetrack.pinc 2001/08/19 18:12:19 1.13 --- timetrack.pinc 2001/08/26 13:31:36 1.14 *************** *** 72,75 **** --- 72,76 ---- } $wid = DB_Result($result, $pos, "link_id"); + $this->link_id = $wid; $this->ref = getObject($wid); $this->desc = StripSlashes(DB_Result($result, $pos, "description")); *************** *** 112,115 **** --- 113,117 ---- $msg = ""; + unset ($this->modified); if ( -1 == $this->id ) { *************** *** 143,146 **** --- 145,155 ---- $q = "INSERT INTO timetrack (". $flds .") VALUES (". $vals .")"; + # Prepare the history + $this->modified[] = array ( "field" => "TimetrackCreate" , + "old" => "" , + "new" => $this->volume, + "obj_id" => $this->link_id + ); + } else { $q = "UPDATE timetrack SET "; *************** *** 150,157 **** --- 159,174 ---- $q .= ",adr_id = ". $this->worker->id; $q .= " WHERE id = ". $this->id; + + # Prepare the history + $this->modified[] = array ( "field" => "TimetrackModify" , + "old" => "" , + "new" => $this->volume, + "obj_id" => $this->link_id + ); } @DB_Begin($this->conn,"WORK"); $r = @DB_Exec($this->conn,$q); + $msg .= history_save($this); @DB_Commit($this->conn,"WORK"); *************** *** 170,173 **** --- 187,195 ---- $this->modified[] = array ( "field" => "Delete" , "old" => $this->gettype() , "new" => -1 ); + $this->modified[] = array ( "field" => "TimetrackDel" , + "old" => $this->volume , + "new" => "0", + "obj_id" => $this->link_id + ); $msg .= history_save($this); Index: task_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/task_show.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** task_show.php 2001/08/25 12:31:26 1.12 --- task_show.php 2001/08/26 13:31:36 1.13 *************** *** 86,92 **** echo " <TR>\n"; showfield($lang['TaskVolumeFull']); ! echo " <TD>". $t->volume ." ". $lang['hours'] ."</TD>\n"; showfield($lang['TaskVolumeDone']); ! echo " <TD>". makelink("timetrack_overview.php?link_id=" .$t->id , $t->volume_done , $lang['TimetrackOverview']) ." ". $lang['hours'] ."</TD>\n"; echo " </TR>\n"; --- 86,92 ---- echo " <TR>\n"; showfield($lang['TaskVolumeFull']); ! echo " <TD>". number_format($t->volume) ." ". $lang['hours'] ."</TD>\n"; showfield($lang['TaskVolumeDone']); ! echo " <TD>". makelink("timetrack_overview.php?link_id=" .$t->id , number_format($t->volume_done,2) , $lang['TimetrackOverview']) ." ". $lang['hours'] ."</TD>\n"; echo " </TR>\n"; Index: task_overview.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/task_overview.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** task_overview.php 2001/08/24 17:11:22 1.6 --- task_overview.php 2001/08/26 13:31:36 1.7 *************** *** 24,34 **** DoubleTableStart(1,0); echo " <TR>\n"; ! echo " <TH COLSPAN=9>". $lang['TaskOverview'] ." for " . $parent->getLink() ."</TH>\n"; echo " </TR>\n"; echo " <TR>\n"; ! echo " <TD COLSPAN=2><B> ". $lang['TaskVolumeFull'] ." </B></TD>\n"; echo " <TD COLSPAN=2> ". $parent->sum['volume'] ." ". $lang['hours'] ."</TD>\n"; ! echo " <TH COLSPAN=1 ROWSPAN=2>". $lang['AppStart'] ."<BR>". $parent->min_start->getDate() ."</TH>\n"; ! echo " <TH COLSPAN=1 ROWSPAN=2>". $lang['AppEnd'] ."<BR>". $parent->max_end->getDate() ."</TH>\n"; if ( $parent->sum['volume'] != 0 ) { $c = ( 100.0 * ( $parent->sum['volume_done'] / $parent->sum['volume'] )); --- 24,34 ---- DoubleTableStart(1,0); echo " <TR>\n"; ! echo " <TH COLSPAN=9 WIDTH=100%>". $lang['TaskOverview'] ." ". $lang['forphrase'] ." " . $parent->getLink() ."</TH>\n"; echo " </TR>\n"; echo " <TR>\n"; ! echo " <TD COLSPAN=2 CLASS=desc> ". $lang['TaskVolumeFull'] ." </TD>\n"; echo " <TD COLSPAN=2> ". $parent->sum['volume'] ." ". $lang['hours'] ."</TD>\n"; ! echo " <TH COLSPAN=1 ROWSPAN=2 NOWRAP>". $lang['AppStart'] ."<BR>". $parent->min_start->getDate() ."</TH>\n"; ! echo " <TH COLSPAN=1 ROWSPAN=2 NOWRAP>". $lang['AppEnd'] ."<BR>". $parent->max_end->getDate() ."</TH>\n"; if ( $parent->sum['volume'] != 0 ) { $c = ( 100.0 * ( $parent->sum['volume_done'] / $parent->sum['volume'] )); *************** *** 36,48 **** $c = 0.0; } ! echo " <TD COLSPAN=1 ROWSPAN=2 ALIGN=right> ". $lang['Completed'] .": </TD>\n"; ! echo " <TD COLSPAN=2 ROWSPAN=2> <FONT SIZE=\"+2\">". sprintf("%3.2f",$c) ." %</FONT></TD>\n"; echo " </TR>\n"; echo " <TR>\n"; ! echo " <TD COLSPAN=2><B> ". $lang['TaskVolumeDone'] ." </B></TD>\n"; echo " <TD COLSPAN=2> ". $parent->sum['volume_done'] ." ". $lang['hours'] ."</TD>\n"; echo " </TR>\n"; $a = 0; if ( $parent->getType() == "task" ) { $parent->printRow(0,$parent); --- 36,53 ---- $c = 0.0; } ! echo " <TD COLSPAN=1 ROWSPAN=2 ALIGN=right CLASS=desc> ". $lang['Completed'] .": </TD>\n"; ! echo " <TD COLSPAN=2 ROWSPAN=2 NOWRAP> <FONT SIZE=\"+2\">". sprintf("%3.2f",$c) ." %</FONT></TD>\n"; echo " </TR>\n"; echo " <TR>\n"; ! echo " <TD COLSPAN=2 CLASS=desc> ". $lang['TaskVolumeDone'] ." </TD>\n"; echo " <TD COLSPAN=2> ". $parent->sum['volume_done'] ." ". $lang['hours'] ."</TD>\n"; echo " </TR>\n"; $a = 0; + echo "<TR>"; + echo "<TD COLSPAN=4></TD>"; + echo "<TD COLSPAN=2><IMG WIDTH=202 HEIGHT=1 SRC=../html/black.png></TD>"; + echo "<TD COLSPAN=2></TD>"; + echo "</TR>"; if ( $parent->getType() == "task" ) { $parent->printRow(0,$parent); Index: task.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/task.pinc,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -r1.35 -r1.36 *** task.pinc 2001/08/25 12:58:37 1.35 --- task.pinc 2001/08/26 13:31:36 1.36 *************** *** 540,544 **** $info .= "<BODY>"; $info .= "<TABLE CLASS=inner BORDER=0 CELLSPACING=0 CELLPADDING=1>"; ! $info .= "<TR><TH COLSPAN=2>". $lang[$this->getType()] ." ". $this->name ."</TH></TR>"; $info .= "<TR><TD><FONT SIZE=-2><PRE>"; $info .= $n; --- 540,544 ---- $info .= "<BODY>"; $info .= "<TABLE CLASS=inner BORDER=0 CELLSPACING=0 CELLPADDING=1>"; ! $info .= "<TR><TH>". $lang[$this->getType()] ." ". $this->name ."</TH></TR>"; $info .= "<TR><TD><FONT SIZE=-2><PRE>"; $info .= $n; *************** *** 668,679 **** echo " <TR>\n"; ! echo " <TD ALIGN=right> ". $depth ." </TD>\n"; ! echo " <TD> "; for ($i = 0; $i <= $depth; $i++) { echo " "; } echo $this->getLink()." </TD>\n"; ! echo " <TD ALIGN=right> ". sprintf("%3.2f",$c ) ." % </TD>\n"; ! echo " <TD> ". $this->s_start->getDate() ." </TD>\n"; $w = 200; --- 668,679 ---- echo " <TR>\n"; ! echo " <TD ALIGN=right VALIGN=top> ". $depth ." </TD>\n"; ! echo " <TD VALIGN=top> "; for ($i = 0; $i <= $depth; $i++) { echo " "; } echo $this->getLink()." </TD>\n"; ! echo " <TD ALIGN=right VALIGN=top NOWRAP> ". sprintf("%3.2f",$c ) ." % </TD>\n"; ! echo " <TD VALIGN=top> ". $this->s_start->getDate() ." </TD>\n"; $w = 200; *************** *** 699,703 **** ! echo " <TD ALIGN=left COLSPAN=2 WIDTH=".($w +1).">"; if ( $x1a + $x1b > 0 ) { --- 699,703 ---- ! echo " <TD ALIGN=left COLSPAN=2 WIDTH=".($w +1)." NOWRAP>"; if ( $x1a + $x1b > 0 ) { *************** *** 719,743 **** $x2b = Round($x2 * (100 - $c)/100.0); if ( $x2a != 0 ) { ! echo "<IMG BORDER=0 HEIGHT=$h WIDTH=". $x2a." SRC=\"../html/green.png\" ALT=\"\">"; } if ( $x2b > 0 ) { ! echo "<IMG BORDER=0 HEIGHT=$h WIDTH=". $x2b." SRC=\"../html/red.png\" ALT=\"\">"; } if ( $x3a + $x3b > 0 ) { if ( $x3a > 0 ) { ! echo "<IMG BORDER=0 HEIGHT=$h WIDTH=".$x3a." SRC=\"../html/gray.png\" ALT=\"\">"; if ( $x3b > 0 ) { ! echo "<IMG BORDER=0 HEIGHT=$h WIDTH=". ($x3b - 1) ." SRC=\"../html/white.png\" ALT=\"\">"; } } else { if ( ($x3b + $x3a) > 0 ) { ! echo "<IMG BORDER=0 HEIGHT=$h WIDTH=".($x3b + $x3a)." SRC=\"../html/white.png\" ALT=\"\">"; } } } echo "</TD>\n"; ! #$c | $x1a $x1b | $x2 $x2a $x2b | $x3a $x3b ||| ! echo " <TD> ". $this->s_end->getDate() ." </TD>\n"; echo " <TD> "; echo makelink("task_new.php?p_id=".$this->id,$lang['NewEntry'],sprintf($lang['TaskCreateInfo'],$this->name)); --- 719,743 ---- $x2b = Round($x2 * (100 - $c)/100.0); if ( $x2a != 0 ) { ! echo "<IMG BORDER=0 HEIGHT=". $h ." WIDTH=". $x2a." SRC=\"../html/green.png\" ALT=\"". $this->getFullName() ."\">"; } if ( $x2b > 0 ) { ! echo "<IMG BORDER=0 HEIGHT=". $h ." WIDTH=". $x2b." SRC=\"../html/red.png\" ALT=\"". $this->getFullName() ."\">"; } if ( $x3a + $x3b > 0 ) { if ( $x3a > 0 ) { ! echo "<IMG BORDER=0 HEIGHT=". $h ." WIDTH=".$x3a." SRC=\"../html/gray.png\" ALT=\"\">"; if ( $x3b > 0 ) { ! echo "<IMG BORDER=0 HEIGHT=". $h ." WIDTH=". ($x3b - 1) ." SRC=\"../html/white.png\" ALT=\"\">"; } } else { if ( ($x3b + $x3a) > 0 ) { ! echo "<IMG BORDER=0 HEIGHT=". $h ." WIDTH=".($x3b + $x3a)." SRC=\"../html/white.png\" ALT=\"\">"; } } } echo "</TD>\n"; ! # echo "$c | $x1a $x1b | $x2 $x2a $x2b | $x3a $x3b |||<BR>\n"; ! echo " <TD VALIGN=bottom> ". $this->s_end->getDate() ." </TD>\n"; echo " <TD> "; echo makelink("task_new.php?p_id=".$this->id,$lang['NewEntry'],sprintf($lang['TaskCreateInfo'],$this->name)); Index: note_del.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/note_del.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** note_del.php 2001/08/11 19:11:25 1.4 --- note_del.php 2001/08/26 13:31:36 1.5 *************** *** 13,16 **** --- 13,17 ---- include("product.pinc"); include("resource.pinc"); + include("timetrack.pinc"); /* Check if user is allowed to use it */ Index: history_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/history_show.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** history_show.php 2001/08/25 12:26:50 1.9 --- history_show.php 2001/08/26 13:31:36 1.10 *************** *** 48,53 **** } echo "<TR CLASS=line". $line .">\n"; ! echo " <TD><B> ". $lang[$f["field"]] ."</B></TD>\n"; ! if ( $f['field'] == "TaskState" ) { echo " <TD> ". $lang['TaskStates'][$f["old"]] ."</TD>\n"; --- 48,56 ---- } echo "<TR CLASS=line". $line .">\n"; ! if ( isset( $lang[$f["field"]]) ) { ! echo " <TD><B> ". $lang[$f["field"]] ."</B></TD>\n"; ! } else { ! echo " <TD><B> ". $f["field"] ."</B></TD>\n"; ! } if ( $f['field'] == "TaskState" ) { echo " <TD> ". $lang['TaskStates'][$f["old"]] ."</TD>\n"; |
From: Gero K. <gok...@us...> - 2001-08-26 12:18:13
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv31620/php Modified Files: app_new_r.php url.pinc Log Message: theme cleanups and fixes Index: app_new_r.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/app_new_r.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** app_new_r.php 2001/08/25 12:58:37 1.4 --- app_new_r.php 2001/08/26 12:18:10 1.5 *************** *** 64,68 **** } ! DoubleTableStart(1); echo "<TR>\n"; echo "<TH COLSPAN=6>"; --- 64,69 ---- } ! echo "<TABLE CLASS=single BORDER=0 CELLSPACING=0>\n"; ! # DoubleTableStart(1); echo "<TR>\n"; echo "<TH COLSPAN=6>"; *************** *** 187,192 **** } echo "</TR>\n"; ! DoubleTableEnd(); echo "</FORM>\n"; echo $lang['FldsRequired'] ."\n"; --- 188,194 ---- } echo "</TR>\n"; + echo "</TABLE>\n"; ! # DoubleTableEnd(); echo "</FORM>\n"; echo $lang['FldsRequired'] ."\n"; Index: url.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/url.pinc,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** url.pinc 2001/08/11 19:11:25 1.20 --- url.pinc 2001/08/26 12:18:10 1.21 *************** *** 32,36 **** echo " <INPUT type=\"hidden\" value=\"". $obj->id ."\" name=\"link_id\">\n"; echo " <INPUT type=\"hidden\" value=\"". $gotourl ."\" name=\"gotourl\">\n"; ! echo " <TABLE BORDER=0 CELLSPACING=0>\n"; if ( isset($obj->urllist) && (count($obj->urllist) > 0) ) { --- 32,36 ---- echo " <INPUT type=\"hidden\" value=\"". $obj->id ."\" name=\"link_id\">\n"; echo " <INPUT type=\"hidden\" value=\"". $gotourl ."\" name=\"gotourl\">\n"; ! echo " <TABLE CLASS=single BORDER=0 CELLSPACING=0>\n"; if ( isset($obj->urllist) && (count($obj->urllist) > 0) ) { |
From: Gero K. <gok...@us...> - 2001-08-26 12:18:13
|
Update of /cvsroot/tutos/tutos/html In directory usw-pr-cvs1:/tmp/cvs-serv31620/html Modified Files: blue.css red.css Log Message: theme cleanups and fixes Index: blue.css =================================================================== RCS file: /cvsroot/tutos/tutos/html/blue.css,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** blue.css 2001/08/25 14:26:18 1.17 --- blue.css 2001/08/26 12:18:10 1.18 *************** *** 185,189 **** .holiday { ! background: #FF9090; vertical-align: top; color: black; --- 185,189 ---- .holiday { ! background: #FFa0b0; vertical-align: top; color: black; *************** *** 192,196 **** .freeday { ! background: #FF9090; vertical-align: top; color: black; --- 192,196 ---- .freeday { ! background: #FFc0d0; vertical-align: top; color: black; *************** *** 213,221 **** .week { ! background: #BBCCDD; ! font-weight: bold; width: 5%; vertical-align: top; - color: black; } --- 213,220 ---- .week { ! color: #f8fcf8; ! background: #405c88; width: 5%; vertical-align: top; } Index: red.css =================================================================== RCS file: /cvsroot/tutos/tutos/html/red.css,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** red.css 2001/08/25 14:32:24 1.11 --- red.css 2001/08/26 12:18:10 1.12 *************** *** 211,219 **** .week { ! background: #BBCCDD; ! font-weight: bold; width: 5%; vertical-align: top; - color: black; } --- 211,218 ---- .week { ! color: black; ! background: #e08080; width: 5%; vertical-align: top; } |
From: Gero K. <gok...@us...> - 2001-08-26 12:17:37
|
Update of /cvsroot/tutos/tutos In directory usw-pr-cvs1:/tmp/cvs-serv31475 Modified Files: Makefile.in Log Message: new red icons Index: Makefile.in =================================================================== RCS file: /cvsroot/tutos/tutos/Makefile.in,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -r1.58 -r1.59 *** Makefile.in 2001/08/25 12:30:49 1.58 --- Makefile.in 2001/08/26 12:17:34 1.59 *************** *** 11,14 **** --- 11,17 ---- # # $Log$ + # Revision 1.59 2001/08/26 12:17:34 gokohnert + # new red icons + # # Revision 1.58 2001/08/25 12:30:49 gokohnert # support new help icon *************** *** 491,494 **** --- 494,506 ---- html/blue/help.gif \ html/red.css \ + html/red/appointments.gif \ + html/red/addresses.gif \ + html/red/bugs.gif \ + html/red/projects.gif \ + html/red/teams.gif \ + html/red/logout.gif \ + html/red/left.gif \ + html/red/right.gif \ + html/red/help.gif \ html/sqli.css \ html/visual.css \ |
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv31323/php Modified Files: acl_new.php address_new.php app_new.php bug_new.php company_new.php department_new.php file_new.php installation_new.php note_new.php product_new.php resource_new.php task_new.php timetrack_new.php user_new.php acl_show.php bug_show.php file_show.php product_show.php resource_show.php Log Message: theme cleanups and fixes Index: acl_new.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/acl_new.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** acl_new.php 2001/08/11 19:11:25 1.9 --- acl_new.php 2001/08/26 12:16:40 1.10 *************** *** 14,17 **** --- 14,18 ---- include("installation.pinc"); include("appointment.pinc"); + include("timetrack.pinc"); /* Check if user is allowed to use it */ *************** *** 90,94 **** echo "</SCRIPT>\n"; - echo "<TABLE BORDER=0 CELLSPACING=0>\n"; echo "<FORM name=acl action=\"acl_ins.php\" method=\"POST\">\n"; hiddenFormElements(); --- 91,94 ---- *************** *** 99,102 **** --- 99,104 ---- } + echo "<TABLE CLASS=single BORDER=0 CELLSPACING=0>\n"; + echo " <TR><TH COLSPAN=6>"; echo sprintf($lang['AclModifyI'],$lang[$obj->getType()] ." ". $obj->getLink()); *************** *** 132,138 **** echo "<TR>\n"; ! echo " <TD COLSPAN=2>". sprintf($lang['ACLreadI'],$obj->getFullName()) ."</TD>\n"; ! echo " <TD COLSPAN=2>". sprintf($lang['ACLmodI'],$obj->getFullName()) ."</TD>\n"; ! echo " <TD COLSPAN=2>". sprintf($lang['ACLdelI'],$obj->getFullName()) ."</TD>\n"; echo "</TR>\n"; --- 134,140 ---- echo "<TR>\n"; ! echo " <TD COLSPAN=2> ". sprintf($lang['ACLreadI'],$obj->getFullName()) ." </TD>\n"; ! echo " <TD COLSPAN=2> ". sprintf($lang['ACLmodI'],$obj->getFullName()) ." </TD>\n"; ! echo " <TD COLSPAN=2> ". sprintf($lang['ACLdelI'],$obj->getFullName()) ." </TD>\n"; echo "</TR>\n"; *************** *** 141,146 **** echo "</TR>\n"; - echo "</FORM>\n"; echo "</TABLE>\n"; echo $lang['FldsRequired'] ."\n"; } --- 143,148 ---- echo "</TR>\n"; echo "</TABLE>\n"; + echo "</FORM>\n"; echo $lang['FldsRequired'] ."\n"; } Index: address_new.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/address_new.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** address_new.php 2001/08/22 22:11:30 1.14 --- address_new.php 2001/08/26 12:16:40 1.15 *************** *** 143,148 **** global $lang; - DoubleTableStart(1); - if ( isset($location) ) { echo "<FORM action=\"location_ins.php\" method=\"POST\">\n"; --- 143,146 ---- *************** *** 152,155 **** --- 150,157 ---- hiddenFormElements(); + echo "<TABLE CLASS=single BORDER=0 CELLSPACING=0>\n"; + # DoubleTableStart(1); + + if ( isset($address) ) { $title = $lang['AdrBNewTitle']; *************** *** 191,196 **** } } echo "</FORM>\n"; - DoubleTableEnd(); echo $lang['FldsRequired'] ."\n"; } --- 193,199 ---- } } + echo "</TABLE>\n"; + # DoubleTableEnd(); echo "</FORM>\n"; echo $lang['FldsRequired'] ."\n"; } Index: app_new.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/app_new.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** app_new.php 2001/08/25 12:58:37 1.4 --- app_new.php 2001/08/26 12:16:40 1.5 *************** *** 61,65 **** echo "<INPUT type=\"hidden\" value=". $a->id ." name=\"id\">\n"; } ! DoubleTableStart(1); echo "<TR>\n"; echo "<TH COLSPAN=6>"; --- 61,68 ---- echo "<INPUT type=\"hidden\" value=". $a->id ." name=\"id\">\n"; } ! ! echo "<TABLE CLASS=single BORDER=0 CELLSPACING=0>\n"; ! # DoubleTableStart(1); ! echo "<TR>\n"; echo "<TH COLSPAN=6>"; *************** *** 214,218 **** echo "</TR>\n"; ! DoubleTableEnd(); echo "</FORM>\n"; echo $lang['FldsRequired'] ."\n"; --- 217,222 ---- echo "</TR>\n"; ! echo "</TABLE>\n"; ! # DoubleTableEnd(); echo "</FORM>\n"; echo $lang['FldsRequired'] ."\n"; Index: bug_new.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/bug_new.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** bug_new.php 2001/08/23 19:09:17 1.14 --- bug_new.php 2001/08/26 12:16:40 1.15 *************** *** 27,31 **** echo " <INPUT type=\"hidden\" value=". $b->state ." name=\"state\">\n"; } ! echo "<TABLE BORDER=0 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=4>". sprintf($lang['Showing'],$lang[$b->getType()])."</TH>\n"; --- 27,31 ---- echo " <INPUT type=\"hidden\" value=". $b->state ." name=\"state\">\n"; } ! echo "<TABLE CLASS=single BORDER=0 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=4>". sprintf($lang['Showing'],$lang[$b->getType()])."</TH>\n"; *************** *** 40,46 **** showfieldc($lang['BugID']); if ( $b->id > 0 ) { ! echo " <TD>". $b->getLink() ."</TD>\n"; } else { ! echo " <TD>". $lang['BugAutoID'] ."</TD>\n"; } echo "</TR>\n"; --- 40,46 ---- showfieldc($lang['BugID']); if ( $b->id > 0 ) { ! echo " <TD COLSPAN=3>". $b->getLink() ."</TD>\n"; } else { ! echo " <TD COLSPAN=3>". $lang['BugAutoID'] ."</TD>\n"; } echo "</TR>\n"; *************** *** 92,101 **** if ( $b->parent->id > 0 ) { showfield($lang[$b->parent->getType()]); ! echo " <TD VALIGN=top>". $b->parent->getLink(); echo " <INPUT type=hidden name=pid value=". $b->parent->id .">"; echo "</TD>\n"; } else { showfieldc($lang['ProductP']); ! echo " <TD VALIGN=top>". $current_user->askProduct($b->parent->id) ."</TD>"; } echo "</TR>\n"; --- 92,101 ---- if ( $b->parent->id > 0 ) { showfield($lang[$b->parent->getType()]); ! echo " <TD COLSPAN=3 VALIGN=top>". $b->parent->getLink(); echo " <INPUT type=hidden name=pid value=". $b->parent->id .">"; echo "</TD>\n"; } else { showfieldc($lang['ProductP']); ! echo " <TD COLSPAN=3 VALIGN=top>". $current_user->askProduct($b->parent->id) ."</TD>"; } echo "</TR>\n"; Index: company_new.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/company_new.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** company_new.php 2001/08/22 22:11:30 1.10 --- company_new.php 2001/08/26 12:16:40 1.11 *************** *** 25,29 **** echo "<INPUT type=hidden name=\"id\" value=\"". $c->id ."\">\n"; ! echo "<TABLE BORDER=0 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=5>". sprintf($lang['Showing'],$lang[$c->getType()])."</TH>\n"; --- 25,29 ---- echo "<INPUT type=hidden name=\"id\" value=\"". $c->id ."\">\n"; ! echo "<TABLE CLASS=single BORDER=0 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=5>". sprintf($lang['Showing'],$lang[$c->getType()])."</TH>\n"; *************** *** 75,93 **** echo "<TD COLSPAN=4><INPUT SIZE=30 MAXLENGTH=30 name=\"street1\" value=\"". $loc->street1 ."\"></TD>\n"; echo "</TR>\n"; echo "<TR>\n"; showfieldc($lang['Street'],0); echo "<TD COLSPAN=4><INPUT SIZE=30 MAXLENGTH=30 name=\"street2\" value=\"". $loc->street2 ."\"></TD>\n"; echo "</TR>\n"; echo "<TR>\n"; showfieldc($lang['City'],0); echo "<TD COLSPAN=1><INPUT SIZE=30 MAXLENGTH=30 name=\"city\" value=\"". $loc->city ."\"></TD>\n"; showfieldc($lang['ZIP'],0); ! echo "<TD COLSPAN=1><INPUT SIZE=10 MAXLENGTH=10 name=\"zip\" value=\"". $loc->zip ."\"></TD>\n"; echo "</TR>\n"; echo "<TR>\n"; showfieldc($lang['State'],0); echo "<TD COLSPAN=1><INPUT SIZE=30 MAXLENGTH=30 name=\"state\" value=\"". $loc->state ."\"></TD>\n"; showfieldc($lang['Country'],0); ! echo "<TD COLSPAN=1><INPUT SIZE=3 MAXLENGTH=3 name=\"country\" value=\"". $loc->country ."\"></TD>\n"; echo "</TR>\n"; } --- 75,96 ---- echo "<TD COLSPAN=4><INPUT SIZE=30 MAXLENGTH=30 name=\"street1\" value=\"". $loc->street1 ."\"></TD>\n"; echo "</TR>\n"; + echo "<TR>\n"; showfieldc($lang['Street'],0); echo "<TD COLSPAN=4><INPUT SIZE=30 MAXLENGTH=30 name=\"street2\" value=\"". $loc->street2 ."\"></TD>\n"; echo "</TR>\n"; + echo "<TR>\n"; showfieldc($lang['City'],0); echo "<TD COLSPAN=1><INPUT SIZE=30 MAXLENGTH=30 name=\"city\" value=\"". $loc->city ."\"></TD>\n"; showfieldc($lang['ZIP'],0); ! echo "<TD COLSPAN=2><INPUT SIZE=10 MAXLENGTH=10 name=\"zip\" value=\"". $loc->zip ."\"></TD>\n"; echo "</TR>\n"; + echo "<TR>\n"; showfieldc($lang['State'],0); echo "<TD COLSPAN=1><INPUT SIZE=30 MAXLENGTH=30 name=\"state\" value=\"". $loc->state ."\"></TD>\n"; showfieldc($lang['Country'],0); ! echo "<TD COLSPAN=2><INPUT SIZE=3 MAXLENGTH=3 name=\"country\" value=\"". $loc->country ."\"></TD>\n"; echo "</TR>\n"; } *************** *** 99,105 **** echo "<TR>\n"; if ($c->id > 0 ) { ! submit_reset(0,1,1,1,1,0); } else { ! submit_reset(0,-1,1,1,1,0); } echo "</TR>\n"; --- 102,108 ---- echo "<TR>\n"; if ($c->id > 0 ) { ! submit_reset(0,1,1,1,1,1); } else { ! submit_reset(0,-1,1,1,1,1); } echo "</TR>\n"; Index: department_new.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/department_new.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** department_new.php 2001/08/22 22:11:30 1.8 --- department_new.php 2001/08/26 12:16:40 1.9 *************** *** 25,29 **** echo "<INPUT type=hidden name=\"id\" value=\"". $d->id ."\">\n"; ! echo "<TABLE BORDER=0 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=5>". sprintf($lang['Showing'],$lang[$d->getType()])."</TH>\n"; --- 25,29 ---- echo "<INPUT type=hidden name=\"id\" value=\"". $d->id ."\">\n"; ! echo "<TABLE CLASS=single BORDER=0 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=5>". sprintf($lang['Showing'],$lang[$d->getType()])."</TH>\n"; *************** *** 103,113 **** echo "<TD COLSPAN=1><INPUT SIZE=30 MAXLENGTH=30 name=\"city\" value=\"". $loc->city ."\"></TD>\n"; showfieldc($lang['ZIP'],0); ! echo "<TD COLSPAN=1><INPUT SIZE=10 MAXLENGTH=10 name=\"zip\" value=\"". $loc->zip ."\"></TD>\n"; echo "</TR>\n"; echo "<TR>\n"; showfieldc($lang['State'],0); echo "<TD COLSPAN=1><INPUT SIZE=30 MAXLENGTH=30 name=\"state\" value=\"". $loc->state ."\"></TD>\n"; showfieldc($lang['Country'],0); ! echo "<TD COLSPAN=1><INPUT SIZE=3 MAXLENGTH=3 name=\"country\" value=\"". $loc->country ."\"></TD>\n"; echo "</TR>\n"; } --- 103,114 ---- echo "<TD COLSPAN=1><INPUT SIZE=30 MAXLENGTH=30 name=\"city\" value=\"". $loc->city ."\"></TD>\n"; showfieldc($lang['ZIP'],0); ! echo "<TD COLSPAN=2><INPUT SIZE=10 MAXLENGTH=10 name=\"zip\" value=\"". $loc->zip ."\"></TD>\n"; echo "</TR>\n"; + echo "<TR>\n"; showfieldc($lang['State'],0); echo "<TD COLSPAN=1><INPUT SIZE=30 MAXLENGTH=30 name=\"state\" value=\"". $loc->state ."\"></TD>\n"; showfieldc($lang['Country'],0); ! echo "<TD COLSPAN=2><INPUT SIZE=3 MAXLENGTH=3 name=\"country\" value=\"". $loc->country ."\"></TD>\n"; echo "</TR>\n"; } *************** *** 115,126 **** echo "<TR>\n"; showfieldc($lang['TeamCreation']); ! echo " <TD COLSPAN=3>". $d->creation->getLinkDateTime() ."</TD>\n"; echo "</TR>\n"; echo "<TR>\n"; if ($d->id > 0 ) { ! submit_reset(0,1,1,1,1,0); } else { ! submit_reset(0,-1,1,1,1,0); } echo "</TR>\n"; --- 116,127 ---- echo "<TR>\n"; showfieldc($lang['TeamCreation']); ! echo " <TD COLSPAN=4>". $d->creation->getLinkDateTime() ."</TD>\n"; echo "</TR>\n"; echo "<TR>\n"; if ($d->id > 0 ) { ! submit_reset(0,1,1,1,1,1); } else { ! submit_reset(0,-1,1,1,1,1); } echo "</TR>\n"; Index: file_new.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/file_new.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** file_new.php 2001/08/11 19:11:25 1.12 --- file_new.php 2001/08/26 12:16:40 1.13 *************** *** 27,31 **** } ! echo "<TABLE BORDER=0 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=4>". $lang['File'] ."</TH>\n"; --- 27,31 ---- } ! echo "<TABLE CLASS=single BORDER=0 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=4>". $lang['File'] ."</TH>\n"; *************** *** 115,118 **** --- 115,119 ---- echo "</TABLE>\n"; echo "</FORM>\n"; + echo $lang['FldsRequired'] ."\n"; } Index: installation_new.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/installation_new.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** installation_new.php 2001/08/22 22:11:30 1.9 --- installation_new.php 2001/08/26 12:16:40 1.10 *************** *** 19,25 **** global $tutos, $current_user,$lang; - echo "<TABLE>\n"; echo "<FORM METHOD=\"POST\" action=\"installation_ins.php\">\n"; hiddenFormElements(); echo "<TR><TH COLSPAN=4>". $lang['Installation'] ."</TH></TR>\n"; echo "<TR><TD ALIGN=right COLSPAN=4>". acl_link($i) ."</TD></TR>\n"; --- 19,25 ---- global $tutos, $current_user,$lang; echo "<FORM METHOD=\"POST\" action=\"installation_ins.php\">\n"; hiddenFormElements(); + echo "<TABLE CLASS=single BORDER=0 CELLSPACING=0>\n"; echo "<TR><TH COLSPAN=4>". $lang['Installation'] ."</TH></TR>\n"; echo "<TR><TD ALIGN=right COLSPAN=4>". acl_link($i) ."</TD></TR>\n"; *************** *** 100,105 **** echo "</TR>\n"; } - echo "</FORM>\n"; echo "</TABLE>\n"; echo $lang['FldsRequired'] ."\n"; } --- 100,105 ---- echo "</TR>\n"; } echo "</TABLE>\n"; + echo "</FORM>\n"; echo $lang['FldsRequired'] ."\n"; } Index: note_new.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/note_new.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** note_new.php 2001/08/26 07:34:27 1.11 --- note_new.php 2001/08/26 12:16:40 1.12 *************** *** 23,27 **** global $lang , $PHP_SELF; ! echo "<TABLE BORDER=0 CELLSPACING=0>\n"; echo "<FORM action=\"note_ins.php\" method=\"POST\">\n"; hiddenFormElements(); --- 23,27 ---- global $lang , $PHP_SELF; ! echo "<TABLE CLASS=single BORDER=0 CELLSPACING=0>\n"; echo "<FORM action=\"note_ins.php\" method=\"POST\">\n"; hiddenFormElements(); Index: product_new.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/product_new.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** product_new.php 2001/08/22 22:11:30 1.19 --- product_new.php 2001/08/26 12:16:40 1.20 *************** *** 27,31 **** echo "<INPUT type=\"hidden\" value=\"$p->id\" name=\"id\">\n"; } ! echo "<TABLE BORDER=0 CELLSPACING=0>\n"; echo " <TR><TH COLSPAN=4>". $title ."</TH></TR>\n"; if ( $p->id > 0 ) { --- 27,31 ---- echo "<INPUT type=\"hidden\" value=\"$p->id\" name=\"id\">\n"; } ! echo "<TABLE CLASS=single BORDER=0 CELLSPACING=0>\n"; echo " <TR><TH COLSPAN=4>". $title ."</TH></TR>\n"; if ( $p->id > 0 ) { *************** *** 64,68 **** echo "<TR>\n"; showfield($lang['ProdRoles']); ! echo " <TH>". $lang['AdrName'] ."</TH><TH>". $lang['ProdFunc'] ."</TH>\n"; echo "</TR>\n"; --- 64,68 ---- echo "<TR>\n"; showfield($lang['ProdRoles']); ! echo " <TH>". $lang['AdrName'] ."</TH><TH>". $lang['ProdFunc'] ."</TH><TH> </TH>\n"; echo "</TR>\n"; *************** *** 109,112 **** --- 109,113 ---- echo " </SELECT>\n"; echo " </TD>\n"; + echo " <TD> </TD>\n"; echo "</TR>\n"; Index: resource_new.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/resource_new.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** resource_new.php 2001/08/22 22:11:30 1.5 --- resource_new.php 2001/08/26 12:16:40 1.6 *************** *** 19,25 **** global $tutos,$lang,$current_user; - echo "<TABLE BORDER=0 CELLSPACING=0>\n"; echo "<FORM ACTION=\"resource_ins.php\" method=\"POST\">\n"; hiddenFormElements(); echo "<TR>\n"; echo " <TH COLSPAN=4>". sprintf($lang['Showing'],$lang[$b->getType()])."</TH>\n"; --- 19,25 ---- global $tutos,$lang,$current_user; echo "<FORM ACTION=\"resource_ins.php\" method=\"POST\">\n"; hiddenFormElements(); + echo "<TABLE CLASS=single BORDER=0 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=4>". sprintf($lang['Showing'],$lang[$b->getType()])."</TH>\n"; *************** *** 54,59 **** echo "</TR>\n"; } - echo "</FORM>\n"; echo "</TABLE>\n"; echo $lang['FldsRequired'] ."\n"; } --- 54,59 ---- echo "</TR>\n"; } echo "</TABLE>\n"; + echo "</FORM>\n"; echo $lang['FldsRequired'] ."\n"; } Index: task_new.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/task_new.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** task_new.php 2001/08/22 22:11:30 1.13 --- task_new.php 2001/08/26 12:16:40 1.14 *************** *** 21,27 **** global $tutos, $lang, $current_user; - echo "<TABLE BORDER=0 CELLSPACING=0>\n"; echo "<FORM action=\"task_ins.php\" method=\"POST\">\n"; hiddenFormElements(); echo " <TR><TH COLSPAN=4>"; if ( $t->id != -1 ) { --- 21,28 ---- global $tutos, $lang, $current_user; echo "<FORM action=\"task_ins.php\" method=\"POST\">\n"; hiddenFormElements(); + + echo "<TABLE CLASS=single BORDER=0 CELLSPACING=0>\n"; echo " <TR><TH COLSPAN=4>"; if ( $t->id != -1 ) { *************** *** 59,63 **** echo " <TR>\n"; showfieldc($lang['TaskSubTask']); ! echo " <TD>". $t->parent->getLink()."</TD>\n"; echo " </TR>\n"; } --- 60,64 ---- echo " <TR>\n"; showfieldc($lang['TaskSubTask']); ! echo " <TD COLSPAN=3>". $t->parent->getLink()."</TD>\n"; echo " </TR>\n"; } *************** *** 96,100 **** echo " <TR>\n"; showfieldc($lang['TaskS_Start']); ! echo " <TD>\n"; $t->s_start->EnterDate("s_start"); echo "</TD>\n"; --- 97,101 ---- echo " <TR>\n"; showfieldc($lang['TaskS_Start']); ! echo " <TD COLSPAN=3>\n"; $t->s_start->EnterDate("s_start"); echo "</TD>\n"; *************** *** 103,107 **** echo " <TR>\n"; showfieldc($lang['TaskS_End']); ! echo " <TD>\n"; $t->s_end->EnterDate("s_end"); echo "</TD>\n"; --- 104,108 ---- echo " <TR>\n"; showfieldc($lang['TaskS_End']); ! echo " <TD COLSPAN=3>\n"; $t->s_end->EnterDate("s_end"); echo "</TD>\n"; *************** *** 117,122 **** echo "</TR>\n"; } - echo "</FORM>\n"; echo "</TABLE>\n"; echo $lang['FldsRequired'] ."\n"; } --- 118,123 ---- echo "</TR>\n"; } echo "</TABLE>\n"; + echo "</FORM>\n"; echo $lang['FldsRequired'] ."\n"; } Index: timetrack_new.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/timetrack_new.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** timetrack_new.php 2001/08/22 22:11:30 1.9 --- timetrack_new.php 2001/08/26 12:16:40 1.10 *************** *** 20,24 **** global $lang, $title, $current_user; ! echo "<TABLE BORDER=0 CELLSPACING=0>\n"; echo "<FORM action=\"timetrack_ins.php\" method=\"POST\">\n"; hiddenFormElements(); --- 20,24 ---- global $lang, $title, $current_user; ! echo "<TABLE CLASS=single BORDER=0 CELLSPACING=0>\n"; echo "<FORM action=\"timetrack_ins.php\" method=\"POST\">\n"; hiddenFormElements(); *************** *** 42,46 **** echo "<TR>\n"; showfieldc($lang['TimetrackWorker'],1); ! echo " <TD>\n"; select_from_array_or_input($tt,"w",$tt->worker,0); echo " </TD>\n"; --- 42,46 ---- echo "<TR>\n"; showfieldc($lang['TimetrackWorker'],1); ! echo " <TD COLSPAN=3>\n"; select_from_array_or_input($tt,"w",$tt->worker,0); echo " </TD>\n"; Index: user_new.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/user_new.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** user_new.php 2001/08/25 09:20:26 1.18 --- user_new.php 2001/08/26 12:16:40 1.19 *************** *** 19,23 **** echo "<INPUT type=hidden name=\"id\" value=\"". $user->id ."\">\n"; echo "<INPUT type=hidden name=\"uid\" value=\"". $user->uid ."\">\n"; ! echo "<TABLE BORDER=0 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=4>". $lang['UserInfo'] ."</TH>\n"; --- 19,23 ---- echo "<INPUT type=hidden name=\"id\" value=\"". $user->id ."\">\n"; echo "<INPUT type=hidden name=\"uid\" value=\"". $user->uid ."\">\n"; ! echo "<TABLE CLASS=single BORDER=0 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=4>". $lang['UserInfo'] ."</TH>\n"; *************** *** 63,69 **** echo "<INPUT type=hidden name=\"admin\" value=\"". $user->admin ."\">\n"; if ( $user->admin == 1 ) { ! echo " <TD>". $lang['yes'] ."</TD>\n"; } else { ! echo " <TD>". $lang['no'] ."</TD>\n"; } } --- 63,69 ---- echo "<INPUT type=hidden name=\"admin\" value=\"". $user->admin ."\">\n"; if ( $user->admin == 1 ) { ! echo " <TD COLSPAN=3>". $lang['yes'] ."</TD>\n"; } else { ! echo " <TD COLSPAN=3>". $lang['no'] ."</TD>\n"; } } *************** *** 103,108 **** echo " <TD> ". $lang['yes'] ." <INPUT type=radio name=\"x[". $i ."]\" value=1 ". $ochecked[1] ."></TD>"; echo " <TD>". $lang['no'] ." <INPUT type=radio name=\"x[". $i ."]\" value=0 ". $ochecked[0] ."></TD>"; } else { ! echo " <TD COLSPAN=2> ". $lang['FeatureOff'] ."</TD>"; echo "<INPUT type=hidden name=\"x[". $i ."]\" value=0>\n"; } --- 103,109 ---- echo " <TD> ". $lang['yes'] ." <INPUT type=radio name=\"x[". $i ."]\" value=1 ". $ochecked[1] ."></TD>"; echo " <TD>". $lang['no'] ." <INPUT type=radio name=\"x[". $i ."]\" value=0 ". $ochecked[0] ."></TD>"; + echo " <TD> </TD>"; } else { ! echo " <TD COLSPAN=3> ". $lang['FeatureOff'] ."</TD>"; echo "<INPUT type=hidden name=\"x[". $i ."]\" value=0>\n"; } Index: acl_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/acl_show.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** acl_show.php 2001/08/21 21:57:11 1.6 --- acl_show.php 2001/08/26 12:16:40 1.7 *************** *** 14,17 **** --- 14,18 ---- include("installation.pinc"); include("appointment.pinc"); + include("timetrack.pinc"); /* Check if user is allowed to use it */ *************** *** 28,40 **** if ( ($f < $max) && ($f >= $min) ) { ! $pre = ""; if ( $i == 0 ) { ! echo $pre . $lang['everybody'] ."<BR>\n"; ! continue; } $x = getObject($i); if ( $x->gettype() == "team" ) { ! $pre = $lang['team'] ." "; } echo $pre . $x->getLink() ."<BR>\n"; --- 29,41 ---- if ( ($f < $max) && ($f >= $min) ) { ! $pre = " "; if ( $i == 0 ) { ! echo $pre . $lang['everybody'] ."<BR>\n"; ! continue; } $x = getObject($i); if ( $x->gettype() == "team" ) { ! $pre .= $lang['team'] ." "; } echo $pre . $x->getLink() ."<BR>\n"; *************** *** 50,54 **** ! echo "<TABLE BORDER=1 CELLSPACING=0>\n"; echo " <TR><TH COLSPAN=6>"; echo sprintf($lang['AclDetailI'],$lang[$obj->getType()] ." ". $obj->getLink()); --- 51,55 ---- ! echo "<TABLE CLASS=single BORDER=0 CELLSPACING=0>\n"; echo " <TR><TH COLSPAN=6>"; echo sprintf($lang['AclDetailI'],$lang[$obj->getType()] ." ". $obj->getLink()); *************** *** 56,72 **** echo "<TR VALIGN=top>\n"; ! echo " <TH WIDTH=30% COLSPAN=2>Read only</TH>\n"; ! echo " <TH WIDTH=30% COLSPAN=2>Modify<BR>+ Read</TH>\n"; ! echo " <TH WIDTH=30% COLSPAN=2>Delete<BR>+ Modify<BR>+ Read</TH>\n"; echo "</TR>\n"; echo "<TR>\n"; ! echo " <TD VALIGN=top COLSPAN=2>\n"; show($obj,$tutos[seeok],$tutos[modok],"r"); echo " </TD>\n"; ! echo " <TD VALIGN=top COLSPAN=2>\n"; show($obj,$tutos[modok],$tutos[delok],"m"); echo " </TD>\n"; ! echo " <TD VALIGN=top COLSPAN=2>\n"; show($obj,$tutos[delok],99,"d"); echo " </TD>\n"; --- 57,73 ---- echo "<TR VALIGN=top>\n"; ! echo " <TH WIDTH=30% COLSPAN=2>". $lang[ACLread] ."</TH>\n"; ! echo " <TH WIDTH=30% COLSPAN=2>". $lang[ACLread] ."<BR>". $lang[ACLmodify] ."</TH>\n"; ! echo " <TH WIDTH=30% COLSPAN=2>". $lang[ACLread] ."<BR>". $lang[ACLmodify] ."<BR>". $lang[ACLdelete] ."</TH>\n"; echo "</TR>\n"; echo "<TR>\n"; ! echo " <TD VALIGN=top COLSPAN=2 CLASS=line1>\n"; show($obj,$tutos[seeok],$tutos[modok],"r"); echo " </TD>\n"; ! echo " <TD VALIGN=top COLSPAN=2 CLASS=line2>\n"; show($obj,$tutos[modok],$tutos[delok],"m"); echo " </TD>\n"; ! echo " <TD VALIGN=top COLSPAN=2 CLASS=line1>\n"; show($obj,$tutos[delok],99,"d"); echo " </TD>\n"; Index: bug_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/bug_show.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** bug_show.php 2001/08/23 19:09:17 1.13 --- bug_show.php 2001/08/26 12:16:40 1.14 *************** *** 57,64 **** if ( $b->parent->id > 0 ) { showfield($lang[$b->parent->getType()]); ! echo "<TD>". $b->parent->getLink() ."</TD>\n"; } else { showfield($lang['ProductP']); ! echo " <TD>". $lang['HistoryDeleted'] ."</TD>\n"; } --- 57,64 ---- if ( $b->parent->id > 0 ) { showfield($lang[$b->parent->getType()]); ! echo "<TD COLSPAN=3>". $b->parent->getLink() ."</TD>\n"; } else { showfield($lang['ProductP']); ! echo " <TD COLSPAN=3>". $lang['HistoryDeleted'] ."</TD>\n"; } Index: file_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/file_show.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** file_show.php 2001/08/23 19:09:17 1.11 --- file_show.php 2001/08/26 12:16:40 1.12 *************** *** 22,26 **** global $lang , $current_user; ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=2>\n"; echo "<TR><TH COLSPAN=4>". $lang['FileDetail'] ."</TH></TR>\n"; --- 22,26 ---- global $lang , $current_user; ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR><TH COLSPAN=4>". $lang['FileDetail'] ."</TH></TR>\n"; *************** *** 29,58 **** echo " <TD>". $f->name ."</TD>\n"; showfield($lang['FileVersion']); ! echo " <TD VALIGN=top>". $f->version ."</TD>\n"; echo "</TR>\n"; echo "<TR>\n"; showfield($lang['FileName']); ! echo " <TD COLPSPAN=2>". $f->filename ."</TD>\n"; echo "</TR>\n"; echo "<TR>\n"; showfield($lang['FileAuthor']); ! echo " <TD COLSPAN=2>". $f->author->getLink() ."</TD>\n"; echo "</TR>\n"; echo "<TR>\n"; showfield($lang['FileReference']); ! echo " <TD COLSPAN=2>". $f->getRefLink() ."</TD>\n"; echo "</TR>\n"; echo "<TR>\n"; showfield($lang['FileSize']); ! echo " <TD COLSPAN=2>". $f->filesize ." Bytes</TD>\n"; echo "</TR>\n"; echo "<TR>\n"; showfield($lang['FileType']); ! echo " <TD COLSPAN=2>". $f->filetype ."</TD>\n"; echo "</TR>\n"; --- 29,58 ---- echo " <TD>". $f->name ."</TD>\n"; showfield($lang['FileVersion']); ! echo " <TD VALIGN=top>". $f->version ." </TD>\n"; echo "</TR>\n"; echo "<TR>\n"; showfield($lang['FileName']); ! echo " <TD COLSPAN=3>". $f->filename ."</TD>\n"; echo "</TR>\n"; echo "<TR>\n"; showfield($lang['FileAuthor']); ! echo " <TD COLSPAN=3>". $f->author->getLink() ."</TD>\n"; echo "</TR>\n"; echo "<TR>\n"; showfield($lang['FileReference']); ! echo " <TD COLSPAN=3>". $f->getRefLink() ."</TD>\n"; echo "</TR>\n"; echo "<TR>\n"; showfield($lang['FileSize']); ! echo " <TD COLSPAN=3>". $f->filesize ." Bytes</TD>\n"; echo "</TR>\n"; echo "<TR>\n"; showfield($lang['FileType']); ! echo " <TD COLSPAN=3>". $f->filetype ."</TD>\n"; echo "</TR>\n"; Index: product_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/product_show.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** product_show.php 2001/08/23 19:09:17 1.17 --- product_show.php 2001/08/26 12:16:40 1.18 *************** *** 72,76 **** echo "<TR>\n"; showfield($lang['ProdVersion']); ! echo " <TD COLSPAN=3>". $p->version ."</TD>\n"; echo "</TR>\n"; --- 72,76 ---- echo "<TR>\n"; showfield($lang['ProdVersion']); ! echo " <TD COLSPAN=3>". $p->version ." </TD>\n"; echo "</TR>\n"; *************** *** 93,97 **** echo "<TR>\n"; showfield($lang['ProdDesc']); ! echo " <TD COLSPAN=3>". $p->description ."</TD>\n"; echo "</TR>\n"; --- 93,97 ---- echo "<TR>\n"; showfield($lang['ProdDesc']); ! echo " <TD COLSPAN=3>". $p->description ." </TD>\n"; echo "</TR>\n"; Index: resource_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/resource_show.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** resource_show.php 2001/08/25 12:26:50 1.8 --- resource_show.php 2001/08/26 12:16:40 1.9 *************** *** 22,26 **** global $tutos,$lang,$current_user; ! echo "<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=4>". sprintf($lang['Showing'],$b->getFullName()) ."</TH>\n"; --- 22,26 ---- global $tutos,$lang,$current_user; ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=4>". sprintf($lang['Showing'],$b->getFullName()) ."</TH>\n"; *************** *** 29,33 **** echo "<TR>\n"; showfield($lang['createdby']); ! echo " <TD>". $b->creator->getLink() ."</TD>\n"; echo "</TR><TR>\n"; --- 29,33 ---- echo "<TR>\n"; showfield($lang['createdby']); ! echo " <TD COLSPAN=3>". $b->creator->getLink() ."</TD>\n"; echo "</TR><TR>\n"; |
Update of /cvsroot/tutos/tutos/html/red In directory usw-pr-cvs1:/tmp/cvs-serv31107/html/red Added Files: addresses.gif appointments.gif bugs.gif help.gif left.gif logout.gif projects.gif right.gif teams.gif Log Message: Initial checkin --- NEW FILE: addresses.gif --- GIF89a --- NEW FILE: appointments.gif --- GIF89a --- NEW FILE: bugs.gif --- GIF89a --- NEW FILE: help.gif --- GIF89a --- NEW FILE: left.gif --- GIF89a (¯7Âk|ãÚÜÆzÍ#DÑ>Ñ&HÅ --- NEW FILE: logout.gif --- GIF89a --- NEW FILE: projects.gif --- GIF89a --- NEW FILE: right.gif --- GIF89a (}moÅÅÅÌ 2Í#D¯7·WgãÚÜÆzåÇÌÔ£ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ!ù j Y --- NEW FILE: teams.gif --- GIF89a |
From: Gero K. <gok...@us...> - 2001-08-26 11:41:24
|
Update of /cvsroot/tutos/tutos/html/red In directory usw-pr-cvs1:/tmp/cvs-serv26136/red Log Message: Directory /cvsroot/tutos/tutos/html/red added to the repository |
From: Gero K. <gok...@us...> - 2001-08-26 08:56:56
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv2306/php Modified Files: admin_show.php Log Message: theme stuff added Index: admin_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/admin_show.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** admin_show.php 2001/08/25 12:26:50 1.9 --- admin_show.php 2001/08/26 08:56:54 1.10 *************** *** 65,69 **** getinfo(); ! echo "<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=4>". $lang['AdminDBInfo'] ."</TH>\n"; --- 65,69 ---- getinfo(); ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=4>". $lang['AdminDBInfo'] ."</TH>\n"; |
From: Boris W. <bw...@us...> - 2001-08-26 08:25:36
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv30889 Modified Files: mytutos.php Log Message: Added cellspacing Index: mytutos.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/mytutos.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** mytutos.php 2001/08/25 17:15:37 1.27 --- mytutos.php 2001/08/26 08:25:30 1.28 *************** *** 24,28 **** Function info_table_start() { # DoubleTableStart(0,1); ! echo " <TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0 WIDTH=\"100%\">\n"; } Function info_table_end() { --- 24,28 ---- Function info_table_start() { # DoubleTableStart(0,1); ! echo " <TABLE BORDER=0 CELLPADDING=3 CELLSPACING=1 WIDTH=\"100%\">\n"; } Function info_table_end() { *************** *** 120,124 **** } if ( $hastable == 0 ) { ! echo " <TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH=\"100%\">\n"; $hastable = 1; } else { --- 120,124 ---- } if ( $hastable == 0 ) { ! echo " <TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH=\"100%\">\n"; $hastable = 1; } else { |
From: Gero K. <gok...@us...> - 2001-08-26 07:34:31
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv24160/php Modified Files: note_ins.php note_new.php note_overview.php Log Message: fix bug #455377 Index: note_ins.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/note_ins.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** note_ins.php 2001/08/11 19:11:25 1.6 --- note_ins.php 2001/08/26 07:34:27 1.7 *************** *** 13,16 **** --- 13,17 ---- include("product.pinc"); include("resource.pinc"); + include("timetrack.pinc"); /* Check if user is allowed to use it */ Index: note_new.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/note_new.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** note_new.php 2001/08/22 22:11:30 1.10 --- note_new.php 2001/08/26 07:34:27 1.11 *************** *** 12,15 **** --- 12,16 ---- include("product.pinc"); include("resource.pinc"); + include("timetrack.pinc"); /* Check if user is allowed to use it */ Index: note_overview.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/note_overview.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** note_overview.php 2001/08/24 15:04:00 1.7 --- note_overview.php 2001/08/26 07:34:27 1.8 *************** *** 13,16 **** --- 13,17 ---- include("task.pinc"); include("resource.pinc"); + include("timetrack.pinc"); /* Check if user is allowed to use it */ |
From: Boris W. <bw...@us...> - 2001-08-26 07:18:41
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv21510 Modified Files: webelements.p3 Log Message: Used 'admin' translation Index: webelements.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/webelements.p3,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -r1.66 -r1.67 *** webelements.p3 2001/08/25 16:25:25 1.66 --- webelements.p3 2001/08/26 07:18:30 1.67 *************** *** 550,554 **** echo "<FONT SIZE=-2>". menulink("mytutos.php" ,$tutos[image][user] . $current_user->getFullName(),$current_user->getFullName()) ."</FONT><BR>\n"; if ( $current_user->admin != 0 ) { ! echo "<FONT SIZE=-2>". menulink("admin_show.php" ,$tutos[image][user] . "admin","admin") ."</FONT><BR>\n"; } } --- 550,554 ---- echo "<FONT SIZE=-2>". menulink("mytutos.php" ,$tutos[image][user] . $current_user->getFullName(),$current_user->getFullName()) ."</FONT><BR>\n"; if ( $current_user->admin != 0 ) { ! echo "<FONT SIZE=-2>". menulink("admin_show.php" ,$tutos[image][user] . $lang['UserAdmin'] , $lang['UserAdmin']) ."</FONT><BR>\n"; } } |
From: Gero K. <gok...@us...> - 2001-08-25 23:17:23
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv10333/php Modified Files: calendar.php Log Message: removed unused vars Index: calendar.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/calendar.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -r1.24 -r1.25 *** calendar.php 2001/08/25 12:58:37 1.24 --- calendar.php 2001/08/25 23:17:21 1.25 *************** *** 123,131 **** global $team,$uids,$lang, $tutos, $current_user; - - $s_col[0] = "#2020FF"; - $s_col[1] = "#00BB00"; - $s_col[2] = "#FF0000"; - $ts = mktime(12,0,0,substr($t,4,2),substr($t,6,2),substr($t,0,4)); --- 123,126 ---- |
From: Gero K. <gok...@us...> - 2001-08-25 23:16:47
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv10229/php Modified Files: product_overview.php Log Message: theme stuff changed Index: product_overview.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/product_overview.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** product_overview.php 2001/08/25 17:04:24 1.20 --- product_overview.php 2001/08/25 23:16:44 1.21 *************** *** 397,401 **** } ! echo "<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=6>". $lang['ProdStatsTitle'] ."</TH>\n"; --- 397,401 ---- } ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=6>". $lang['ProdStatsTitle'] ."</TH>\n"; |
From: Gero K. <gok...@us...> - 2001-08-25 23:15:42
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv10064/php Modified Files: note_show.php Log Message: fix bug #455377 Index: note_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/note_show.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** note_show.php 2001/08/23 19:09:17 1.8 --- note_show.php 2001/08/25 23:15:38 1.9 *************** *** 12,15 **** --- 12,16 ---- include("product.pinc"); include("resource.pinc"); + include("timetrack.pinc"); /* Check if user is allowed to use it */ *************** *** 129,131 **** CVS Info: $Id$ $Author$ ! --> \ No newline at end of file --- 130,132 ---- CVS Info: $Id$ $Author$ ! --> |
From: Boris W. <bw...@us...> - 2001-08-25 17:15:39
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv30242 Modified Files: mytutos.php Log Message: Consistency fixes Index: mytutos.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/mytutos.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** mytutos.php 2001/08/25 15:20:01 1.26 --- mytutos.php 2001/08/25 17:15:37 1.27 *************** *** 422,429 **** echo "<HR NOSHADE SIZE=1>\n"; if ( ($current_user->p[usetimetrack] == 1) && ($tutos[usetimetrack] == 1) ) { ! echo menulink("timetrack_select.php",$lang['SearchForTT'],$lang['SearchForTT']) ."<BR>\n"; } if ( ($current_user->p[usenotes] == 1) && ($tutos[usenotes] == 1) ) { ! echo menulink("note_select.php",$lang['NoteSearch'],$lang['NoteSearch']) ."<BR>\n"; } --- 422,429 ---- echo "<HR NOSHADE SIZE=1>\n"; if ( ($current_user->p[usetimetrack] == 1) && ($tutos[usetimetrack] == 1) ) { ! echo menulink("timetrack_select.php",$lang['TimetrackSearch'],$lang['SearchForTT']) ."<BR>\n"; } if ( ($current_user->p[usenotes] == 1) && ($tutos[usenotes] == 1) ) { ! echo menulink("note_select.php",$lang['NoteSearch'],$lang['SearchForNote']) ."<BR>\n"; } |
From: Boris W. <bw...@us...> - 2001-08-25 17:04:27
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv28198 Modified Files: de.p3 en.p3 es.p3 fr.p3 it.p3 ko.p3 nl.p3 pl.p3 product_overview.php pt-br.p3 ru.p3 tw.p3 zh.p3 Log Message: Translated 'all'. Index: de.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/de.p3,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -r1.61 -r1.62 *** de.p3 2001/08/25 09:06:24 1.61 --- de.p3 2001/08/25 17:04:24 1.62 *************** *** 137,140 **** --- 137,141 ---- $lang['FldsRequired'] = "<FONT SIZE=-1>Mit <FONT COLOR=red>(*)</FONT> gekennzeichnete Felder müssen ausgefüllt werden.</FONT>"; $lang['any'] = "Alle"; + $lang['all'] = "Alle"; $lang['extended'] = "Erweitert"; $lang['OrderBy'] = "Nach %s sortieren"; Index: en.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/en.p3,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -r1.56 -r1.57 *** en.p3 2001/08/24 16:58:40 1.56 --- en.p3 2001/08/25 17:04:24 1.57 *************** *** 137,140 **** --- 137,141 ---- $lang['FldsRequired'] = "<FONT SIZE=-1>Fields marked <FONT COLOR=red>(*)</FONT> must be filled.</FONT>"; $lang['any'] = "any"; + $lang['all'] = "All"; $lang['extended'] = "extended"; $lang['OrderBy'] = "order by %s"; Index: es.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/es.p3,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -r1.41 -r1.42 *** es.p3 2001/08/24 16:58:40 1.41 --- es.p3 2001/08/25 17:04:24 1.42 *************** *** 139,142 **** --- 139,143 ---- $lang['FldsRequired'] = "<FONT SIZE=-1>Los campos marcados <FONT COLOR=red>(*)</FONT> son obligatorios.</FONT>"; $lang['any'] = "cualquiera"; + $lang['all'] = "todos"; $lang['extended'] = "avanzada"; $lang['OrderBy'] = "ordenar por %s"; Index: fr.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/fr.p3,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -r1.40 -r1.41 *** fr.p3 2001/08/24 16:58:40 1.40 --- fr.p3 2001/08/25 17:04:24 1.41 *************** *** 139,142 **** --- 139,143 ---- $lang['FldsRequired'] = "<FONT SIZE=-1>Les champs <FONT COLOR=red>(*)</FONT> doivent etre remplis.</FONT>"; $lang['any'] = "Tous"; + $lang['all'] = "Tous"; $lang['extended'] = "Etendue"; $lang['OrderBy'] = "Tri croissant par %s"; Index: it.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/it.p3,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -r1.49 -r1.50 *** it.p3 2001/08/24 16:58:40 1.49 --- it.p3 2001/08/25 17:04:24 1.50 *************** *** 137,140 **** --- 137,141 ---- $lang['FldsRequired'] = "<FONT SIZE=-1>Fields marked <FONT COLOR=red>(*)</FONT> must be filled.</FONT>"; $lang['any'] = "qualsiasi"; + $lang['all'] = "All"; $lang['extended'] = "esteso"; $lang['OrderBy'] = "ordina per %s"; Index: ko.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/ko.p3,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** ko.p3 2001/08/24 16:58:40 1.15 --- ko.p3 2001/08/25 17:04:24 1.16 *************** *** 137,140 **** --- 137,141 ---- $lang['FldsRequired'] = "<FONT SIZE=-1> <FONT COLOR=red>(*)</FONT>Ç¥ Àִ°÷Àº ¹Ýµå½Ã ÀÔ·ÂÇØ¾ß ÇÕ´Ï´Ù.</FONT>"; $lang['any'] = "any"; + $lang['all'] = "All"; $lang['extended'] = "extended"; $lang['OrderBy'] = "order by %s"; Index: nl.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/nl.p3,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** nl.p3 2001/08/24 16:58:40 1.8 --- nl.p3 2001/08/25 17:04:24 1.9 *************** *** 139,142 **** --- 139,143 ---- $lang['FldsRequired'] = "<FONT SIZE=-1>Velden gemarkeerd met <FONT COLOR=red>(*)</FONT> zijn verplicht.</FONT>"; $lang['any'] = "elke"; + $lang['all'] = "All"; $lang['extended'] = "uitgebreid"; $lang['OrderBy'] = "sorteer op %s"; Index: pl.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/pl.p3,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** pl.p3 2001/08/24 16:58:40 1.12 --- pl.p3 2001/08/25 17:04:24 1.13 *************** *** 143,146 **** --- 143,147 ---- $lang['FldsRequired'] = "<FONT SIZE=-1>Pola zaznaczone <FONT COLOR=red>(*)</FONT> musz± zostaæ wype³nione.</FONT>"; $lang['any'] = "ka¿dy"; + $lang['all'] = "All"; $lang['extended'] = "rozszerzone"; $lang['OrderBy'] = "w kolejno¶ci %s"; Index: product_overview.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/product_overview.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** product_overview.php 2001/08/25 13:05:37 1.19 --- product_overview.php 2001/08/25 17:04:24 1.20 *************** *** 601,606 **** echo "<TR><TD NOWRAP><HR NOSHADE></TD></TR>\n"; echo "<TR><TD NOWRAP>\n"; ! # FIXME: translate 'all' ! echo " <INPUT TYPE=checkbox name=checkit "CheckAll();\"> all\n"; echo "</TD></TR>\n"; --- 601,605 ---- echo "<TR><TD NOWRAP><HR NOSHADE></TD></TR>\n"; echo "<TR><TD NOWRAP>\n"; ! echo " <INPUT TYPE=checkbox name=checkit "CheckAll();\"> ". $lang['all'] ."\n"; echo "</TD></TR>\n"; Index: pt-br.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/pt-br.p3,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** pt-br.p3 2001/08/24 16:58:40 1.28 --- pt-br.p3 2001/08/25 17:04:24 1.29 *************** *** 137,140 **** --- 137,141 ---- $lang['FldsRequired'] = "<FONT SIZE=-1>Campos marcados com <FONT COLOR=red>(*)</FONT> devem ser preenchidos.</FONT>"; $lang['any'] = "qualquer"; + $lang['all'] = "todos"; $lang['extended'] = "avançado"; $lang['OrderBy'] = "por ordem %s"; Index: ru.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/ru.p3,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -r1.35 -r1.36 *** ru.p3 2001/08/24 16:58:40 1.35 --- ru.p3 2001/08/25 17:04:24 1.36 *************** *** 137,140 **** --- 137,141 ---- $lang['FldsRequired'] = "<FONT SIZE=-1>ðÏÍÅÞÅÎÙÅ ÐÏÌÑ<FONT COLOR=red>(*)</FONT> ÄÏÌÖÎÙ ÂÙÔØ ÚÁÐÏÌÎÅÎÙ.</FONT>"; $lang['any'] = "ÌÀÂÏÊ"; + $lang['all'] = "All"; $lang['extended'] = "ÒÁÓÛÉÒÅÎÎÙÊ"; $lang['OrderBy'] = "ÓÏÒÔÉÒÏ×ÁÔØ ÐÏ %s"; Index: tw.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/tw.p3,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -r1.35 -r1.36 *** tw.p3 2001/08/24 16:58:40 1.35 --- tw.p3 2001/08/25 17:04:24 1.36 *************** *** 141,144 **** --- 141,145 ---- $lang['FldsRequired'] = "<FONT SIZE=-1>¦³<FONT COLOR=red>(*)</FONT> ¦b®Çªº¥²»Ý¶µ¶ñ¼g.</FONT>"; $lang['any'] = "¥ô¦ó"; + $lang['all'] = "All"; $lang['extended'] = "©µ¦ù"; $lang['OrderBy'] = "¥H %s ±Æ¦C"; Index: zh.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/zh.p3,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -r1.35 -r1.36 *** zh.p3 2001/08/24 16:58:40 1.35 --- zh.p3 2001/08/25 17:04:24 1.36 *************** *** 141,144 **** --- 141,145 ---- $lang['FldsRequired'] = "<FONT SIZE=-1>ÓÐ<FONT COLOR=red>(*)</FONT> ÔÚÅԵıØÐèÏîÌîд.</FONT>"; $lang['any'] = "ÈκÎ"; + $lang['all'] = "All"; $lang['extended'] = "ÑÓÉì"; $lang['OrderBy'] = "ÒÔ %s ÅÅÁÐ"; |
From: Boris W. <bw...@us...> - 2001-08-25 16:25:32
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv17013 Modified Files: webelements.p3 Log Message: Added SCRIPT TYPE Index: webelements.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/webelements.p3,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -r1.65 -r1.66 *** webelements.p3 2001/08/25 12:58:37 1.65 --- webelements.p3 2001/08/25 16:25:25 1.66 *************** *** 356,360 **** $tutos[useoverlib] = 1; echo " <DIV ID=\"overDiv\" STYLE=\"position:absolute; visibility:hide; z-index:1;\"></DIV>\n"; ! echo " <SCRIPT LANGUAGE=\"JavaScript\" SRC=\"../html/overlib.js\"></SCRIPT>\n"; } else { $tutos[useoverlib] = 0; --- 356,360 ---- $tutos[useoverlib] = 1; echo " <DIV ID=\"overDiv\" STYLE=\"position:absolute; visibility:hide; z-index:1;\"></DIV>\n"; ! echo " <SCRIPT LANGUAGE=\"JavaScript\" SRC=\"../html/overlib.js\" TYPE=\"text/javascript\"></SCRIPT>\n"; } else { $tutos[useoverlib] = 0; |
From: Boris W. <bw...@us...> - 2001-08-25 15:20:08
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv28940 Modified Files: mytutos.php Log Message: Removed useless code Index: mytutos.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/mytutos.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** mytutos.php 2001/08/25 10:37:02 1.25 --- mytutos.php 2001/08/25 15:20:01 1.26 *************** *** 123,127 **** $hastable = 1; } else { ! echo " <TR><TD CLASS=". $dinfo[color] ." COLSPAN=3><FONT COLOR=black SIZE=-5><HR NOSHADE SIZE=1></FONT></TD></TR>\n"; } // Show appointments or task --- 123,127 ---- $hastable = 1; } else { ! echo " <TR><TD CLASS=". $dinfo[color] ." COLSPAN=3><HR NOSHADE SIZE=1></TD></TR>\n"; } // Show appointments or task |
From: Boris W. <bw...@us...> - 2001-08-25 14:44:50
|
Update of /cvsroot/tutos/tutos/html In directory usw-pr-cvs1:/tmp/cvs-serv20723 Modified Files: tutos.css Log Message: Cleanups Index: tutos.css =================================================================== RCS file: /cvsroot/tutos/tutos/html/tutos.css,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** tutos.css 2001/08/25 12:20:38 1.18 --- tutos.css 2001/08/25 14:44:47 1.19 *************** *** 2,180 **** * Copyright 1999 by Gero Kohnert * ! * CVS Info: $Id$ * $Author$ * */ A { ! text-decoration: none; } .nodeco { ! text-decoration: none; } A:link { ! color: #9900FF; /* unvisited link */ } A:visited { ! color: #9900FF; /* visited links */ } A:active { ! color: lime; /* active links */ } .warn { ! font-weight: bold; ! color: red; } ! /* preformatted formatted text */ .pre { ! background-color: white; ! color: black; } ! /* TEXT found by search */ .found { ! color: #E00000; } .desc { ! font-weight: bold; } .pagetitle { ! color: #000000; ! font-weight: bold; ! font-size: large; } .navigate { ! background-color: #FFEEDD; ! vertical-align: top; ! margin-left: 5px; ! margin-top: 20px; } .state0 { ! background-color: #F0F000; } .text0 { ! color: #C0C000; ! font-size: small; } .state1 { ! background-color: #00BB00; } .text1 { ! color: #00BB00; ! font-size: small; } .state2 { ! background-color: #FF0000; } .text2 { ! color: #FF0000; ! font-size: small; } .headline { ! background-color: #CACACA; } /* line color 1 in overviews */ .line1 { ! background-color: #EAEAEA; } /* line color 2 in overviews */ .line2 { ! background-color: #DADADA; } ! /* Not started Task */ .task0 { ! background-color: #FFFFEE; ! color: black; ! font-size: small; } ! /* Ongoing Task */ .task1 { ! background-color: #EEFFEE; ! color: black; ! font-size: small; } ! /* Finished Task */ .task2 { ! background-color: #DDFFDD; ! color: black; ! font-size: small; } ! /* Overdue Task */ .task3 { ! background-color: #FFDDDD; ! color: black; ! font-size: small; } ! /* Task done */ .taskdone { ! background-color: green; ! color: black; ! font-size: small; } ! /* Task todo */ .tasktodo { ! background-color: #E00000; ! color: black; ! font-size: small; } ! /* Task to much time */ .taskmuch { ! background-color: red; ! color: black; ! font-size: small; } ! /* OFFICE */ .apploc0 { ! color: black; } ! /* OUT */ .apploc1 { ! color: black; } ! /* VACATION */ .apploc2 { ! color: green; } ! /* SICK */ .apploc3 { ! color: red; } .holiday { ! background-color: #FFD0D0; vertical-align: top; } .freeday { ! background-color: #FFE0E0; vertical-align: top; } .appday { ! background-color: #E0E0E0; vertical-align: top; } .today { ! background-color: #E0F0E0; vertical-align: top; } .week { ! background-color: #BBCCDD; ! font-weight: bold; width: 5%; vertical-align: top; --- 2,196 ---- * Copyright 1999 by Gero Kohnert * ! * CVS Info: $Id$ * $Author$ * */ + A { ! text-decoration: none; } + .nodeco { ! text-decoration: none; } + A:link { ! color: #9900FF; /* unvisited link */ } + A:visited { ! color: #9900FF; /* visited links */ } + A:active { ! color: lime; /* active links */ } .warn { ! font-weight: bold; ! color: red; } ! ! /* preformatted text */ .pre { ! background: white; ! color: black; } ! ! /* text found by search */ .found { ! color: #E00000; } .desc { ! font-weight: bold; } .pagetitle { ! color: #000000; ! font-weight: bold; ! font-size: large; } .navigate { ! background: #FFEEDD; ! vertical-align: top; ! margin-top: 20px; ! margin-left: 5px; } .state0 { ! background: #F0F000; } + .text0 { ! color: #C0C000; ! font-size: small; } .state1 { ! background: #00BB00; } + .text1 { ! color: #00BB00; ! font-size: small; } .state2 { ! background: #FF0000; } + .text2 { ! color: #FF0000; ! font-size: small; } .headline { ! background: #CACACA; } /* line color 1 in overviews */ .line1 { ! background: #EAEAEA; } /* line color 2 in overviews */ .line2 { ! background: #DADADA; } ! /* not started task */ .task0 { ! background: #FFFFEE; ! color: black; ! font-size: small; } ! ! /* ongoing task */ .task1 { ! background: #EEFFEE; ! color: black; ! font-size: small; } ! ! /* finished task */ .task2 { ! background: #DDFFDD; ! color: black; ! font-size: small; } ! ! /* overdue task */ .task3 { ! background: #FFDDDD; ! color: black; ! font-size: small; } ! ! /* task done */ .taskdone { ! background: green; ! color: black; ! font-size: small; } ! ! /* task to do */ .tasktodo { ! background: #E00000; ! color: black; ! font-size: small; } ! ! /* task too much time */ .taskmuch { ! background: red; ! color: black; ! font-size: small; } ! /* office */ .apploc0 { ! color: black; } ! /* out */ .apploc1 { ! color: black; } ! /* vacation */ .apploc2 { ! color: green; } ! /* sick */ .apploc3 { ! color: red; } .holiday { ! background: #FFD0D0; vertical-align: top; } .freeday { ! background: #FFE0E0; vertical-align: top; } .appday { ! background: #E0E0E0; vertical-align: top; } .today { ! background: #E0F0E0; vertical-align: top; } .week { ! background: #BBCCDD; ! font-weight: bold; width: 5%; vertical-align: top; *************** *** 182,244 **** .app { ! background-color: white; ! color: black; ! font-size: small; } .privapp { ! background-color: #FFEEEE; ! color: black; ! font-size: small; } ADDRESS { ! background-color: yellow; ! font-size: x-small; } TABLE { ! margin: 0px; } TABLE.single { ! background-color: #EEEEEE; } TABLE.inner { ! background-color: #EEEEEE; } TABLE.outer { ! background-color: #101010; ! margin: 0px; ! padding: 1px; } BODY { ! background: #EEEEEE; ! padding: 0px; ! margin-left: 0px; ! margin-top: 0px; ! margin-right: 0px; ! margin-bottom: 0px; ! font-family: Geneva, Arial, Helvetica; font-size: 12px; } TD { ! font-family: Geneva, Arial, Helvetica; ! font-size: 14px; } TH { ! background: white; ! font-family: Geneva, Arial, Helvetica; ! font-size: 14px; } INPUT { ! font-family: Geneva, Arial, Helvetica; ! font-size: 11px; ! color: black; } SELECT { ! font-family: Geneva, Arial, Helvetica; ! font-size: 11px; ! color: black; } --- 198,267 ---- .app { ! background: white; ! color: black; ! font-size: small; } .privapp { ! background: #FFEEEE; ! color: black; ! font-size: small; } ADDRESS { ! background: yellow; ! font-size: x-small; } + TABLE { ! margin: 0px; } + TABLE.single { ! background: #EEEEEE; } + TABLE.inner { ! background: #EEEEEE; } + TABLE.outer { ! background: #101010; ! margin: 0px; ! padding: 1px; } + BODY { ! background: #EEEEEE; ! padding: 0px; ! margin-left: 0px; ! margin-top: 0px; ! margin-right: 0px; ! margin-bottom: 0px; ! font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; } + TD { ! font-family: Geneva, Arial, Helvetica, sans-serif; ! font-size: 14px; } + TH { ! background: white; ! font-family: Geneva, Arial, Helvetica, sans-serif; ! font-size: 14px; } INPUT { ! font-family: Geneva, Arial, Helvetica, sans-serif; ! font-size: 11px; ! color: black; } SELECT { ! font-family: Geneva, Arial, Helvetica, sans-serif; ! font-size: 11px; ! color: black; } |
From: Boris W. <bw...@us...> - 2001-08-25 14:39:17
|
Update of /cvsroot/tutos/tutos/html In directory usw-pr-cvs1:/tmp/cvs-serv19506 Modified Files: sqli.css Log Message: Cleanups and some fixes Index: sqli.css =================================================================== RCS file: /cvsroot/tutos/tutos/html/sqli.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** sqli.css 2001/08/25 12:20:38 1.6 --- sqli.css 2001/08/25 14:39:14 1.7 *************** *** 7,183 **** * $Author$ * A { ! text-decoration: none; } .nodeco { ! text-decoration: none; } A:link { ! color: #0000FF; /* unvisited link */ } A:visited { ! color: #0000FF; /* visited links */ } A:active { ! color: #0000FF; /* active links */ } .warn { ! font-weight: bold; ! color: red; } ! /* preformatted formatted text */ .pre { ! background-color: white; ! color: black; } ! /* TEXT found by search */ .found { ! color: #E00000; } .desc { ! font-weight: bold; ! font-style: italic; } .pagetitle { ! color: #000000; ! font-weight: bold; ! font-size: large; } .navigate { ! background: #DDEEFF; ! vertical-align: top; ! margin-left: 5px; ! margin-top: 20px; ! font-size: x-small; } .state0 { ! background-color: #FFFFFF; } .text0 { ! color: #C0C000; ! font-size: small; } .state1 { ! background-color: #FFFFFF; } .text1 { ! color: #00BB00; ! font-size: small; } .state2 { ! background-color: #FFFFFF; } .text2 { ! color: #FF0000; ! font-size: small; } .headline { ! background-color: #CACADA; } /* line color 1 in overviews */ .line1 { ! background-color: #EAEAFA; } /* line color 2 in overviews */ .line2 { ! background-color: #DADAEA; } ! /* Not started Task */ .task0 { ! background-color: #FFFFEE; ! color: black; ! font-size: x-small; } ! /* Ongoing Task */ .task1 { ! background-color: #EEFFEE; ! color: black; ! font-size: x-small; } ! /* Finished Task */ .task2 { ! background-color: #DDFFDD; ! color: black; ! font-size: x-small; } ! /* Overdue Task */ .task3 { ! background-color: #FFDDDD; ! color: black; ! font-size: small; } ! /* Task done */ .taskdone { ! background-color: green; ! color: black; ! font-size: small; } ! /* Task todo */ .tasktodo { ! background-color: #E00000; ! color: black; ! font-size: small; } ! /* Task to much time */ .taskmuch { ! background-color: red; ! color: black; ! font-size: small; } ! /* OFFICE */ .apploc0 { ! color: black; } ! /* OUT */ .apploc1 { ! color: black; } ! /* VACATION */ .apploc2 { ! color: green; } ! /* SICK */ .apploc3 { ! color: red; } .holiday { ! background-color: #FFD0D0; vertical-align: top; } .freeday { ! background-color: #FFE0E0; vertical-align: top; } .appday { ! background-color: #E0E0E0; vertical-align: top; } .today { ! background-color: #E0F0E0; vertical-align: top; } .week { ! background-color: #BBCCDD; ! font-weight: bold; width: 5%; vertical-align: top; --- 7,200 ---- * $Author$ * + */ A { ! text-decoration: none; } + .nodeco { ! text-decoration: none; } + A:link { ! color: #0000FF; /* unvisited link */ } + A:visited { ! color: #0000FF; /* visited links */ } + A:active { ! color: #0000FF; /* active links */ } .warn { ! font-weight: bold; ! color: red; } ! ! /* preformatted text */ .pre { ! background: white; ! color: black; } ! ! /* text found by search */ .found { ! color: #E00000; } .desc { ! font-weight: bold; ! font-style: italic; } .pagetitle { ! color: #000000; ! font-weight: bold; ! font-size: large; } .navigate { ! background: #DDEEFF; ! vertical-align: top; ! margin-top: 20px; ! margin-left: 5px; ! font-size: x-small; } .state0 { ! background: #FFFFFF; } + .text0 { ! color: #C0C000; ! font-size: small; } .state1 { ! background: #FFFFFF; } + .text1 { ! color: #00BB00; ! font-size: small; } .state2 { ! background: #FFFFFF; } + .text2 { ! color: #FF0000; ! font-size: small; } .headline { ! background: #CACADA; } /* line color 1 in overviews */ .line1 { ! background: #EAEAFA; } /* line color 2 in overviews */ .line2 { ! background: #DADAEA; } ! ! /* not started task */ .task0 { ! background: #FFFFEE; ! color: black; ! font-size: x-small; } ! ! /* ongoing task */ .task1 { ! background: #EEFFEE; ! color: black; ! font-size: x-small; } ! ! /* finished task */ .task2 { ! background: #DDFFDD; ! color: black; ! font-size: x-small; } ! ! /* overdue task */ .task3 { ! background: #FFDDDD; ! color: black; ! font-size: small; } ! ! /* task done */ .taskdone { ! background: green; ! color: black; ! font-size: small; } ! ! /* task to do */ .tasktodo { ! background: #E00000; ! color: black; ! font-size: small; } ! ! /* task too much time */ .taskmuch { ! background: red; ! color: black; ! font-size: small; } ! /* office */ .apploc0 { ! color: black; } ! /* out */ .apploc1 { ! color: black; } ! /* vacation */ .apploc2 { ! color: green; } ! /* sick */ .apploc3 { ! color: red; } .holiday { ! background: #FFD0D0; vertical-align: top; } .freeday { ! background: #FFE0E0; vertical-align: top; } .appday { ! background: #E0E0E0; vertical-align: top; } .today { ! background: #E0F0E0; vertical-align: top; } .week { ! background: #BBCCDD; ! font-weight: bold; width: 5%; vertical-align: top; *************** *** 185,244 **** .app { ! background-color: white; ! color: black; ! font-size: 10pt; } .privapp { ! background-color: #FFEEEE; ! color: black; ! font-size: 10pt; } ADDRESS { ! background-color: yellow; ! font-size: x-small; } TABLE { ! margin: 0px; } TABLE.single { ! background-color: #EEEEFF; } TABLE.inner { ! background-color: #EEEEFF; } TABLE.outer { ! background-color: #101010; ! margin: 0px; ! padding: 1px; } BODY { ! background: #EEEEFF; ! padding: 0px; ! margin-left: 0px; ! margin-top: 0px; ! margin-right: 0px; ! margin-bottom: 0px; ! font: normal 10pt avantgarde,helvetica,sans-serif; } TD { ! font: normal 9pt avantgarde,helvetica,sans-serif; } TH { ! background: #DFDFFF; ! font: normal bold 10pt avantgarde,helvetica,sans-serif; } INPUT { ! font-family: avantgarde,helvetica,sans-serif; ! font-size: 9pt; ! color: black; } SELECT { ! font-family: avantgarde,helvetica,sans-serif; ! font-size: 9pt; ! color: black; } --- 202,268 ---- .app { ! background: white; ! color: black; ! font-size: 10pt; } .privapp { ! background: #FFEEEE; ! color: black; ! font-size: 10pt; } ADDRESS { ! background: yellow; ! font-size: x-small; } + TABLE { ! margin: 0px; } + TABLE.single { ! background: #EEEEFF; } + TABLE.inner { ! background: #EEEEFF; } + TABLE.outer { ! background: #101010; ! margin: 0px; ! padding: 1px; } + BODY { ! background: #EEEEFF; ! padding: 0px; ! margin-left: 0px; ! margin-top: 0px; ! margin-right: 0px; ! margin-bottom: 0px; ! font: normal 10pt avantgarde, arial, helvetica, sans-serif; } + TD { ! font: normal 9pt avantgarde, arial, helvetica, sans-serif; } + TH { ! background: #DFDFFF; ! font: normal bold 10pt avantgarde, arial, helvetica, sans-serif; } INPUT { ! font-family: avantgarde, arial, helvetica, sans-serif; ! font-size: 9pt; ! color: black; } SELECT { ! font-family: avantgarde, arial, helvetica, sans-serif; ! font-size: 9pt; ! color: black; } |
From: Boris W. <bw...@us...> - 2001-08-25 14:32:27
|
Update of /cvsroot/tutos/tutos/html In directory usw-pr-cvs1:/tmp/cvs-serv17960 Modified Files: red.css Log Message: Cleanups and some fixes Index: red.css =================================================================== RCS file: /cvsroot/tutos/tutos/html/red.css,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** red.css 2001/08/25 12:20:38 1.10 --- red.css 2001/08/25 14:32:24 1.11 *************** *** 1,253 **** ! /* * Copyright 1999/2000 by Gero Kohnert * * example theme * ! * CVS Info: $Id$ * $Author$ * */ A { ! text-decoration: none; ! color: #582010; } .nodeco { ! text-decoration: none; ! color: #f8fcf8; } /* A:link { ! color: #f8fcf8; /* unvisited link */ } A:visited { ! color: #f8fcf8; /* visited links */ } A:active { ! color: lime; /* active links */ } */ .warn { ! font-weight: bold; ! color: red; } ! /* preformatted formatted text */ .pre { ! background-color: #D8BcA0; ! color: black; } ! /* TEXT found by search */ .found { ! color: #E00000; } .desc { ! font-weight: bold; ! color: black; } .pagetitle { ! background: #a80808; ! color: #f8fcf8; ! font-weight: bold; ! font-size: 20px; } .navigate { ! text-decoration: none; ! background: #e00808; ! color: #f8fcf8; ! vertical-align: top; ! margin-left: 5px; ! margin-top: 20px; ! font-size: 12px; } .state0 { ! background-color: #F0F000; } .text0 { ! color: #F0F000; ! font-size: 10px; } .state1 { ! background-color: #00BB00; } .text1 { ! color: #00FF00; ! font-size: 10px; } .state2 { ! background-color: #FF0000; } .text2 { ! color: #FF0000; ! font-size: 10px; } .headline { ! background: #a80808; ! color: white; } /* line color 1 in overviews */ .line1 { ! background-color: #e0d0d0; } /* line color 2 in overviews */ .line2 { ! background-color: #e0b0b0; } ! /* Not started Task */ .task0 { ! background-color: #bb8888; ! color: black; ! font-size: 10px; } ! /* Ongoing Task */ .task1 { ! background-color: #a0e0a0; ! color: black; ! font-size: 10px; } ! /* Finished Task */ .task2 { ! background-color: #DDFFDD; ! color: black; ! font-size: 10px; } ! /* Overdue Task */ .task3 { ! background-color: #e07777; ! color: black; ! font-size: 10px; } ! /* Task done */ .taskdone { ! background-color: green; ! color: black; ! font-size: 10px; } ! /* Task todo */ .tasktodo { ! background-color: #E00000; ! color: black; ! font-size: 10px; } ! /* Task to much time */ .taskmuch { ! background-color: red; ! color: black; ! font-size: 10px; } ! /* OFFICE */ .apploc0 { ! color: black; } ! /* OUT */ .apploc1 { ! color: black; } ! /* VACATION */ .apploc2 { ! color: green; } ! /* SICK */ .apploc3 { ! color: red; } .holiday { ! background-color: #FF9090; vertical-align: top; ! color: black; ! font-size: 12px; } .freeday { ! background-color: #FF9090; vertical-align: top; ! color: black; ! font-size: 12px; } .appday { ! background-color: #A0A0A0; vertical-align: top; ! color: black; ! font-size: 12px; } .today { ! background-color: #90C090; vertical-align: top; ! color: black; ! font-size: 12px; } .week { ! background-color: #BBCCDD; ! font-weight: bold; width: 5%; vertical-align: top; ! color: black; } .app { ! background-color: #e8ece8 ; ! color: black; ! font-size: 10px; } .privapp { ! background-color: #ffdcd8; ! color: black; ! font-size: 10px; } ADDRESS { ! background-color: yellow; ! font-size: x-small; } TABLE { ! margin: 0px; } TABLE.single { ! background-color: #e0d0d0; } TABLE.inner { ! background-color: #e0d0d0; } TABLE.outer { ! background: #582010; ! margin: 0px; ! padding: 1px; } BODY { ! background: white; ! color: #f8fcf8; ! padding: 0px; ! margin-left: 0px; ! margin-top: 0px; ! margin-right: 0px; ! margin-bottom: 0px; font-family: arial, verdana, sans-serif; font-size: 10px; } TD { ! color: black; font-family: arial, verdana, sans-serif; font-size: 12px; } TH { ! color: black; ! background: #e08080; ! font-weight: normal; font-family: arial, verdana, sans-serif; font-size: 12px; --- 1,278 ---- ! /* * Copyright 1999/2000 by Gero Kohnert * * example theme * ! * CVS Info: $Id$ * $Author$ * */ + A { ! text-decoration: none; ! color: #582010; } + .nodeco { ! text-decoration: none; ! color: #f8fcf8; } + /* A:link { ! color: #f8fcf8; } + A:visited { ! color: #f8fcf8; } + A:active { ! color: lime; } */ + .warn { ! font-weight: bold; ! color: red; } ! ! /* preformatted text */ .pre { ! background: #D8BcA0; ! color: black; } ! ! /* text found by search */ .found { ! color: #E00000; } .desc { ! font-weight: bold; ! color: black; } .pagetitle { ! background: #a80808; ! color: #f8fcf8; ! font-weight: bold; ! font-size: 20px; } .navigate { ! text-decoration: none; ! background: #e00808; ! color: #f8fcf8; ! vertical-align: top; ! margin-top: 20px; ! margin-left: 5px; ! font-size: 12px; } .state0 { ! background: #F0F000; } + .text0 { ! color: #F0F000; ! font-size: 10px; } .state1 { ! background: #00BB00; } + .text1 { ! color: #00FF00; ! font-size: 10px; } .state2 { ! background: #FF0000; } + .text2 { ! color: #FF0000; ! font-size: 10px; } .headline { ! background: #a80808; ! color: white; } /* line color 1 in overviews */ .line1 { ! background: #e0d0d0; } /* line color 2 in overviews */ .line2 { ! background: #e0b0b0; } ! ! /* not started task */ .task0 { ! background: #bb8888; ! color: black; ! font-size: 10px; } ! ! /* ongoing task */ .task1 { ! background: #a0e0a0; ! color: black; ! font-size: 10px; } ! ! /* finished task */ .task2 { ! background: #DDFFDD; ! color: black; ! font-size: 10px; } ! ! /* overdue task */ .task3 { ! background: #e07777; ! color: black; ! font-size: 10px; } ! ! /* task done */ .taskdone { ! background: green; ! color: black; ! font-size: 10px; } ! ! /* task to do */ .tasktodo { ! background: #E00000; ! color: black; ! font-size: 10px; } ! ! /* task too much time */ .taskmuch { ! background: red; ! color: black; ! font-size: 10px; } ! /* office */ .apploc0 { ! color: black; } ! /* out */ .apploc1 { ! color: black; } ! /* vacation */ .apploc2 { ! color: green; } ! /* sick */ .apploc3 { ! color: red; } .holiday { ! background: #FF9090; vertical-align: top; ! color: black; ! font-size: 12px; } .freeday { ! background: #FF9090; vertical-align: top; ! color: black; ! font-size: 12px; } .appday { ! background: #A0A0A0; vertical-align: top; ! color: black; ! font-size: 12px; } .today { ! background: #90C090; vertical-align: top; ! color: black; ! font-size: 12px; } .week { ! background: #BBCCDD; ! font-weight: bold; width: 5%; vertical-align: top; ! color: black; } .app { ! background: #e8ece8 ; ! color: black; ! font-size: 10px; } .privapp { ! background: #ffdcd8; ! color: black; ! font-size: 10px; } ADDRESS { ! background: yellow; ! font-size: x-small; } + TABLE { ! margin: 0px; } + TABLE.single { ! background: #e0d0d0; } + TABLE.inner { ! background: #e0d0d0; } + TABLE.outer { ! background: #582010; ! margin: 0px; ! padding: 1px; } + BODY { ! background: white; ! color: #f8fcf8; ! padding: 0px; ! margin-left: 0px; ! margin-top: 0px; ! margin-right: 0px; ! margin-bottom: 0px; font-family: arial, verdana, sans-serif; font-size: 10px; } + TD { ! color: black; font-family: arial, verdana, sans-serif; font-size: 12px; } + TH { ! color: black; ! background: #e08080; ! font-weight: normal; font-family: arial, verdana, sans-serif; font-size: 12px; *************** *** 255,267 **** INPUT { ! font-family: verdana, arial, sans serif; ! font-size: 11px; ! color: black; ! } SELECT { ! font-family: verdana, arial, sans serif; ! font-size: 11px; ! color: black; ! } /* EOF */ --- 280,293 ---- INPUT { ! font-family: verdana, arial, sans-serif; ! font-size: 11px; ! color: black; ! } SELECT { ! font-family: verdana, arial, sans-serif; ! font-size: 11px; ! color: black; ! } ! /* EOF */ |
From: Boris W. <bw...@us...> - 2001-08-25 14:26:22
|
Update of /cvsroot/tutos/tutos/html In directory usw-pr-cvs1:/tmp/cvs-serv16861 Modified Files: blue.css Log Message: Cleanups and some fixes Index: blue.css =================================================================== RCS file: /cvsroot/tutos/tutos/html/blue.css,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** blue.css 2001/08/25 12:20:38 1.16 --- blue.css 2001/08/25 14:26:18 1.17 *************** *** 1,255 **** ! /* * Copyright 1999/2000 by Gero Kohnert * * example theme * ! * CVS Info: $Id$ * $Author$ * */ A { ! text-decoration: none; ! color: #102058; } .nodeco { ! text-decoration: none; ! color: #f8fcf8; } /* A:link { ! color: #f8fcf8; /* unvisited link */ } A:visited { ! color: #f8fcf8; /* visited links */ } A:active { ! color: lime; /* active links */ } */ .warn { ! font-weight: bold; ! color: red; } ! /* preformatted formatted text */ .pre { ! background-color: #A0BcD8; ! color: black; } ! /* TEXT found by search */ .found { ! color: #00F000; } .desc { ! font-weight: bold; ! /* font-style: italic; */ ! /* color: #f8fcf8; */ ! color: black; } .pagetitle { ! background: #102058; ! color: #f8fcf8; ! font-weight: bold; ! font-size: 20px; } .navigate { ! text-decoration: none; ! background: #405c88; ! color: #f8fcf8; ! vertical-align: top; ! margin-left: 5px; ! margin-top: 20px; ! font-size: 12px; } .state0 { ! background-color: #F0F000; } .text0 { ! color: #F0F000; ! font-size: 10px; } .state1 { ! background-color: #00BB00; } .text1 { ! color: #00FF00; ! font-size: 10px; } .state2 { ! background-color: #FF0000; } .text2 { ! color: #FF0000; ! font-size: 10px; } .headline { ! background: #102058; ! color: white; } /* line color 1 in overviews */ .line1 { ! background-color: #88acd0; } /* line color 2 in overviews */ .line2 { ! background-color: #789cc0; } ! /* Not started Task */ .task0 { ! background-color: #bb8888; ! color: black; ! font-size: 10px; } ! /* Ongoing Task */ .task1 { ! background-color: #a0e0a0; ! color: black; ! font-size: 10px; } ! /* Finished Task */ .task2 { ! background-color: #DDFFDD; ! color: black; ! font-size: 10px; } ! /* Overdue Task */ .task3 { ! background-color: #e07777; ! color: black; ! font-size: 10px; } ! /* Task done */ .taskdone { ! background-color: green; ! color: black; ! font-size: 10px; } ! /* Task todo */ .tasktodo { ! background-color: #E00000; ! color: black; ! font-size: 10px; } ! /* Task to much time */ .taskmuch { ! background-color: red; ! color: black; ! font-size: 10px; } ! /* OFFICE */ .apploc0 { ! color: black; } ! /* OUT */ .apploc1 { ! color: black; } ! /* VACATION */ .apploc2 { ! color: green; } ! /* SICK */ .apploc3 { ! color: red; } .holiday { ! background-color: #FF9090; vertical-align: top; ! color: black; ! font-size: 12px; } .freeday { ! background-color: #FF9090; vertical-align: top; ! color: black; ! font-size: 12px; } .appday { ! background-color: #A0A0A0; vertical-align: top; ! color: black; ! font-size: 12px; } .today { ! background-color: #90C090; vertical-align: top; ! color: black; ! font-size: 12px; } .week { ! background-color: #BBCCDD; ! font-weight: bold; width: 5%; vertical-align: top; ! color: black; } .app { ! background-color: #e8ece8 ; ! color: black; ! font-size: 10px; } .privapp { ! background-color: #ffdcd8; ! color: black; ! font-size: 10px; } ADDRESS { ! background-color: yellow; ! font-size: x-small; } TABLE { ! margin: 0px; } TABLE.single { ! background-color: #88acd0; } TABLE.inner { ! background-color: #88acd0; } TABLE.outer { ! background: #102058; ! margin: 0px; ! padding: 1px; } BODY { ! background: #789cc0; ! color: #f8fcf8; ! padding: 0px; ! margin-left: 0px; ! margin-top: 0px; ! margin-right: 0px; ! margin-bottom: 0px; font-family: arial, verdana, sans-serif; font-size: 10px; } TD { ! color: black; font-family: arial, verdana, sans-serif; font-size: 12px; } TH { ! color: #f8fcf8; ! background: #405c88; ! font-weight: normal; font-family: arial, verdana, sans-serif; font-size: 12px; --- 1,280 ---- ! /* * Copyright 1999/2000 by Gero Kohnert * * example theme * ! * CVS Info: $Id$ * $Author$ * */ + A { ! text-decoration: none; ! color: #102058; } + .nodeco { ! text-decoration: none; ! color: #f8fcf8; } + /* A:link { ! color: #f8fcf8; } + A:visited { ! color: #f8fcf8; } + A:active { ! color: lime; } */ + .warn { ! font-weight: bold; ! color: red; } ! ! /* preformatted text */ .pre { ! background: #A0BcD8; ! color: black; } ! ! /* text found by search */ .found { ! color: #00F000; } .desc { ! font-weight: bold; ! /* font-style: italic; */ ! /* color: #f8fcf8; */ ! color: black; } .pagetitle { ! background: #102058; ! color: #f8fcf8; ! font-weight: bold; ! font-size: 20px; } .navigate { ! text-decoration: none; ! background: #405c88; ! color: #f8fcf8; ! vertical-align: top; ! margin-top: 20px; ! margin-left: 5px; ! font-size: 12px; } .state0 { ! background: #F0F000; } + .text0 { ! color: #F0F000; ! font-size: 10px; } .state1 { ! background: #00BB00; } + .text1 { ! color: #00FF00; ! font-size: 10px; } .state2 { ! background: #FF0000; } + .text2 { ! color: #FF0000; ! font-size: 10px; } .headline { ! background: #102058; ! color: white; } /* line color 1 in overviews */ .line1 { ! background: #88acd0; } /* line color 2 in overviews */ .line2 { ! background: #789cc0; } ! ! /* not started task */ .task0 { ! background: #bb8888; ! color: black; ! font-size: 10px; } ! ! /* ongoing task */ .task1 { ! background: #a0e0a0; ! color: black; ! font-size: 10px; } ! ! /* finished task */ .task2 { ! background: #DDFFDD; ! color: black; ! font-size: 10px; } ! ! /* overdue task */ .task3 { ! background: #e07777; ! color: black; ! font-size: 10px; } ! ! /* task done */ .taskdone { ! background: green; ! color: black; ! font-size: 10px; } ! ! /* task to do */ .tasktodo { ! background: #E00000; ! color: black; ! font-size: 10px; } ! ! /* task too much time */ .taskmuch { ! background: red; ! color: black; ! font-size: 10px; } ! /* office */ .apploc0 { ! color: black; } ! /* out */ .apploc1 { ! color: black; } ! /* vacation */ .apploc2 { ! color: green; } ! /* sick */ .apploc3 { ! color: red; } .holiday { ! background: #FF9090; vertical-align: top; ! color: black; ! font-size: 12px; } .freeday { ! background: #FF9090; vertical-align: top; ! color: black; ! font-size: 12px; } .appday { ! background: #A0A0A0; vertical-align: top; ! color: black; ! font-size: 12px; } .today { ! background: #90C090; vertical-align: top; ! color: black; ! font-size: 12px; } .week { ! background: #BBCCDD; ! font-weight: bold; width: 5%; vertical-align: top; ! color: black; } .app { ! background: #e8ece8 ; ! color: black; ! font-size: 10px; } .privapp { ! background: #ffdcd8; ! color: black; ! font-size: 10px; } ADDRESS { ! background: yellow; ! font-size: x-small; } + TABLE { ! margin: 0px; } + TABLE.single { ! background: #88acd0; } + TABLE.inner { ! background: #88acd0; } + TABLE.outer { ! background: #102058; ! margin: 0px; ! padding: 1px; } + BODY { ! background: #789cc0; ! color: #f8fcf8; ! padding: 0px; ! margin-left: 0px; ! margin-top: 0px; ! margin-right: 0px; ! margin-bottom: 0px; font-family: arial, verdana, sans-serif; font-size: 10px; } + TD { ! color: black; font-family: arial, verdana, sans-serif; font-size: 12px; } + TH { ! color: #f8fcf8; ! background: #405c88; ! font-weight: normal; font-family: arial, verdana, sans-serif; font-size: 12px; *************** *** 257,273 **** INPUT { ! font-family: verdana, arial, sans serif; ! font-size: 11px; ! color: black; ! } SELECT { ! font-family: verdana, arial, sans serif; ! font-size: 11px; ! color: black; ! } SPAN.warn { ! font-weight: bold; ! color: red; } /* EOF */ --- 282,300 ---- INPUT { ! font-family: verdana, arial, sans-serif; ! font-size: 11px; ! color: black; ! } SELECT { ! font-family: verdana, arial, sans-serif; ! font-size: 11px; ! color: black; ! } ! SPAN.warn { ! font-weight: bold; ! color: red; } + /* EOF */ |
From: Boris W. <bw...@us...> - 2001-08-25 14:15:34
|
Update of /cvsroot/tutos/tutos/html In directory usw-pr-cvs1:/tmp/cvs-serv13910 Modified Files: visual.css Log Message: Cleanups Index: visual.css =================================================================== RCS file: /cvsroot/tutos/tutos/html/visual.css,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** visual.css 2001/08/25 12:20:38 1.8 --- visual.css 2001/08/25 14:15:28 1.9 *************** *** 5,188 **** * nice guys of Visual Inventor <des...@vi...> * ! * CVS Info: $Id$ * $Author$ * */ A { ! text-decoration: none; } .nodeco { ! text-decoration: none; } A:link { ! color: #4682b4; /* unvisited link */ } A:visited { ! color: #4682b4; /* visited links */ } A:active { ! color: #4169e1; /* active links */ } .warn { ! font-weight: bold; ! color: red; } ! /* preformatted formatted text */ .pre { ! background-color: white; ! color: black; } ! /* TEXT found by search */ .found { ! color: #E00000; } .desc { ! font-weight: bold; ! font-size: 11px; ! font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; } .pagetitle { ! color: white; ! font-weight: bold; ! font-size: 14px; ! font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; } .navigate { ! font-size: 10px; ! font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; ! background-color: #b0c4de; ! vertical-align: top; ! margin-top: 20px; ! margin-left: 15px; } .state0 { ! background-color: #F0F000; } .text0 { ! color: #C0C000; ! font-size: 8px; } .state1 { ! background-color: #00BB00; } .text1 { ! color: #00BB00; ! font-size: 8px; } .state2 { ! background-color: #FF0000; } .text2 { ! color: #FF0000; ! font-size: 8px; } .headline { ! background-color: #CACACA; } /* line color 1 in overviews */ .line1 { ! background-color: #EAEAEA; } /* line color 2 in overviews */ .line2 { ! background-color: #DADADA; } ! /* Not started Task */ .task0 { ! background-color: #FFFFEE; ! color: black; ! font-size: small; } ! /* Ongoing Task */ .task1 { ! background-color: #EEFFEE; ! color: black; ! font-size: small; } ! /* Finished Task */ .task2 { ! background-color: #DDFFDD; ! color: black; ! font-size: small; } ! /* Overdue Task */ .task3 { ! background-color: #FFDDDD; ! color: black; ! font-size: small; } ! /* Task done */ .taskdone { ! background-color: green; ! color: black; ! font-size: small; } ! /* Task todo */ .tasktodo { ! background-color: #E00000; ! color: black; ! font-size: small; } ! /* Task to much time */ .taskmuch { ! background-color: red; ! color: black; ! font-size: small; } ! /* OFFICE */ .apploc0 { ! color: black; } ! /* OUT */ .apploc1 { ! color: black; } ! /* VACATION */ .apploc2 { ! color: green; } ! /* SICK */ .apploc3 { ! color: red; } .holiday { ! background-color: #FFD0D0; vertical-align: top; } .freeday { ! background-color: #FFE0E0; vertical-align: top; } .appday { ! background-color: #E0E0E0; vertical-align: top; } .today { ! background-color: #E0F0E0; vertical-align: top; } .week { ! background-color: #BBCCDD; ! font-weight: bold; width: 5%; vertical-align: top; --- 5,204 ---- * nice guys of Visual Inventor <des...@vi...> * ! * CVS Info: $Id$ * $Author$ * */ + A { ! text-decoration: none; } + .nodeco { ! text-decoration: none; } + A:link { ! color: #4682b4; /* unvisited link */ } + A:visited { ! color: #4682b4; /* visited links */ } + A:active { ! color: #4169e1; /* active links */ } .warn { ! font-weight: bold; ! color: red; } ! ! /* preformatted text */ .pre { ! background: white; ! color: black; } ! ! /* text found by search */ .found { ! color: #E00000; } .desc { ! font-weight: bold; ! font-size: 11px; ! font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif; } .pagetitle { ! color: white; ! font-weight: bold; ! font-size: 14px; ! font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif; } .navigate { ! font-size: 10px; ! font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif; ! background: #b0c4de; ! vertical-align: top; ! margin-top: 20px; ! margin-left: 15px; } .state0 { ! background: #F0F000; } + .text0 { ! color: #C0C000; ! font-size: 8px; } .state1 { ! background: #00BB00; } + .text1 { ! color: #00BB00; ! font-size: 8px; } .state2 { ! background: #FF0000; } + .text2 { ! color: #FF0000; ! font-size: 8px; } .headline { ! background: #CACACA; } /* line color 1 in overviews */ .line1 { ! background: #EAEAEA; } /* line color 2 in overviews */ .line2 { ! background: #DADADA; } ! /* not started task */ .task0 { ! background: #FFFFEE; ! color: black; ! font-size: small; } ! ! /* ongoing task */ .task1 { ! background: #EEFFEE; ! color: black; ! font-size: small; } ! ! /* finished task */ .task2 { ! background: #DDFFDD; ! color: black; ! font-size: small; } ! ! /* overdue task */ .task3 { ! background: #FFDDDD; ! color: black; ! font-size: small; } ! ! /* task done */ .taskdone { ! background: green; ! color: black; ! font-size: small; } ! ! /* task to do */ .tasktodo { ! background: #E00000; ! color: black; ! font-size: small; } ! ! /* task too much time */ .taskmuch { ! background: red; ! color: black; ! font-size: small; } ! /* office */ .apploc0 { ! color: black; } ! /* out */ .apploc1 { ! color: black; } ! /* vacation */ .apploc2 { ! color: green; } ! /* sick */ .apploc3 { ! color: red; } .holiday { ! background: #FFD0D0; vertical-align: top; } .freeday { ! background: #FFE0E0; vertical-align: top; } .appday { ! background: #E0E0E0; vertical-align: top; } .today { ! background: #E0F0E0; vertical-align: top; } .week { ! background: #BBCCDD; ! font-weight: bold; width: 5%; vertical-align: top; *************** *** 190,252 **** .app { ! background-color: white; ! color: black; ! font-size: 10px; } .privapp { ! background-color: #FFEEEE; ! color: black; ! font-size: 10px; } ADDRESS { ! background-color: yellow; ! font-size: x-small; } TABLE { ! margin: 0px; } TABLE.single { ! background-color: #EEEEEE; } TABLE.inner { ! background-color: #EEEEEE; } TABLE.outer { ! background-color: #101010; ! margin: 0px; ! padding: 1px; } BODY { ! background: #EEEEEE; ! padding: 0px; ! margin-left: 0px; ! margin-top: 0px; ! margin-right: 0px; ! margin-bottom: 0px; } TD { font-size: 10px; ! font-family: Arial, Helvetica, Geneva; } TH { font-size: 11px; ! background-color: white; ! font-family: Arial, Helvetica, Geneva; } INPUT { ! font-family: Arial, Helvetica, Geneva; ! font-size: 11px; ! color: black; } SELECT { ! font-family: Arial, Helvetica, Geneva; ! font-size: 11px; ! color: black; } /* EOF */ - --- 206,274 ---- .app { ! background: white; ! color: black; ! font-size: 10px; } .privapp { ! background: #FFEEEE; ! color: black; ! font-size: 10px; } ADDRESS { ! background: yellow; ! font-size: x-small; } + TABLE { ! margin: 0px; } + TABLE.single { ! background: #EEEEEE; } + TABLE.inner { ! background: #EEEEEE; } + TABLE.outer { ! background: #101010; ! margin: 0px; ! padding: 1px; } + BODY { ! background: #EEEEEE; ! padding: 0px; ! margin-left: 0px; ! margin-top: 0px; ! margin-right: 0px; ! margin-bottom: 0px; } + TD { font-size: 10px; ! font-family: Arial, Helvetica, Geneva, Sans-Serif; } + TH { font-size: 11px; ! background: white; ! font-family: Arial, Helvetica, Geneva, Sans-Serif; } INPUT { ! font-family: Arial, Helvetica, Geneva, Sans-Serif; ! font-size: 11px; ! color: black; } SELECT { ! font-family: Arial, Helvetica, Geneva, Sans-Serif; ! font-size: 11px; ! color: black; } /* EOF */ |