Changeset 348 in tmcsimulator for trunk/webapps/cptms.html
- Timestamp:
- 03/26/2019 09:13:54 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/webapps/cptms.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/cptms.html
r340 r348 48 48 <input id='cmsID' value="" type='hidden'/> 49 49 <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> 53 53 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> 57 57 </div> 58 58 <div id="buttonPanel" style="display: block;"><br><br> … … 77 77 <input id='harID' value="" type='hidden'/> 78 78 <!--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> 80 80 <!--textarea id="har-msgcontent1" maxlength="150" rows="2" cols="50"/><br><br--> 81 81
Note: See TracChangeset
for help on using the changeset viewer.
