View difference between Paste ID: aW6UpFBQ and zHbLQw5c
SHOW: | | - or go back to the newest paste.
1
<p>
2
  <button class="modalInput" rel="#prompt">User input</button>
3
</p>
4
<div id="prompt" class="modal" style="top: 75.7px; left: 347.5px; position: fixed; display: none;">
5
  <h2>Create an annotation</h2>
6
  <p>Enter the required details to create an annotation for the highlighted text.</p>
7
  <form>
8
    <input>
9
      <button type="submit"> OK </button>
10
      <button class="close" type="button"> Cancel </button>
11
    </form>
12
  <p></p>
13
</div>