Guest User

Untitled

a guest
Jul 15th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.99 KB | None | 0 0
  1. <form method="POST">
  2.             <div class="fieldset unfinished">
  3.                 <div class="input input-text input-large">
  4.                     <label for="page_title">Title<span class="tooltip" title="Required">*</span></label>
  5.                     <input type="text" id="page_title" value="Home insurance">
  6.                     <div class="bubble hide">
  7.                         <a class="bubble-target revisions" href="#revisions-1"><i class="icon icon-revisions">Revisions</i></a>
  8.                         <aside class="bubble-text bottom" id="revisions-1">
  9.                             <b class="glyph"></b>
  10.                             <h3>Revision History</h3>
  11.                         </aside>
  12.                     </div>
  13.                     <div class="bubble hide">
  14.                         <a class="bubble-target help" href="#helptext-2"><i class="icon icon-help">Help</i></a>
  15.                         <aside class="bubble-text top" id="helptext-2">
  16.                             <b class="glyph"></b>
  17.                             Chose a template, fill the placeholders with content blocks, then add your content.
  18.                         </aside>
  19.                     </div>
  20.                 </div>
  21.                 <div class="input input-text">
  22.                     <label for="page_url">Page URL<span class="tooltip" title="Required">°</span></label>
  23.                     <input type="text" id="page_url" value="home/personal/home_insurance">
  24.                     <div class="bubble hide">
  25.                         <a class="bubble-target revisions" href="#revisions-4"><i class="icon icon-revisions">Revisions</i></a>
  26.                         <aside class="bubble-text bottom" id="revisions-4">
  27.                             <b class="glyph"></b>
  28.                             <h3>Revision History</h3>
  29.                         </aside>
  30.                     </div>
  31.                     <div class="bubble hide">
  32.                         <a class="bubble-target help" href="#helptext-5"><i class="icon icon-help">Help</i></a>
  33.                         <aside class="bubble-text top" id="helptext-5">
  34.                             <b class="glyph"></b>
  35.                             Chose a template, fill the placeholders with content blocks, then add your content.
  36.                         </aside>
  37.                     </div>
  38.                 </div>
  39.             </div>
  40.  
  41.            
  42.                 <div class="fieldset unfinished">
  43.                     <div class="input input-text">
  44.  
  45.                         Simple List Menu
  46.                     </div>
  47.                 </div>
  48.            
  49.                 <div class="fieldset unfinished">
  50.                     <div class="input input-text">
  51.  
  52.                         Simple Back Navigation
  53.                     </div>
  54.                 </div>
  55.            
  56.             <button type="submit" class="needs-styling">Save</button>
  57.             <div style="display:none"><input type="hidden" name="csrfmiddlewaretoken" value="947c85f33b5525578e739c7ce99f253c"></div>
  58.             </form>
Add Comment
Please, Sign In to add comment