ReportDimitarMisev: august-daily.html

File august-daily.html, 2.4 KB (added by dmisev, 18 months ago)
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta http-equiv="content-type" content="text/html; charset=UTF-8">
5<title>Daily Report</title>
6<!--
7  -  FILE: gtt-style.css
8  -  Please note this is not a true stand-alone style-sheet.
9  -  This file is meant to be inlined with the web pages!
10  -->
11<style type="text/css">
12        body
13        {
14        background: #c8c8d3;
15        font-color: #000000;
16        }
17        .gnotime-diary-entry,
18        .gnotime-project-status
19        {
20        background: #e0e0e0;
21        display: block;
22        width: 98%;
23        margin: 4px 2px 4px 8px;
24        border: solid 2px #000000;
25        margin: 4px 2px 4px 8px;
26        }
27        .gnotime-diary-memo
28        {
29        font-size: 120%;
30        font-weight: bold;
31        font-stretch: wider;
32        margin: 4px 2px 1px 6px;
33        }
34        .gnotime-diary-notes,
35        .gnotime-project-status-notes
36        {
37        background: #f8f8f0;
38        width: 100%;
39        border: 0px;
40        margin: 4px 2px 1px 6px;
41        }
42        .gnotime-start-stop-table,
43        .gnotime-todo-table,
44        .gnotime-daily-table
45        {
46        background: #f8f8f0;
47        margin: 4px 4px 4px 4px;
48        border: solid 1px #9999a9
49        }
50        .gnotime-start-stop-table-header,
51        .gnotime-todo-table-header,
52        .gnotime-daily-table-header
53        {
54        background: #e8e8e8;
55        font-size: 105%;
56        font-weight: bold;
57        }
58        .gnotime-project-status-overview,
59        .gnotime-daily-overview
60        {
61        background: #e8e8e8;
62        display: block;
63        font-size: 105%;
64        font-weight: bold;
65        }
66</style>
67
68</head>
69<body bgcolor="#c8c8d3">
70<div id="gnotime-body">
71<center>
72<h1>Daily Report for
73JOMDoc August
74 -
75
76</h1>
77</center>
78
79<div id="gnotime-project-daily-overview">
80
81</div>
82
83<br><br>
84
85
86<table class=gnotime-daily-table bgcolor=#f8f8f8 border=0 cellspacing=2 cellpadding=4>
87<tr class=gnotime-daily-table-header bgcolor=#e8e8e8>
88<th>Date</th>
89<th>Total Time</th>
90<th>Notes</th>
91</tr>
92
93<tr>
94<td>2010-11-09</td>
95<td align='right'>00:14:03</td>
96<td align='left'><ul>
97<li><b>JOMDoc August -- http://jomdoc.omdoc.org/ticket/685</b><br>
98URI Resolution and improvements
99 </ul></td>
100</tr>
101<tr>
102<td>2010-11-08</td>
103<td align='right'>00:42:02</td>
104<td align='left'><ul>
105<li><b>JOMDoc August -- Fix XSLTUtil static block</b><br>
106
107 </ul></td>
108</tr>
109<tr>
110<td>2010-11-03</td>
111<td align='right'>00:44:43</td>
112<td align='left'><ul>
113<li><b>JOMDoc August -- https://trac.omdoc.org/jomdoc/ticket/673</b><br>
114implement folding/unfolding behavior of <ref> in XSLT
115 </ul></td>
116</tr>
117
118</table>
119
120<br><br>
121<div align=right>
122Brought to you by ...  <br>
123<a href="http://gttr.sourceforge.net/">
124<img src="gnotime-logo.png" border="0" width="155" height="28"></a>
125</div>
126
127</div>
128</body>
129</html>