-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (66 loc) · 1.78 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<img src="header_Solas2s.JPG" />
<hr />
<title>Solas Component HTML Soundtrack Localiser index.html</title>
<!--
Creation Date: 05 June 2012
Author: Ian O'Keeffe
Modification History:
--------------------------
05-06-2012
This is the top-level index.html for creating a Solas HTML Soundtrack Localiser Component.
It permits branching to either a LocConnect-controlled workflow:
S_pollingSolas.html -> S_solas_api.php (API to the Project Management User Interface of LocConnect)
It polls LocConnect every second
or a standalone instantiation:
S_manualStandalone.html -> S_upload.php (uploads required files manually rather than via HTTP messaging)
This processes a file directly via an embedded form
index.html______________
| |
S_pollingSolas.html S_manualStandalone.html
| |
S_solas_api.php S_upload.php
| | |
| SolasAPI.class.php |
| |
| |
checkS.php
--------------------------
-->
</head>
<body>
<h1>Solas Component HTML Soundtrack Localiser - index.html</h1>
<br>
<hr />
<br>
<b>
This is the top-level index.html for creating a Solas HTML Soundtrack Localiser Component.<br>
It permits branching to either a LocConnect-controlled workflow:
</b>
<br>
pollingSolas.html -> solas_api.php (API to the Project Management User Interface of LocConnect)<br>
It polls LocConnect every second<br>
<br>
<h2>
<a href="S_pollingSolas.html">Go online and start polling Solas</a>
</h2>
<br>
<br>
<hr />
<br>
<b>
Or a standalone instantiation:<br>
</b>
manualStandalone.html -> upload.php (uploads required files manually rather than via HTTP messaging)<br>
This processes a file directly via an embedded form<br>
<br>
<h2>
<a href="S_manualStandalone.html">Run component as standalone for testing</a>
</h2>
<br>
<hr />
<img src="footer_CNGL_LRC.JPG" />
</body>
</html>