-
Notifications
You must be signed in to change notification settings - Fork 1
/
contents-help.html
175 lines (163 loc) · 12.7 KB
/
contents-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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html ng-app="helpApp" urls shortcut scroll shortcut-hint>
<head>
<meta charset="UTF-8">
<meta name="fragment" content="!">
<meta http-equiv="Content-Security-Policy" content="script-src 'self'; style-src 'self' 'unsafe-inline'">
<title>ヘルプビューワ</title>
<link rel="stylesheet" href="node_modules/photon/dist/css/photon.css">
<link rel="stylesheet" href="css/shortcut-hint.css">
<link rel="stylesheet" href="css/help.css">
<script src="node_modules/angular/angular.min.js"></script>
<script src="js/directive.include.js"></script>
<script src="js/stores.help.js"></script>
<script src="js/reducers.help.js"></script>
<script src="js/event.shortcut-hint.js"></script>
<script src="js/events.help.js"></script>
<script src="js/ctrl.help.js"></script>
<script src="js/apps.help.js"></script>
</head>
<body>
<div class="window" ng-controller="HelpController as ctrl">
<div class="window-content">
<div class="pane-group">
<div class="pane-sm sidebar" id="help-sidebar">
<nav class="nav-group">
<h5 class="nav-group-title">ヘルプ</h5>
<span class="nav-group-item help-item" id="menu-about" ng-class="{active:ctrl.store.display == 'about'}" ng-click="ctrl.page('about')">
<span class="icon icon-help-circled"></span>MYukkuriVoiceについて
</span>
<span class="nav-group-item help-item" id="menu-voicecode" ng-class="{active:ctrl.store.display == 'voicecode'}" ng-click="ctrl.page('voicecode')">
<span class="icon icon-help-circled"></span>音声記号列
</span>
<span class="nav-group-item help-item" id="menu-trouble" ng-class="{active:ctrl.store.display == 'trouble'}" ng-click="ctrl.page('trouble')">
<span class="icon icon-help-circled"></span>トラブルシューティング
</span>
<span class="nav-group-item help-item" id="menu-update" ng-class="{active:ctrl.store.display == 'update'}" ng-click="ctrl.page('update')">
<span class="icon icon-help-circled"></span>アプリを更新するには
</span>
<span class="nav-group-item help-item" id="menu-uninstall" ng-class="{active:ctrl.store.display == 'uninstall'}" ng-click="ctrl.page('uninstall')">
<span class="icon icon-help-circled"></span>アンインストールするには
</span>
<span class="nav-group-item help-item" id="menu-backup" ng-class="{active:ctrl.store.display == 'backup'}" ng-click="ctrl.page('backup')">
<span class="icon icon-help-circled"></span>設定をバックアップするには
</span>
<span class="nav-group-item help-item" id="menu-license" ng-class="{active:ctrl.store.display == 'license'}" ng-click="ctrl.page('license')">
<span class="icon icon-help-circled"></span>AquesTalkのライセンスについて
</span>
<span class="nav-group-item help-item" id="menu-sandbox" ng-class="{active:ctrl.store.display == 'sandbox'}" ng-click="ctrl.page('sandbox')">
<span class="icon icon-help-circled"></span>通常版とAppStore版の違い
</span>
<span class="nav-group-item help-item" id="menu-catalina" ng-class="{active:ctrl.store.display == 'catalina'}" ng-click="ctrl.page('catalina')">
<span class="icon icon-help-circled"></span>macOS Catalina 対応
</span>
<span class="nav-group-item help-item" id="menu-contact" ng-class="{active:ctrl.store.display == 'contact'}" ng-click="ctrl.page('contact')">
<span class="icon icon-help-circled"></span>連絡先
</span>
<h5 class="nav-group-title">各機能詳細</h5>
<span class="nav-group-item functions-item" id="menu-funclist" ng-class="{active:ctrl.store.display == 'funclist'}" ng-click="ctrl.page('funclist')">
<span class="icon icon-help-circled"></span>機能一覧
</span>
<span class="nav-group-item functions-item" id="menu-play" ng-class="{active:ctrl.store.display == 'play'}" ng-click="ctrl.page('play')">
<span class="icon icon-help-circled"></span>音声を再生する
</span>
<span class="nav-group-item functions-item" id="menu-tuna" ng-class="{active:ctrl.store.display == 'tuna'}" ng-click="ctrl.page('tuna')">
<span class="icon icon-help-circled"></span>再生する音声の調整
</span>
<span class="nav-group-item functions-item" id="menu-writing" ng-class="{active:ctrl.store.display == 'writing'}" ng-click="ctrl.page('writing')">
<span class="icon icon-help-circled"></span>音声ファイル保存の設定
</span>
<span class="nav-group-item functions-item" id="menu-dataconfig" ng-class="{active:ctrl.store.display == 'dataconfig'}" ng-click="ctrl.page('dataconfig')">
<span class="icon icon-help-circled"></span>音声再生設定の編集
</span>
<span class="nav-group-item functions-item" id="menu-dragout" ng-class="{active:ctrl.store.display == 'dragout'}" ng-click="ctrl.page('dragout')">
<span class="icon icon-help-circled"></span>録音ファイルのドラッグアンドドロップ
</span>
<span class="nav-group-item functions-item" id="menu-multivoice" ng-class="{active:ctrl.store.display == 'multivoice'}" ng-click="ctrl.page('multivoice')">
<span class="icon icon-help-circled"></span>マルチボイス機能
</span>
<span class="nav-group-item functions-item" id="menu-dictionary" ng-class="{active:ctrl.store.display == 'dictionary'}" ng-click="ctrl.page('dictionary')">
<span class="icon icon-help-circled"></span>ユーザー辞書機能
</span>
<span class="nav-group-item functions-item" id="menu-history" ng-class="{active:ctrl.store.display == 'history'}" ng-click="ctrl.page('history')">
<span class="icon icon-help-circled"></span>最近録音したファイルの一覧
</span>
<span class="nav-group-item functions-item" id="menu-sysconfig" ng-class="{active:ctrl.store.display == 'sysconfig'}" ng-click="ctrl.page('sysconfig')">
<span class="icon icon-help-circled"></span>環境設定の設定項目
</span>
<span class="nav-group-item functions-item" id="menu-shortcut" ng-class="{active:ctrl.store.display == 'shortcut'}" ng-click="ctrl.page('shortcut')">
<span class="icon icon-help-circled"></span>ショートカットキー
</span>
<span class="nav-group-item functions-item" id="menu-help" ng-class="{active:ctrl.store.display == 'help'}" ng-click="ctrl.page('help')">
<span class="icon icon-help-circled"></span>チュートリアル・ヘルプ
</span>
<h5 class="nav-group-title">動画編集ソフトFinal Cut Pro X用</h5>
<span class="nav-group-item functions-item" id="menu-fcpx-ixml" ng-class="{active:ctrl.store.display == 'fcpx-ixml'}" ng-click="ctrl.page('fcpx-ixml')">
<span class="icon icon-help-circled"></span>読み込み時に割り当てられるオーディオロールを設定する
</span>
<h5 class="nav-group-title">ナビゲーション</h5>
<span class="nav-group-item navs-item" id="menu-expand" ng-class="{active:ctrl.store.display == 'expand'}" ng-click="ctrl.page('expand')">
<span class="icon icon-map"></span>ヘルプを全て展開
</span>
<span class="nav-group-item navs-item shortcut-hint-box" id="menu-search" ng-click="ctrl.openSearchForm()">
<span class="icon icon-search"></span>ヘルプ検索
<label class="shortcut-hint-helpmenu">F</label>
</span>
</nav>
</div>
<div class="pane" id="about-app-pane" static-include template-path="_help/about-app.html" ng-if="ctrl.store.display == 'about' && ctrl.store.onElectron"></div>
<div class="pane" id="about-pane" static-include template-path="_help/about.html" ng-if="ctrl.store.display == 'about' && ctrl.store.onBrowser"></div>
<div class="pane" id="voicecode-pane" static-include template-path="_help/voicecode.html" ng-if="ctrl.store.display == 'voicecode'"></div>
<div class="pane" id="trouble-pane" static-include template-path="_help/trouble.html" ng-if="ctrl.store.display == 'trouble'"></div>
<div class="pane" id="update-pane" static-include template-path="_help/update.html" ng-if="ctrl.store.display == 'update'"></div>
<div class="pane" id="uninstall-pane" static-include template-path="_help/uninstall.html" ng-if="ctrl.store.display == 'uninstall'"></div>
<div class="pane" id="backup-pane" static-include template-path="_help/backup.html" ng-if="ctrl.store.display == 'backup'"></div>
<div class="pane" id="license-pane" static-include template-path="_help/license.html" ng-if="ctrl.store.display == 'license'"></div>
<div class="pane" id="sandbox-pane" static-include template-path="_help/sandbox.html" ng-if="ctrl.store.display == 'sandbox'"></div>
<div class="pane" id="catalina-pane" static-include template-path="_help/catalina.html" ng-if="ctrl.store.display == 'catalina'"></div>
<div class="pane" id="contact-pane" static-include template-path="_help/contact.html" ng-if="ctrl.store.display == 'contact'"></div>
<div class="pane" id="funclist-pane" static-include template-path="_help/funclist.html" ng-if="ctrl.store.display == 'funclist'"></div>
<div class="pane" id="play-pane" static-include template-path="_help/play.html" ng-if="ctrl.store.display == 'play'"></div>
<div class="pane" id="tuna-pane" static-include template-path="_help/tuna.html" ng-if="ctrl.store.display == 'tuna'"></div>
<div class="pane" id="writing-pane" static-include template-path="_help/writing.html" ng-if="ctrl.store.display == 'writing'"></div>
<div class="pane" id="dataconfig-pane" static-include template-path="_help/dataconfig.html" ng-if="ctrl.store.display == 'dataconfig'"></div>
<div class="pane" id="dragout-pane" static-include template-path="_help/dragout.html" ng-if="ctrl.store.display == 'dragout'"></div>
<div class="pane" id="multivoice-pane" static-include template-path="_help/multivoice.html" ng-if="ctrl.store.display == 'multivoice'"></div>
<div class="pane" id="dictionary-pane" static-include template-path="_help/dictionary.html" ng-if="ctrl.store.display == 'dictionary'"></div>
<div class="pane" id="history-pane" static-include template-path="_help/history.html" ng-if="ctrl.store.display == 'history'"></div>
<div class="pane" id="sysconfig-pane" static-include template-path="_help/sysconfig.html" ng-if="ctrl.store.display == 'sysconfig'"></div>
<div class="pane" id="shortcut-pane" static-include template-path="_help/shortcut.html" ng-if="ctrl.store.display == 'shortcut'"></div>
<div class="pane" id="help-pane" static-include template-path="_help/help.html" ng-if="ctrl.store.display == 'help'"></div>
<div class="pane" id="fcpx-ixml-pane" static-include template-path="_help/fcpx-ixml.html" ng-if="ctrl.store.display == 'fcpx-ixml'"></div>
<div class="pane" id="expand-pane" ng-if="ctrl.store.display == 'expand'">
<div class="box" static-include template-path="_help/about.html"></div>
<div class="box" static-include template-path="_help/voicecode.html"></div>
<div class="box" static-include template-path="_help/trouble.html"></div>
<div class="box" static-include template-path="_help/update.html"></div>
<div class="box" static-include template-path="_help/uninstall.html"></div>
<div class="box" static-include template-path="_help/backup.html"></div>
<div class="box" static-include template-path="_help/license.html"></div>
<div class="box" static-include template-path="_help/sandbox.html"></div>
<div class="box" static-include template-path="_help/catalina.html"></div>
<div class="box" static-include template-path="_help/contact.html"></div>
<h2>各機能詳細</h2>
<div class="box" static-include template-path="_help/funclist.html"></div>
<div class="box" static-include template-path="_help/play.html"></div>
<div class="box" static-include template-path="_help/tuna.html"></div>
<div class="box" static-include template-path="_help/writing.html"></div>
<div class="box" static-include template-path="_help/dataconfig.html"></div>
<div class="box" static-include template-path="_help/dragout.html"></div>
<div class="box" static-include template-path="_help/multivoice.html"></div>
<div class="box" static-include template-path="_help/dictionary.html"></div>
<div class="box" static-include template-path="_help/history.html"></div>
<div class="box" static-include template-path="_help/sysconfig.html"></div>
<div class="box" static-include template-path="_help/shortcut.html"></div>
<div class="box" static-include template-path="_help/help.html"></div>
<h2>拡張機能 (動画編集ソフトFinal Cut Pro X用)</h2>
<div class="box" static-include template-path="_help/fcpx-ixml.html"></div>
</div>
</div><!-- page-group -->
</div><!-- window-content -->
</div><!-- window -->
</body>
</html>