Advertisement
umuro

WhatYouSeeML

Aug 24th, 2013
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.00 KB | None | 0 0
  1. <!--  This page is on http://bootstrap-pages.herokuapp.com/pages/components -->
  2.  
  3. <extend tag="index-page" for="Page">
  4.   <old-index-page merge>
  5.     <content-body:>
  6.       <a action="components">components</a>,
  7.       <a action="two">two</a>
  8.     </content-body:>
  9.   </old-index-page>
  10. </extend>
  11.  
  12. <extend tag="two-page" for="Page">
  13.   <old-two-page merge>
  14.     <content-body:>
  15.  
  16.     </content-body:>
  17.   </old-two-page>
  18. </extend>
  19.  
  20. <extend tag="components-page" for="Page">
  21.   <old-components-page merge>
  22.     <content-body:>
  23. <!--==== Layout ====-->
  24.       I am demonstrating SemanticML. [Umur]
  25.       <well>Wells emphasize content</well>
  26.       <span2><well>Span2: Spans are necessary for responsive design</well></span2>
  27.       <span4><well>Span4: So that content can flow into different screen sizes</well></span4>
  28. <!--==== Glyphs ====-->
  29. <clearfix/>
  30. <h2>Glyps</h2>
  31. <img class='icon-glass'/><img class='icon-music'/><img class='icon-search'/> See <a href='http://getbootstrap.com/components/#glyphicons-how-to-use'>Bootstrap Glyphs</a>
  32.  
  33. <!--==== Dropdown menus ====-->
  34. <clearfix/>
  35. <h2>Dropdown</h2>
  36.  
  37. <dropdown-menu class="pull-right" >
  38.   <sel>Action</sel>
  39.   <sel>Another Action</sel>
  40.   <menu-divider/>
  41.   <sel>One more..</sel>
  42. </dropdown-menu>
  43. <well/>
  44. <!--==== Button groups ====-->
  45. <clearfix/>
  46. <h2>Button groups</h2>
  47.  
  48. <well>
  49.   <btn-group>
  50.     <btn>Left</btn>
  51.     <btn>Middle</btn>
  52.     <btn>Right</btn>
  53.     <btn-primary>Primary</btn-primary>
  54.   </btn-group>
  55. </well>
  56. <!--==== Button dropdowns ====-->
  57. <clearfix/>
  58. <h2>Button dropdowns</h2>
  59. <btn-group>
  60.   <btn class="dropdown-toggle" data-toggle="dropdown">Default<caret/></btn>
  61. </btn-group>
  62. <h2>Split button dropdown</h2>
  63. <btn-group>
  64.   <btn-primary>Primary</btn-primary>
  65.   <btn-primary data-toggle="dropdown"><caret/></btn-primary>
  66. </btn-group>
  67.  
  68. <!--==== Navs ====-->
  69. <clearfix/>
  70. <h2>Navs Tabs</h2>
  71. <nav-tabs>
  72.   <li class="active"><a href="#">Home</a></li>
  73.   <li><a href="#">Profile</a></li>
  74.   <li><a href="#">Messages</a></li>
  75. </nav-tabs>
  76.  
  77. <clearfix/>
  78. <h2>Navs Pills</h2>
  79. <nav-pills>
  80.   <li class="active"><a href="#">Home</a></li>
  81.   <li><a href="#">Profile</a></li>
  82.   <li><a href="#">Messages</a></li>
  83. </nav-pills>
  84.  
  85. <clearfix/>
  86. <h2>Navs Pills Stacked</h2>
  87. <nav-pills-stacked>
  88.   <li class="active"><a href="#">Home</a></li>
  89.   <li><a href="#">Profile</a></li>
  90.   <li><a href="#">Messages</a></li>
  91. </nav-pills-stacked>
  92. <!--==== Navbar ====-->
  93. <!--==== Breadcrumbs ====-->
  94. <!--==== Pagination ====-->
  95. <clearfix/>
  96. <h2>Pager</h2>
  97. <pager class="foo">
  98.   <li><a href="#">&larr; Previous</a></li>
  99.   <li><a href="#">Next &rarr;</a></li>
  100. </pager>
  101. <!--==== Labels and badges ====-->
  102.  
  103. <!--==== Typography ====-->
  104. <!--==== Thumbnails ====-->
  105. <clearfix/>
  106. <h2>Thumbs</h2>
  107. <row-fluid>
  108.   <span2>
  109.     <well>
  110.     <img width='200px' height='300px' src="http://comingupforair.net/wp/wp-content/uploads/2009/02/ojingogo-book-cover-final.jpg"/>
  111.     <caption>
  112.       <h3>The Thumb</h3>
  113.       <p>As you see</p>
  114.     </caption>
  115.     </well>
  116.   </span2>
  117.   <span2>
  118.     <well>
  119.     <img width='200px' height='300px' src="http://comingupforair.net/wp/wp-content/uploads/2009/02/ojingogo-book-cover-final.jpg"/>
  120.     <caption>
  121.       <h3>Another Thumb</h3>
  122.       <p>As you see</p>
  123.     </caption>
  124.     </well>
  125.   </span2>
  126. </row-fluid>
  127. <!--==== Jumbotron ====-->
  128. <jumbotron>
  129.   <well>
  130.     <h1>Hello World</h1>
  131.     <p>We will sell you our ideas...</p>
  132.   </well>
  133. </jumbotron>
  134. <!--==== Alerts ====-->
  135. <!--==== Progress bars ====-->
  136. <!--==== Media object ====-->
  137. <clearfix/>
  138. <h2>Media Object</h2>
  139. <media>
  140.     <media-object class="pull-left"  width='64px' height='64px' src="http://comingupforair.net/wp/wp-content/uploads/2009/02/ojingogo-book-cover-final.jpg"/>
  141.     <media-body>
  142.       <well>
  143.           <media-heading>Media Heading</media-heading>
  144.           <p>Bla bla bla</p>
  145.           <p>Bla bla bla</p>
  146.           <p>Bla bla bla</p>
  147.       </well>
  148.     </media-body>
  149. </media>
  150.  
  151. <!--==== Misc ====-->
  152.     </content-body:>
  153.   </old-components-page>
  154. </extend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement