Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 597 Bytes

README.md

File metadata and controls

43 lines (36 loc) · 597 Bytes

LocalCV

Page

  	<body>
		<input ...select a file... />
		<button>Save me</button>

		<div id="inputList">
	 		<ul id="listOfBlocks">
        ...blocks...
	 		</ul>
		</div>

		<div>
			<button>Add block</button>
		</div>

	</body>

Block

  <li>
    <button>Delete block</button>
    ...some fields...
    Add Field subblock
  </li>

Add Field subblock

  <div class=addfield>
    <button>Add field</button>
    <input ...for name of the field...>
    <input ...for value of the field...>
  </div>

Field

  <input ...> // name, value