This repository has been archived by the owner on Mar 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
help.html
53 lines (42 loc) · 2.51 KB
/
help.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
<?php require_once '_config.php'; ?>
<?php require_once '_config/content.php'; ?>
<?php
$META['lang'] = LOCALE;
$META['title'] = $CONTENT['meta']['help']['title'];
$META['keywords'] = $CONTENT['meta']['help']['keywords'];
$META['description'] = $CONTENT['meta']['help']['description'];
require_once '_layout/header.html';
?>
<div id="container">
<?php require_once '_layout/logo.html'; ?>
<div id="help">
<h2>Adobe Audition</h2>
<img src="images/help/adobe_audition_1.png" width="898" height="561" alt="Set Markers" title="Set Markers"/>
<img src="images/help/adobe_audition_2.png" width="898" height="561"
alt="Run "Abby Screenshot Reader"" title="Run "Abby Screenshot Reader""/>
<img src="images/help/adobe_audition_3.png" width="898" height="561" alt="Press Alt+Enter or that button"
title="Press Alt+Enter or that button"/>
<img src="images/help/adobe_audition_4.png" width="898" height="561" alt="Select the "Markers" area"
title="Select the "Markers" area"/>
<img src="images/help/adobe_audition_5.png" width="898" height="561" alt="Paste" title="Paste"/>
<div class="delimiter"></div>
<h2>Audacity</h2>
<img src="images/help/audacity_1.jpg" width="900" height="600" alt="Set labels" title="Set labels"/>
<img src="images/help/audacity_2.jpg" width="900" height="600" alt="Export labels" title="Export labels"/>
<img src="images/help/audacity_3.jpg" width="900" height="600"
alt="Copy-paste labels to the "Timings" text area"
title="Copy-paste labels to the "Timings" text area"/>
<div class="delimiter"></div>
<h2>Sony Sound Forge</h2>
<img src="images/help/1.jpg" width="900" height="600" alt="View Regions List" title="View Regions List"/>
<img src="images/help/2.jpg" width="900" height="600" alt="Right click anywhere within Regions List"
title="Right click anywhere within Regions List"/>
<img src="images/help/3.jpg" width="900" height="600" alt="Copy/Paste to the regions list field"
title="Copy/Paste to the regions list field"/>
<div class="delimiter"></div>
<h2>Nero Burning ROM</h2>
<img src="images/help/nero_1.jpg" width="754" height="587" alt="Nero Burning ROM timings"
title="Nero Burning ROM timings"/>
</div>
</div>
<?php require_once '_layout/footer.html'; ?>