-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
95 lines (84 loc) · 3.06 KB
/
Copy pathmain.html
File metadata and controls
95 lines (84 loc) · 3.06 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<html>
<body>
<h3>TACTIC Documentation</h3>
<br/>
<table width="400px">
<tr>
<td width="70px" style="padding: 0px 10px 0px 40px">
<a href="book/doc/doc_tactic-quickstart/html/doc_tactic-quickstart.html"><img alt="" src="/context/icons/32x32/clock_32.png" style='padding: 12px; background: #eee'/></a></td>
<td valign="center">
<a href="book/doc/doc_tactic-quickstart/html/doc_tactic-quickstart.html">
<b style="font-size:20;">Quickstart</b><br/>
<b style='margin-left: 7px; font-weight: normal'>Get started with TACTIC Quickly</b>
</a>
</td>
</tr>
</table>
<br/>
<table width="400px">
<tr>
<td width="70px" style="padding: 0px 10px 0px 40px">
<a href="book/doc/doc_tactic-end-user/html/doc_tactic-end-user.html"><img alt="" src="/context/icons/32x32/end_user_32.png" style='padding: 12px; background: #eee'/></a></td>
<td valign="center">
<a href="book/doc/doc_tactic-end-user/html/doc_tactic-end-user.html">
<b style="font-size:20;">End-User</b><br/>
<b style='margin-left: 7px; font-weight: normal'>TACTIC day-to-day usage</b>
</a>
</td>
</tr>
</table>
<br/>
<table width="400px">
<tr>
<td width="70px" style="padding: 0px 10px 0px 40px">
<a href="book/doc/doc_tactic-setup/html/doc_tactic-setup.html"><img alt="" src="/context/icons/32x32/setup_32.png" style='padding: 12px; background: #eee'/></a></td>
<td valign="center">
<a href="book/doc/doc_tactic-setup/html/doc_tactic-setup.html">
<b style="font-size:20;">Setup</b><br />
<b style='margin-left: 7px; font-weight: normal'>Setup and Configure TACTIC</b>
</a>
</td>
</tr>
</table>
<br/>
<table width="400px">
<tr>
<td width="70px" style="padding: 0px 10px 0px 40px">
<a href="book/doc/doc_tactic-sys-admin/html/doc_tactic-sys-admin.html"><img alt="" src="/context/icons/32x32/sysadmin_32.png" style='padding: 12px; background: #eee'/></a></td>
<td valign="center">
<a href="book/doc/doc_tactic-sys-admin/html/doc_tactic-sys-admin.html">
<b style="font-size:20px;">System-Admin</b><br />
<b style='margin-left: 7px; font-weight: normal'>TACTIC Server Install and Administration</b>
</a>
</td>
</tr>
</table>
<br/>
<table width="400px">
<tr>
<td width="70px" style="padding: 0px 10px 0px 40px">
<a href="book/doc/doc_tactic-developer/html/doc_tactic-developer.html"><img alt="" src="/context/icons/32x32/developer_32.png" style='padding: 12px; background: #eee'/></a></td>
<td valign="center">
<a href="book/doc/doc_tactic-developer/html/doc_tactic-developer.html">
<b style="font-size:20;">Developer</b><br />
<b style='margin-left: 7px; font-weight: normal'>Customize Tools and Scripts</b>
</a>
</td>
</tr>
</table>
<br/>
<br/>
<br/>
<h3>PDF Downloads</h3>
<a href="pdf.html">TACTIC Documentation</a>
<br/>
<br/>
<br/>
<!--
<h3>TACTIC Support Site</h3>
<a href="http://support.southpawtech.com">support.southpawtech.com</a>
<h3>TACTIC Ticketing</h3>
<a href="http://tickets.southpawtech.com">tickets.southpawtech.com</a>
-->
</body>
</html>