forked from eranif/codelite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (61 loc) · 1.54 KB
/
index.html
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
<html>
<body>
<table border="0" width="100%" border=0>
<tr>
<td colspan="2"><font size="5" face="Verdana">$(QuickLinks)</font></td>
</tr>
<tr>
<td colspan="2">
<table border="0" >
<tr>
<td align="left">
<font size="2" face="Verdana">
<a href="http://codelite.org/wiki/pmwiki.php?n=LiteEditor.Documentation">$(CodeLiteWiki)</a>
</font>
</td>
<td align="left">
<font size="2" face="Verdana"><a href="http://codelite.org/forum/">$(CodeLiteForums)</a></font>
</td>
</tr>
<tr colspan="2">
<td align="left">
<font size="2" face="Verdana"><a href="action:create-workspace">$(CreateNewWorkspace)</a></font>
</td>
<td align="left">
<font size="2" face="Verdana"><a href="action:open-workspace">$(OpenWorkspace)</a></font>
</td>
</tr>
</table>
</td>
</tr>
<tr><td colspan="2"><hr></td></tr>
<tr>
<td td colspan="2">
<table border="0">
<tr>
<td><img src="$(InstallPath)/images/recent_workspaces.png"/></td>
<td><font size="5" face="Verdana">$(RecentWorkspaces)</font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2">$(WorkspaceTable)</td>
</tr>
<tr><td colspan="2"><hr></td></tr>
<tr>
<td td colspan="2">
<table border="0">
<tr>
<td><img src="$(InstallPath)/images/recent_files.png"/></td>
<td><font size="5" face="Verdana">$(RecentFiles)</font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2">$(FilesTable)</td>
</tr>
</table>
</body>
</html>