tutos-commits Mailing List for TUTOS (Page 460)
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-24 19:49:54
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv30679/php Modified Files: appointment.pinc Log Message: fixed timerange display with repeating apps Index: appointment.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/appointment.pinc,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -r1.48 -r1.49 *** appointment.pinc 2001/08/23 19:09:17 1.48 --- appointment.pinc 2001/08/24 19:49:52 1.49 *************** *** 832,840 **** $info = $lang['seeapp']; } ! if ( $this->notime == 0) { ! $info = sprintf ($info,$this->start->getDateTimeShort(),$this->end->getDateTimeShort()); } else { ! $info = sprintf ($info,$this->start->getDate(),$this->end->getDate()); ! } if ( $text != -1 ) { return makelink($url ,$text,$info); --- 832,856 ---- $info = $lang['seeapp']; } ! if ( $this->repeat == 0 ) { ! if ( $this->notime == 0) { ! $info = sprintf ($info,$this->start->getDateTimeShort(),$this->end->getDateTimeShort()); ! } else { ! $info = sprintf ($info,$this->start->getDate(),$this->end->getDate()); ! } } else { ! if ($this->r_ignore == 1) { ! if ( $this->notime == 0) { ! $info = sprintf ($info,$this->start->getDateTimeShort(),$lang['AppNoLastDate']); ! } else { ! $info = sprintf ($info,$this->start->getDate(),$lang['AppNoLastDate']); ! } ! } else { ! if ( $this->notime == 0) { ! $info = sprintf ($info,$this->start->getDateTimeShort(),$this->end->getDateTimeShort()); ! } else { ! $info = sprintf ($info,$this->start->getDate(),$this->end->getDate()); ! } ! } ! } if ( $text != -1 ) { return makelink($url ,$text,$info); |
From: Boris W. <bw...@us...> - 2001-08-24 17:12:58
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv27523 Modified Files: task.pinc Log Message: HTML fix: the ALT tag is required Index: task.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/task.pinc,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -r1.32 -r1.33 *** task.pinc 2001/08/24 16:57:27 1.32 --- task.pinc 2001/08/24 17:12:55 1.33 *************** *** 703,714 **** if ( $x1a + $x1b > 0 ) { if ( $x1b < 0 ) { ! echo "<IMG BORDER=0 HEIGHT=$h WIDTH=".( $x1a + $x1b) ." SRC=\"../html/gray.png\">"; } else { if ( $x1a > 0 ) { ! echo "<IMG BORDER=0 HEIGHT=$h WIDTH=". $x1a ." SRC=\"../html/gray.png\">"; } } if ( $x1b > 0 ) { ! echo "<IMG BORDER=0 HEIGHT=$h WIDTH=".$x1b." SRC=\"../html/white.png\">"; } } --- 703,714 ---- if ( $x1a + $x1b > 0 ) { if ( $x1b < 0 ) { ! echo "<IMG BORDER=0 HEIGHT=$h WIDTH=".( $x1a + $x1b) ." SRC=\"../html/gray.png\" ALT=\"\">"; } else { if ( $x1a > 0 ) { ! echo "<IMG BORDER=0 HEIGHT=$h WIDTH=". $x1a ." SRC=\"../html/gray.png\" ALT=\"\">"; } } if ( $x1b > 0 ) { ! echo "<IMG BORDER=0 HEIGHT=$h WIDTH=".$x1b." SRC=\"../html/white.png\" ALT=\"\">"; } } *************** *** 719,737 **** $x2b = Round($x2 * (100 - $c)/100.0); if ( $x2a != 0 ) { ! echo "<IMG BORDER=0 HEIGHT=$h WIDTH=". $x2a." SRC=\"../html/green.png\">"; } if ( $x2b > 0 ) { ! echo "<IMG BORDER=0 HEIGHT=$h WIDTH=". $x2b." SRC=\"../html/red.png\">"; } if ( $x3a + $x3b > 0 ) { if ( $x3a > 0 ) { ! echo "<IMG BORDER=0 HEIGHT=$h WIDTH=".$x3a." SRC=\"../html/gray.png\">"; if ( $x3b > 0 ) { ! echo "<IMG BORDER=0 HEIGHT=$h WIDTH=". ($x3b - 1) ." SRC=\"../html/white.png\">"; } } else { if ( ($x3b + $x3a) > 0 ) { ! echo "<IMG BORDER=0 HEIGHT=$h WIDTH=".($x3b + $x3a)." SRC=\"../html/white.png\">"; } } --- 719,737 ---- $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=\"\">"; } } |
From: Boris W. <bw...@us...> - 2001-08-24 17:11:25
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv27264 Modified Files: task_overview.php Log Message: HTML fix (but this should be done with CSS) Index: task_overview.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/task_overview.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** task_overview.php 2001/08/24 16:57:27 1.5 --- task_overview.php 2001/08/24 17:11:22 1.6 *************** *** 37,41 **** } 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"; --- 37,41 ---- } 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"; |
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv23815 Modified Files: de.p3 en.p3 es.p3 fr.p3 it.p3 ko.p3 nl.p3 pl.p3 pt-br.p3 ru.p3 tw.p3 zh.p3 Log Message: Added a 'Completed' string Index: de.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/de.p3,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -r1.59 -r1.60 *** de.p3 2001/08/24 15:02:31 1.59 --- de.p3 2001/08/24 16:58:40 1.60 *************** *** 429,433 **** $lang['TaskReal'] = "Tatsächlich"; $lang['TaskLinkInfo'] = "Aufgabe %s anzeigen"; ! $lang['TaskCompleted'] = "Erledigt %3.2f %%"; # Gantt Diagramm --- 429,434 ---- $lang['TaskReal'] = "Tatsächlich"; $lang['TaskLinkInfo'] = "Aufgabe %s anzeigen"; ! $lang['TaskCompleted'] = "%3.2f %% abgeschlossen"; ! $lang['Completed'] = "Abgeschlossen"; # Gantt Diagramm Index: en.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/en.p3,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -r1.55 -r1.56 *** en.p3 2001/08/24 15:02:31 1.55 --- en.p3 2001/08/24 16:58:40 1.56 *************** *** 430,433 **** --- 430,434 ---- $lang['TaskLinkInfo'] = "See Task %s"; $lang['TaskCompleted'] = "Completed %3.2f percent"; + $lang['Completed'] = "Completed"; # Gantt Diagramm Index: es.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/es.p3,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -r1.40 -r1.41 *** es.p3 2001/08/24 15:02:31 1.40 --- es.p3 2001/08/24 16:58:40 1.41 *************** *** 432,435 **** --- 432,436 ---- $lang['TaskLinkInfo'] = "Ver tareas %s"; $lang['TaskCompleted'] = "Completato %3.2f porciento"; + $lang['Completed'] = "Completed"; # Gantt Diagramm Index: fr.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/fr.p3,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -r1.39 -r1.40 *** fr.p3 2001/08/24 15:02:31 1.39 --- fr.p3 2001/08/24 16:58:40 1.40 *************** *** 432,435 **** --- 432,436 ---- $lang['TaskLinkInfo'] = "Voir tache %s"; $lang['TaskCompleted'] = "Completee a %3.2f pourcent"; + $lang['Completed'] = "Completed"; # Gantt Diagramm Index: it.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/it.p3,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -r1.48 -r1.49 *** it.p3 2001/08/24 15:02:31 1.48 --- it.p3 2001/08/24 16:58:40 1.49 *************** *** 430,433 **** --- 430,434 ---- $lang['TaskLinkInfo'] = "Visualizza il Task %s"; $lang['TaskCompleted'] = "Completato il %3.2f percento"; + $lang['Completed'] = "Completed"; # Gantt Diagramm Index: ko.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/ko.p3,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** ko.p3 2001/08/24 15:02:31 1.14 --- ko.p3 2001/08/24 16:58:40 1.15 *************** *** 431,434 **** --- 431,435 ---- $lang['TaskLinkInfo'] = "See Task %s"; $lang['TaskCompleted'] = "Completed %3.2f percent"; + $lang['Completed'] = "Completed"; # Gantt Diagramm Index: nl.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/nl.p3,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** nl.p3 2001/08/24 15:02:31 1.7 --- nl.p3 2001/08/24 16:58:40 1.8 *************** *** 432,435 **** --- 432,436 ---- $lang['TaskLinkInfo'] = "Toon taak %s"; $lang['TaskCompleted'] = " %3.2f procent gereed"; + $lang['Completed'] = "Completed"; # Gantt Diagramm Index: pl.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/pl.p3,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** pl.p3 2001/08/24 15:02:31 1.11 --- pl.p3 2001/08/24 16:58:40 1.12 *************** *** 436,439 **** --- 436,440 ---- $lang['TaskLinkInfo'] = "Zobacz zadanie %s"; $lang['TaskCompleted'] = "Ukoñczone w %3.2f procentach"; + $lang['Completed'] = "Completed"; # Gantt Diagramm Index: pt-br.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/pt-br.p3,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** pt-br.p3 2001/08/24 15:02:31 1.27 --- pt-br.p3 2001/08/24 16:58:40 1.28 *************** *** 432,435 **** --- 432,436 ---- $lang['TaskLinkInfo'] = "Ver tarefa %s"; $lang['TaskCompleted'] = "Completado %3.2f porcento"; + $lang['Completed'] = "Completed"; # Gantt Diagramm Index: ru.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/ru.p3,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -r1.34 -r1.35 *** ru.p3 2001/08/24 15:02:31 1.34 --- ru.p3 2001/08/24 16:58:40 1.35 *************** *** 430,433 **** --- 430,434 ---- $lang['TaskLinkInfo'] = "óÍ. ÚÁÄÁÞÉ %s"; $lang['TaskCompleted'] = "÷ÙÐÏÌÎÅÎÏ ÎÁ %3.2f ÐÒÏÃÅÎÔÁ"; + $lang['Completed'] = "Completed"; # Gantt Diagramm Index: tw.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/tw.p3,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -r1.34 -r1.35 *** tw.p3 2001/08/24 15:02:31 1.34 --- tw.p3 2001/08/24 16:58:40 1.35 *************** *** 434,437 **** --- 434,438 ---- $lang['TaskLinkInfo'] = "¬d¬Ý¤u§@ %s"; $lang['TaskCompleted'] = "§¹¦¨ %3.2f ¤Ú¥P"; + $lang['Completed'] = "Completed"; # Gantt Diagramm Index: zh.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/zh.p3,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -r1.34 -r1.35 *** zh.p3 2001/08/24 15:02:31 1.34 --- zh.p3 2001/08/24 16:58:40 1.35 *************** *** 434,437 **** --- 434,438 ---- $lang['TaskLinkInfo'] = "²é¿´¹¤×÷ %s"; $lang['TaskCompleted'] = "Íê³É %3.2f °ÍÏÉ"; + $lang['Completed'] = "Completed"; # Gantt Diagramm |
From: Boris W. <bw...@us...> - 2001-08-24 16:57:31
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv23547 Modified Files: task_overview.php task.pinc Log Message: Improved readability Index: task_overview.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/task_overview.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** task_overview.php 2001/08/19 18:12:19 1.4 --- task_overview.php 2001/08/24 16:57:27 1.5 *************** *** 36,40 **** $c = 0.0; } ! echo " <TD COLSPAN=1 ROWSPAN=2 ALIGN=right>completed:</TD>\n"; echo " <TD COLSPAN=2 ROWSPAN=2> <FONT SIZE=+2>". sprintf("%3.2f",$c) ." %</FONT></TD>\n"; echo " </TR>\n"; --- 36,40 ---- $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"; *************** *** 94,96 **** CVS Info: $Id$ $Author$ ! --> \ No newline at end of file --- 94,96 ---- CVS Info: $Id$ $Author$ ! --> Index: task.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/task.pinc,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -r1.31 -r1.32 *** task.pinc 2001/08/24 08:23:39 1.31 --- task.pinc 2001/08/24 16:57:27 1.32 *************** *** 668,672 **** echo " <TR>\n"; ! echo " <TD ALIGN=right>". $depth ."</TD>\n"; echo " <TD> "; for ($i = 0; $i <= $depth; $i++) { --- 668,672 ---- echo " <TR>\n"; ! echo " <TD ALIGN=right> ". $depth ." </TD>\n"; echo " <TD> "; for ($i = 0; $i <= $depth; $i++) { *************** *** 674,679 **** } 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; --- 674,679 ---- } 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; *************** *** 739,743 **** 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)); --- 739,743 ---- 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)); |
From: Boris W. <bw...@us...> - 2001-08-24 16:25:03
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv16495 Modified Files: admin_show.php Log Message: Renamed reference to calendar_select.php -> app_select.php Index: admin_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/admin_show.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** admin_show.php 2001/08/19 18:11:30 1.7 --- admin_show.php 2001/08/24 16:24:59 1.8 *************** *** 56,60 **** $url['files'] = "file_overview.php"; $url['timetrack'] = "timetrack_select.php"; ! $url['calendar'] = "calendar_select.php"; $url['notes'] = "note_select.php"; --- 56,60 ---- $url['files'] = "file_overview.php"; $url['timetrack'] = "timetrack_select.php"; ! $url['calendar'] = "app_select.php"; $url['notes'] = "note_select.php"; *************** *** 167,169 **** CVS Info: $Id$ $Author$ ! --> \ No newline at end of file --- 167,169 ---- CVS Info: $Id$ $Author$ ! --> |
From: Boris W. <bw...@us...> - 2001-08-24 16:20:35
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv14611 Modified Files: mytutos.php Log Message: Adjusted to new ProductMenu translation Index: mytutos.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/mytutos.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -r1.22 -r1.23 *** mytutos.php 2001/08/24 08:08:36 1.22 --- mytutos.php 2001/08/24 16:20:28 1.23 *************** *** 327,331 **** echo "<TR>\n"; if ( ($current_user->p[useprojects] == 1) && ($tutos[useprojects] == 1) ) { ! echo "<TH COLSPAN=2>". makelink("product_select.php",$lang['Product'],$lang['ProductsSearch']) ."</TH>\n"; } else { echo "<TH COLSPAN=2> </TH>\n"; --- 327,331 ---- echo "<TR>\n"; if ( ($current_user->p[useprojects] == 1) && ($tutos[useprojects] == 1) ) { ! echo "<TH COLSPAN=2>". makelink("product_select.php",$lang['ProductMenu'],$lang['ProductsSearch']) ."</TH>\n"; } else { echo "<TH COLSPAN=2> </TH>\n"; |
From: Gero K. <gok...@us...> - 2001-08-24 15:15:56
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv30614/php Modified Files: app_ins.php Log Message: fixed jump back url Index: app_ins.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/app_ins.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** app_ins.php 2001/08/21 20:56:10 1.1 --- app_ins.php 2001/08/24 15:15:54 1.2 *************** *** 13,17 **** if ( ! isset($gotourl) ) { ! $gotourl="calendar_new.php"; } $msg = ""; --- 13,17 ---- if ( ! isset($gotourl) ) { ! $gotourl="app_new.php"; } $msg = ""; |
From: Gero K. <gok...@us...> - 2001-08-24 15:15:16
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv30396/php Modified Files: app_select.php Log Message: fixed form action Index: app_select.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/app_select.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** app_select.php 2001/08/21 20:56:10 1.1 --- app_select.php 2001/08/24 15:15:13 1.2 *************** *** 22,26 **** echo "<BR><BR><CENTER>\n"; ! echo "<FORM action=\"calendar_overview.php\">\n"; hiddenFormElements(); DoubleTableStart(); --- 22,26 ---- echo "<BR><BR><CENTER>\n"; ! echo "<FORM action=\"app_overview.php\">\n"; hiddenFormElements(); DoubleTableStart(); *************** *** 78,82 **** echo "<TABLE>"; echo "<TR><TD>"; ! echo makelink("app_new.php",$lang['NewEntry'],$lang['NewAppointInfo']) ."<BR>"; echo "</TD></TR>"; --- 78,82 ---- echo "<TABLE>"; echo "<TR><TD>"; ! echo menulink("app_new.php",$lang['NewEntry'],$lang['NewAppointInfo']) ."<BR>"; echo "</TD></TR>"; |
From: Gero K. <gok...@us...> - 2001-08-24 15:06:26
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv27828/php Modified Files: res_cal.php Log Message: fixed style of privatapps and initila timespan Index: res_cal.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/res_cal.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** res_cal.php 2001/08/24 12:59:57 1.12 --- res_cal.php 2001/08/24 15:06:23 1.13 *************** *** 103,110 **** $task->read_result($result1,$a); ! if ( ! $task->see_ok() ) { $a++; continue; ! } # echo "<TR><TD COLSPAN=32> TSK:". $task->id ."</TD></TR>\n"; # Mark all fields covered by this task --- 103,110 ---- $task->read_result($result1,$a); ! if ( ! $task->see_ok() ) { $a++; continue; ! } # echo "<TR><TD COLSPAN=32> TSK:". $task->id ."</TD></TR>\n"; # Mark all fields covered by this task *************** *** 142,149 **** $app->read_result($result2,$a); ! if ( ! $app->see_ok() ) { $a++; continue; ! } # Check $app->read_participants(); --- 142,149 ---- $app->read_result($result2,$a); ! if ( ! $app->see_ok() ) { $a++; continue; ! } # Check $app->read_participants(); *************** *** 220,228 **** echo "> "; } else { ! if ( $obj[$old]->getType() == "task" ) { ! echo " CLASS=task_". $obj[$old]->state .">".$obj[$old]->getLink() ." (". $obj[$old]->volume ." ". $lang['hours'] .")" ; ! } else { ! echo " CLASS=app>".$obj[$old]->getLink($obj[$old]->descr) ; ! } } echo "</TD>\n"; --- 220,232 ---- echo "> "; } else { ! if ( $obj[$old]->getType() == "task" ) { ! echo " CLASS=task_". $obj[$old]->state .">".$obj[$old]->getLink() ." (". $obj[$old]->volume ." ". $lang['hours'] .")" ; ! } else { ! if ( $obj[$old]->mod_allow == 3 ) { ! echo " CLASS=privapp>".$obj[$old]->getLink($obj[$old]->descr) ; ! } else { ! echo " CLASS=app>".$obj[$old]->getLink($obj[$old]->descr) ; ! } ! } } echo "</TD>\n"; *************** *** 236,251 **** if ( $old < 0 ) { echo " <TD COLSPAN=". $colspan ."> </TD>\n"; } else { ! echo " <TD COLSPAN=".$colspan; ! if ( $old < 0 ) { ! echo "> "; ! } else { ! if ( $obj[$old]->getType() == "task" ) { ! echo " CLASS=task_". $obj[$old]->state .">".$obj[$old]->getLink() ." (". $obj[$old]->volume ." ". $lang['hours'] .")"; ! } else { ! echo " CLASS=app>".$obj[$old]->getLink($obj[$old]->descr) ; ! } ! } ! echo "</TD>\n"; } echo "</TR>\n"; --- 240,259 ---- if ( $old < 0 ) { echo " <TD COLSPAN=". $colspan ."> </TD>\n"; + } else { + echo " <TD COLSPAN=".$colspan; + if ( $old < 0 ) { + echo "> "; + } else { + if ( $obj[$old]->getType() == "task" ) { + echo " CLASS=task_". $obj[$old]->state .">".$obj[$old]->getLink() ." (". $obj[$old]->volume ." ". $lang['hours'] .")"; } else { ! if ( $obj[$old]->mod_allow == 3 ) { ! echo " CLASS=privapp>".$obj[$old]->getLink($obj[$old]->descr) ; ! } else { ! echo " CLASS=app>".$obj[$old]->getLink($obj[$old]->descr) ; ! } ! } ! } ! echo "</TD>\n"; } echo "</TR>\n"; *************** *** 264,268 **** $link = addUrlParameter($link,"format=paper"); ! echo makelink($link,$lang['Printable'],$lang['PrintableInfo']); echo "</TD></TR>"; --- 272,276 ---- $link = addUrlParameter($link,"format=paper"); ! echo menulink($link,$lang['Printable'],$lang['PrintableInfo']); echo "</TD></TR>"; *************** *** 309,314 **** } else { $t = MkTime(0,0,0,Date("m"),1,Date("Y")); ! $str = Date("Ymd",$t); ! $start = new DateTime($str); } if ( isset($end) ) { --- 317,322 ---- } else { $t = MkTime(0,0,0,Date("m"),1,Date("Y")); ! $start = new DateTime(); ! $start->setDateTimeTS($t); } if ( isset($end) ) { |
From: Gero K. <gok...@us...> - 2001-08-24 15:04:55
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv27421/php Modified Files: app_overview.php Log Message: generic first last back forward navigation Index: app_overview.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/app_overview.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** app_overview.php 2001/08/22 22:11:30 1.2 --- app_overview.php 2001/08/24 15:04:53 1.3 *************** *** 34,39 **** echo "</TR>\n"; ! $a = $start; ! $end = $start + $tutos[maxshow]; while ( ($a < $n) && ($a < $end) ) { $f = new appointment($conn); --- 34,46 ---- echo "</TR>\n"; ! if ( $start == -1 ) { ! $a = $n - $tutos[maxshow]; ! $end = $n; ! $start = $a; ! } else { ! $a = $start; ! $end = $start + $tutos[maxshow]; ! } ! while ( ($a < $n) && ($a < $end) ) { $f = new appointment($conn); *************** *** 75,103 **** echo "</TR>\n"; } ! if ( ( $a < $n ) || ( $start != 0 ) ) { ! echo "<TR>\n"; ! echo " <TH COLSPAN=7>\n"; ! if ( $start > 0 ) { ! $l = addUrlParameter($link1,"start=0"); ! echo makelink($l ,$lang['NavFirst'],$lang['NavFirst']); ! } ! echo " "; ! if ( $start != 0 ) { ! $l = addUrlParameter($link1,"start=".($start - $tutos[maxshow])); ! echo makelink($l ,$tutos[image][left] ." ".$lang['NavBack'],$lang['NavBack']); ! } ! echo " "; ! if ( $a < $n ) { ! $l = addUrlParameter($link1,"start=".$a); ! echo makelink($l ,$lang['NavNext'] ." ". $tutos[image][right],$lang['NavNext']); ! } ! echo " "; ! if ( $start < ($n - $tutos[maxshow]) ) { ! $l = addUrlParameter($link1,"start=".($n - $tutos[maxshow])); ! echo makelink($l ,$lang['NavLast'],$lang['NavLast']); ! } ! echo " </TH>\n"; ! echo "</TR>\n"; ! } echo "</TABLE>\n"; } --- 82,88 ---- echo "</TR>\n"; } ! ! ShowBackForwardNav($link1,2,$start,$a,$n); ! echo "</TABLE>\n"; } |
From: Gero K. <gok...@us...> - 2001-08-24 15:04:03
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv27100/php Modified Files: watchlist_overview.php timetrack_overview.php resource_overview.php product_overview.php note_overview.php company_overview.php bug_overview.php address_tools.p3 webelements.p3 Log Message: generic first last back forward navigation Index: watchlist_overview.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/watchlist_overview.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** watchlist_overview.php 2001/08/09 10:32:03 1.5 --- watchlist_overview.php 2001/08/24 15:04:00 1.6 *************** *** 10,13 **** --- 10,14 ---- include("task.pinc"); include("installation.pinc"); + include("timetrack.pinc"); /* Check if user is allowed to use it */ *************** *** 17,32 **** * */ - Function order_link($oname,$link) { - global $lang, $tutos, $qarg; - - $r = ""; - $r .= makelink("watchlist_overview.php?o=1&f=".$oname .$qarg,$tutos[image][up],sprintf($lang['OrderBy'],$link)); - $r .= $link; - $r .= makelink("watchlist_overview.php?o=2&f=".$oname .$qarg,$tutos[image][down],sprintf($lang['RevOrderBy'],$link)); - return $r; - } - /* --------------------------------------------------------------------------- - * - */ Function info(&$conn,&$result,$start=0) { global $current_user,$lang,$tutos,$link1; --- 18,21 ---- *************** *** 38,42 **** } # echo "<B>Found:". $n ." bug(s)</B>"; ! echo "<TABLE BORDER=1 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo order_header("","Typ"); --- 27,31 ---- } # echo "<B>Found:". $n ." bug(s)</B>"; ! echo "<TABLE CLASS=single BORDER=1 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo order_header("","Typ"); *************** *** 46,51 **** echo "</TR>\n"; ! $a = $start; ! $end = $start + $tutos[maxshow]; while ( ($a < $n) && ($a < $end) ) { --- 35,46 ---- echo "</TR>\n"; ! if ( $start == -1 ) { ! $a = $n - $tutos[maxshow]; ! $end = $n; ! $start = $a; ! } else { ! $a = $start; ! $end = $start + $tutos[maxshow]; ! } while ( ($a < $n) && ($a < $end) ) { *************** *** 66,95 **** $a++; - } - if ( ( $a < $n ) || ( $start != 0 ) ) { - echo "<TR>\n"; - echo " <TH COLSPAN=7>\n"; - if ( $start > 0 ) { - $l = addUrlParameter($link1,"start=0"); - echo makelink($l ,$lang['NavFirst'],$lang['NavFirst']); - } - echo " "; - if ( $start != 0 ) { - $l = addUrlParameter($link1,"start=".($start - $tutos[maxshow])); - echo makelink($l ,$tutos[image][left] ." ".$lang['NavBack'],$lang['NavBack']); - } - echo " "; - if ( $a < $n ) { - $l = addUrlParameter($link1,"start=".$a); - echo makelink($l ,$lang['NavNext'] ." ". $tutos[image][right],$lang['NavNext']); - } - echo " "; - if ( $start < ($n - $tutos[maxshow]) ) { - $l = addUrlParameter($link1,"start=".($n - $tutos[maxshow])); - echo makelink($l ,$lang['NavLast'],$lang['NavLast']); - } - echo " </TH>\n"; - echo "</TR>\n"; } echo "</TABLE>\n"; } --- 61,68 ---- $a++; } + + ShowBackForwardNav($link1,7,$start,$a,$n); + echo "</TABLE>\n"; } *************** *** 146,150 **** $result = @DB_Exec($conn,$q); ! if ( (! isset($start)) || ($start < 0) ) { $start = 0; } --- 119,123 ---- $result = @DB_Exec($conn,$q); ! if ( ! isset($start) ) { $start = 0; } Index: timetrack_overview.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/timetrack_overview.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** timetrack_overview.php 2001/08/22 22:11:30 1.11 --- timetrack_overview.php 2001/08/24 15:04:00 1.12 *************** *** 29,33 **** } ! echo "<TABLE BORDER=1 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo order_header("","#"); --- 29,33 ---- } ! echo "<TABLE CLASS=single BORDER=1 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo order_header("","#"); *************** *** 46,52 **** $a++; } - $a = $start; - $end = $start + $tutos[maxshow]; while ( ($a < $n) && ($a < $end) ) { $tt = new timetrack($conn); --- 46,59 ---- $a++; } + if ( $start == -1 ) { + $a = $n - $tutos[maxshow]; + $end = $n; + $start = $a; + } else { + $a = $start; + $end = $start + $tutos[maxshow]; + } + while ( ($a < $n) && ($a < $end) ) { $tt = new timetrack($conn); *************** *** 71,100 **** echo "</TR>\n"; $a++; - } - if ( ( $a < $n ) || ( $start != 0 ) ) { - echo "<TR>\n"; - echo " <TH COLSPAN=6>\n"; - if ( $start > 0 ) { - $l = addUrlParameter($link1,"start=0"); - echo makelink($l ,$lang['NavFirst'],$lang['NavFirst']); - } - echo " "; - if ( $start != 0 ) { - $l = addUrlParameter($link1,"start=".($start - $tutos[maxshow])); - echo makelink($l ,$tutos[image][left] ." ".$lang['NavBack'],$lang['NavBack']); - } - echo " "; - if ( $a < $n ) { - $l = addUrlParameter($link1,"start=".$a); - echo makelink($l ,$lang['NavNext'] ." ". $tutos[image][right],$lang['NavNext']); - } - echo " "; - if ( $start < ($n - $tutos[maxshow]) ) { - $l = addUrlParameter($link1,"start=".($n - $tutos[maxshow])); - echo makelink($l ,$lang['NavLast'],$lang['NavLast']); - } - echo " </TH>\n"; - echo "</TR>\n"; } # Fill the sum while ( $a < $n ) { --- 78,85 ---- echo "</TR>\n"; $a++; } + + ShowBackForwardNav($link1,6,$start,$a,$n); + # Fill the sum while ( $a < $n ) { *************** *** 158,162 **** $a++; } ! echo "<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=5>". $lang['TTStatsTitle'] ."</TH>\n"; --- 143,147 ---- $a++; } ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=5>". $lang['TTStatsTitle'] ."</TH>\n"; *************** *** 328,332 **** $r = @DB_Exec($conn,$q); ! if ( (! isset($start)) || ($start < 0) ) { $start = 0; } --- 313,317 ---- $r = @DB_Exec($conn,$q); ! if ( ! isset($start) ) { $start = 0; } Index: resource_overview.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/resource_overview.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** resource_overview.php 2001/08/22 22:11:30 1.5 --- resource_overview.php 2001/08/24 15:04:00 1.6 *************** *** 21,25 **** return; } ! echo "<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo order_header("name",$lang['ResName']); --- 21,25 ---- return; } ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo order_header("name",$lang['ResName']); *************** *** 27,32 **** echo "</TR>\n"; ! $a = $start; ! $end = $start + $tutos[maxshow]; $line = 1; --- 27,38 ---- echo "</TR>\n"; ! if ( $start == -1 ) { ! $a = $n - $tutos[maxshow]; ! $end = $n; ! $start = $a; ! } else { ! $a = $start; ! $end = $start + $tutos[maxshow]; ! } $line = 1; *************** *** 51,79 **** echo "</TR>\n"; } ! if ( ( $a < $n ) || ( $start != 0 ) ) { ! echo "<TR>\n"; ! echo " <TH COLSPAN=2>\n"; ! if ( $start > 0 ) { ! $l = addUrlParameter($link1,"start=0"); ! echo makelink($l ,$lang['NavFirst'],$lang['NavFirst']); ! } ! echo " "; ! if ( $start != 0 ) { ! $l = addUrlParameter($link1,"start=".($start - $tutos[maxshow])); ! echo makelink($l ,$tutos[image][left] ." ".$lang['NavBack'],$lang['NavBack']); ! } ! echo " "; ! if ( $a < $n ) { ! $l = addUrlParameter($link1,"start=".$a); ! echo makelink($l ,$lang['NavNext'] ." ". $tutos[image][right],$lang['NavNext']); ! } ! echo " "; ! if ( $start < ($n - $tutos[maxshow]) ) { ! $l = addUrlParameter($link1,"start=".($n - $tutos[maxshow])); ! echo makelink($l ,$lang['NavLast'],$lang['NavLast']); ! } ! echo " </TH>\n"; ! echo "</TR>\n"; ! } echo "</TABLE>\n"; } --- 57,63 ---- echo "</TR>\n"; } ! ! ShowBackForwardNav($link1,2,$start,$a,$n); ! echo "</TABLE>\n"; } Index: product_overview.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/product_overview.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** product_overview.php 2001/08/22 22:11:30 1.16 --- product_overview.php 2001/08/24 15:04:00 1.17 *************** *** 16,20 **** * Display table with product/project info */ ! Function info($conn,&$result,$pstart = 0) { global $lang,$pshow,$tutos,$current_user,$link1,$format,$filter; --- 16,20 ---- * Display table with product/project info */ ! Function info($conn,&$result,$start = 0) { global $lang,$pshow,$tutos,$current_user,$link1,$format,$filter; *************** *** 152,157 **** $end = $n; } else { ! $a = $pstart; ! $end = $pstart + $tutos[maxshow]; } while ( ($a < $n) && ($a < $end) ) { --- 152,157 ---- $end = $n; } else { ! $a = $start; ! $end = $start + $tutos[maxshow]; } while ( ($a < $n) && ($a < $end) ) { *************** *** 307,337 **** } - # Navigation - if ( ( $a < $n ) || ( $pstart != 0 ) ) { - echo "<TR>\n"; - echo " <TH COLSPAN=$flds>\n"; - if ( $pstart > 0 ) { - $l = addUrlParameter($link1,"pstart=0"); - echo makelink($l ,$lang['NavFirst'] ,$lang['NavFirst']); - } - echo " "; - if ( $pstart != 0 ) { - $l = addUrlParameter($link1,"pstart=".($pstart - $tutos[maxshow])); - echo makelink($l ,$tutos[image][left] ." ". $lang['NavBack'],$lang['NavBack']); - } - echo " "; - if ( $a < $n ) { - $l = addUrlParameter($link1,"pstart=".$a); - echo makelink($l ,$lang['NavNext'] ." ". $tutos[image][right] ,$lang['NavNext']); - } - echo " "; - if ( $pstart < ($n - $tutos[maxshow]) ) { - $l = addUrlParameter($link1,"pstart=".($n - $tutos[maxshow])); - echo makelink($l ,$lang['NavLast'] ,$lang['NavLast']); - } - echo " </TH>\n"; - echo "</TR>\n"; - } # Sum of Prices if ( $pshow['price'] == 1 ) { --- 307,312 ---- } + ShowBackForwardNav($link1,$flds,$start,$a,$n); # Sum of Prices if ( $pshow['price'] == 1 ) { *************** *** 902,908 **** } ! if ( (! isset($pstart)) || ($pstart < 0) ) { ! $pstart = 0; ! $link2 = addUrlParameter($link2,"pstart=".$pstart); } --- 877,883 ---- } ! if ( (! isset($start)) || ($start < 0) ) { ! $start = 0; ! $link2 = addUrlParameter($link2,"start=".$start); } *************** *** 941,945 **** $format = ""; } else { ! info($conn,$result,$pstart); } if ( $format == "" ) { --- 916,920 ---- $format = ""; } else { ! info($conn,$result,$start); } if ( $format == "" ) { Index: note_overview.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/note_overview.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** note_overview.php 2001/08/22 22:11:30 1.6 --- note_overview.php 2001/08/24 15:04:00 1.7 *************** *** 54,59 **** --- 54,61 ---- if ( $start == -1 ) { + # Show the last pasrt $a = $n - $tutos[maxshow]; $end = $n; + $start = $a; } else { $a = $start; *************** *** 74,102 **** $a++; } ! if ( ( $a < $n ) || ( $start != 0 ) ) { ! echo "<TR>\n"; ! echo " <TH COLSPAN=7>\n"; ! if ( $start > 0 ) { ! $l = addUrlParameter($link1,"start=0"); ! echo makelink($l ,$lang['NavFirst'],$lang['NavFirst']); ! } ! echo " "; ! if ( $start != 0 ) { ! $l = addUrlParameter($link1,"start=".($start - $tutos[maxshow])); ! echo makelink($l ,$tutos[image][left] ." ".$lang['NavBack'],$lang['NavBack']); ! } ! echo " "; ! if ( $a < $n ) { ! $l = addUrlParameter($link1,"start=".$a); ! echo makelink($l ,$lang['NavNext'] ." ". $tutos[image][right],$lang['NavNext']); ! } ! echo " "; ! if ( $start < ($n - $tutos[maxshow]) ) { ! $l = addUrlParameter($link1,"start=".($n - $tutos[maxshow])); ! echo makelink($l ,$lang['NavLast'],$lang['NavLast']); ! } ! echo " </TH>\n"; ! echo "</TR>\n"; ! } echo "</TABLE>\n"; } --- 76,81 ---- $a++; } ! ! ShowBackForwardNav($link1,7,$start,$a,$n); echo "</TABLE>\n"; } *************** *** 305,309 **** $result = @DB_Exec($conn,$q); ! if ( (! isset($start)) || ($start < 0) ) { $start = 0; } --- 284,288 ---- $result = @DB_Exec($conn,$q); ! if ( ! isset($start) ) { $start = 0; } Index: company_overview.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/company_overview.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** company_overview.php 2001/08/22 22:11:30 1.9 --- company_overview.php 2001/08/24 15:04:00 1.10 *************** *** 20,30 **** return; } ! echo "<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH>". $lang['Company'] ."</TH><TH>". $lang['Department'] ."</TH>\n"; echo "</TR>\n"; ! $a = $start; ! $end = $start + $tutos[maxshow]; $line = 1; --- 20,36 ---- return; } ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH>". $lang['Company'] ."</TH><TH>". $lang['Department'] ."</TH>\n"; echo "</TR>\n"; ! if ( $start == -1 ) { ! $a = $n - $tutos[maxshow]; ! $end = $n; ! $start = $a; ! } else { ! $a = $start; ! $end = $start + $tutos[maxshow]; ! } $line = 1; *************** *** 65,93 **** echo "</TR>\n"; } ! if ( ( $a < $n ) || ( $start != 0 ) ) { ! echo "<TR>\n"; ! echo " <TH COLSPAN=2>\n"; ! if ( $start > 0 ) { ! $l = addUrlParameter($link1,"start=0"); ! echo makelink($l ,$lang['NavFirst'],$lang['NavFirst']); ! } ! echo " "; ! if ( $start != 0 ) { ! $l = addUrlParameter($link1,"start=".($start - $tutos[maxshow])); ! echo makelink($l ,$tutos[image][left] ." ".$lang['NavBack'],$lang['NavBack']); ! } ! echo " "; ! if ( $a < $n ) { ! $l = addUrlParameter($link1,"start=".$a); ! echo makelink($l ,$lang['NavNext'] ." ". $tutos[image][right],$lang['NavNext']); ! } ! echo " "; ! if ( $start < ($n - $tutos[maxshow]) ) { ! $l = addUrlParameter($link1,"start=".($n - $tutos[maxshow])); ! echo makelink($l ,$lang['NavLast'],$lang['NavLast']); ! } ! echo " </TH>\n"; ! echo "</TR>\n"; ! } echo "</TABLE>\n"; } --- 71,77 ---- echo "</TR>\n"; } ! ! ShowBackForwardNav($link1,2,$start,$a,$n); ! echo "</TABLE>\n"; } *************** *** 135,139 **** exit; } else { ! if ( (! isset($start)) || ($start < 0) ) { $start = 0; } --- 119,123 ---- exit; } else { ! if ( ! isset($start) ) { $start = 0; } Index: bug_overview.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/bug_overview.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** bug_overview.php 2001/08/22 22:11:30 1.16 --- bug_overview.php 2001/08/24 15:04:00 1.17 *************** *** 44,48 **** # DoubleTableStart(1,5); ! echo "<TABLE BORDER=1 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo order_header("","ID"); --- 44,48 ---- # DoubleTableStart(1,5); ! echo "<TABLE CLASS=single BORDER=1 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo order_header("","ID"); *************** *** 62,65 **** --- 62,66 ---- $a = $n - $tutos[maxshow]; $end = $n; + $start = $a; } else { $a = $start; *************** *** 98,126 **** $a++; } ! if ( ( $a < $n ) || ( $start != 0 ) ) { ! echo "<TR>\n"; ! echo " <TH COLSPAN=8>\n"; ! if ( $start > 0 ) { ! $l = addUrlParameter($link1,"start=0"); ! echo makelink($l ,$lang['NavFirst'],$lang['NavFirst']); ! } ! echo " "; ! if ( $start != 0 ) { ! $l = addUrlParameter($link1,"start=".($start - $tutos[maxshow])); ! echo makelink($l ,$tutos[image][left] ." ".$lang['NavBack'],$lang['NavBack']); ! } ! echo " "; ! if ( $a < $n ) { ! $l = addUrlParameter($link1,"start=".$a); ! echo makelink($l ,$lang['NavNext'] ." ". $tutos[image][right],$lang['NavNext']); ! } ! echo " "; ! if ( $start < ($n - $tutos[maxshow]) ) { ! $l = addUrlParameter($link1,"start=".($n - $tutos[maxshow])); ! echo makelink($l ,$lang['NavLast'],$lang['NavLast']); ! } ! echo " </TH>\n"; ! echo "</TR>\n"; ! } echo "</TABLE>\n"; # DoubleTableEnd(); --- 99,105 ---- $a++; } ! ! ShowBackForwardNav($link1,8,$start,$a,$n); ! echo "</TABLE>\n"; # DoubleTableEnd(); *************** *** 199,203 **** } ! echo "<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=5>". $lang['BugStatsTitle'] ."</TH>\n"; --- 178,182 ---- } ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=5>". $lang['BugStatsTitle'] ."</TH>\n"; *************** *** 566,570 **** $result = @DB_Exec($conn,$q); ! if ( (! isset($start)) || ($start < 0) ) { $start = 0; } --- 545,549 ---- $result = @DB_Exec($conn,$q); ! if ( ! isset($start) ) { $start = 0; } Index: address_tools.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/address_tools.p3,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** address_tools.p3 2001/08/22 22:18:24 1.27 --- address_tools.p3 2001/08/24 15:04:00 1.28 *************** *** 229,234 **** echo "</TR>\n"; ! $a = $atool['start']; ! $end = $atool['start'] + $atool['maxshow']; while ( ($a < $n) && ($a < $end) ) { --- 229,241 ---- echo "</TR>\n"; ! if ( $atool['start'] == -1 ) { ! $a = $n - $atool['maxshow']; ! $end = $n; ! $atool['start'] = $a; ! } else { ! $a = $atool['start']; ! $end = $a + $atool['maxshow']; ! } ! while ( ($a < $n) && ($a < $end) ) { *************** *** 407,425 **** $a++; } ! if ( ( $a < $n ) || ( $atool['start'] != 0 ) ) { ! echo "<TR>\n"; ! echo " <TH COLSPAN=8>\n"; ! if ( $atool['start'] != 0 ) { ! $l = addUrlParameter($atool['link1'],"astart=".($atool['start'] - $atool['maxshow'])); ! echo makelink($l ,$tutos[image][left] ." ".$lang['NavBack'],$lang['NavBack']); ! } ! echo " "; ! if ( $a < $n ) { ! $l = addUrlParameter($atool['link1'],"astart=".$a); ! echo makelink($l ,$lang['NavNext'] ." ". $tutos[image][right],$lang['NavNext']); ! } ! echo " </TH>\n"; ! echo "</TR>\n"; ! } echo "</TABLE>\n"; } --- 414,420 ---- $a++; } ! ! ShowBackForwardNav($atool['link1'],8,$atool['start'],$a,$n,'astart'); ! echo "</TABLE>\n"; } Index: webelements.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/webelements.p3,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -r1.60 -r1.61 *** webelements.p3 2001/08/24 08:45:04 1.60 --- webelements.p3 2001/08/24 15:04:00 1.61 *************** *** 510,516 **** if ( ($current_user->p[useprojects] == 1) && ($tutos[useprojects] == 1) ) { if ( basename($PHP_SELF) != "product_select.php" ) { ! echo menulink("product_select.php",$tutos[image][projects] . $lang['Product'],$lang['ProductInfo']) ."<BR>\n"; } else { ! echo $tutos[image][projects] . $lang['Product'] ."<BR>\n"; } } --- 510,516 ---- if ( ($current_user->p[useprojects] == 1) && ($tutos[useprojects] == 1) ) { if ( basename($PHP_SELF) != "product_select.php" ) { ! echo menulink("product_select.php",$tutos[image][projects] . $lang['ProductMenu'],$lang['ProductInfo']) ."<BR>\n"; } else { ! echo $tutos[image][projects] . $lang['ProductMenu'] ."<BR>\n"; } } *************** *** 624,643 **** echo " <TR>\n"; if ( ($current_user->p[usecalendar] == 1) && ($tutos[usecalendar] == 1) ) { ! echo " <TD CLASS=navigate valign=bottom align=center width=\"12%\">". menulink("calendar.php",$tutos[image][appointments] . $lang['Calendar'],$lang['CalendarInfo']) ."</TD>\n"; if ( basename($PHP_SELF) == "calendar.php") { ! echo " <TD CLASS=navigate valign=bottom align=center width=\"10%\">". menulink("calendar_select.php",$lang['AppsSearch'],$lang['SearchForApp']) ."</TD>\n"; } } if ( ($current_user->p[useaddressbook] == 1) && ($tutos[useaddressbook] == 1) ) { ! echo " <TD CLASS=navigate valign=bottom align=center width=\"12%\">". menulink("address_select.php",$tutos[image][addresses] . $lang['Addresses'],$lang['AddressesInfo']) ."</TD>\n"; } if ( ($current_user->p[usebugtracking] == 1) && ($tutos[usebugtracking] == 1) ) { ! echo " <TD CLASS=navigate valign=bottom align=center width=\"12%\">". menulink("bug_select.php",$tutos[image][bugs] . $lang['BugTrack'],$lang['BugTrackInfo']) ."</TD>\n"; } if ( ($current_user->p[useprojects] == 1) && ($tutos[useprojects] == 1) ) { ! echo " <TD CLASS=navigate valign=bottom align=center width=\"12%\">". menulink("product_select.php",$tutos[image][projects] . $lang['Product'],$lang['ProductInfo']) ."</TD>\n"; } ! echo " <TD CLASS=navigate valign=bottom align=center width=\"12%\">". menulink("mytutos.php",$tutos[image][user] . $lang['PersonalPage'],$lang['PersonalPage']) ."</TD>\n"; ! echo " <TD CLASS=navigate valign=bottom align=center width=\"12%\">". menulink("logout.php",$tutos[image][logout] . $lang['Logout'],$lang['LogoutInfo']) ."</TD>\n"; make_helplink(2); --- 624,643 ---- echo " <TR>\n"; if ( ($current_user->p[usecalendar] == 1) && ($tutos[usecalendar] == 1) ) { ! echo " <TD CLASS=navigate align=center width=\"12%\">". menulink("calendar.php",$tutos[image][appointments] . $lang['Calendar'],$lang['CalendarInfo']) ."</TD>\n"; if ( basename($PHP_SELF) == "calendar.php") { ! echo " <TD CLASS=navigate valign=bottom align=center width=\"10%\">". menulink("app_select.php",$lang['AppsSearch'],$lang['SearchForApp']) ."</TD>\n"; } } if ( ($current_user->p[useaddressbook] == 1) && ($tutos[useaddressbook] == 1) ) { ! echo " <TD CLASS=navigate align=center width=\"12%\">". menulink("address_select.php",$tutos[image][addresses] . $lang['Addresses'],$lang['AddressesInfo']) ."</TD>\n"; } if ( ($current_user->p[usebugtracking] == 1) && ($tutos[usebugtracking] == 1) ) { ! echo " <TD CLASS=navigate align=center width=\"12%\">". menulink("bug_select.php",$tutos[image][bugs] . $lang['BugTrack'],$lang['BugTrackInfo']) ."</TD>\n"; } if ( ($current_user->p[useprojects] == 1) && ($tutos[useprojects] == 1) ) { ! echo " <TD CLASS=navigate align=center width=\"12%\">". menulink("product_select.php",$tutos[image][projects] . $lang['ProductMenu'],$lang['ProductInfo']) ."</TD>\n"; } ! echo " <TD CLASS=navigate align=center width=\"12%\">". menulink("mytutos.php",$tutos[image][user] . $lang['PersonalPage'],$lang['PersonalPage']) ."</TD>\n"; ! echo " <TD CLASS=navigate align=center width=\"12%\">". menulink("logout.php",$tutos[image][logout] . $lang['Logout'],$lang['LogoutInfo']) ."</TD>\n"; make_helplink(2); *************** *** 1443,1445 **** --- 1443,1485 ---- return $r; } + /* --------------------------------------------------------------------------- + * A Tablerow that gives some naviagtion links + * link = the base link + * cnt = field count in the table + * start = current start position + * end = current end position + * max = number of elements + */ + Function ShowBackForwardNav($link,$cnt,$start,$end,$max,$paraname = 'start') { + global $tutos, $lang; + + # echo "<BR> $cnt S:$start E:$end M:$max P:$paraname <BR>\n"; + if ( ( $end == $max ) && ( $start <= 0 ) ) { + return; + } + + echo "<TR>\n"; + echo " <TH COLSPAN=". $cnt .">\n"; + if ( $start > 0 ) { + $l = addUrlParameter($link,$paraname ."=0"); + echo menulink($l ,$lang['NavFirst'],$lang['NavFirst']); + } + echo " "; + if ( $start > 0 ) { + $l = addUrlParameter($link,$paraname ."=".($start - $tutos[maxshow])); + echo menulink($l ,$tutos[image][left] ." ".$lang['NavBack'],$lang['NavBack']); + } + echo " "; + if ( $end < $max ) { + $l = addUrlParameter($link,$paraname ."=". $end); + echo menulink($l ,$lang['NavNext'] ." ". $tutos[image][right],$lang['NavNext']); + } + echo " "; + if ( $start < ($max - $tutos[maxshow]) ) { + $l = addUrlParameter($link, $paraname ."=".($max - $tutos[maxshow])); + echo menulink($l ,$lang['NavLast'],$lang['NavLast']); + } + echo " </TH>\n"; + echo "</TR>\n"; + } ?> |
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv26582/php Modified Files: de.p3 en.p3 es.p3 fr.p3 it.p3 ko.p3 nl.p3 pl.p3 ru.p3 tw.p3 zh.p3 pt-br.p3 Log Message: fixed duplicate Product entry Index: de.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/de.p3,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -r1.58 -r1.59 *** de.p3 2001/08/24 08:08:36 1.58 --- de.p3 2001/08/24 15:02:31 1.59 *************** *** 603,607 **** $lang['Addresses'] = "Adressen"; $lang['BugTrack'] = "Fehlermanagement"; ! $lang['Product'] = "Produkte & Projekte"; $lang['Logout'] = "Abmelden"; $lang['CalendarInfo'] = "Terminkalender für heute"; --- 603,607 ---- $lang['Addresses'] = "Adressen"; $lang['BugTrack'] = "Fehlermanagement"; ! $lang['ProductMenu'] = "Produkte & Projekte"; $lang['Logout'] = "Abmelden"; $lang['CalendarInfo'] = "Terminkalender für heute"; Index: en.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/en.p3,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -r1.54 -r1.55 *** en.p3 2001/08/22 22:15:54 1.54 --- en.p3 2001/08/24 15:02:31 1.55 *************** *** 603,607 **** $lang['Addresses'] = "Addresses"; $lang['BugTrack'] = "Bug Tracking"; ! $lang['Product'] = "Products & Projects"; $lang['Logout'] = "Logout"; $lang['CalendarInfo'] = "Todays Calender"; --- 603,607 ---- $lang['Addresses'] = "Addresses"; $lang['BugTrack'] = "Bug Tracking"; ! $lang['ProductMenu'] = "Products & Projects"; $lang['Logout'] = "Logout"; $lang['CalendarInfo'] = "Todays Calender"; Index: es.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/es.p3,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -r1.39 -r1.40 *** es.p3 2001/08/22 22:15:54 1.39 --- es.p3 2001/08/24 15:02:31 1.40 *************** *** 605,609 **** $lang['Addresses'] = "Direcciones"; $lang['BugTrack'] = "Fallos"; ! $lang['Product'] = "Productos/Proyectos"; $lang['Logout'] = "Salir"; $lang['CalendarInfo'] = "Citas de hoy"; --- 605,609 ---- $lang['Addresses'] = "Direcciones"; $lang['BugTrack'] = "Fallos"; ! $lang['ProductMenu'] = "Productos/Proyectos"; $lang['Logout'] = "Salir"; $lang['CalendarInfo'] = "Citas de hoy"; Index: fr.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/fr.p3,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -r1.38 -r1.39 *** fr.p3 2001/08/22 22:15:54 1.38 --- fr.p3 2001/08/24 15:02:31 1.39 *************** *** 605,609 **** $lang['Addresses'] = "Carnet d' adresses"; $lang['BugTrack'] = "Rapport/Suivi d'incident"; ! $lang['Product'] = "Produits & Projets"; $lang['Logout'] = "Deconnexion"; $lang['CalendarInfo'] = "Aujourd'hui"; --- 605,609 ---- $lang['Addresses'] = "Carnet d' adresses"; $lang['BugTrack'] = "Rapport/Suivi d'incident"; ! $lang['ProductMenu'] = "Produits & Projets"; $lang['Logout'] = "Deconnexion"; $lang['CalendarInfo'] = "Aujourd'hui"; Index: it.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/it.p3,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -r1.47 -r1.48 *** it.p3 2001/08/22 22:15:54 1.47 --- it.p3 2001/08/24 15:02:31 1.48 *************** *** 603,607 **** $lang['Addresses'] = "Indirizzi"; $lang['BugTrack'] = "Bug Tracking"; ! $lang['Product'] = "Prodotti & Progetti"; $lang['Logout'] = "Chiudi la sessione"; $lang['CalendarInfo'] = "Calendario giornaliero"; --- 603,607 ---- $lang['Addresses'] = "Indirizzi"; $lang['BugTrack'] = "Bug Tracking"; ! $lang['ProductMenu'] = "Prodotti & Progetti"; $lang['Logout'] = "Chiudi la sessione"; $lang['CalendarInfo'] = "Calendario giornaliero"; Index: ko.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/ko.p3,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** ko.p3 2001/08/22 22:15:54 1.13 --- ko.p3 2001/08/24 15:02:31 1.14 *************** *** 604,609 **** $lang['Addresses'] = "ÁÖ¼Ò·Ï"; $lang['BugTrack'] = "¹ö±×ÃßÀû"; ! #$lang['Product'] = "<font size=4>ÇÁ·ÎÁ§Æ®</font>"; ! $lang['Product'] = "ÇÁ·ÎÁ§Æ®"; $lang['Logout'] = "·Î±×¾Æ¿ô"; $lang['CalendarInfo'] = "¿À´Ã ÀÏÁ¤"; --- 604,608 ---- $lang['Addresses'] = "ÁÖ¼Ò·Ï"; $lang['BugTrack'] = "¹ö±×ÃßÀû"; ! $lang['ProductMenu'] = "ÇÁ·ÎÁ§Æ®"; $lang['Logout'] = "·Î±×¾Æ¿ô"; $lang['CalendarInfo'] = "¿À´Ã ÀÏÁ¤"; Index: nl.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/nl.p3,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** nl.p3 2001/08/22 22:15:54 1.6 --- nl.p3 2001/08/24 15:02:31 1.7 *************** *** 605,609 **** $lang['Addresses'] = "Adressen"; $lang['BugTrack'] = "Foutregistratie"; ! $lang['Product'] = "Opdrachten & Projecten"; $lang['Logout'] = "Uitloggen"; $lang['CalendarInfo'] = "Kalender van Vandaag"; --- 605,609 ---- $lang['Addresses'] = "Adressen"; $lang['BugTrack'] = "Foutregistratie"; ! $lang['ProductMenu'] = "Opdrachten & Projecten"; $lang['Logout'] = "Uitloggen"; $lang['CalendarInfo'] = "Kalender van Vandaag"; Index: pl.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/pl.p3,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** pl.p3 2001/08/22 22:15:54 1.10 --- pl.p3 2001/08/24 15:02:31 1.11 *************** *** 609,613 **** $lang['Addresses'] = "Adresy"; $lang['BugTrack'] = "Pluskwy"; ! $lang['Product'] = "Produkty i projekty"; $lang['Logout'] = "Wylogowanie"; $lang['CalendarInfo'] = "Kalendarz na dzi¶"; --- 609,613 ---- $lang['Addresses'] = "Adresy"; $lang['BugTrack'] = "Pluskwy"; ! $lang['ProductMenu'] = "Produkty i projekty"; $lang['Logout'] = "Wylogowanie"; $lang['CalendarInfo'] = "Kalendarz na dzi¶"; Index: ru.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/ru.p3,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** ru.p3 2001/08/22 22:15:54 1.33 --- ru.p3 2001/08/24 15:02:31 1.34 *************** *** 603,607 **** $lang['Addresses'] = "áÄÒÅÓÁ"; $lang['BugTrack'] = "ïÛÉÂËÉ"; ! $lang['Product'] = "ðÒÏÅËÔÙ & ðÒÏÄÕËÔÙ"; $lang['Logout'] = "÷ÙÈÏÄ"; $lang['CalendarInfo'] = "ëÁÌÅÎÄÁÒØ ÎÁ ÓÅÇÏÄÎÑ"; --- 603,607 ---- $lang['Addresses'] = "áÄÒÅÓÁ"; $lang['BugTrack'] = "ïÛÉÂËÉ"; ! $lang['ProductMenu'] = "ðÒÏÅËÔÙ & ðÒÏÄÕËÔÙ"; $lang['Logout'] = "÷ÙÈÏÄ"; $lang['CalendarInfo'] = "ëÁÌÅÎÄÁÒØ ÎÁ ÓÅÇÏÄÎÑ"; Index: tw.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/tw.p3,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** tw.p3 2001/08/22 22:15:54 1.33 --- tw.p3 2001/08/24 15:02:31 1.34 *************** *** 607,611 **** $lang['Addresses'] = "¦a§}"; $lang['BugTrack'] = "º|¬}°l´M"; ! $lang['Product'] = "²£«~/p¹º"; $lang['Logout'] = "Â÷¶}"; $lang['CalendarInfo'] = "¤µ¤éªº¦æ¨Æªí"; --- 607,611 ---- $lang['Addresses'] = "¦a§}"; $lang['BugTrack'] = "º|¬}°l´M"; ! $lang['ProductMenu'] = "²£«~/p¹º"; $lang['Logout'] = "Â÷¶}"; $lang['CalendarInfo'] = "¤µ¤éªº¦æ¨Æªí"; Index: zh.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/zh.p3,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** zh.p3 2001/08/22 22:15:54 1.33 --- zh.p3 2001/08/24 15:02:31 1.34 *************** *** 607,611 **** $lang['Addresses'] = "µØÖ·"; $lang['BugTrack'] = "©¶´×·Ñ°"; ! $lang['Product'] = "²úÆ·/¼Æ»®"; $lang['Logout'] = "À뿪"; $lang['CalendarInfo'] = "½ñÈÕµÄÐÐʱí"; --- 607,611 ---- $lang['Addresses'] = "µØÖ·"; $lang['BugTrack'] = "©¶´×·Ñ°"; ! $lang['ProductMenu'] = "²úÆ·/¼Æ»®"; $lang['Logout'] = "À뿪"; $lang['CalendarInfo'] = "½ñÈÕµÄÐÐʱí"; Index: pt-br.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/pt-br.p3,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** pt-br.p3 2001/08/22 22:15:54 1.26 --- pt-br.p3 2001/08/24 15:02:31 1.27 *************** *** 605,612 **** $lang['Addresses'] = "Endereços"; $lang['BugTrack'] = "Bug Tracking"; ! $lang['Product'] = "Produtos & Projetos"; $lang['Logout'] = "Sair"; $lang['CalendarInfo'] = "Calendário de hoje"; - #Todays Calender"; $lang['AddressesInfo'] = "Procurar por endereços"; $lang['BugTrackInfo'] = "Banco de dados do Bug Tracking"; --- 605,611 ---- $lang['Addresses'] = "Endereços"; $lang['BugTrack'] = "Bug Tracking"; ! $lang['ProductMenu'] = "Produtos & Projetos"; $lang['Logout'] = "Sair"; $lang['CalendarInfo'] = "Calendário de hoje"; $lang['AddressesInfo'] = "Procurar por endereços"; $lang['BugTrackInfo'] = "Banco de dados do Bug Tracking"; |
From: Gero K. <gok...@us...> - 2001-08-24 12:59:59
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv29621 Modified Files: res_cal.php Log Message: Bugfix: do not display things that are not visible to th current_user Index: res_cal.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/res_cal.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** res_cal.php 2001/08/22 22:19:00 1.11 --- res_cal.php 2001/08/24 12:59:57 1.12 *************** *** 103,106 **** --- 103,110 ---- $task->read_result($result1,$a); + if ( ! $task->see_ok() ) { + $a++; + continue; + } # echo "<TR><TD COLSPAN=32> TSK:". $task->id ."</TD></TR>\n"; # Mark all fields covered by this task *************** *** 138,141 **** --- 142,149 ---- $app->read_result($result2,$a); + if ( ! $app->see_ok() ) { + $a++; + continue; + } # Check $app->read_participants(); |
From: Boris W. <bw...@us...> - 2001-08-24 08:45:07
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv8265 Modified Files: webelements.p3 Log Message: Small formatting fix Index: webelements.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/webelements.p3,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -r1.59 -r1.60 *** webelements.p3 2001/08/23 19:09:17 1.59 --- webelements.p3 2001/08/24 08:45:04 1.60 *************** *** 1348,1352 **** if ( $typ == 2 ) { ! echo "<TD CLASS=navigate valign=bottom align=center width=\"15%\">"; } else { # echo "<BR>"; --- 1348,1352 ---- if ( $typ == 2 ) { ! echo " <TD CLASS=navigate valign=bottom align=center width=\"10%\">"; } else { # echo "<BR>"; *************** *** 1357,1368 **** } else { echo "<A CLASS=nodeco HREF=\"JavaScript: ! mywindow = window.open('". $l ."', 'help', 'width=550,height=500,top=100,left=100,scrollbars=1'); ! mywindow.location.href = '". $l ."'; ! mywindow.focus(); ! \" "self.status='". $lang['HelpInfo'] ."' ;return true\">"; echo $lang['Help']. "</A>\n"; } if ( $typ == 2 ) { ! echo "</TD>\n"; } } --- 1357,1366 ---- } else { echo "<A CLASS=nodeco HREF=\"JavaScript: ! mywindow = window.open('". $l ."', 'help', 'width=550,height=500,top=100,left=100,scrollbars=1'); ! mywindow.location.href = '". $l ."'; mywindow.focus();\" "self.status='". $lang['HelpInfo'] ."' ;return true\">"; echo $lang['Help']. "</A>\n"; } if ( $typ == 2 ) { ! echo " </TD>\n"; } } |
From: Boris W. <bw...@us...> - 2001-08-24 08:23:42
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv1507 Modified Files: task.pinc Log Message: Hide completed tasks in user's todo list Index: task.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/task.pinc,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -r1.30 -r1.31 *** task.pinc 2001/08/22 22:18:24 1.30 --- task.pinc 2001/08/24 08:23:39 1.31 *************** *** 658,661 **** --- 658,664 ---- if ( ($parent->getType() == "address")||($parent->getType() == "team") ) { $norecur = 1; + if ( $this->state == 2 ) { + return; + } } else { $norecur = 0; |
From: Boris W. <bw...@us...> - 2001-08-24 08:08:39
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv29749 Modified Files: de.p3 mytutos.php Log Message: Consistency fixes Index: de.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/de.p3,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -r1.57 -r1.58 *** de.p3 2001/08/22 22:15:54 1.57 --- de.p3 2001/08/24 08:08:36 1.58 *************** *** 235,241 **** # Bugs $lang['Bug'] = "Fehler"; ! $lang['BugsSearch'] = "Fehlermanagement Suche"; ! $lang['BugsOverview'] = "Fehlermanagement Übersicht"; ! $lang['BugsDetail'] = "Fehlermanagement Detail"; $lang['BugState'] = "Status"; $lang['BugClass'] = "Klasse"; --- 235,241 ---- # Bugs $lang['Bug'] = "Fehler"; ! $lang['BugsSearch'] = "Fehlersuche"; ! $lang['BugsOverview'] = "Fehlerübersicht"; ! $lang['BugsDetail'] = "Fehlerdetails"; $lang['BugState'] = "Status"; $lang['BugClass'] = "Klasse"; Index: mytutos.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/mytutos.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** mytutos.php 2001/08/23 19:09:17 1.21 --- mytutos.php 2001/08/24 08:08:36 1.22 *************** *** 327,336 **** echo "<TR>\n"; if ( ($current_user->p[useprojects] == 1) && ($tutos[useprojects] == 1) ) { ! echo "<TH COLSPAN=2>". makelink("product_select.php",$lang['ProductP']) ."</TH>\n"; } else { echo "<TH COLSPAN=2> </TH>\n"; } if ( ($current_user->p[usebugtracking] == 1) && ($tutos[usebugtracking] == 1) ) { ! echo "<TH COLSPAN=2>". makelink("bug_select.php",$lang['Bugs']) ."</TH>\n"; } else { echo "<TH COLSPAN=2> </TH>\n"; --- 327,336 ---- echo "<TR>\n"; if ( ($current_user->p[useprojects] == 1) && ($tutos[useprojects] == 1) ) { ! echo "<TH COLSPAN=2>". makelink("product_select.php",$lang['Product'],$lang['ProductsSearch']) ."</TH>\n"; } else { echo "<TH COLSPAN=2> </TH>\n"; } if ( ($current_user->p[usebugtracking] == 1) && ($tutos[usebugtracking] == 1) ) { ! echo "<TH COLSPAN=2>". makelink("bug_select.php",$lang['Bugs'],$lang['BugsSearch']) ."</TH>\n"; } else { echo "<TH COLSPAN=2> </TH>\n"; *************** *** 359,363 **** } if ( ($current_user->p[usedocmanagement] == 1) && ($tutos[usedocmanagement] == 1) ) { ! echo "<TH COLSPAN=2>". makelink("file_overview.php",$lang['File'],$lang['FileOverview']) ."</TH>\n"; } else { echo "<TH COLSPAN=2> </TH>\n"; --- 359,363 ---- } if ( ($current_user->p[usedocmanagement] == 1) && ($tutos[usedocmanagement] == 1) ) { ! echo "<TH COLSPAN=2>". makelink("file_overview.php",$lang['ProdFiles'],$lang['FileOverview']) ."</TH>\n"; } else { echo "<TH COLSPAN=2> </TH>\n"; *************** *** 454,456 **** CVS Info: $Id$ $Author$ ! --> \ No newline at end of file --- 454,456 ---- CVS Info: $Id$ $Author$ ! --> |
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv26327/php Modified Files: app_show.php appointment.pinc bug_new.php bug_show.php calendar.php company_show.php department_show.php fax_new.php file_show.php history_show.php installation_show.php mailbox_overview.php mailbox_show.php mytutos.php note_show.php product_show.php task_show.php team.pinc webelements.p3 Log Message: theme stuff changed Index: app_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/app_show.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** app_show.php 2001/08/22 22:11:30 1.2 --- app_show.php 2001/08/23 19:09:17 1.3 *************** *** 18,22 **** global $tutos,$current_user,$lang; ! echo "<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo "<TH COLSPAN=4>". $lang['Calendar'] ."</TH>\n"; --- 18,22 ---- global $tutos,$current_user,$lang; ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo "<TH COLSPAN=4>". $lang['Calendar'] ."</TH>\n"; *************** *** 47,51 **** echo "</TD>\n"; ! echo "<TD>". $dinfo[Desc] ."</TD>\n"; echo "</TR>\n"; --- 47,51 ---- echo "</TD>\n"; ! echo "<TD>". $dinfo[Desc] ." </TD>\n"; echo "</TR>\n"; *************** *** 69,73 **** } echo "</TD>\n"; ! echo "<TD>". $dinfo[Desc] ."</TD>\n"; echo "</TR>\n"; --- 69,73 ---- } echo "</TD>\n"; ! echo "<TD>". $dinfo[Desc] ." </TD>\n"; echo "</TR>\n"; Index: appointment.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/appointment.pinc,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -r1.47 -r1.48 *** appointment.pinc 2001/08/22 17:17:51 1.47 --- appointment.pinc 2001/08/23 19:09:17 1.48 *************** *** 939,943 **** @reset($this->participant); while ( list ($i,$f) = @each ($this->participant) ) { - $state = sprintf("State_%d" , $this->participant_state[$i]); echo " <TR>\n"; --- 939,942 ---- *************** *** 963,967 **** if ( ($this->trace == 1) && ($f->gettype() == "address") ) { $s = sprintf("text_%d",$this->participant_state[$i]); ! echo " <TD CLASS=$s ALIGN=right>"; if ( $f->id == $current_user->id ) { echo makelink("app_vote.php?id=". $this->id ."&adr_id=". $f->id,$lang[$state],$lang['AppVoteInfo']); --- 962,967 ---- if ( ($this->trace == 1) && ($f->gettype() == "address") ) { $s = sprintf("text_%d",$this->participant_state[$i]); ! $state = sprintf("State_%d" , $this->participant_state[$i]); ! echo " <TD CLASS=". $class ." ALIGN=right><SPAN CLASS=". $s .">"; if ( $f->id == $current_user->id ) { echo makelink("app_vote.php?id=". $this->id ."&adr_id=". $f->id,$lang[$state],$lang['AppVoteInfo']); *************** *** 969,973 **** echo $lang[$state]; } ! echo "</TD>\n"; } echo " </TR>\n"; --- 969,973 ---- echo $lang[$state]; } ! echo "</SPAN></TD>\n"; } echo " </TR>\n"; Index: bug_new.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/bug_new.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** bug_new.php 2001/08/22 22:11:30 1.13 --- bug_new.php 2001/08/23 19:09:17 1.14 *************** *** 104,108 **** if ( $b->id > 0 ) { showfield($lang['BugHistory']); ! echo "<TD COLSPAN=3 VALIGN=top BGCOLOR=white><PRE>". $b->description; echo "</PRE></TD>\n"; echo "<TD></TD>\n"; --- 104,108 ---- if ( $b->id > 0 ) { showfield($lang['BugHistory']); ! echo "<TD COLSPAN=3 VALIGN=top CLASS=pre><PRE>". $b->description; echo "</PRE></TD>\n"; echo "<TD></TD>\n"; Index: bug_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/bug_show.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** bug_show.php 2001/08/22 22:11:30 1.12 --- bug_show.php 2001/08/23 19:09:17 1.13 *************** *** 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'],$lang['Bug'] ." ". $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'],$lang['Bug'] ." ". $b->getFullName()) ."</TH>\n"; *************** *** 88,92 **** echo "</TR><TR>\n"; showfield($lang['BugHistory']); ! echo " <TD BGCOLOR=white COLSPAN=3>"; echo "<PRE>\n". urlReplace($b->description) ."\n</PRE></TD>\n"; echo "</TR>\n"; --- 88,92 ---- echo "</TR><TR>\n"; showfield($lang['BugHistory']); ! echo " <TD CLASS=pre COLSPAN=3>"; echo "<PRE>\n". urlReplace($b->description) ."\n</PRE></TD>\n"; echo "</TR>\n"; Index: calendar.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/calendar.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** calendar.php 2001/08/22 22:12:57 1.20 --- calendar.php 2001/08/23 19:09:17 1.21 *************** *** 30,34 **** echo "<FORM ACTION=\"calendar.php\" method=\"GET\">\n"; ! echo "<TABLE CELLPADDING=0 CELLSPACING=0 WIDTH=\"100%\" BORDER=0>\n"; echo "<TR>\n"; echo " <TD ROWSPAN=2 NOWRAP>\n"; --- 30,34 ---- echo "<FORM ACTION=\"calendar.php\" method=\"GET\">\n"; ! echo "<TABLE CELLPADDING=0 CELLSPACING=0 WIDTH=\"100%\" BORDER=0>\n"; echo "<TR>\n"; echo " <TD ROWSPAN=2 NOWRAP>\n"; *************** *** 201,205 **** $hastable = 1; } else { ! echo " <TR><TD CLASS=app COLSPAN=3><HR NOSHADE SIZE=1></TD></TR>\n"; } --- 201,205 ---- $hastable = 1; } else { ! echo " <TR><TD CLASS=". $dinfo[color] ." COLSPAN=3><HR NOSHADE SIZE=1></TD></TR>\n"; } *************** *** 364,369 **** navigate($t,$id); - # echo "<CENTER>\n"; - if ( $tutos[caltable] == 2 ) { echo "<TABLE BGCOLOR=\"black\" BORDER=0 CELLPADDING=1 CELLSPACING=0 WIDTH=\"100%\"><TR><TD>\n"; --- 364,367 ---- *************** *** 399,405 **** echo "</TD></TR></TABLE>\n"; } - # echo "<P>\n"; - - # echo "</CENTER>\n"; HTML_Footer(); --- 397,400 ---- Index: company_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/company_show.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** company_show.php 2001/08/22 22:11:30 1.14 --- company_show.php 2001/08/23 19:09:17 1.15 *************** *** 32,36 **** } ! echo "<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; --- 32,36 ---- } ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; Index: department_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/department_show.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** department_show.php 2001/08/22 22:11:30 1.11 --- department_show.php 2001/08/23 19:09:17 1.12 *************** *** 29,33 **** } ! echo "<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; --- 29,33 ---- } ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; Index: fax_new.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/fax_new.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** fax_new.php 2001/08/09 10:32:03 1.5 --- fax_new.php 2001/08/23 19:09:17 1.6 *************** *** 22,26 **** echo "<TR>\n"; ! echo " <TD COLSPAN=1>". $lang['FaxTo'] ."</TD>\n"; if ( $val['adr']->id > 0 ) { echo " <TD COLSPAN=2>". $val['adr']->getLink() ."</TD>\n"; --- 22,26 ---- echo "<TR>\n"; ! echo " <TD COLSPAN=1 CLASS=desc>". $lang['FaxTo'] ."</TD>\n"; if ( $val['adr']->id > 0 ) { echo " <TD COLSPAN=2>". $val['adr']->getLink() ."</TD>\n"; *************** *** 31,35 **** echo " <TD COLSPAN=2><INPUT name=\"adr\"></TD>\n"; } ! echo " <TD COLSPAN=1>". $lang['FaxNr'] ."</TD>\n"; echo " <TD COLSPAN=2><INPUT name=\"nr\" value=\"". $val['nr'] ."\"></TD>\n"; echo "</TR>\n"; --- 31,35 ---- echo " <TD COLSPAN=2><INPUT name=\"adr\"></TD>\n"; } ! echo " <TD COLSPAN=1 CLASS=desc>". $lang['FaxNr'] ."</TD>\n"; echo " <TD COLSPAN=2><INPUT name=\"nr\" value=\"". $val['nr'] ."\"></TD>\n"; echo "</TR>\n"; *************** *** 54,59 **** if ( ($current_user->p[usenotes] == 1) && ($tutos[usenotes] == 1) ) { echo "<TR>\n"; ! echo " <TD COLSPAN=3> <B>". sprintf($lang['FaxNote'],$val['adr']->getFullName()) ."</B></TD>\n"; ! echo " <TD COLSPAN=3><INPUT type=\"checkbox\" name=\"savenote\" value=". $val['adr']->id ."></TD>\n"; echo "</TR>\n"; } --- 54,59 ---- if ( ($current_user->p[usenotes] == 1) && ($tutos[usenotes] == 1) ) { echo "<TR>\n"; ! echo " <TD COLSPAN=4 CLASS=desc> ". sprintf($lang['FaxNote'],$val['adr']->getFullName()) ."</TD>\n"; ! echo " <TD COLSPAN=2><INPUT type=\"checkbox\" name=\"savenote\" value=". $val['adr']->id ."></TD>\n"; echo "</TR>\n"; } Index: file_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/file_show.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** file_show.php 2001/08/22 22:11:30 1.10 --- file_show.php 2001/08/23 19:09:17 1.11 *************** *** 22,26 **** global $lang , $current_user; ! echo "<TABLE 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=2>\n"; echo "<TR><TH COLSPAN=4>". $lang['FileDetail'] ."</TH></TR>\n"; *************** *** 66,70 **** echo "<TR>\n"; showfield($lang['FileMore']); ! echo " <TD COLSPAN=3 BGCOLOR=white><FONT SIZE=-1><PRE>\n"; $f->moreinfo(); echo " </PRE></FONT></TD>\n"; --- 66,70 ---- echo "<TR>\n"; showfield($lang['FileMore']); ! echo " <TD COLSPAN=3 CLASS=pre><FONT SIZE=-1><PRE>\n"; $f->moreinfo(); echo " </PRE></FONT></TD>\n"; *************** *** 92,96 **** echo "<TR>\n"; showfield($lang['FileLog']); ! echo " <TD COLSPAN=3 BGCOLOR=white><FONT SIZE=-1><PRE>\n"; echo $f->logtxt; echo " </PRE></FONT></TD>\n"; --- 92,96 ---- echo "<TR>\n"; showfield($lang['FileLog']); ! echo " <TD COLSPAN=3 CLASS=pre><FONT SIZE=-1><PRE>\n"; echo $f->logtxt; echo " </PRE></FONT></TD>\n"; Index: history_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/history_show.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** history_show.php 2001/08/22 22:11:30 1.7 --- history_show.php 2001/08/23 19:09:17 1.8 *************** *** 24,28 **** global $lang; ! echo "<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=5>". sprintf($lang['HistoryShow'],$lang[$obj->getType()],$obj->getLink()) ."</TH>\n"; --- 24,28 ---- global $lang; ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=5>". sprintf($lang['HistoryShow'],$lang[$obj->getType()],$obj->getLink()) ."</TH>\n"; Index: installation_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/installation_show.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** installation_show.php 2001/08/22 22:11:30 1.11 --- installation_show.php 2001/08/23 19:09:17 1.12 *************** *** 23,27 **** global $tutos,$lang,$current_user; ! echo "<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; --- 23,27 ---- global $tutos,$lang,$current_user; ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; *************** *** 79,83 **** echo "</TR><TR>\n"; showfield($lang['Money']); ! echo " <TD>".number_format( $obj->money,2,$lang['DecPoint'],$lang['ThousandPoint']) ." ". htmlspecialchars($obj->currency) ."</TD>\n"; echo "</TR>\n"; --- 79,83 ---- echo "</TR><TR>\n"; showfield($lang['Money']); ! echo " <TD COLSPAN=3>".number_format( $obj->money,2,$lang['DecPoint'],$lang['ThousandPoint']) ." ". htmlspecialchars($obj->currency) ."</TD>\n"; echo "</TR>\n"; Index: mailbox_overview.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/mailbox_overview.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** mailbox_overview.php 2001/08/19 18:13:35 1.11 --- mailbox_overview.php 2001/08/23 19:09:17 1.12 *************** *** 60,66 **** ! echo "<TABLE BORDER=1 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; ! echo " <TH COLSPAN=6>"; echo $m->parent->getLink(); if ( $m->email != "" ) { --- 60,66 ---- ! echo "<TABLE CLASS=single BORDER=1 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; ! echo " <TH COLSPAN=6 CLASS=nodeco>"; echo $m->parent->getLink(); if ( $m->email != "" ) { *************** *** 199,206 **** echo "<TR><TD>"; if ( ($m->id > 0) && $m->see_ok() ) { ! echo makelink("mailbox_select.php?id=". $m->id ,$lang['Search'],sprintf($lang['MailboxSearch'],$m->getFullname())) ." <BR>"; } if ( ($m->id > 0) && $m->mod_ok() ) { ! echo makelink("mailbox_new.php?id=". $m->id ,$lang['Modify'],sprintf($lang['MailboxModifyI'],$m->getFullname())) ." <BR>"; } --- 199,206 ---- echo "<TR><TD>"; if ( ($m->id > 0) && $m->see_ok() ) { ! echo menulink("mailbox_select.php?id=". $m->id ,$lang['Search'],sprintf($lang['MailboxSearch'],$m->getFullname())) ." <BR>"; } if ( ($m->id > 0) && $m->mod_ok() ) { ! echo menulink("mailbox_new.php?id=". $m->id ,$lang['Modify'],sprintf($lang['MailboxModifyI'],$m->getFullname())) ." <BR>"; } Index: mailbox_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/mailbox_show.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** mailbox_show.php 2001/08/11 19:11:25 1.10 --- mailbox_show.php 2001/08/23 19:09:17 1.11 *************** *** 158,162 **** echo " </TD>\n"; } else { ! echo " <TD COLSPAN=2 BGCOLOR=white>\n"; echo "<PRE>". urlReplace(show_data($m,$id,$pnr,0,$arr->encoding)) . "</PRE>"; echo " </TD>\n"; --- 158,162 ---- echo " </TD>\n"; } else { ! echo " <TD COLSPAN=2 CLASS=pre>\n"; echo "<PRE>". urlReplace(show_data($m,$id,$pnr,0,$arr->encoding)) . "</PRE>"; echo " </TD>\n"; *************** *** 167,171 **** $b = show_data($m,$id,$pnr,0,$arr->encoding); echo "<TR>\n"; ! echo " <TD COLSPAN=2 BGCOLOR=white>\n"; echo " <PRE>". $b . "</PRE>"; echo " </TD>\n"; --- 167,171 ---- $b = show_data($m,$id,$pnr,0,$arr->encoding); echo "<TR>\n"; ! echo " <TD COLSPAN=2 CLASS=pre>\n"; echo " <PRE>". $b . "</PRE>"; echo " </TD>\n"; *************** *** 230,234 **** $d->setDateTimeTS($hdr->udate); ! echo "<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; --- 230,234 ---- $d->setDateTimeTS($hdr->udate); ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; *************** *** 329,333 **** echo "</TR>\n"; echo "<TR>\n"; ! echo " <TD COLSPAN=2><FONT SIZE=-1>\n"; echo "<PRE>". $b . "</PRE>"; echo " </FONT></TD>\n"; --- 329,333 ---- echo "</TR>\n"; echo "<TR>\n"; ! echo " <TD COLSPAN=2 CLASS=pre><FONT SIZE=-1>\n"; echo "<PRE>". $b . "</PRE>"; echo " </FONT></TD>\n"; *************** *** 354,358 **** echo "<TABLE>"; echo "<TR><TD>"; ! echo $m->getlink($lang['MailboxOverview']); echo "</TD></TR>"; --- 354,358 ---- echo "<TABLE>"; echo "<TR><TD>"; ! echo menulink($m->getUrl(),$lang['MailboxOverview'],$lang['MailboxOverview']); echo "</TD></TR>"; Index: mytutos.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/mytutos.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** mytutos.php 2001/08/22 22:12:57 1.20 --- mytutos.php 2001/08/23 19:09:17 1.21 *************** *** 83,90 **** if ( isset($dinfo[Desc]) ) { ! echo " " . makelink("calendar_new.php?t=". $tref,$d,$lang['NewAppointInfo'],$dinfo[popinfo]) ."\n"; echo "<BR><FONT SIZE=-1>". $dinfo[Desc] ."</FONT>\n"; } else { ! echo " " . makelink("calendar_new.php?t=". $tref,$d,$lang['NewAppointInfo']) ."\n"; } --- 83,90 ---- if ( isset($dinfo[Desc]) ) { ! echo " " . makelink("app_new.php?t=". $tref,$d,$lang['NewAppointInfo'],$dinfo[popinfo]) ."\n"; echo "<BR><FONT SIZE=-1>". $dinfo[Desc] ."</FONT>\n"; } else { ! echo " " . makelink("app_new.php?t=". $tref,$d,$lang['NewAppointInfo']) ."\n"; } *************** *** 123,127 **** $hastable = 1; } else { ! echo " <TR><TD CLASS=app 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><FONT COLOR=black SIZE=-5><HR NOSHADE SIZE=1></FONT></TD></TR>\n"; } // Show appointments or task *************** *** 304,308 **** global $lang , $tutos, $current_user; ! echo "<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; # Header --- 304,308 ---- global $lang , $tutos, $current_user; ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; # Header Index: note_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/note_show.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** note_show.php 2001/08/21 21:57:11 1.7 --- note_show.php 2001/08/23 19:09:17 1.8 *************** *** 26,43 **** echo "<TR>\n"; ! echo " <TD ROWSPAN=2>". $lang['NoteName'] ."</TD><TD ROWSPAN=2><B><FONT_SIZE=\"+1\">". $p->name ."</FONT><B></TD>"; ! echo " <TD>". $lang['NoteCreator'] ."</TD><TD>". $p->creator->getLink() ."</TD>"; echo "</TR>\n"; echo "<TR>\n"; ! echo " <TD>". $lang['atDateTime'] ."</TD><TD>". $p->creation->getLinkDateTime() ."</TD>"; echo "</TR>\n"; echo "<TR>\n"; ! echo " <TD>". $lang['NoteReference'] ."</TD><TD COLSPAN=3>". $p->getRefLink() ."</TD>"; echo "</TR>\n"; echo "<TR>\n"; ! echo " <TD COLSPAN=4 BGCOLOR=white><PRE>". urlReplace($p->note) ."</PRE></TD>"; echo "</TR>\n"; --- 26,43 ---- echo "<TR>\n"; ! echo " <TD CLASS=desc ROWSPAN=2>". $lang['NoteName'] ."</TD><TD ROWSPAN=2><B><FONT_SIZE=\"+1\">". $p->name ."</FONT><B></TD>"; ! echo " <TD CLASS=desc>". $lang['NoteCreator'] ."</TD><TD>". $p->creator->getLink() ."</TD>"; echo "</TR>\n"; echo "<TR>\n"; ! echo " <TD CLASS=desc>". $lang['atDateTime'] ."</TD><TD>". $p->creation->getLinkDateTime() ."</TD>"; echo "</TR>\n"; echo "<TR>\n"; ! echo " <TD CLASS=desc>". $lang['NoteReference'] ."</TD><TD COLSPAN=3>". $p->getRefLink() ."</TD>"; echo "</TR>\n"; echo "<TR>\n"; ! echo " <TD COLSPAN=4 CLASS=pre><PRE>". urlReplace($p->note) ."</PRE></TD>"; echo "</TR>\n"; *************** *** 70,74 **** echo "<TABLE>"; ! echo makelink("note_select.php",$lang['Search'],$lang['SearchForNote']) ."<BR>\n"; echo "<TR><TD>"; --- 70,74 ---- echo "<TABLE>"; ! echo menulink("note_select.php",$lang['Search'],$lang['SearchForNote']) ."<BR>\n"; echo "<TR><TD>"; Index: product_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/product_show.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** product_show.php 2001/08/22 22:11:30 1.16 --- product_show.php 2001/08/23 19:09:17 1.17 *************** *** 55,59 **** } ! echo "<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=4>". sprintf($lang['Showing'],$lang[$p->getType()]) ."</TH>\n"; --- 55,59 ---- } ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo "<TR>\n"; echo " <TH COLSPAN=4>". sprintf($lang['Showing'],$lang[$p->getType()]) ."</TH>\n"; *************** *** 187,191 **** echo "<TR>\n"; showfield($lang['Bugs']); ! echo " <TD VALIGN=top COLSPAN=2>". $p->bugSum() ."</TD>\n"; echo "</TR>\n"; } --- 187,191 ---- echo "<TR>\n"; showfield($lang['Bugs']); ! echo " <TD VALIGN=top COLSPAN=3>". $p->bugSum() ."</TD>\n"; echo "</TR>\n"; } Index: task_show.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/task_show.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** task_show.php 2001/08/22 22:11:30 1.10 --- task_show.php 2001/08/23 19:09:17 1.11 *************** *** 24,28 **** global $lang,$current_user,$tutos; ! echo "<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo " <TR>\n"; echo " <TH COLSPAN=4>". $lang['TaskDetail'] ."</TH>\n"; --- 24,28 ---- global $lang,$current_user,$tutos; ! echo "<TABLE CLASS=single BORDER=0 CELLPADDING=3 CELLSPACING=0>\n"; echo " <TR>\n"; echo " <TH COLSPAN=4>". $lang['TaskDetail'] ."</TH>\n"; *************** *** 43,47 **** echo " <TR>\n"; showfield($lang['TaskState']); ! echo " <TD>". $lang['TaskStates'][$t->state] ."</TD>\n"; echo " </TR>\n"; --- 43,47 ---- echo " <TR>\n"; showfield($lang['TaskState']); ! echo " <TD COLSPAN=3>". $lang['TaskStates'][$t->state] ."</TD>\n"; echo " </TR>\n"; *************** *** 49,53 **** echo " <TR>\n"; showfield($lang['TaskSubTask']); ! echo " <TD>\n"; if ( $t->parent->gettype() == "product" ) { echo $lang['Project'] . " "; --- 49,53 ---- echo " <TR>\n"; showfield($lang['TaskSubTask']); ! echo " <TD COLSPAN=3>\n"; if ( $t->parent->gettype() == "product" ) { echo $lang['Project'] . " "; *************** *** 69,73 **** echo " <TR>\n"; showfield($lang['TaskDesc']); ! echo " <TD COLSPAN=3 BGCOLOR=white><PRE>". $t->desc ."</PRE></TD>\n"; echo " </TR>\n"; --- 69,73 ---- echo " <TR>\n"; showfield($lang['TaskDesc']); ! echo " <TD COLSPAN=3 CLASS=pre><PRE>". $t->desc ."</PRE></TD>\n"; echo " </TR>\n"; *************** *** 75,79 **** showfield($lang['TaskSched']); echo " <TD>". $lang['DateTimeFrom'] .": ". $t->s_start->getDate() ."</TD>\n"; ! echo " <TD>". $lang['DateTimeTill'] .": ". $t->s_end->getDate() ."</TD>\n"; echo " </TR>\n"; --- 75,79 ---- showfield($lang['TaskSched']); echo " <TD>". $lang['DateTimeFrom'] .": ". $t->s_start->getDate() ."</TD>\n"; ! echo " <TD COLSPAN=2>". $lang['DateTimeTill'] .": ". $t->s_end->getDate() ."</TD>\n"; echo " </TR>\n"; *************** *** 81,85 **** showfield($lang['TaskReal']); echo " <TD>". $lang['DateTimeFrom'] .": ". $t->r_start->getDateTime() ."</TD>\n"; ! echo " <TD>". $lang['DateTimeTill'] .": ". $t->r_end->getDateTime() ."</TD>\n"; echo " </TR>\n"; --- 81,85 ---- showfield($lang['TaskReal']); echo " <TD>". $lang['DateTimeFrom'] .": ". $t->r_start->getDateTime() ."</TD>\n"; ! echo " <TD COLSPAN=2>". $lang['DateTimeTill'] .": ". $t->r_end->getDateTime() ."</TD>\n"; echo " </TR>\n"; *************** *** 149,153 **** echo "<TR>\n"; ! echo " <TD>". makelink("history_show.php?id=". $t->id,$lang['HistoryLink'],sprintf($lang['HistoryLinkI'],$t->getFullname())) ."</TD>\n"; echo "</TR>\n"; --- 149,153 ---- echo "<TR>\n"; ! echo " <TD COLSPAN=4>". makelink("history_show.php?id=". $t->id,$lang['HistoryLink'],sprintf($lang['HistoryLinkI'],$t->getFullname())) ."</TD>\n"; echo "</TR>\n"; Index: team.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/team.pinc,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** team.pinc 2001/08/11 19:11:25 1.27 --- team.pinc 2001/08/23 19:09:17 1.28 *************** *** 175,179 **** $x .= "?subject=". $lang['Team'] ." ". $this->getFullName(); # $x = $x . "&body=Hi TEAM ". $this->getFullName(); ! return makelink("mailto:".$x ,$text,sprintf($lang['TeamMailInfo'], $this->name)); } --- 175,179 ---- $x .= "?subject=". $lang['Team'] ." ". $this->getFullName(); # $x = $x . "&body=Hi TEAM ". $this->getFullName(); ! return menulink("mailto:".$x ,$text,sprintf($lang['TeamMailInfo'], $this->name)); } *************** *** 184,188 **** global $lang; ! return makelink("calendar.php?team=". $this->id,$lang['Calendar'],sprintf($lang['TeamApps'], $this->name)); } /* --------------------------------------------------------------------------- --- 184,188 ---- global $lang; ! return menulink("calendar.php?team=". $this->id,$lang['Calendar'],sprintf($lang['TeamApps'], $this->name)); } /* --------------------------------------------------------------------------- Index: webelements.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/webelements.p3,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -r1.58 -r1.59 *** webelements.p3 2001/08/22 22:12:57 1.58 --- webelements.p3 2001/08/23 19:09:17 1.59 *************** *** 184,188 **** $lang = array(); ! # define twodimensional part of languages (don't ask why this is neccessary for php4.0.6 $lang['lang'] = array(); $lang['lang'] = array(); --- 184,188 ---- $lang = array(); ! # define twodimensional part of languages (don't ask why this is neccessary for php4.0.6) $lang['lang'] = array(); $lang['lang'] = array(); *************** *** 437,441 **** $tutos[useoverlib] = 0; } ! echo " <TABLE CLASS=headline CELLSPACING=\"0\" CELLPADDING=\"1\" WIDTH=\"100%\" BORDER=\"0\" BGCOLOR=\"#CACACA\"><TR>\n"; # # Please do not remove the link to the Copyright note !! --- 437,441 ---- $tutos[useoverlib] = 0; } ! echo " <TABLE CLASS=headline CELLSPACING=\"0\" CELLPADDING=\"1\" WIDTH=\"100%\" BORDER=\"0\"><TR>\n"; # # Please do not remove the link to the Copyright note !! *************** *** 448,453 **** echo " <TD WIDTH=\"8%\" VALIGN=middle ALIGN=left> <A CLASS=nodeco HREF=\"../html/copyright.html\">TUTOS</A></TD>\n"; } ! echo " <TD WIDTH=\"50%\" ALIGN=center><SPAN CLASS=pagetitle>". $text ."</SPAN></TD>\n"; ! echo " <TD WIDTH=\"34%\" VALIGN=middle ALIGN=right>"; if ( isset($lang['DateFormatTitle']) ) { echo strftime($lang['DateFormatTitle']); --- 448,453 ---- echo " <TD WIDTH=\"8%\" VALIGN=middle ALIGN=left> <A CLASS=nodeco HREF=\"../html/copyright.html\">TUTOS</A></TD>\n"; } ! echo " <TD WIDTH=\"50%\" ALIGN=center CLASS=pagetitle>". $text ."</TD>\n"; ! echo " <TD WIDTH=\"34%\" VALIGN=middle ALIGN=right CLASS=headline>"; if ( isset($lang['DateFormatTitle']) ) { echo strftime($lang['DateFormatTitle']); *************** *** 621,626 **** global $PHP_SELF, $tutos, $lang , $current_user; ! # echo "<P>\n"; ! echo "<TABLE BORDER=0 CELLPADDING=2 CELLSPACING=0 WIDTH=\"100%\" BGCOLOR=\"#FFEEDD\" CLASS=navigate>\n"; echo " <TR>\n"; if ( ($current_user->p[usecalendar] == 1) && ($tutos[usecalendar] == 1) ) { --- 621,625 ---- global $PHP_SELF, $tutos, $lang , $current_user; ! echo "<TABLE BORDER=0 CELLPADDING=2 CELLSPACING=0 WIDTH=\"100%\">\n"; echo " <TR>\n"; if ( ($current_user->p[usecalendar] == 1) && ($tutos[usecalendar] == 1) ) { *************** *** 647,651 **** echo "</TABLE>\n"; - echo "<HR NOSHADE SIZE=\"0\">\n"; HTML_Close(); }; --- 646,649 ---- |
From: Gero K. <gok...@us...> - 2001-08-23 19:09:21
|
Update of /cvsroot/tutos/tutos/html In directory usw-pr-cvs1:/tmp/cvs-serv26327/html Modified Files: blue.css red.css sqli.css tutos.css visual.css Log Message: theme stuff changed Index: blue.css =================================================================== RCS file: /cvsroot/tutos/tutos/html/blue.css,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** blue.css 2001/08/23 07:35:29 1.14 --- blue.css 2001/08/23 19:09:17 1.15 *************** *** 1,3 **** ! /* * Copyright 1999/2000 by Gero Kohnert * --- 1,3 ---- ! /* * Copyright 1999/2000 by Gero Kohnert * *************** *** 9,32 **** */ A { ! text-decoration: underline; } .nodeco { text-decoration: none; } A:link { ! color: #f8fcf8; /* unvisited link */ } A:visited { ! color: #f8fcf8; /* visited links */ } A:active { ! color: lime; /* active links */ } ! .warn { font-weight: bold; color: red; } ! /* TEXT found by search */ .found { --- 9,39 ---- */ 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 { *************** *** 62,67 **** } .text_0 { ! color: #C0C000; ! font-size: small; } --- 69,74 ---- } .text_0 { ! color: #F0F000; ! font-size: 10px; } *************** *** 70,75 **** } .text_1 { ! color: #00BB00; ! font-size: small; } --- 77,82 ---- } .text_1 { ! color: #00FF00; ! font-size: 10px; } *************** *** 79,83 **** .text_2 { color: #FF0000; ! font-size: small; } --- 86,90 ---- .text_2 { color: #FF0000; ! font-size: 10px; } *************** *** 89,110 **** /* line color 1 in overviews */ .line_1 { ! background-color: #789cc0; } /* line color 2 in overviews */ .line_2 { ! background-color: #88acd0; } /* Not started Task */ .task_0 { ! background-color: #FFFFEE; color: black; ! font-size: small; } /* Ongoing Task */ .task_1 { ! background-color: #A0FFA0; color: black; ! font-size: small; } /* Finished Task */ --- 96,117 ---- /* line color 1 in overviews */ .line_1 { ! background-color: #88acd0; } /* line color 2 in overviews */ .line_2 { ! background-color: #789cc0; } /* Not started Task */ .task_0 { ! background-color: #bb8888; color: black; ! font-size: 10px; } /* Ongoing Task */ .task_1 { ! background-color: #a0e0a0; color: black; ! font-size: 10px; } /* Finished Task */ *************** *** 112,122 **** background-color: #DDFFDD; color: black; ! font-size: small; } /* Overdue Task */ .task_3 { ! background-color: #FFDDDD; color: black; ! font-size: small; } /* Task done */ --- 119,129 ---- background-color: #DDFFDD; color: black; ! font-size: 10px; } /* Overdue Task */ .task_3 { ! background-color: #e07777; color: black; ! font-size: 10px; } /* Task done */ *************** *** 124,128 **** background-color: green; color: black; ! font-size: small; } /* Task todo */ --- 131,135 ---- background-color: green; color: black; ! font-size: 10px; } /* Task todo */ *************** *** 130,134 **** background-color: #E00000; color: black; ! font-size: small; } /* Task to much time */ --- 137,141 ---- background-color: #E00000; color: black; ! font-size: 10px; } /* Task to much time */ *************** *** 136,145 **** background-color: red; color: black; - font-size: small; - } - - .app { - background-color: #688cb0; - color: black; font-size: 10px; } --- 143,146 ---- *************** *** 169,173 **** vertical-align: top; color: black; ! font-size: 11px; } --- 170,174 ---- vertical-align: top; color: black; ! font-size: 12px; } *************** *** 176,187 **** vertical-align: top; color: black; ! font-size: 11px; } .appday { ! background-color: #909090; vertical-align: top; color: black; ! font-size: 11px; } --- 177,188 ---- vertical-align: top; color: black; ! font-size: 12px; } .appday { ! background-color: #A0A0A0; vertical-align: top; color: black; ! font-size: 12px; } *************** *** 190,194 **** vertical-align: top; color: black; ! font-size: 11px; } --- 191,195 ---- vertical-align: top; color: black; ! font-size: 12px; } *************** *** 201,206 **** } .privapp { ! background-color: #CCBBBB; color: black; font-size: 10px; --- 202,213 ---- } + .app { + background-color: #e8ece8 ; + color: black; + font-size: 10px; + } + .privapp { ! background-color: #ffdcd8; color: black; font-size: 10px; *************** *** 214,228 **** margin: 0px; } TABLE.inner { ! background-color: #688cb0; } TABLE.outer { background: #102058; - /* background-color: #101010; */ margin: 0px; padding: 1px; } BODY { ! background: #688cb0; color: #f8fcf8; padding: 0px; --- 221,237 ---- 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; *************** *** 235,248 **** } TD { ! color: #f8fcf8; font-family: arial, verdana, sans-serif; font-size: 12px; } TH { - /* color: #688cb0; */ color: #f8fcf8; background: #405c88; ! /* background: #f8fcf8; */ ! font-weight: bold; font-family: arial, verdana, sans-serif; font-size: 12px; --- 244,255 ---- } 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; *************** *** 250,263 **** 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 */ --- 257,269 ---- 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 */ Index: red.css =================================================================== RCS file: /cvsroot/tutos/tutos/html/red.css,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** red.css 2001/08/23 07:35:29 1.8 --- red.css 2001/08/23 19:09:17 1.9 *************** *** 1,4 **** ! /* ! * Copyright 1999 by Gero Kohnert * * CVS Info: $Id$ --- 1,6 ---- ! /* ! * Copyright 1999/2000 by Gero Kohnert ! * ! * example theme * * CVS Info: $Id$ *************** *** 8,30 **** A { text-decoration: none; } .nodeco { text-decoration: none; } A:link { ! color: #002288; /* unvisited link */ } A:visited { ! color: #002288; /* visited links */ } A:active { ! color: lime; /* active links */ } ! .warn { font-weight: bold; color: red; } ! /* TEXT found by search */ .found { --- 10,39 ---- 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 { *************** *** 34,50 **** .desc { font-weight: bold; } .pagetitle { ! color: #000000; font-weight: bold; ! font-size: large; } .navigate { ! background-color: #F8BABA; vertical-align: top; margin-left: 5px; margin-top: 20px; } --- 43,64 ---- .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; } *************** *** 53,58 **** } .text_0 { ! color: #C0C000; ! font-size: small; } --- 67,72 ---- } .text_0 { ! color: #F0F000; ! font-size: 10px; } *************** *** 61,66 **** } .text_1 { ! color: #00BB00; ! font-size: small; } --- 75,80 ---- } .text_1 { ! color: #00FF00; ! font-size: 10px; } *************** *** 70,100 **** .text_2 { color: #FF0000; ! font-size: small; } .headline { ! background-color: #FACACA; } /* line color 1 in overviews */ .line_1 { ! background-color: #FAEAEA; } /* line color 2 in overviews */ .line_2 { ! background-color: #EADADA; } /* Not started Task */ .task_0 { ! background-color: #FFFFEE; color: black; ! font-size: small; } /* Ongoing Task */ .task_1 { ! background-color: #EEFFEE; color: black; ! font-size: small; } /* Finished Task */ --- 84,115 ---- .text_2 { color: #FF0000; ! font-size: 10px; } .headline { ! background: #a80808; ! color: white; } /* line color 1 in overviews */ .line_1 { ! background-color: #e0d0d0; } /* line color 2 in overviews */ .line_2 { ! background-color: #e0b0b0; } /* Not started Task */ .task_0 { ! background-color: #bb8888; color: black; ! font-size: 10px; } /* Ongoing Task */ .task_1 { ! background-color: #a0e0a0; color: black; ! font-size: 10px; } /* Finished Task */ *************** *** 102,112 **** background-color: #DDFFDD; color: black; ! font-size: small; } /* Overdue Task */ .task_3 { ! background-color: #FFDDDD; color: black; ! font-size: small; } /* Task done */ --- 117,127 ---- background-color: #DDFFDD; color: black; ! font-size: 10px; } /* Overdue Task */ .task_3 { ! background-color: #e07777; color: black; ! font-size: 10px; } /* Task done */ *************** *** 114,118 **** background-color: green; color: black; ! font-size: small; } /* Task todo */ --- 129,133 ---- background-color: green; color: black; ! font-size: 10px; } /* Task todo */ *************** *** 120,124 **** background-color: #E00000; color: black; ! font-size: small; } /* Task to much time */ --- 135,139 ---- background-color: #E00000; color: black; ! font-size: 10px; } /* Task to much time */ *************** *** 126,138 **** background-color: red; color: black; ! font-size: small; } - .app { - background-color: white; - color: black; - font-size: small; - } - /* OFFICE */ .apploc_0 { --- 141,147 ---- background-color: red; color: black; ! font-size: 10px; } /* OFFICE */ .apploc_0 { *************** *** 156,176 **** .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; } --- 165,193 ---- .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; } *************** *** 180,189 **** width: 5%; vertical-align: top; } .privapp { ! background-color: #FFEEEE; color: black; ! font-size: small; } --- 197,213 ---- 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; } *************** *** 195,208 **** margin: 0px; } TABLE.inner { ! background-color: #FFEEEE; } TABLE.outer { ! background-color: #101010; margin: 0px; ! padding: 0px; } BODY { ! background: #EEDDDD; padding: 0px; margin-left: 0px; --- 219,236 ---- 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; *************** *** 210,235 **** margin-right: 0px; margin-bottom: 0px; ! font-family: Geneva, Arial, Helvetica; } TD { ! font-family: Geneva, Arial, Helvetica; } TH { ! background: #FFF8F8; ! font-family: Geneva, Arial, Helvetica; } INPUT { ! font-family: Geneva, Arial, Helvetica; font-size: 11px; color: black; ! } SELECT { ! font-family: Geneva, Arial, Helvetica; font-size: 11px; color: black; ! } ! /* EOF */ - --- 238,267 ---- 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; } 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 */ Index: sqli.css =================================================================== RCS file: /cvsroot/tutos/tutos/html/sqli.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** sqli.css 2001/08/23 07:35:29 1.4 --- sqli.css 2001/08/23 19:09:17 1.5 *************** *** 28,32 **** color: red; } ! /* TEXT found by search */ .found { --- 28,36 ---- color: red; } ! /* preformatted formatted text */ ! .pre { ! background-color: white; ! color: black; ! } /* TEXT found by search */ .found { *************** *** 133,142 **** } - .app { - background-color: white; - color: black; - font-size: 10pt; - } - /* OFFICE */ .apploc_0 { --- 137,140 ---- *************** *** 186,193 **** } .privapp { background-color: #FFEEEE; color: black; ! font-size: small; } --- 184,197 ---- } + .app { + background-color: white; + color: black; + font-size: 10pt; + } + .privapp { background-color: #FFEEEE; color: black; ! font-size: 10pt; } *************** *** 198,201 **** --- 202,208 ---- TABLE { margin: 0px; + } + TABLE.single { + background-color: #EEEEFF; } TABLE.inner { Index: tutos.css =================================================================== RCS file: /cvsroot/tutos/tutos/html/tutos.css,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** tutos.css 2001/08/23 07:35:29 1.16 --- tutos.css 2001/08/23 19:09:17 1.17 *************** *** 26,30 **** color: red; } ! /* TEXT found by search */ .found { --- 26,34 ---- color: red; } ! /* preformatted formatted text */ ! .pre { ! background-color: white; ! color: black; ! } /* TEXT found by search */ .found { *************** *** 130,139 **** } - .app { - background-color: white; - color: black; - font-size: small; - } - /* OFFICE */ .apploc_0 { --- 134,137 ---- *************** *** 183,186 **** --- 181,190 ---- } + .app { + background-color: white; + color: black; + font-size: small; + } + .privapp { background-color: #FFEEEE; *************** *** 196,199 **** --- 200,206 ---- margin: 0px; } + TABLE.single { + background-color: #EEEEEE; + } TABLE.inner { background-color: #EEEEEE; *************** *** 237,239 **** /* EOF */ - --- 244,245 ---- Index: visual.css =================================================================== RCS file: /cvsroot/tutos/tutos/html/visual.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** visual.css 2001/08/23 07:35:29 1.6 --- visual.css 2001/08/23 19:09:17 1.7 *************** *** 29,33 **** color: red; } ! /* TEXT found by search */ .found { --- 29,37 ---- color: red; } ! /* preformatted formatted text */ ! .pre { ! background-color: white; ! color: black; ! } /* TEXT found by search */ .found { *************** *** 138,147 **** } - .app { - background-color: white; - color: black; - font-size: 10px; - } - /* OFFICE */ .apploc_0 { --- 142,145 ---- *************** *** 191,194 **** --- 189,198 ---- } + .app { + background-color: white; + color: black; + font-size: 10px; + } + .privapp { background-color: #FFEEEE; *************** *** 203,206 **** --- 207,213 ---- TABLE { margin: 0px; + } + TABLE.single { + background-color: #EEEEEE; } TABLE.inner { |
From: Gero K. <gok...@us...> - 2001-08-23 19:09:21
|
Update of /cvsroot/tutos/tutos/html/blue In directory usw-pr-cvs1:/tmp/cvs-serv26327/html/blue Added Files: left.gif right.gif Log Message: theme stuff changed --- NEW FILE: left.gif --- GIF89a (¯7Âk|ãÚÜÆzÍ#DÑ>Ñ&HÅ --- NEW FILE: right.gif --- GIF89a (}moÅÅÅÌ 2Í#D¯7·WgãÚÜÆzåÇÌÔ£ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ!ù j Y |
From: Gero K. <gok...@us...> - 2001-08-23 19:09:21
|
Update of /cvsroot/tutos/tutos In directory usw-pr-cvs1:/tmp/cvs-serv26327 Modified Files: Makefile.in Log Message: theme stuff changed Index: Makefile.in =================================================================== RCS file: /cvsroot/tutos/tutos/Makefile.in,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -r1.56 -r1.57 *** Makefile.in 2001/08/22 22:11:30 1.56 --- Makefile.in 2001/08/23 19:09:17 1.57 *************** *** 11,14 **** --- 11,17 ---- # # $Log$ + # Revision 1.57 2001/08/23 19:09:17 gokohnert + # theme stuff changed + # # Revision 1.56 2001/08/22 22:11:30 gokohnert # theme stuff changed *************** *** 481,484 **** --- 484,489 ---- html/blue/teams.gif \ html/blue/logout.gif \ + html/blue/left.gif \ + html/blue/right.gif \ html/red.css \ html/sqli.css \ |
From: Boris W. <bw...@us...> - 2001-08-23 07:35:35
|
Update of /cvsroot/tutos/tutos/html In directory usw-pr-cvs1:/tmp/cvs-serv2161 Modified Files: app_new.proto.en app_remember.proto.en blue.css bug_mod.proto.en bug_new.proto.en bug_remember.proto.en copyright.html motd.html note_remember.proto.en red.css sqli.css tutos.css visual.css Log Message: Removed trailing whitespace Index: app_new.proto.en =================================================================== RCS file: /cvsroot/tutos/tutos/html/app_new.proto.en,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** app_new.proto.en 2000/12/02 20:38:07 1.1 --- app_new.proto.en 2001/08/23 07:35:29 1.2 *************** *** 14,22 **** ---------------------------------------------------------- ! The appointment details could be found here: ! @URL@ <VOTE> ! You are asked to vote for this appointment. Voting is possible here: @URLV@ --- 14,22 ---- ---------------------------------------------------------- ! The appointment details could be found here: ! @URL@ <VOTE> ! You are asked to vote for this appointment. Voting is possible here: @URLV@ Index: app_remember.proto.en =================================================================== RCS file: /cvsroot/tutos/tutos/html/app_remember.proto.en,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** app_remember.proto.en 2000/12/08 18:29:04 1.2 --- app_remember.proto.en 2001/08/23 07:35:29 1.3 *************** *** 15,20 **** ---------------------------------------------------------- ! The appointment details could be found here: ! @URL@ regards and good luck --- 15,20 ---- ---------------------------------------------------------- ! The appointment details could be found here: ! @URL@ regards and good luck Index: blue.css =================================================================== RCS file: /cvsroot/tutos/tutos/html/blue.css,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** blue.css 2001/08/22 22:12:57 1.13 --- blue.css 2001/08/23 07:35:29 1.14 *************** *** 1,3 **** ! /* * Copyright 1999/2000 by Gero Kohnert * --- 1,3 ---- ! /* * Copyright 1999/2000 by Gero Kohnert * *************** *** 15,19 **** } A:link { ! color: #f8fcf8; /* unvisited link */ } A:visited { --- 15,19 ---- } A:link { ! color: #f8fcf8; /* unvisited link */ } A:visited { *************** *** 250,263 **** 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 */ --- 250,263 ---- 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 */ Index: bug_mod.proto.en =================================================================== RCS file: /cvsroot/tutos/tutos/html/bug_mod.proto.en,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** bug_mod.proto.en 2000/12/02 20:38:07 1.1 --- bug_mod.proto.en 2001/08/23 07:35:29 1.2 *************** *** 21,26 **** Attached you will find the detailed bug description. ! The bugtracking page for this bug is ! @URL@ regards and good luck solving this bug. --- 21,26 ---- Attached you will find the detailed bug description. ! The bugtracking page for this bug is ! @URL@ regards and good luck solving this bug. *************** *** 29,34 **** TUTOS bugtracking system <CC> ! PS: This mail is also send (in the preferred language) to: @CC@ ! </CC> \ No newline at end of file --- 29,34 ---- TUTOS bugtracking system <CC> ! PS: This mail is also send (in the preferred language) to: @CC@ ! </CC> Index: bug_new.proto.en =================================================================== RCS file: /cvsroot/tutos/tutos/html/bug_new.proto.en,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** bug_new.proto.en 2000/12/02 20:38:07 1.1 --- bug_new.proto.en 2001/08/23 07:35:29 1.2 *************** *** 21,26 **** Attached you will find the detailed bug description. ! The bugtracking page for this bug is ! @URL@ --- 21,26 ---- Attached you will find the detailed bug description. ! The bugtracking page for this bug is ! @URL@ *************** *** 31,36 **** TUTOS bugtracking system <CC> ! PS: This mail is also send (in the preferred language) to: @CC@ ! </CC> \ No newline at end of file --- 31,36 ---- TUTOS bugtracking system <CC> ! PS: This mail is also send (in the preferred language) to: @CC@ ! </CC> Index: bug_remember.proto.en =================================================================== RCS file: /cvsroot/tutos/tutos/html/bug_remember.proto.en,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** bug_remember.proto.en 2000/12/02 20:38:07 1.1 --- bug_remember.proto.en 2001/08/23 07:35:29 1.2 *************** *** 21,26 **** Attached you will find the detailed bug description. ! The bugtracking page for this bug is ! @URL@ regards and good luck solving this bug. --- 21,26 ---- Attached you will find the detailed bug description. ! The bugtracking page for this bug is ! @URL@ regards and good luck solving this bug. *************** *** 29,34 **** TUTOS bugtracking system <CC> ! PS: This mail is also send (in the preferred language) to: @CC@ ! </CC> \ No newline at end of file --- 29,34 ---- TUTOS bugtracking system <CC> ! PS: This mail is also send (in the preferred language) to: @CC@ ! </CC> Index: copyright.html =================================================================== RCS file: /cvsroot/tutos/tutos/html/copyright.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** copyright.html 2001/07/07 19:49:27 1.8 --- copyright.html 2001/08/23 07:35:29 1.9 *************** *** 26,30 **** Please see <A HREF=http://www.bosrup.com/web/overlib/" rel="nofollow">http://www.bosrup.com/web/overlib/>http://www.bosrup.com/web/overlib/</A> <LI>wv Wordview:<BR> ! you will find wordview or wv at <A HREF=http://www.wvWare.com/wvWare.html" rel="nofollow">http://www.wvWare.com/wvWare.html>http://www.wvWare.com/wvWare.html</A> </UL> <P> --- 26,30 ---- Please see <A HREF=http://www.bosrup.com/web/overlib/" rel="nofollow">http://www.bosrup.com/web/overlib/>http://www.bosrup.com/web/overlib/</A> <LI>wv Wordview:<BR> ! you will find wordview or wv at <A HREF=http://www.wvWare.com/wvWare.html" rel="nofollow">http://www.wvWare.com/wvWare.html>http://www.wvWare.com/wvWare.html</A> </UL> <P> *************** *** 48,52 **** IN NO EVENT SHALL GERO KOHNERT BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF ! THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF GERO KOHNERT HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- 48,52 ---- IN NO EVENT SHALL GERO KOHNERT BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF ! THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF GERO KOHNERT HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Index: motd.html =================================================================== RCS file: /cvsroot/tutos/tutos/html/motd.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** motd.html 2000/09/10 15:33:56 1.3 --- motd.html 2001/08/23 07:35:29 1.4 *************** *** 9,14 **** <LI> or remove/rename it and nothing will be displayed <LI> move it away and make a link to an executable. ! The output of the excutable will be shown. ! Try for example: <I>ln -fs /usr/bin/fortune [tutoshome]/html/motd.html</I> <P> --- 9,14 ---- <LI> or remove/rename it and nothing will be displayed <LI> move it away and make a link to an executable. ! The output of the excutable will be shown. ! Try for example: <I>ln -fs /usr/bin/fortune [tutoshome]/html/motd.html</I> <P> Index: note_remember.proto.en =================================================================== RCS file: /cvsroot/tutos/tutos/html/note_remember.proto.en,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** note_remember.proto.en 2001/02/17 17:04:26 1.1 --- note_remember.proto.en 2001/08/23 07:35:29 1.2 *************** *** 16,20 **** The page in TUTOS is: ! @URL@ regards --- 16,20 ---- The page in TUTOS is: ! @URL@ regards Index: red.css =================================================================== RCS file: /cvsroot/tutos/tutos/html/red.css,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** red.css 2001/08/22 22:12:57 1.7 --- red.css 2001/08/23 07:35:29 1.8 *************** *** 1,3 **** ! /* * Copyright 1999 by Gero Kohnert * --- 1,3 ---- ! /* * Copyright 1999 by Gero Kohnert * *************** *** 224,228 **** font-size: 11px; color: black; ! } SELECT { --- 224,228 ---- font-size: 11px; color: black; ! } SELECT { *************** *** 230,234 **** font-size: 11px; color: black; ! } /* EOF */ --- 230,234 ---- font-size: 11px; color: black; ! } /* EOF */ Index: sqli.css =================================================================== RCS file: /cvsroot/tutos/tutos/html/sqli.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** sqli.css 2001/08/22 22:12:57 1.3 --- sqli.css 2001/08/23 07:35:29 1.4 *************** *** 1,3 **** ! /* * Copyright 1999/2000 by Gero Kohnert * --- 1,3 ---- ! /* * Copyright 1999/2000 by Gero Kohnert * *************** *** 7,11 **** * $Author$ * ! A { text-decoration: none; --- 7,11 ---- * $Author$ * ! A { text-decoration: none; *************** *** 228,232 **** font-size: 9pt; color: black; ! } SELECT { --- 228,232 ---- font-size: 9pt; color: black; ! } SELECT { *************** *** 234,238 **** font-size: 9pt; color: black; ! } /* EOF */ --- 234,238 ---- font-size: 9pt; color: black; ! } /* EOF */ Index: tutos.css =================================================================== RCS file: /cvsroot/tutos/tutos/html/tutos.css,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** tutos.css 2001/08/22 22:12:57 1.15 --- tutos.css 2001/08/23 07:35:29 1.16 *************** *** 1,3 **** ! /* * Copyright 1999 by Gero Kohnert * --- 1,3 ---- ! /* * Copyright 1999 by Gero Kohnert * *************** *** 228,232 **** font-size: 11px; color: black; ! } SELECT { --- 228,232 ---- font-size: 11px; color: black; ! } SELECT { *************** *** 234,238 **** font-size: 11px; color: black; ! } /* EOF */ --- 234,238 ---- font-size: 11px; color: black; ! } /* EOF */ Index: visual.css =================================================================== RCS file: /cvsroot/tutos/tutos/html/visual.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** visual.css 2001/08/22 22:12:57 1.5 --- visual.css 2001/08/23 07:35:29 1.6 *************** *** 1,6 **** ! /* * Copyright 1999/2000/2001 by Gero Kohnert ! * ! * this stylesheet was contributed and designed by the * nice guys of Visual Inventor <des...@vi...> * --- 1,6 ---- ! /* * Copyright 1999/2000/2001 by Gero Kohnert ! * ! * this stylesheet was contributed and designed by the * nice guys of Visual Inventor <des...@vi...> * *************** *** 234,238 **** font-size: 11px; color: black; ! } SELECT { --- 234,238 ---- font-size: 11px; color: black; ! } SELECT { *************** *** 240,244 **** font-size: 11px; color: black; ! } /* EOF */ --- 240,244 ---- font-size: 11px; color: black; ! } /* EOF */ |
Update of /cvsroot/tutos/tutos/html In directory usw-pr-cvs1:/tmp/cvs-serv353 Modified Files: app_new.proto.de app_remember.proto.de bug_mod.proto.de bug_new.proto.de bug_remember.proto.de note_remember.proto.de watch.proto.de watch_del.proto.de Log Message: Unified format of notifications Index: app_new.proto.de =================================================================== RCS file: /cvsroot/tutos/tutos/html/app_new.proto.de,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** app_new.proto.de 2000/12/08 18:29:04 1.2 --- app_new.proto.de 2001/08/23 07:27:03 1.3 *************** *** 6,29 **** </TEAM> ! Anfang: @START@ ! Ende: @END@ Beschreibung: ! ---------------------------------------------------------- @DESC@ ! ---------------------------------------------------------- ! Eine genaue Terminbeschreibung befindet sich hier: ! @URL@ <VOTE> ! Sie werden gebeten über diesen Termin abzustimmen. Die Abstimmung ist hier möglich: @URLV@ </VOTE> ! viele Grüße und viel Erfolg ! ! TUTOS calendar system ! --- 6,27 ---- </TEAM> ! Anfang: @START@ ! Ende: @END@ Beschreibung: ! ------------------------------------------------------------------------ @DESC@ ! ------------------------------------------------------------------------ ! Eine detaillierte Beschreibung des Termins befindet sich hier: ! @URL@ <VOTE> ! Sie werden gebeten, über diesen Termin abzustimmen. Die Abstimmung ist hier möglich: @URLV@ </VOTE> ! Viele Grüsse und viel Erfolg ! TUTOS Terminverwaltung Index: app_remember.proto.de =================================================================== RCS file: /cvsroot/tutos/tutos/html/app_remember.proto.de,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** app_remember.proto.de 2000/12/02 20:44:45 1.1 --- app_remember.proto.de 2001/08/23 07:27:03 1.2 *************** *** 1,23 **** Hallo @TO@, ! Dies ist eine Erinnerung an den folgenden Termin im TUTOS Kalender System. ! <TEAM> Sie wurden aufgrund Ihrer Mitgliedschaft in der Gruppe @TO@ eingeladen. </TEAM> ! Start: @START@ Ende: @END@ Beschreibung: ! ---------------------------------------------------------- @DESC@ ! ---------------------------------------------------------- ! ! Eine detailierte Beschreibung des Termins befindet sich hier: ! @URL@ ! viele Grüße und viel Erfolg ! TUTOS calendar system --- 1,21 ---- Hallo @TO@, ! dies ist eine Erinnerung an den folgenden Termin im TUTOS Kalender. <TEAM> Sie wurden aufgrund Ihrer Mitgliedschaft in der Gruppe @TO@ eingeladen. </TEAM> ! Anfang: @START@ Ende: @END@ Beschreibung: ! ------------------------------------------------------------------------ @DESC@ ! ------------------------------------------------------------------------ ! Eine detaillierte Beschreibung des Termins befindet sich hier: ! @URL@ + Viele Grüsse und viel Erfolg ! TUTOS Terminverwaltung Index: bug_mod.proto.de =================================================================== RCS file: /cvsroot/tutos/tutos/html/bug_mod.proto.de,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** bug_mod.proto.de 2000/12/02 20:38:07 1.1 --- bug_mod.proto.de 2001/08/23 07:27:03 1.2 *************** *** 1,12 **** Hallo, ! @CURRENT@ hat die Daten des Fehlers @NAME@ im TUTOS Fehlermanagementsystem geändert. Die neuen Daten lauten wie folgt: ! ID: @NAME@ ! erzeugt am: @CREATED@ ! erzeugt von: @CREATOR@ ! zu bearbeiten durch: @SOLVER@ Status: @STATE@ --- 1,13 ---- Hallo, ! @CURRENT@ hat die Daten des Fehlers @NAME@ ! im TUTOS Fehlermanagementsystem geändert. Die neuen Daten lauten wie folgt: ! Fehler Nr.: @NAME@ ! Erzeugt am: @CREATED@ ! Erzeugt von: @CREATOR@ ! Zu lösen von: @SOLVER@ Status: @STATE@ *************** *** 18,32 **** Kurzbeschreibung: @SHORT@ ! Im Anhang finden Sie eine detailierte Fehlerbeschreibung. ! Die entsprechende Seite im Fehlermanagementsystem ist: ! @URL@ ! viele Grüße und viel Erfolg bei der Fehlerbehebung ! ! TUTOS bugtracking system <CC> ! PS: Diese Mail geht in der jeweils bevorzugten Sprache auch an: @CC@ --- 19,32 ---- Kurzbeschreibung: @SHORT@ ! Im Anhang finden Sie eine detaillierte Beschreibung des Fehlers. ! Die entsprechende Seite im Fehlermanagementsystem ist: ! @URL@ ! Viele Grüsse und viel Erfolg bei der Fehlerbehebung ! TUTOS Fehlermanagement <CC> ! PS: Diese Mail geht in der jeweils bevorzugten Sprache auch an: @CC@ Index: bug_new.proto.de =================================================================== RCS file: /cvsroot/tutos/tutos/html/bug_new.proto.de,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** bug_new.proto.de 2000/12/02 20:38:07 1.1 --- bug_new.proto.de 2001/08/23 07:27:03 1.2 *************** *** 1,12 **** Hallo, ! @CREATOR@ hat eine neue Fehlermeldung in das TUTOS Fehlermanagementsystem eingefügt. ! Hier die Fehlerdaten: ! ID: @NAME@ ! erzeugt am: @CREATED@ ! erzeugt von: @CREATOR@ ! zu bearbeiten durch: @SOLVER@ Status: @STATE@ --- 1,13 ---- Hallo, ! @CREATOR@ hat eine neue Fehlermeldung in das ! TUTOS Fehlermanagementsystem eingefügt. ! Hier die Daten des Fehlers: ! Fehler Nr.: @NAME@ ! Erzeugt am: @CREATED@ ! Erzeugt von: @CREATOR@ ! Zu lösen von: @SOLVER@ Status: @STATE@ *************** *** 18,35 **** Kurzbeschreibung: @SHORT@ ! Angehängt finden Sie eine detailierte Beschreibung des Fehlers. ! Die entsprechende Seite im Fehlermanagementsystem ist: ! @URL@ ! ! viele Grüße und viel Erfolg bei der Fehlerbehebung ! ! ! TUTOS bugtracking system <CC> ! PS: Diese Mail geht in der jeweils bevorzugten Sprache auch an: @CC@ ! </CC> \ No newline at end of file --- 19,33 ---- Kurzbeschreibung: @SHORT@ + Im Anhang finden Sie eine detaillierte Beschreibung des Fehlers. ! Die entsprechende Seite im Fehlermanagementsystem ist: ! @URL@ ! Viele Grüsse und viel Erfolg bei der Fehlerbehebung ! TUTOS Fehlermanagement <CC> ! PS: Diese Mail geht in der jeweils bevorzugten Sprache auch an: @CC@ ! </CC> Index: bug_remember.proto.de =================================================================== RCS file: /cvsroot/tutos/tutos/html/bug_remember.proto.de,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** bug_remember.proto.de 2000/12/02 20:38:07 1.1 --- bug_remember.proto.de 2001/08/23 07:27:03 1.2 *************** *** 1,14 **** Hallo @SOLVER@, ! Sie sind als Bearbeiter der Fehlermeldung @NAME@ im TUTOS Fehlermanagementsystem eingetragen. ! Diese Fehlermeldung ist nun seit über @TIME@ Stunden im Zustand OFFEN. - Hier die Fehlerdaten: - - ID: @NAME@ - erzeugt am: @CREATED@ - erzeugt von: @CREATOR@ - zu bearbeiten durch: @SOLVER@ - Status: @STATE@ Fehlerklasse: @CLASS@ --- 1,15 ---- Hallo @SOLVER@, ! Sie sind als Bearbeiter der Fehlermeldung @NAME@ ! im TUTOS Fehlermanagementsystem eingetragen. ! Diese Fehlermeldung ist nun seit über @TIME@ Stunden im Zustand "Offen". ! ! Hier die Daten des Fehlers: ! ! Fehler Nr.: @NAME@ ! Erzeugt am: @CREATED@ ! Erzeugt von: @CREATOR@ ! Zu lösen von: @SOLVER@ Status: @STATE@ Fehlerklasse: @CLASS@ *************** *** 18,35 **** Kurzbeschreibung: @SHORT@ - - - Angehängt finden Sie eine detailierte Beschreibung des Fehlers. ! Die entsprechende Seite im Fehlermanagementsystem ist: ! @URL@ ! viele Grüße und viel Erfolg bei der Fehlerbehebung ! TUTOS bugtracking system <CC> ! PS: Diese Mail geht in der jeweils bevorzugten Sprache auch an: @CC@ ! </CC> \ No newline at end of file --- 19,34 ---- Kurzbeschreibung: @SHORT@ ! Im Anhang finden Sie eine detaillierte Beschreibung des Fehlers. ! Die entsprechende Seite im Fehlermanagementsystem ist: ! @URL@ + Viele Grüsse und viel Erfolg bei der Fehlerbehebung ! TUTOS Fehlermanagement <CC> ! PS: Diese Mail geht in der jeweils bevorzugten Sprache auch an: @CC@ ! </CC> Index: note_remember.proto.de =================================================================== RCS file: /cvsroot/tutos/tutos/html/note_remember.proto.de,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** note_remember.proto.de 2001/02/17 17:04:26 1.1 --- note_remember.proto.de 2001/08/23 07:27:03 1.2 *************** *** 1,9 **** Hallo @CREATOR@, ! Sie habe darum gebeten an folgende Notiz errinnert zu werden. ! erzeugt am: @CREATED@ ! erzeugt von: @CREATOR@ ! erinnern am: @REMEMBER@ Referenz: @REFERENZ@ --- 1,9 ---- Hallo @CREATOR@, ! Sie haben darum gebeten, an folgende Notiz erinnert zu werden: ! Erzeugt am: @CREATED@ ! Erzeugt von: @CREATOR@ ! Erinnern am: @REMEMBER@ Referenz: @REFERENZ@ *************** *** 11,23 **** Name: @NAME@ Text: ! -------------------------------------------------- @NOTE@ ! -------------------------------------------------- ! Die entsprechende Seite im TUTOS System ist: ! @URL@ ! viele Grüße ! ! TUTOS system \ No newline at end of file --- 11,22 ---- Name: @NAME@ Text: ! ------------------------------------------------------------------------ @NOTE@ ! ------------------------------------------------------------------------ ! Die entsprechende Webseite im TUTOS ist: ! @URL@ ! Viele Grüsse und viel Erfolg ! TUTOS Notizverwaltung Index: watch.proto.de =================================================================== RCS file: /cvsroot/tutos/tutos/html/watch.proto.de,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** watch.proto.de 2000/12/03 17:30:50 1.1 --- watch.proto.de 2001/08/23 07:27:03 1.2 *************** *** 5,14 **** @CURRENT@ hat eine Änderung an @NAME@ vorgenommen. ! Sie können den aktuellen Status hier @URL@ ! betrachten. Dort können Sie diesen Beobachtungsdienst auch ! abschalten. ! mit freundlichen Grüßen ! TUTOS notification system \ No newline at end of file --- 5,13 ---- @CURRENT@ hat eine Änderung an @NAME@ vorgenommen. ! Der aktuelle Status befindet sich hier: @URL@ ! Dort können Sie diesen Beobachtungsdienst auch abschalten. ! Mit freundlichen Grüssen ! TUTOS Beobachtungssystem Index: watch_del.proto.de =================================================================== RCS file: /cvsroot/tutos/tutos/html/watch_del.proto.de,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** watch_del.proto.de 2001/08/11 19:11:25 1.1 --- watch_del.proto.de 2001/08/23 07:27:03 1.2 *************** *** 6,10 **** ! mit freundlichen Grüßen ! TUTOS notification system --- 6,10 ---- ! Mit freundlichen Grüssen ! TUTOS Beobachtungssystem |
From: Gero K. <gok...@us...> - 2001-08-22 22:19:02
|
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv30768/php Modified Files: bug_ins.php res_cal.php timetrack_ins.php Log Message: prepare relaes 200108?? IV Index: bug_ins.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/bug_ins.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** bug_ins.php 2001/08/11 19:11:25 1.6 --- bug_ins.php 2001/08/22 22:19:00 1.7 *************** *** 12,15 **** --- 12,16 ---- include("task.pinc"); include("installation.pinc"); + include("timetrack.pinc"); Index: res_cal.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/res_cal.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** res_cal.php 2001/08/09 10:32:03 1.10 --- res_cal.php 2001/08/22 22:19:00 1.11 *************** *** 8,11 **** --- 8,12 ---- include("product.pinc"); include("task.pinc"); + include("timetrack.pinc"); /* Check if user is allowed to use it */ Index: timetrack_ins.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/timetrack_ins.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** timetrack_ins.php 2001/08/11 19:11:25 1.6 --- timetrack_ins.php 2001/08/22 22:19:00 1.7 *************** *** 10,13 **** --- 10,14 ---- include("installation.pinc"); include("timetrack.pinc"); + include("task.pinc"); /* Check if user is allowed to use it */ |
Update of /cvsroot/tutos/tutos/php In directory usw-pr-cvs1:/tmp/cvs-serv30533/php Modified Files: user.pinc task.pinc permission.p3 note.pinc logout.php file.pinc address_tools.p3 address.pinc Date.pinc Log Message: theme stuff changed Index: user.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/user.pinc,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -r1.38 -r1.39 *** user.pinc 2001/08/21 21:57:11 1.38 --- user.pinc 2001/08/22 22:18:24 1.39 *************** *** 261,265 **** if ( $n == 0 ) { ! $r = "<FONT COLOR=red>". $lang['Err0028'] ."<FONT>"; return $r; } --- 261,265 ---- if ( $n == 0 ) { ! $r = "<SPAN CLASS=warn>". $lang['Err0028'] ."</SPAN>"; return $r; } *************** *** 287,291 **** if ( $cnt == 0 ) { ! $r = "<FONT COLOR=red>". $lang['Err0029'] ."<FONT>"; } return $r; --- 287,291 ---- if ( $cnt == 0 ) { ! $r = "<SPAN CLASS=warn>". $lang['Err0029'] ."</SPAN>"; } return $r; Index: task.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/task.pinc,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -r1.29 -r1.30 *** task.pinc 2001/08/19 18:12:19 1.29 --- task.pinc 2001/08/22 22:18:24 1.30 *************** *** 214,218 **** */ function read_result (&$result, $pos ) { ! global $g_task; $this->id = DB_Result($result, $pos, "id"); --- 214,218 ---- */ function read_result (&$result, $pos ) { ! global $current_user, $tutos, $g_task; $this->id = DB_Result($result, $pos, "id"); *************** *** 251,254 **** --- 251,255 ---- + # Tasks with used volume are not longer in prestate if ( ($this->volume_done > 0) && ($this->state == 0) ) { *************** *** 259,262 **** --- 260,269 ---- } + # If timetrack is used then the volume_done is read as the sum of all connected tt entries + if ( ($tutos[usetimetrack] == 1) ) { + $this->readTimetrackSum(); + $this->volume_done = $this->timetracksum; + } + acl_read($this); *************** *** 530,543 **** $n =str_replace("\r","",$n); $info = ""; ! $info = $info. "<HTML>"; ! $info = $info. "<BODY>"; ! $info = $info. "<TABLE BORDER=0 BGCOLOR=#EEEEEE CELLSPACING=0 CELLPADDING=1>"; ! $info = $info. "<TR><TH COLSPAN=2>". $lang[$this->getType()] ." ". $this->name ."</TH></TR>"; ! $info = $info. "<TR><TD><FONT SIZE=-2><PRE>"; ! $info = $info. $n; ! $info = $info. "</PRE></FONT></TD></TR>"; ! $info = $info. "</TABLE>"; ! $info = $info. "</BODY>"; ! $info = $info. "</HTML>"; return $info; } --- 537,550 ---- $n =str_replace("\r","",$n); $info = ""; ! $info .= "<HTML>"; ! $info .= "<BODY>"; ! $info .= "<TABLE CLASS=inner BORDER=0 BGCOLOR=#EEEEEE 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; ! $info .= "</PRE></FONT></TD></TR>"; ! $info .= "</TABLE>"; ! $info .= "</BODY>"; ! $info .= "</HTML>"; return $info; } Index: permission.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/permission.p3,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -r1.36 -r1.37 *** permission.p3 2001/08/11 19:11:25 1.36 --- permission.p3 2001/08/22 22:18:24 1.37 *************** *** 59,65 **** } echo "<CENTER>"; ! echo "<FONT COLOR=red>". $lang['PleaseCookies'] ."</FONT><BR>"; if ( isset($msg) ) { ! echo "<P><FONT>". $msg ."</FONT><BR>"; } --- 59,65 ---- } echo "<CENTER>"; ! echo "<SPAN CLASS=warn>". $lang['PleaseCookies'] ."</SPAN><BR>"; if ( isset($msg) ) { ! echo "<P><SPAN CLASS=warn>". $msg ."</SPAN><BR>"; } Index: note.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/note.pinc,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -r1.31 -r1.32 *** note.pinc 2001/08/21 21:57:11 1.31 --- note.pinc 2001/08/22 22:18:24 1.32 *************** *** 178,191 **** $info = ""; ! $info = $info. "<HTML>"; ! $info = $info. "<BODY>"; ! $info = $info. "<TABLE BORDER=0 BGCOLOR=#EEEEEE CELLSPACING=0 CELLPADDING=1>"; ! $info = $info. "<TR><TH COLSPAN=2>". $t ."</TH></TR>"; ! $info = $info. "<TR><TD><FONT SIZE=-2><PRE>"; ! $info = $info. $n; ! $info = $info. "</PRE></FONT></TD></TR>"; ! $info = $info. "</TABLE>"; ! $info = $info. "</BODY>"; ! $info = $info. "</HTML>"; return $info; } --- 178,191 ---- $info = ""; ! $info .= "<HTML>"; ! $info .= "<BODY>"; ! $info .= "<TABLE CLASS=inner BORDER=0 BGCOLOR=#EEEEEE CELLSPACING=0 CELLPADDING=1>"; ! $info .= "<TR><TH COLSPAN=2>". $t ."</TH></TR>"; ! $info .= "<TR><TD><FONT SIZE=-2><PRE>"; ! $info .= $n; ! $info .= "</PRE></FONT></TD></TR>"; ! $info .= "</TABLE>"; ! $info .= "</BODY>"; ! $info .= "</HTML>"; return $info; } Index: logout.php =================================================================== RCS file: /cvsroot/tutos/tutos/php/logout.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** logout.php 2001/07/26 11:36:14 1.3 --- logout.php 2001/08/22 22:18:24 1.4 *************** *** 18,22 **** if (($userid != -1) && ($userid != "")) { $msg = $lang['LoggedIn']; ! echo "<FONT color=red><B>". $msg ."</B></FONT>\n"; } else { login_form($HTTP_REFERER,$msg); --- 18,22 ---- if (($userid != -1) && ($userid != "")) { $msg = $lang['LoggedIn']; ! echo "<SPAN CLASS=warn>". $msg ."</SPAN>\n"; } else { login_form($HTTP_REFERER,$msg); Index: file.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/file.pinc,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** file.pinc 2001/08/20 08:48:59 1.33 --- file.pinc 2001/08/22 22:18:24 1.34 *************** *** 217,221 **** if ( ! file_exists($fname) ) { ! echo "<FONT COLOR=red>Missing file !\n" . $fname . "</FONT>"; return; } --- 217,221 ---- if ( ! file_exists($fname) ) { ! echo "<SPAN CLASS=warn>Missing file !\n" . $fname . "</SPAN>"; return; } Index: address_tools.p3 =================================================================== RCS file: /cvsroot/tutos/tutos/php/address_tools.p3,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** address_tools.p3 2001/08/21 21:57:11 1.26 --- address_tools.p3 2001/08/22 22:18:24 1.27 *************** *** 248,252 **** $b = $address->f_name; if ( $atool['search']['name'] != "" ) { ! $b = eregi_replace("(". $atool['search']['name'] .")","<FONT COLOR=red>\\1</FONT>",$b); } echo " <TD VALIGN=\"top\" ROWSPAN=$c>". $address->getLink($b) ."</TD>\n"; --- 248,252 ---- $b = $address->f_name; if ( $atool['search']['name'] != "" ) { ! $b = eregi_replace("(". $atool['search']['name'] .")","<SPAN CLASS=found>\\1</SPAN>",$b); } echo " <TD VALIGN=\"top\" ROWSPAN=$c>". $address->getLink($b) ."</TD>\n"; *************** *** 255,259 **** $b = $address->m_name; if ( $atool['search']['name'] != "" ) { ! $b = eregi_replace("(". $atool['search']['name'] .")","<FONT COLOR=red>\\1</FONT>",$b); } echo " <TD VALIGN=\"top\" ROWSPAN=$c>". $b ."</TD>\n"; --- 255,259 ---- $b = $address->m_name; if ( $atool['search']['name'] != "" ) { ! $b = eregi_replace("(". $atool['search']['name'] .")","<SPAN CLASS=found>\\1</SPAN>",$b); } echo " <TD VALIGN=\"top\" ROWSPAN=$c>". $b ."</TD>\n"; *************** *** 262,266 **** $b = $address->l_name; if ( $atool['search']['name'] != "" ) { ! $b = eregi_replace("(". $atool['search']['name'] .")","<FONT COLOR=red>\\1</FONT>",$b); } echo " <TD VALIGN=\"top\" ROWSPAN=$c>". $b ."</TD>\n"; --- 262,266 ---- $b = $address->l_name; if ( $atool['search']['name'] != "" ) { ! $b = eregi_replace("(". $atool['search']['name'] .")","<SPAN CLASS=found>\\1</SPAN>",$b); } echo " <TD VALIGN=\"top\" ROWSPAN=$c>". $b ."</TD>\n"; *************** *** 291,295 **** $b = $location->email_1; if ( $atool['search']['email'] != "" ) { ! $b = eregi_replace("(". $atool['search']['email'] .")","<FONT COLOR=red>\\1</FONT>",$b); } echo AsEmail($b,$location->email_1); --- 291,295 ---- $b = $location->email_1; if ( $atool['search']['email'] != "" ) { ! $b = eregi_replace("(". $atool['search']['email'] .")","<SPAN CLASS=found>\\1</SPAN>",$b); } echo AsEmail($b,$location->email_1); *************** *** 300,304 **** $b = $location->email_1; if ( $atool['search']['email'] != "" ) { ! $b = eregi_replace("(". $atool['search']['email'] .")","<FONT COLOR=red>\\1</FONT>",$b); } echo AsEmail($b,$location->email_1); --- 300,304 ---- $b = $location->email_1; if ( $atool['search']['email'] != "" ) { ! $b = eregi_replace("(". $atool['search']['email'] .")","<SPAN CLASS=found>\\1</SPAN>",$b); } echo AsEmail($b,$location->email_1); *************** *** 308,312 **** $b = $location->email_2; if ( $atool['search']['email'] != "" ) { ! $b = eregi_replace("(". $atool['search']['email'] .")","<FONT COLOR=red>\\1</FONT>",$b); } echo $pre . AsEmail($b,$location->email_2); --- 308,312 ---- $b = $location->email_2; if ( $atool['search']['email'] != "" ) { ! $b = eregi_replace("(". $atool['search']['email'] .")","<SPAN CLASS=found>\\1</SPAN>",$b); } echo $pre . AsEmail($b,$location->email_2); *************** *** 320,324 **** $b = $location->phone_1; if ( $atool['search']['phone'] != "" ) { ! # $b = eregi_replace("(". $atool['search']['phone'] .")","<FONT COLOR=red>\\1</FONT>",$b); } echo AsSMS($location,$address,$b) ."\n"; --- 320,324 ---- $b = $location->phone_1; if ( $atool['search']['phone'] != "" ) { ! # $b = eregi_replace("(". $atool['search']['phone'] .")","<SPAN CLASS=found>\\1</SPAN>",$b); } echo AsSMS($location,$address,$b) ."\n"; *************** *** 328,332 **** $b = $location->phone_1; if ( $atool['search']['phone'] != "" ) { ! # $b = eregi_replace("(". $atool['search']['phone'] .")","<FONT COLOR=red>\\1</FONT>",$b); } echo AsSMS($location,$address,$b) ."\n"; --- 328,332 ---- $b = $location->phone_1; if ( $atool['search']['phone'] != "" ) { ! # $b = eregi_replace("(". $atool['search']['phone'] .")","<SPAN CLASS=found>\\1</SPAN>",$b); } echo AsSMS($location,$address,$b) ."\n"; *************** *** 336,340 **** $b = $location->phone_2; if ( $atool['search']['phone'] != "" ) { ! # $b = eregi_replace("(". $atool['search']['phone'] .")","<FONT COLOR=red>\\1</FONT>",$b); } echo $pre . AsSMS($location,$address,$b) ."\n"; --- 336,340 ---- $b = $location->phone_2; if ( $atool['search']['phone'] != "" ) { ! # $b = eregi_replace("(". $atool['search']['phone'] .")","<SPAN CLASS=found>\\1</SPAN>",$b); } echo $pre . AsSMS($location,$address,$b) ."\n"; *************** *** 349,353 **** $b = $location->street1 ."<BR>". $location->street2; if ( $atool['search']['street'] != "" ) { ! $b = eregi_replace("(". $atool['search']['street'] .")","<FONT COLOR=red>\\1</FONT>",$b); } echo " <TD> ". $b ."</TD>\n"; --- 349,353 ---- $b = $location->street1 ."<BR>". $location->street2; if ( $atool['search']['street'] != "" ) { ! $b = eregi_replace("(". $atool['search']['street'] .")","<SPAN CLASS=found>\\1</SPAN>",$b); } echo " <TD> ". $b ."</TD>\n"; *************** *** 356,360 **** $b = $location->city; if ( $atool['search']['city'] != "" ) { ! $b = eregi_replace("(". $atool['search']['city'] .")","<FONT COLOR=red>\\1</FONT>",$b); } echo " <TD> ". $b ."</TD>\n"; --- 356,360 ---- $b = $location->city; if ( $atool['search']['city'] != "" ) { ! $b = eregi_replace("(". $atool['search']['city'] .")","<SPAN CLASS=found>\\1</SPAN>",$b); } echo " <TD> ". $b ."</TD>\n"; Index: address.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/address.pinc,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -r1.38 -r1.39 *** address.pinc 2001/08/21 21:57:11 1.38 --- address.pinc 2001/08/22 22:18:24 1.39 *************** *** 159,167 **** $this->read_locs_data(); $info = ""; ! $info = $info. "<HTML>"; ! $info = $info. "<BODY>"; ! $info = $info. "<TABLE BORDER=0 BGCOLOR=#EEEEEE CELLSPACING=0 CELLPADDING=1>"; ! $info = $info. "<TR><TH COLSPAN=2>". $fn ."</TH></TR>"; ! $info = $info. "<TR><TD VALIGN=top><FONT SIZE=-2>". $lang['Phone'] .":</FONT></TD><TD><FONT SIZE=-2>"; if ( isset($this->location) ) { --- 159,167 ---- $this->read_locs_data(); $info = ""; ! $info .= "<HTML>"; ! $info .= "<BODY>"; ! $info .= "<TABLE CLASS=inner BORDER=0 BGCOLOR=#EEEEEE CELLSPACING=0 CELLPADDING=1>"; ! $info .= "<TR><TH COLSPAN=2>". $fn ."</TH></TR>"; ! $info .= "<TR><TD VALIGN=top><FONT SIZE=-2>". $lang['Phone'] .":</FONT></TD><TD><FONT SIZE=-2>"; if ( isset($this->location) ) { *************** *** 170,178 **** while( list ($i,$f) = @each ($this->location)) { if ( $f->phone_1 != "" ) { ! $info = $info. $pre . $f->phone_1; $pre = "<BR>"; } if ( $f->phone_2 != "" ) { ! $info = $info. $pre . $f->phone_2; $pre = "<BR>"; } --- 170,178 ---- 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>"; } Index: Date.pinc =================================================================== RCS file: /cvsroot/tutos/tutos/php/Date.pinc,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** Date.pinc 2001/08/09 10:32:02 1.28 --- Date.pinc 2001/08/22 22:18:24 1.29 *************** *** 319,323 **** if (!empty($dinfo[Desc])) { $dinfo[popinfo] = '<HTML><BODY>'; ! $dinfo[popinfo] .= '<TABLE BORDER=0 BGCOLOR=#FFFFFF CELLSPACING=0 CELLPADDING=1>'; $dinfo[popinfo] .= '<TR><TD VALIGN=top><FONT SIZE=-1><STRONG>'; $dinfo[popinfo] .= eregi_replace("'","\'",$dinfo[Desc]); --- 319,323 ---- if (!empty($dinfo[Desc])) { $dinfo[popinfo] = '<HTML><BODY>'; ! $dinfo[popinfo] .= '<TABLE CLASS=inner BORDER=0 BGCOLOR=#FFFFFF CELLSPACING=0 CELLPADDING=1>'; $dinfo[popinfo] .= '<TR><TD VALIGN=top><FONT SIZE=-1><STRONG>'; $dinfo[popinfo] .= eregi_replace("'","\'",$dinfo[Desc]); *************** *** 632,636 **** $this->format = 8; } else { ! echo "<BR>DT: Unknown DateTimeFormat<FONT COLOR=red> $str fix it in Date.pinc</FONT>". strlen($str) ." <BR>"; $this->format = 0; return; --- 632,636 ---- $this->format = 8; } else { ! echo "<BR>DT: Unknown DateTimeFormat<SPAN CLASS=warn>". $str ." fix it in Date.pinc</SPAN>". strlen($str) ." <BR>"; $this->format = 0; return; |