~ubuntu-branches/ubuntu/lucid/codelite/lucid

« back to all changes in this revision

Viewing changes to Runtime/svnreport.html

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-01-12 15:46:55 UTC
  • Revision ID: james.westby@ubuntu.com-20090112154655-sdynrljcb6u167yw
Tags: upstream-1.0.2674+dfsg
ImportĀ upstreamĀ versionĀ 1.0.2674+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<body>
 
3
<center>
 
4
<table border=0 width="50%">
 
5
        <tr>
 
6
                <td ALIGN="CENTER">
 
7
                <h2>
 
8
                <font size="3" face="Verdana">
 
9
                SVN $(RptType) Status Report [$(Origin)]
 
10
                </font>
 
11
                </h2>
 
12
                </td>
 
13
        </tr>
 
14
        <hr>
 
15
        <tr>
 
16
                <td ALIGN="LEFT">
 
17
                <font size="3" face="Verdana">
 
18
                Actions: <a href="action:update-all-$(Origin):$(BasePath)">Update All</a> |
 
19
                 <a href="action:commit-all-$(Origin):$(BasePath)">Commit All</a> | 
 
20
                 <a href="action:refresh-$(Origin):$(BasePath)">Refresh report</a> |
 
21
                 <a href="action:refresh-server-$(Origin):$(BasePath)">Check SVN server</a>
 
22
                 
 
23
                </font>
 
24
                </td>
 
25
        </tr>
 
26
    <hr>
 
27
    <tr>
 
28
        <td>
 
29
            <font size="2" face="Verdana">
 
30
            <table valign="top">
 
31
                <tr> <td>Generated:</td> <td><b>$(DateTime)</b></td> </tr>
 
32
                <tr> <td>Base Path:</td> <td><b>$(BasePath)</b></td> </tr>
 
33
            </table>
 
34
            </font>
 
35
        </td>
 
36
    </tr>
 
37
        <hr>
 
38
        <tr>
 
39
                <td bgcolor="Plum"  ALIGN="CENTER">
 
40
                <h3>
 
41
                <font size="3" face="Verdana">
 
42
                Out of date files:
 
43
                </font>
 
44
                </h3>
 
45
                </td>
 
46
        </tr>
 
47
        $(OutOfDateFiles)
 
48
        <hr>
 
49
        <tr>
 
50
                <td bgcolor="GREEN YELLOW" ALIGN="CENTER">
 
51
                <h3>
 
52
                <font size="3" face="Verdana">
 
53
                Modified files:
 
54
                </font>
 
55
                </h3>
 
56
                </td>
 
57
        </tr>
 
58
        $(ModifiedFiles)
 
59
        <hr>
 
60
        <tr>
 
61
                <td bgcolor="PINK"  ALIGN="CENTER">
 
62
                <h3>
 
63
                <font size="3" face="Verdana">
 
64
                Conflicted files:
 
65
                </font>
 
66
                </h3>
 
67
                </td>
 
68
        </tr>
 
69
        $(ConflictFiles)
 
70
        <hr>
 
71
        <tr>
 
72
                <td bgcolor="LIGHT BLUE"   ALIGN="CENTER">
 
73
                <h3>
 
74
                <font size="3" face="Verdana">
 
75
                Unversioned files:
 
76
                </font>
 
77
                </h3>
 
78
                </td>
 
79
        </tr>
 
80
        $(UnversionedFiles)
 
81
        <hr>
 
82
</table>
 
83
</center>
 
84
</body>
 
85
</html>