|
@@ -7,64 +7,174 @@
|
|
|
<link href="index.css" rel="stylesheet" type="text/css" />
|
|
|
</head>
|
|
|
<body>
|
|
|
- <input type="text" id="text1">
|
|
|
- <p id='p1'></p>
|
|
|
- <p><input name="dzen" type="radio" value="nedzen"> Не дзен</p>
|
|
|
- <p><input name="dzen" type="radio" value="dzen"> Дзен</p>
|
|
|
- <p><input name="dzen" type="radio" value="pdzen" checked> Полный дзен</p>
|
|
|
- <p>
|
|
|
- <textarea id="textarea"></textarea>
|
|
|
- </p>
|
|
|
- <p>
|
|
|
- <select id="select">
|
|
|
- <option value="">--</option>
|
|
|
- <!--<option value="M" style="background-color: gray;">Male</option>-->
|
|
|
- <!--<option value="F">Female</option>-->
|
|
|
- <!--<option value="X">Xenomorph</option> -->
|
|
|
- </select>
|
|
|
- </p>
|
|
|
- <input type='checkbox' id='check1'><br/>
|
|
|
- <table>
|
|
|
- <tbody id="numberTable">
|
|
|
- <tr>
|
|
|
- <td>table template line 1</td>
|
|
|
- <td style='background-color: blue;'>table template line 1</td>
|
|
|
- </tr>
|
|
|
- <tr style='background-color: gray;'>
|
|
|
- <td>table template line 2</td>
|
|
|
- <td style='background-color: red;'>table template line 2</td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- <table>
|
|
|
- <thead>
|
|
|
- <th> age</th>
|
|
|
- <th> married</th>
|
|
|
- <th> surname</th>
|
|
|
- <th> name</th>
|
|
|
- <th> note</th>
|
|
|
- </thead>
|
|
|
- <tbody id="hashTable">
|
|
|
- <tr>
|
|
|
- <td class='age'></td>
|
|
|
- <td><input type='checkbox' class='married'></td>
|
|
|
- <td class='surname'></td>
|
|
|
- <td class='name'></td>
|
|
|
- <td><textarea class='note'></textarea></td>
|
|
|
- <td><button class='btn'>+</button></td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- <div id="checks">
|
|
|
- <label><input type='checkbox' class='check'><span class='description'></span><br/></label>
|
|
|
+ <div class='oneVar'>
|
|
|
+ <div class='leftColumn'>
|
|
|
+ <input type="text" id="text1">
|
|
|
+ </div>
|
|
|
+ <div class='rightColumn'>
|
|
|
+ <h3 class='key'></h3>
|
|
|
+ <textarea class='data'>
|
|
|
+ </textarea>
|
|
|
+ <button class='update'>Update</button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div id="radios">
|
|
|
- <label><input type='radio' class='radio'><span class='description'></span><br/></label>
|
|
|
+<!-- <div class='oneVar'>
|
|
|
+ <div class='leftColumn'>
|
|
|
+ <p id='p1'></p>
|
|
|
+ <p><input name="dzen" type="radio" value="nedzen"> Не дзен</p>
|
|
|
+ <p><input name="dzen" type="radio" value="dzen"> Дзен</p>
|
|
|
+ <p><input name="dzen" type="radio" value="pdzen" checked> Полный дзен</p>
|
|
|
+ </div>
|
|
|
+ <div class='rightColumn'>
|
|
|
+ <h3 class='key'></h3>
|
|
|
+ <textarea class='data'>
|
|
|
+ </textarea>
|
|
|
+ </div>
|
|
|
+ </div> -->
|
|
|
+ <div class='oneVar'>
|
|
|
+ <div class='leftColumn'>
|
|
|
+ <textarea id="textarea"></textarea>
|
|
|
+ </div>
|
|
|
+ <div class='rightColumn'>
|
|
|
+ <h3 class='key'></h3>
|
|
|
+ <textarea class='data'>
|
|
|
+ </textarea>
|
|
|
+ <button class='update'>Update</button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
+ <div class='oneVar'>
|
|
|
+ <div class='leftColumn'>
|
|
|
+ <select id="select">
|
|
|
+ <option value="">--</option>
|
|
|
+ <!--<option value="M" style="background-color: gray;">Male</option>-->
|
|
|
+ <!--<option value="F">Female</option>-->
|
|
|
+ <!--<option value="X">Xenomorph</option> -->
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <div class='rightColumn'>
|
|
|
+ <h3 class='key'></h3>
|
|
|
+ <textarea class='data'>
|
|
|
+ </textarea>
|
|
|
+ <button class='update'>Update</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class='oneVar'>
|
|
|
+ <div class='leftColumn'>
|
|
|
+ <input type='checkbox' id='check1'>
|
|
|
+ </div>
|
|
|
+ <div class='rightColumn'>
|
|
|
+ <h3 class='key'></h3>
|
|
|
+ <textarea class='data'>
|
|
|
+ </textarea>
|
|
|
+ <button class='update'>Update</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class='oneVar'>
|
|
|
+ <div class='leftColumn'>
|
|
|
+ <table>
|
|
|
+ <tbody id="numberTable">
|
|
|
+ <tr>
|
|
|
+ <td><input>table template line 1</td>
|
|
|
+ <td style='background-color: blue;'>table template line 1</td>
|
|
|
+ </tr>
|
|
|
+ <tr style='background-color: gray;'>
|
|
|
+ <td>table template line 2</td>
|
|
|
+ <td style='background-color: red;'>table template line 2</td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class='rightColumn'>
|
|
|
+ <h3 class='key'></h3>
|
|
|
+ <textarea class='data'>
|
|
|
+ </textarea>
|
|
|
+ <button class='update'>Update</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class='oneVar'>
|
|
|
+ <div class='leftColumn'>
|
|
|
+ <table>
|
|
|
+ <thead>
|
|
|
+ <th> age</th>
|
|
|
+ <th> married</th>
|
|
|
+ <th> surname</th>
|
|
|
+ <th> name</th>
|
|
|
+ <th> note</th>
|
|
|
+ </thead>
|
|
|
+ <tbody id="hashTable">
|
|
|
+ <tr>
|
|
|
+ <td class='age'></td>
|
|
|
+ <td><input type='checkbox' class='married'></td>
|
|
|
+ <td class='surname'></td>
|
|
|
+ <td class='name'></td>
|
|
|
+ <td><textarea class='note'></textarea></td>
|
|
|
+ <td><button class='btn'>+</button></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class='rightColumn'>
|
|
|
+ <h3 class='key'></h3>
|
|
|
+ <textarea class='data'>
|
|
|
+ </textarea>
|
|
|
+ <button class='update'>Update</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+<!-- <div class='oneVar'>
|
|
|
+ <table>
|
|
|
+ <tbody id="persons">
|
|
|
+ <tr>
|
|
|
+ <td><input type='number' style='max-width:50px;'></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div> -->
|
|
|
+ <div class='oneVar'>
|
|
|
+ <div class='leftColumn' id="checks">
|
|
|
+ <label><input type='checkbox' class='check'><span class='description'></span><br/></label>
|
|
|
+ </div>
|
|
|
+ <div class='rightColumn'>
|
|
|
+ <h3 class='key'></h3>
|
|
|
+ <textarea class='data'>
|
|
|
+ </textarea>
|
|
|
+ <button class='update'>Update</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class='oneVar'>
|
|
|
+ <div id="radios" class='leftColumn'>
|
|
|
+ <label><input type='radio' class='radio'><span class='description'></span><br/></label>
|
|
|
+ </div>
|
|
|
+ <div class='rightColumn'>
|
|
|
+ <h3 class='key'></h3>
|
|
|
+ <textarea class='data'>
|
|
|
+ </textarea>
|
|
|
+ <button class='update'>Update</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class='oneVar'>
|
|
|
+ <div class='leftColumn'>
|
|
|
+ <table>
|
|
|
+ <tbody id="ediTable">
|
|
|
+ <tr>
|
|
|
+ <td><!--<input type='number' style='max-width:50px;'>--></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class='rightColumn'>
|
|
|
+ <h3 class='key'></h3>
|
|
|
+ <textarea class='data'>
|
|
|
+ </textarea>
|
|
|
+ <button class='update'>Update</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--
|
|
|
<strong>Use $s variable for accessing data in DOM</strong>
|
|
|
<pre id='state' style='background-color: lightgray;'>
|
|
|
2 seconds timeout
|
|
|
</pre>
|
|
|
+ -->
|
|
|
+
|
|
|
<script src="nb.js"></script>
|
|
|
<script src="index.js"></script>
|
|
|
</body>
|