Added translations for mission names/summaries.
Mission dropdown is now by mst id and mission id is selected in modal. Added skip button for moving to next chapter within mstid.
This commit is contained in:
parent
df7e0358e0
commit
cd7ea54fb2
10 changed files with 3148 additions and 53 deletions
28
Player.html
28
Player.html
|
@ -20,6 +20,7 @@
|
|||
<h2 id="loading-font">Loading Page Data...</h2>
|
||||
</div>
|
||||
<div id="parent-container" class="fade-in centered">
|
||||
<div id="title-container"><span>Now Playing: </span><span id="playing-title">None</span></div>
|
||||
<div id="other-controls-container">
|
||||
<div id="volume-control">
|
||||
<span onclick="toggleMute(event)" id="mute-button">🔊</span>
|
||||
|
@ -36,8 +37,9 @@
|
|||
<div id="title" class="hidden">Title Text</div>
|
||||
<div id="diva" class="hidden">Diva Text</div>
|
||||
<div id="dialog-box" class="hidden">
|
||||
<div id="ui-buttons" onclick="hideUiClicked(event)">
|
||||
<img class="ui-button" src="Images/hide_button.png"/>
|
||||
<div id="ui-buttons">
|
||||
<img class="ui-button" src="Images/skip_button.png" onclick="skipClicked(event)" id="skip-button"/>
|
||||
<img class="ui-button" src="Images/hide_button.png" onclick="hideUiClicked(event)"/>
|
||||
</div>
|
||||
<div id="character"></div>
|
||||
<div id="dialog">
|
||||
|
@ -55,19 +57,19 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="opacity: 0; position: fixed; top: -2000;">
|
||||
<!-- <span style="font-family: 'FOT-RodinNTLGPro-B_0'">test</span>
|
||||
<span style="font-family: 'FOT-RodinNTLGPro-DB'">test</span> -->
|
||||
<span style="font-family: 'FOT-RodinNTLGPro';">test</span>
|
||||
<span style="font-family: 'FOT-RodinNTLGPro'; font-weight: bold;">test</span>
|
||||
<!-- <span style="font-family: 'Orbitron-Black'">test</span>
|
||||
<span style="font-family: 'Orbitron-Bold'">test</span>
|
||||
<span style="font-family: 'Orbitron-Light'">test</span>
|
||||
<span style="font-family: 'Orbitron-Medium'">test</span>
|
||||
<span style="font-family: 'SourceCodePro-Regular'">test</span> -->
|
||||
</div>
|
||||
</div>
|
||||
<div id="click-catcher" style="display: none;" onclick="closeMissionModal(event, false)"></div>
|
||||
<div id="modal-container" style="display: none;"></div>
|
||||
<div style="opacity: 0; position: fixed; top: -2000;">
|
||||
<!-- <span style="font-family: 'FOT-RodinNTLGPro-B_0'">test</span>
|
||||
<span style="font-family: 'FOT-RodinNTLGPro-DB'">test</span> -->
|
||||
<span style="font-family: 'FOT-RodinNTLGPro';">test</span>
|
||||
<span style="font-family: 'FOT-RodinNTLGPro'; font-weight: bold;">test</span>
|
||||
<!-- <span style="font-family: 'Orbitron-Black'">test</span>
|
||||
<span style="font-family: 'Orbitron-Bold'">test</span>
|
||||
<span style="font-family: 'Orbitron-Light'">test</span>
|
||||
<span style="font-family: 'Orbitron-Medium'">test</span>
|
||||
<span style="font-family: 'SourceCodePro-Regular'">test</span> -->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue