mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Continue migration to node express typescript
This commit is contained in:
@@ -8,8 +8,10 @@
|
||||
|
||||
<body>
|
||||
<div id="olympus-map-container">
|
||||
<%- include('unitInfo.ejs') %>
|
||||
<%- include('unitinfo.ejs') %>
|
||||
</div>
|
||||
<%- include('selectionwheel.ejs') %>
|
||||
<%- include('selectionscroll.ejs') %>
|
||||
<script src="javascripts/bundle.js"></script>
|
||||
</body>
|
||||
|
||||
|
||||
3
client/views/selectionscroll.ejs
Normal file
3
client/views/selectionscroll.ejs
Normal file
@@ -0,0 +1,3 @@
|
||||
<div id="selection-scroll" class="olympus-selection-scroll-container">
|
||||
|
||||
</div>
|
||||
7
client/views/selectionwheel.ejs
Normal file
7
client/views/selectionwheel.ejs
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="olympus-selection-wheel" id="selection-wheel">
|
||||
<div class="olympus-wheel">
|
||||
</div>
|
||||
<label>
|
||||
<input type="checkbox" id="coalition-switch"> <span class="olympus-selection-wheel-slider olympus-selection-wheel-switch"></span>
|
||||
</label>
|
||||
</div>
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="olympus-panel" id="olympus-unit-info">
|
||||
<div class="olympus-panel" id="olympus-unit-info-panel">
|
||||
<table>
|
||||
<tr>
|
||||
<td colspan="4" class="olympus-panel-title">
|
||||
|
||||
Reference in New Issue
Block a user