-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpdf.html
More file actions
44 lines (34 loc) · 1.19 KB
/
Copy pathpdf.html
File metadata and controls
44 lines (34 loc) · 1.19 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
<html>
<body>
<h2>PDF Documentation Downloads</h2>
<div>
<a target="_blank" href="book/doc/doc_tactic-quickstart/doc_tactic-quickstart.pdf">
<img src="images/adobePdfLogo.png" alt="logo" style="margin-right: 10px"/>
<b>TACTIC Quickstart Documentation</b>
</a>
<br/><br/>
<a target="_blank" href="book/doc/doc_tactic-end-user/doc_tactic-end-user.pdf">
<img src="images/adobePdfLogo.png" alt="logo" style="margin-right: 10px"/>
<b>TACTIC End-User Documentation</b>
</a>
<br/><br/>
<a target="_blank" href="book/doc/doc_tactic-setup/doc_tactic-setup.pdf">
<img src="images/adobePdfLogo.png" alt="logo" style="margin-right: 10px"/>
<b>TACTIC Setup Documentation</b>
</a>
<br/><br/>
<a target="_blank" href="book/doc/doc_tactic-sys-admin/doc_tactic-sys-admin.pdf">
<img src="images/adobePdfLogo.png" alt="logo" style="margin-right: 10px"/>
<b>TACTIC System Admin Documentation</b>
</a>
<br/><br/>
<a target="_blank" href="book/doc/doc_tactic-developer/doc_tactic-developer.pdf">
<img src="images/adobePdfLogo.png" alt="logo" style="margin-right: 10px"/>
<b>TACTIC Developer Documentation</b>
</a>
<br/><br/>
<hr/>
<p>To download, right click and choose "Save Link As"</p>
</table>
</div>
</body>