Skip to content

Commit

Permalink
Merge pull request #93 from flash62au/build
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
flash62au authored Mar 28, 2024
2 parents d735642 + 5580d8b commit 883df4e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
4 changes: 1 addition & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Version 1.3.27
- updated icons

# Version 1.3.26
- support Turnouts/Points
- updated icons

# Version 1.3.25
- sort Routes/Automation
Expand Down
22 changes: 14 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
<div class="loco-list-container row">
<div class="column-4 loco-list-ctrl">
<label for="ex-locoid" class="formbuilder-text-label">
<!-- <span class="toolbar-button-throttle" style="display:inline-block;"></span> -->
Loco ID<span class="formbuilder-required">*</span>
</label>
<input id="ex-locoid" type="text" loco-cv="0" name="Locomotives" placeholder="Loco ID / DCC Address" title="To Acquire a loco: Type an Address and press [Enter] or Select from the Locos/Roster list. To release: Press [Enter] or click [X]"/>
Expand Down Expand Up @@ -270,6 +271,7 @@
<section id="cv-programmer-window" class="section" hidden="true">
<div class="row settings-heading">
<div class="column-7 pl0 hdng">
<span class="toolbar-button-cv-programmer" style="display:inline-block;"></span>
CV Programmer <small><small>(PROG track only)</small></small>
</div>
</div>
Expand Down Expand Up @@ -411,7 +413,8 @@

<section id="routes-window" class="section" hidden="true">
<div class="row settings-heading">
<div class="column-7 pl0 hdng">
<div class="column-10 pl0 hdng">
<span class="toolbar-button-routes" style="display:inline-block;"></span>
Routes / Automation <small><small>(On the EX-CommandStation)</small></small>
</div>
<div class="column-3 pr0">
Expand All @@ -433,7 +436,8 @@

<section id="turnouts-window" class="section" hidden="true">
<div class="row settings-heading">
<div class="column-7 pl0 hdng">
<div class="column-10 pl0 hdng">
<span class="toolbar-button-turnouts" style="display:inline-block;"></span>
Turnouts / Points <small><small>(On the EX-CommandStation)</small></small>
</div>
<div class="column-3 pr0">
Expand All @@ -455,10 +459,11 @@

<section id="loco-window" class="section" hidden="true">
<div class="row settings-heading">
<div class="column-7 pl0 hdng">
Locomotives <small><small><i>(Stored on this computer only)</i></small></small>
<div class="column-6 pl0 hdng">
<span class="toolbar-button-locos" style="display:inline-block;"></span>
Locomotives <small><small><small><i>(Stored on this computer only)</i></small></small></small>
</div>
<div class="column-3 pr0">
<div class="column-4 pr0">
<div class="option-btns formbuilder-button row">
<div class="column-2">&nbsp;</div>
<div class="column-4">
Expand Down Expand Up @@ -536,10 +541,11 @@ <h4 class="fn-heading add-loco-head">Add Locomotive</h4>

<section id="fn-map-window" class="section" hidden="true">
<div class="row settings-heading">
<div class="column-7 pl0 hdng">
Function Mappings <small><small><i>(Stored on this computer only)</i></small></small>
<div class="column-6 pl0 hdng">
<span class="toolbar-button-functions" style="display:inline-block;"></span>
Function Mappings <small><small><small><i>(Stored on this computer only)</i></small></small></small>
</div>
<div class="column-3 pr0">
<div class="column-4 pr0">
<div class="option-btns formbuilder-button row">
<div class="column-2">&nbsp;</div>
<div class="column-4">
Expand Down

0 comments on commit 883df4e

Please sign in to comment.