File: menu.html

package info (click to toggle)
opensched 0.4.4-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 848 kB
  • ctags: 543
  • sloc: cpp: 5,722; sh: 2,967; makefile: 182
file content (66 lines) | stat: -rw-r--r-- 1,385 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<HTML>
<BODY>

<TABLE
 border=0
 cellpadding=3
 cellspacing=0
 bgcolor="#00ccff"
 >
  <TR>
    <TD>
      <BIG><FONT color="#000000"><B>File</B></FONT></BIG>
    </TD>
    <TR>
      <TD>
        &nbsp &nbsp &nbsp <FONT color="#333333"><B>Open</B></FONT>
      </TD>
    <TR>
      <TD>
        &nbsp &nbsp &nbsp <FONT color="#333333"><B>New</B></FONT>
      </TD>
    <TR>
      <TD>
        &nbsp &nbsp &nbsp <FONT color="#333333"><B>Close</B></FONT>
      </TD>
  <TR>
    <TD>
      <BIG><FONT color="#000000"><B>Edit</B></FONT></BIG>
    </TD>
    <TR>
      <TD>
        &nbsp &nbsp &nbsp <FONT color="#333333"><B>Tasks</B></FONT>
      </TD>
    <TR>
      <TD>
        &nbsp &nbsp &nbsp <FONT color="#333333"><B>Resources</B></FONT>
      </TD>
  <TR>
    <TD>
      <BIG><FONT color="#000000"><B>Display</B></FONT></BIG>
    </TD>
    <TR>
      <TD>
        &nbsp &nbsp &nbsp <FONT color="#333333"><B>Full report</B></FONT>
      </TD>
    <TR>
      <TD>
        &nbsp &nbsp &nbsp <FONT color="#333333"><B>GANTT charts</B></FONT>
      </TD>
    <TR>
      <TD>
        &nbsp &nbsp &nbsp <FONT color="#333333"><B>Task summary</B></FONT>
      </TD>
    <TR>
      <TD>
        &nbsp &nbsp &nbsp <FONT color="#333333"><B>Resource summary</B></FONT>
      </TD>
  <TR>
    <TD>
      <BIG><FONT color="#000000"><B>Options</B></FONT></BIG>
    </TD>
</TABLE>

</BODY>
</HTML>