Changeset 348 in tmcsimulator for trunk/webapps/cptms.html


Ignore:
Timestamp:
03/26/2019 09:13:54 AM (7 years ago)
Author:
jdalbey
Message:

Added gotoxmltime.html and other prototypes for ei notebook. They can be removed when no longer needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/cptms.html

    r340 r348  
    4848        <input id='cmsID' value="" type='hidden'/> 
    4949        <div id="message-input">Phase 1: 
    50         <input id="msgcontent1" class="cms-input"  maxlength="16" type="text"/><br><br> 
    51         <input id="msgcontent2" class="cms-input"  maxlength="16" type="text"/><br><br> 
    52         <input id="msgcontent3" class="cms-input"  maxlength="16" type="text"/><br><br><br> 
     50        <input id="msgcontent1" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br> 
     51        <input id="msgcontent2" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br> 
     52        <input id="msgcontent3" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br><br> 
    5353        Phase 2: 
    54         <input id="msgcontent4" class="cms-input"  maxlength="16" type="text"/><br><br> 
    55         <input id="msgcontent5" class="cms-input"  maxlength="16" type="text"/><br><br> 
    56         <input id="msgcontent6" class="cms-input"  maxlength="16" type="text"/><br><br> 
     54        <input id="msgcontent4" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br> 
     55        <input id="msgcontent5" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br> 
     56        <input id="msgcontent6" class="cms-input"  maxlength="16" type="text" oninput="this.value = this.value.toUpperCase()"/><br><br> 
    5757        </div>         
    5858        <div id="buttonPanel"    style="display: block;"><br><br> 
     
    7777        <input id='harID' value="" type='hidden'/> 
    7878        <!--div id="har-message-input"-->Proposed:<br> 
    79         <input id="har-msgcontent1" class="har-input" type="text" size="50"><br> 
     79        <input id="har-msgcontent1" class="har-input" type="text" size="50" oninput="this.value = this.value.toUpperCase()"><br> 
    8080        <!--textarea id="har-msgcontent1" maxlength="150" rows="2" cols="50"/><br><br--> 
    8181 
Note: See TracChangeset for help on using the changeset viewer.