Skip to content

Commit

Permalink
-Add button Restart,ResetInput,Deinterlace for inputsContainer.
Browse files Browse the repository at this point in the history
-desactive inputContainer_nav_color_correction
-desactive inputContainer_Content_Layers_Select
  • Loading branch information
berryv97 committed Mar 6, 2024
1 parent 884ea1a commit 24b1823
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions app/public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@
<div id="inputContainer_nav" class="nav">
<button id="inputContainer_nav_general" class="active" onclick="changeMenu('general')">General</button>
<button id="inputContainer_nav_list" onclick="changeMenu('list')">List</button>
<button id="inputContainer_nav_color_correction" onclick="changeMenu('color_correction')">Color Correction</button>
<button style="display:none;" id="inputContainer_nav_color_correction" onclick="changeMenu('color_correction')">Color Correction</button>
<button id="inputContainer_nav_layers" onclick="changeMenu('layers')">Layers</button>
<button id="inputContainer_nav_text" onclick="changeMenu('text')">GT Title</button>
</div>
<div class="content">
<div id="inputContainer_content_general" class="general">
<div class="head">
<h1 for="inputContainer_InputType"> </h1>
<button disabled>CHANGE</button>
<button onclick="processPageSources_remove()">REMOVE</button>
</div>
<div class="GeneralContainer">
<div>
Expand All @@ -105,6 +105,12 @@
<label for="inputContainer_InputLoop">Loop</label>
<input id="inputContainer_InputLoop" type="checkbox">
</div>
<div>
<button onclick="ApiVmixSend('Restart', inputSelect); closeEdit()">RESTART</button>
<button onclick="ApiVmixSend('ResetInput', inputSelect); closeEdit()">RESET INPUT</button>
<button onclick="ApiVmixSend('DeinterlaceOn', inputSelect); closeEdit()">Deinterlace On</button>
<button onclick="ApiVmixSend('DeinterlaceOff', inputSelect); closeEdit()">Deinterlace Off</button>
</div>
</div>
</div>
<div id="inputContainer_content_list" class="list" style="display:none;">
Expand Down Expand Up @@ -237,7 +243,7 @@
<button onclick="ApiVmixSend('LayerOff', inputSelect, '10')" class="off">OFF</button>
</div>
</div>
<div class="rigth">
<div class="rigth" style="display:none;">
<h1 id="inputContainer_Content_Layers_Select">-</h1>
<button>90°</button>
<div class="mode">
Expand Down

0 comments on commit 24b1823

Please sign in to comment.