ReportDimitarMisev: june-daily.html

File june-daily.html, 3.4 KB (added by dmisev, 22 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 June
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-07-26</td>
95<td align='right'>07:44:13</td>
96<td align='left'><ul>
97<li><b>JOMDoc June -- performance tuning</b><br>
98
99<li><b>JOMDoc June -- precedence attribute of renderings</b><br>
100
101 </ul></td>
102</tr>
103<tr>
104<td>2010-07-25</td>
105<td align='right'>00:43:31</td>
106<td align='left'><ul>
107<li><b>JOMDoc June -- precedence attribute of renderings</b><br>
108
109 </ul></td>
110</tr>
111<tr>
112<td>2010-07-23</td>
113<td align='right'>03:46:08</td>
114<td align='left'><ul>
115<li><b>JOMDoc June -- precedence attribute of renderings</b><br>
116
117<li><b>JOMDoc June -- test materialized VD rendering</b><br>
118
119<li><b>JOMDoc June -- https://trac.omdoc.org/jomdoc/ticket/665</b><br>
120xrefs from multiple mo to one symbol in rendered parallel markup
121 </ul></td>
122</tr>
123<tr>
124<td>2010-07-22</td>
125<td align='right'>01:58:01</td>
126<td align='left'><ul>
127<li><b>JOMDoc June -- https://trac.omdoc.org/jomdoc/ticket/665</b><br>
128xrefs from multiple mo to one symbol in rendered parallel markup
129 </ul></td>
130</tr>
131<tr>
132<td>2010-07-21</td>
133<td align='right'>00:37:11</td>
134<td align='left'><ul>
135<li><b>JOMDoc June -- https://trac.omdoc.org/jomdoc/ticket/665</b><br>
136xrefs from multiple mo to one symbol in rendered parallel markup
137 </ul></td>
138</tr>
139<tr>
140<td>2010-07-20</td>
141<td align='right'>06:27:38</td>
142<td align='left'><ul>
143<li><b>JOMDoc June -- https://jomdoc.omdoc.org/ticket/656</b><br>
144Make use of cache libraries
145 </ul></td>
146</tr>
147<tr>
148<td>2010-07-19</td>
149<td align='right'>18:44:32</td>
150<td align='left'><ul>
151<li><b>JOMDoc June -- https://jomdoc.omdoc.org/ticket/656</b><br>
152Make use of cache libraries
153 </ul></td>
154</tr>
155
156</table>
157
158<br><br>
159<div align=right>
160Brought to you by ...  <br>
161<a href="http://gttr.sourceforge.net/">
162<img src="gnotime-logo.png" border="0" width="155" height="28"></a>
163</div>
164
165</div>
166</body>
167</html>