survivalkit 1.0.beta.8 → 1.0.beta.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (248) hide show
  1. data/CHANGELOG.markdown +3 -0
  2. data/README.markdown +2 -2
  3. data/lib/survivalkit.rb +3 -2
  4. data/stylesheets/survivalkit/fonts/_font-awesome.scss +355 -0
  5. data/stylesheets/survivalkit/fonts/_league-gothic.scss +46 -0
  6. data/stylesheets/survivalkit/fonts/_ostrich-sans.scss +69 -0
  7. data/stylesheets/survivalkit/mixins/_ui.scss +22 -12
  8. data/stylesheets/survivalkit/survival-kit/_survival-kit.sass +157 -0
  9. data/templates/clean/manifest.rb +94 -0
  10. data/templates/drupal/script.js +2 -17
  11. data/templates/project/libs/jquery-1.8.2.min.js +2 -0
  12. data/templates/project/libs/modernizr-2.6.2.min.js +815 -0
  13. data/templates/project/manifest.rb +46 -27
  14. data/templates/project/script.js +2 -17
  15. data/templates/project/sources/FitText/README.md +52 -0
  16. data/templates/project/sources/FitText/example.html +60 -0
  17. data/templates/project/sources/FitText/jquery.fittext.js +43 -0
  18. data/templates/shared/fonts/font-awesome/fontawesome-webfont.eot +0 -0
  19. data/templates/shared/fonts/font-awesome/fontawesome-webfont.svg +255 -0
  20. data/templates/shared/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
  21. data/templates/shared/fonts/font-awesome/fontawesome-webfont.woff +0 -0
  22. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.eot +0 -0
  23. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.svg +224 -0
  24. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.ttf +0 -0
  25. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.woff +0 -0
  26. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.eot +0 -0
  27. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.svg +224 -0
  28. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.ttf +0 -0
  29. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.woff +0 -0
  30. data/templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.eot +0 -0
  31. data/templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.svg +224 -0
  32. data/templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.ttf +0 -0
  33. data/templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.woff +0 -0
  34. data/templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.eot +0 -0
  35. data/templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.svg +223 -0
  36. data/templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.ttf +0 -0
  37. data/templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.woff +0 -0
  38. data/templates/shared/fonts/ostrich/ostrich-black-webfont.eot +0 -0
  39. data/templates/shared/fonts/ostrich/ostrich-black-webfont.svg +141 -0
  40. data/templates/shared/fonts/ostrich/ostrich-black-webfont.ttf +0 -0
  41. data/templates/shared/fonts/ostrich/ostrich-black-webfont.woff +0 -0
  42. data/templates/shared/fonts/ostrich/ostrich-bold-webfont.eot +0 -0
  43. data/templates/shared/fonts/ostrich/ostrich-bold-webfont.svg +141 -0
  44. data/templates/shared/fonts/ostrich/ostrich-bold-webfont.ttf +0 -0
  45. data/templates/shared/fonts/ostrich/ostrich-bold-webfont.woff +0 -0
  46. data/templates/shared/fonts/ostrich/ostrich-dashed-webfont.eot +0 -0
  47. data/templates/shared/fonts/ostrich/ostrich-dashed-webfont.svg +141 -0
  48. data/templates/shared/fonts/ostrich/ostrich-dashed-webfont.ttf +0 -0
  49. data/templates/shared/fonts/ostrich/ostrich-dashed-webfont.woff +0 -0
  50. data/templates/shared/fonts/ostrich/ostrich-light-webfont.eot +0 -0
  51. data/templates/shared/fonts/ostrich/ostrich-light-webfont.svg +140 -0
  52. data/templates/shared/fonts/ostrich/ostrich-light-webfont.ttf +0 -0
  53. data/templates/shared/fonts/ostrich/ostrich-light-webfont.woff +0 -0
  54. data/templates/shared/fonts/ostrich/ostrich-regular-webfont.eot +0 -0
  55. data/templates/shared/fonts/ostrich/ostrich-regular-webfont.svg +141 -0
  56. data/templates/shared/fonts/ostrich/ostrich-regular-webfont.ttf +0 -0
  57. data/templates/shared/fonts/ostrich/ostrich-regular-webfont.woff +0 -0
  58. data/templates/shared/fonts/ostrich/ostrich-rounded-webfont.eot +0 -0
  59. data/templates/shared/fonts/ostrich/ostrich-rounded-webfont.svg +141 -0
  60. data/templates/shared/fonts/ostrich/ostrich-rounded-webfont.ttf +0 -0
  61. data/templates/shared/fonts/ostrich/ostrich-rounded-webfont.woff +0 -0
  62. data/templates/shared/partials/01-variables/_colors.scss +1 -1
  63. data/templates/shared/partials/01-variables/_fonts.scss +10 -0
  64. data/templates/shared/partials/06-ui-patterns/_drupal-patterns.scss +4 -5
  65. data/templates/shared/partials/07-styletile/_tile-design.scss +2 -2
  66. data/templates/shared/style.scss +2 -1
  67. metadata +73 -187
  68. data/stylesheets/survivalkit/survival_kit/_survival-kit.scss +0 -145
  69. data/templates/drupal/libs/320-up/helper.js +0 -146
  70. data/templates/drupal/libs/320-up/imgSizer.js +0 -61
  71. data/templates/drupal/libs/dd_belatedpng.js +0 -13
  72. data/templates/drupal/libs/formalize/README.txt +0 -11
  73. data/templates/drupal/libs/formalize/dojo.formalize.js +0 -174
  74. data/templates/drupal/libs/formalize/extjs.formalize.js +0 -168
  75. data/templates/drupal/libs/formalize/jquery.formalize.js +0 -158
  76. data/templates/drupal/libs/formalize/mootools.formalize.js +0 -163
  77. data/templates/drupal/libs/formalize/prototype.formalize.js +0 -171
  78. data/templates/drupal/libs/formalize/yui.formalize.js +0 -168
  79. data/templates/drupal/libs/jquery-1.6.js +0 -8865
  80. data/templates/drupal/libs/jquery-1.6.min.js +0 -16
  81. data/templates/drupal/libs/modernizr-2.0.min.js +0 -4
  82. data/templates/drupal/libs/mootools-core-1.3.1-full-compat-yc.js +0 -485
  83. data/templates/drupal/libs/plugins.js +0 -58
  84. data/templates/drupal/libs/respond.min.js +0 -7
  85. data/templates/drupal/libs/selectivizr-min.js +0 -5
  86. data/templates/drupal/libs/selectivizr.js +0 -5
  87. data/templates/project/files/apple-touch-icon-114x114-precomposed.png +0 -0
  88. data/templates/project/files/apple-touch-icon-72x72-precomposed.png +0 -0
  89. data/templates/project/files/apple-touch-icon.png +0 -0
  90. data/templates/project/files/crossdomain.xml +0 -25
  91. data/templates/project/files/favicon.ico +0 -0
  92. data/templates/project/files/favicon.png +0 -0
  93. data/templates/project/files/google.yml +0 -22
  94. data/templates/project/files/htaccess.htaccess +0 -478
  95. data/templates/project/files/html/404.html +0 -22
  96. data/templates/project/files/html/formalize_jquery_demo.html +0 -288
  97. data/templates/project/files/html/formalize_jquery_disabled.html +0 -288
  98. data/templates/project/files/html/formalize_jquery_errors.html +0 -288
  99. data/templates/project/files/html/index.html +0 -100
  100. data/templates/project/files/html/survivalkit/elements-common.html +0 -588
  101. data/templates/project/files/html/survivalkit/elements-html5.html +0 -2988
  102. data/templates/project/files/html/survivalkit/elements-typography.html +0 -240
  103. data/templates/project/files/html/survivalkit/elements-ui-patterns-drupal-css.html +0 -1883
  104. data/templates/project/files/html/survivalkit/elements-ui-patterns-drupal.html +0 -1882
  105. data/templates/project/files/html/survivalkit/elements-ui-patterns.html +0 -267
  106. data/templates/project/files/html/survivalkit/index.html +0 -132
  107. data/templates/project/files/html/survivalkit/styletile/index.html +0 -1
  108. data/templates/project/files/html/survivalkit/styletile/styletile.html +0 -215
  109. data/templates/project/files/humans.txt +0 -43
  110. data/templates/project/files/robots.txt +0 -5
  111. data/templates/project/libs/320-up/helper.js +0 -146
  112. data/templates/project/libs/320-up/imgSizer.js +0 -61
  113. data/templates/project/libs/jquery-1.6.js +0 -8865
  114. data/templates/project/libs/jquery-1.6.min.js +0 -16
  115. data/templates/project/libs/modernizr-2.0.min.js +0 -4
  116. data/templates/project/libs/plugins.js +0 -58
  117. data/templates/project/libs/selectivizr.js +0 -5
  118. data/templates/project/templates/_flashes.html.haml +0 -4
  119. data/templates/project/templates/_footer.html.haml +0 -2
  120. data/templates/project/templates/_head.html.haml +0 -26
  121. data/templates/project/templates/_header.html.haml +0 -1
  122. data/templates/project/templates/_javascripts.html.haml +0 -27
  123. data/templates/project/templates/_stylesheets.html.haml +0 -5
  124. data/templates/project/templates/application.html.haml +0 -28
  125. data/templates/project/templates/old/_layout.haml +0 -1
  126. data/templates/project/templates/old/home.html.haml +0 -14
  127. data/templates/project/templates/old/layouts/default.haml +0 -62
  128. data/templates/project/templates/old/layouts/survivalkit/default.haml +0 -64
  129. data/templates/project/templates/old/layouts/survivalkit/styletile.haml +0 -64
  130. data/templates/project/templates/old/survivalkit/_layout.haml +0 -1
  131. data/templates/project/templates/old/survivalkit/elements-common.haml +0 -33
  132. data/templates/project/templates/old/survivalkit/elements-html5.haml +0 -71
  133. data/templates/project/templates/old/survivalkit/elements-typography.haml +0 -100
  134. data/templates/project/templates/old/survivalkit/elements-ui-patterns-drupal.haml +0 -38
  135. data/templates/project/templates/old/survivalkit/elements-ui-patterns.haml +0 -23
  136. data/templates/project/templates/old/survivalkit/index.haml +0 -2
  137. data/templates/project/templates/old/survivalkit/partials/common/abbr.haml +0 -8
  138. data/templates/project/templates/old/survivalkit/partials/common/acronym.haml +0 -8
  139. data/templates/project/templates/old/survivalkit/partials/common/characters.haml +0 -11
  140. data/templates/project/templates/old/survivalkit/partials/common/cite.haml +0 -12
  141. data/templates/project/templates/old/survivalkit/partials/common/code.haml +0 -8
  142. data/templates/project/templates/old/survivalkit/partials/common/dfn.haml +0 -8
  143. data/templates/project/templates/old/survivalkit/partials/common/em.haml +0 -10
  144. data/templates/project/templates/old/survivalkit/partials/common/forms.haml +0 -27
  145. data/templates/project/templates/old/survivalkit/partials/common/headers.haml +0 -23
  146. data/templates/project/templates/old/survivalkit/partials/common/inline-images.haml +0 -9
  147. data/templates/project/templates/old/survivalkit/partials/common/kbd.haml +0 -10
  148. data/templates/project/templates/old/survivalkit/partials/common/links.haml +0 -10
  149. data/templates/project/templates/old/survivalkit/partials/common/lists.haml +0 -55
  150. data/templates/project/templates/old/survivalkit/partials/common/others.haml +0 -35
  151. data/templates/project/templates/old/survivalkit/partials/common/paragraphs.haml +0 -15
  152. data/templates/project/templates/old/survivalkit/partials/common/pre.haml +0 -27
  153. data/templates/project/templates/old/survivalkit/partials/common/q.haml +0 -8
  154. data/templates/project/templates/old/survivalkit/partials/common/samp.haml +0 -8
  155. data/templates/project/templates/old/survivalkit/partials/common/strong.haml +0 -8
  156. data/templates/project/templates/old/survivalkit/partials/common/tables.haml +0 -43
  157. data/templates/project/templates/old/survivalkit/partials/common/var.haml +0 -8
  158. data/templates/project/templates/old/survivalkit/partials/header-styletile.haml +0 -9
  159. data/templates/project/templates/old/survivalkit/partials/header.haml +0 -6
  160. data/templates/project/templates/old/survivalkit/partials/html5/a.haml +0 -36
  161. data/templates/project/templates/old/survivalkit/partials/html5/abbr.haml +0 -26
  162. data/templates/project/templates/old/survivalkit/partials/html5/address.haml +0 -27
  163. data/templates/project/templates/old/survivalkit/partials/html5/all-headings.haml +0 -31
  164. data/templates/project/templates/old/survivalkit/partials/html5/article.haml +0 -22
  165. data/templates/project/templates/old/survivalkit/partials/html5/aside.haml +0 -20
  166. data/templates/project/templates/old/survivalkit/partials/html5/b.haml +0 -21
  167. data/templates/project/templates/old/survivalkit/partials/html5/bdi.haml +0 -30
  168. data/templates/project/templates/old/survivalkit/partials/html5/blockquote.haml +0 -32
  169. data/templates/project/templates/old/survivalkit/partials/html5/cite.haml +0 -46
  170. data/templates/project/templates/old/survivalkit/partials/html5/code.haml +0 -70
  171. data/templates/project/templates/old/survivalkit/partials/html5/details.haml +0 -42
  172. data/templates/project/templates/old/survivalkit/partials/html5/dfn.haml +0 -52
  173. data/templates/project/templates/old/survivalkit/partials/html5/dl.haml +0 -69
  174. data/templates/project/templates/old/survivalkit/partials/html5/em.haml +0 -15
  175. data/templates/project/templates/old/survivalkit/partials/html5/fieldset.haml +0 -49
  176. data/templates/project/templates/old/survivalkit/partials/html5/figure.haml +0 -48
  177. data/templates/project/templates/old/survivalkit/partials/html5/footer.haml +0 -37
  178. data/templates/project/templates/old/survivalkit/partials/html5/header.haml +0 -44
  179. data/templates/project/templates/old/survivalkit/partials/html5/hgroup.haml +0 -20
  180. data/templates/project/templates/old/survivalkit/partials/html5/hr.haml +0 -52
  181. data/templates/project/templates/old/survivalkit/partials/html5/i.haml +0 -28
  182. data/templates/project/templates/old/survivalkit/partials/html5/kbd.haml +0 -19
  183. data/templates/project/templates/old/survivalkit/partials/html5/label.haml +0 -18
  184. data/templates/project/templates/old/survivalkit/partials/html5/li.haml +0 -91
  185. data/templates/project/templates/old/survivalkit/partials/html5/mark.haml +0 -30
  186. data/templates/project/templates/old/survivalkit/partials/html5/menu.haml +0 -39
  187. data/templates/project/templates/old/survivalkit/partials/html5/nav.haml +0 -68
  188. data/templates/project/templates/old/survivalkit/partials/html5/ol.haml +0 -23
  189. data/templates/project/templates/old/survivalkit/partials/html5/p.haml +0 -41
  190. data/templates/project/templates/old/survivalkit/partials/html5/pre.haml +0 -48
  191. data/templates/project/templates/old/survivalkit/partials/html5/q.haml +0 -34
  192. data/templates/project/templates/old/survivalkit/partials/html5/ruby.haml +0 -55
  193. data/templates/project/templates/old/survivalkit/partials/html5/s.haml +0 -17
  194. data/templates/project/templates/old/survivalkit/partials/html5/samp.haml +0 -27
  195. data/templates/project/templates/old/survivalkit/partials/html5/sample-forms.haml +0 -52
  196. data/templates/project/templates/old/survivalkit/partials/html5/sample-tables.haml +0 -152
  197. data/templates/project/templates/old/survivalkit/partials/html5/section.haml +0 -21
  198. data/templates/project/templates/old/survivalkit/partials/html5/small.haml +0 -33
  199. data/templates/project/templates/old/survivalkit/partials/html5/strong.haml +0 -25
  200. data/templates/project/templates/old/survivalkit/partials/html5/sub-sup.haml +0 -58
  201. data/templates/project/templates/old/survivalkit/partials/html5/table.haml +0 -196
  202. data/templates/project/templates/old/survivalkit/partials/html5/text-summary.haml +0 -305
  203. data/templates/project/templates/old/survivalkit/partials/html5/thead.haml +0 -67
  204. data/templates/project/templates/old/survivalkit/partials/html5/time.haml +0 -31
  205. data/templates/project/templates/old/survivalkit/partials/html5/ul.haml +0 -21
  206. data/templates/project/templates/old/survivalkit/partials/menu.haml +0 -14
  207. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/block.haml +0 -7
  208. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/breadcrumbs.haml +0 -7
  209. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/comments.haml +0 -69
  210. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/field-image.haml +0 -7
  211. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-comment.haml +0 -54
  212. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-login.haml +0 -23
  213. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-new-account.haml +0 -24
  214. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-new-password.haml +0 -16
  215. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/links.haml +0 -6
  216. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/menu.haml +0 -10
  217. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/messages.haml +0 -21
  218. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/node.haml +0 -28
  219. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/pager.haml +0 -17
  220. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/rss-link.haml +0 -5
  221. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/search.haml +0 -14
  222. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/site-name.haml +0 -6
  223. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/tabs.haml +0 -14
  224. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/taxonomy.haml +0 -10
  225. data/templates/project/templates/old/survivalkit/partials/patterns-general/block.haml +0 -7
  226. data/templates/project/templates/old/survivalkit/partials/patterns-general/breadcrumbs.haml +0 -7
  227. data/templates/project/templates/old/survivalkit/partials/patterns-general/comments.haml +0 -69
  228. data/templates/project/templates/old/survivalkit/partials/patterns-general/field-image.haml +0 -7
  229. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-comment.haml +0 -54
  230. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-login.haml +0 -23
  231. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-new-account.haml +0 -24
  232. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-new-password.haml +0 -16
  233. data/templates/project/templates/old/survivalkit/partials/patterns-general/links.haml +0 -6
  234. data/templates/project/templates/old/survivalkit/partials/patterns-general/menu.haml +0 -10
  235. data/templates/project/templates/old/survivalkit/partials/patterns-general/messages.haml +0 -21
  236. data/templates/project/templates/old/survivalkit/partials/patterns-general/node.haml +0 -28
  237. data/templates/project/templates/old/survivalkit/partials/patterns-general/pager.haml +0 -17
  238. data/templates/project/templates/old/survivalkit/partials/patterns-general/rss-link.haml +0 -5
  239. data/templates/project/templates/old/survivalkit/partials/patterns-general/search.haml +0 -14
  240. data/templates/project/templates/old/survivalkit/partials/patterns-general/site-name.haml +0 -6
  241. data/templates/project/templates/old/survivalkit/partials/patterns-general/tabs.haml +0 -14
  242. data/templates/project/templates/old/survivalkit/partials/patterns-general/taxonomy.haml +0 -10
  243. data/templates/project/templates/old/survivalkit/styletile/_layout.haml +0 -1
  244. data/templates/project/templates/old/survivalkit/styletile/index.redirect +0 -1
  245. data/templates/project/templates/old/survivalkit/styletile/styletile.haml +0 -60
  246. data/templates/project/templates/old/view_helpers.rb +0 -25
  247. data/templates/shared/survivalkit/drupal7.scss +0 -3224
  248. data/templates/shared/survivalkit/survivalkit.scss +0 -32
@@ -1,69 +0,0 @@
1
- %div#comments.element
2
- %h2.element-title Comments
3
- .markup
4
- #comments.comment-wrapper
5
- %h2.title Comments
6
- %a#comment-1
7
- .comment.comment-by-viewer.clearfix
8
- %h3
9
- %a.permalink{:href => "/comment/1#comment-1", :rel => "bookmark"} First
10
- .submitted
11
- %a.permalink{:href => "/comment/1#comment-1", :rel => "bookmark"} Permalink
12
- Submitted by
13
- %a.username{:href => "/user/1", :title => "View user profile."} admin
14
- on Wed, 03/09/2011 - 23:52
15
- .content
16
- .field.field-name-comment-body.field-type-text-long.field-label-hidden
17
- .field-items
18
- .field-item.even
19
- %p This is the first comment
20
- %ul.links.inline
21
- %li.comment-delete.first
22
- %a{:href => "/comment/1/delete"} delete
23
- %li.comment-edit
24
- %a{:href => "/comment/1/edit"} edit
25
- %li.comment-reply.last
26
- %a{:href => "/comment/reply/1/1"} reply
27
- %a#comment-2
28
- .comment.comment-by-viewer.clearfix
29
- %h3
30
- %a.permalink{:href => "/comment/2#comment-2", :rel => "bookmark"} Second
31
- .submitted
32
- %a.permalink{:href => "/comment/2#comment-2", :rel => "bookmark"} Permalink
33
- Submitted by
34
- %a.username{:href => "/user/1", :title => "View user profile."} admin
35
- on Wed, 03/09/2011 - 23:53
36
- .content
37
- .field.field-name-comment-body.field-type-text-long.field-label-hidden
38
- .field-items
39
- .field-item.even
40
- %p This is the second comment.
41
- %ul.links.inline
42
- %li.comment-delete.first
43
- %a{:href => "/comment/2/delete"} delete
44
- %li.comment-edit
45
- %a{:href => "/comment/2/edit"} edit
46
- %li.comment-reply.last
47
- %a{:href => "/comment/reply/1/2"} reply
48
- .indented
49
- %a#comment-3
50
- .comment.comment-by-viewer.clearfix
51
- %h3
52
- %a.permalink{:href => "/comment/3#comment-3", :rel => "bookmark"} reply
53
- .submitted
54
- %a.permalink{:href => "/comment/3#comment-3", :rel => "bookmark"} Permalink
55
- Submitted by
56
- %a.username{:href => "/user/1", :title => "View user profile."} admin
57
- on Wed, 03/09/2011 - 23:53
58
- .content
59
- .field.field-name-comment-body.field-type-text-long.field-label-hidden
60
- .field-items
61
- .field-item.even
62
- %p This is a reply to the second comment.
63
- %ul.links.inline
64
- %li.comment-delete.first
65
- %a{:href => "/comment/3/delete"} delete
66
- %li.comment-edit
67
- %a{:href => "/comment/3/edit"} edit
68
- %li.comment-reply.last
69
- %a{:href => "/comment/reply/1/3"} reply
@@ -1,7 +0,0 @@
1
- %div#field-image.element
2
- %h2.element-title Image Field
3
- .markup
4
- .field.field-name-field-image.field-type-image.field-label-hidden
5
- .field-items
6
- .field-item.even
7
- %img{:alt => "placeholder image", :src => "http://dummyimage.com/100x100/ccc/fff"}/
@@ -1,54 +0,0 @@
1
- %div#form-comment.element
2
- %h2.element-title Comment Form
3
- .markup
4
- %h2.title.comment-form Add new comment
5
- %form#comment-form.comment-form{"accept-charset" => "UTF-8", :action => "/comment/reply/1", :method => "post"}
6
- %div
7
- #edit-author--2.form-item.form-type-item
8
- %label{:for => "edit-author--2"} Your name
9
- %a.username{:href => "/user/1", :title => "View user profile."} admin
10
- .form-item.form-type-textfield.form-item-subject
11
- %label{:for => "edit-subject"} Subject
12
- %input#edit-subject.form-text{:maxlength => "64", :name => "subject", :size => "60", :type => "text", :value => ""}
13
- #edit-comment-body.field-type-text-long.field-name-comment-body.field-widget-text-textarea.form-wrapper
14
- #comment-body-add-more-wrapper
15
- .text-format-wrapper
16
- .form-item.form-type-textarea.form-item-comment-body-und-0-value
17
- %label{:for => "edit-comment-body-und-0-value"}
18
- Comment
19
- %span.form-required{:title => "This field is required."} *
20
- .form-textarea-wrapper.resizable.textarea-processed.resizable-textarea
21
- %textarea#edit-comment-body-und-0-value.text-full.form-textarea.required{:cols => "60", :name => "comment_body[und][0][value]", :rows => "5"}
22
- .grippie
23
- %fieldset#edit-comment-body-und-0-format.filter-wrapper.form-wrapper
24
- .fieldset-wrapper
25
- #edit-comment-body-und-0-format-help.filter-help.form-wrapper
26
- %p
27
- %a{:href => "/filter/tips"} More information about text formats
28
- .form-item.form-type-select.form-item-comment-body-und-0-format
29
- %label{:for => "edit-comment-body-und-0-format--2"} Text format
30
- %select#edit-comment-body-und-0-format--2.filter-list.form-select{:name => "comment_body[und][0][format]"}
31
- %option{:selected => "selected", :value => "filtered_html"} Filtered HTML
32
- %option{:value => "full_html"} Full HTML
33
- %option{:value => "plain_text"} Plain text
34
- #edit-comment-body-und-0-format-guidelines.filter-guidelines.form-wrapper.filter-guidelines-processed
35
- .filter-guidelines-item.filter-guidelines-filtered_html{:style => "display: block; "}
36
- %h3{:style => "display: none; "} Filtered HTML
37
- %ul.tips
38
- %li Web page addresses and e-mail addresses turn into links automatically.
39
- %li Allowed HTML tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>
40
- %li Lines and paragraphs break automatically.
41
- .filter-guidelines-item.filter-guidelines-full_html{:style => "display: none; "}
42
- %h3{:style => "display: none; "} Full HTML
43
- %ul.tips
44
- %li Web page addresses and e-mail addresses turn into links automatically.
45
- %li Lines and paragraphs break automatically.
46
- .filter-guidelines-item.filter-guidelines-plain_text{:style => "display: none; "}
47
- %h3{:style => "display: none; "} Plain text
48
- %ul.tips
49
- %li No HTML tags allowed.
50
- %li Web page addresses and e-mail addresses turn into links automatically.
51
- %li Lines and paragraphs break automatically.
52
- #edit-actions.form-actions.form-wrapper
53
- %input#edit-submit.form-submit{:name => "op", :type => "submit", :value => "Save"}
54
- %input#edit-preview.form-submit{:name => "op", :type => "submit", :value => "Preview"}
@@ -1,23 +0,0 @@
1
- %div#form-login.element
2
- %h2.element-title Log In Form
3
- .markup
4
- #block-system-main.block.block-system
5
- .content
6
- %form#user-login{"accept-charset" => "UTF-8", :action => "/user", :method => "post"}
7
- %div
8
- .form-item.form-type-textfield.form-item-name
9
- %label{:for => "edit-name"}
10
- Username
11
- %span.form-required{:title => "This field is required."} *
12
- %input#edit-name.form-text.required{:maxlength => "60", :name => "name", :size => "60", :type => "text", :value => ""}
13
- .description Enter your d7 username.
14
- .form-item.form-type-password.form-item-pass
15
- %label{:for => "edit-pass"}
16
- Password
17
- %span.form-required{:title => "This field is required."} *
18
- %input#edit-pass.form-text.required{:maxlength => "128", :name => "pass", :size => "60", :type => "password", :value => ""}
19
- .description Enter the password that accompanies your username.
20
- %input{:name => "form_build_id", :type => "hidden", :value => "form-XW71tLWvMNpumkgW-wKMOpDRUN0cPt62fr5Q0M7KNzo"}
21
- %input{:name => "form_id", :type => "hidden", :value => "user_login"}
22
- #edit-actions.form-actions.form-wrapper
23
- %input#edit-submit.form-submit{:name => "op", :type => "submit", :value => "Log in"}
@@ -1,24 +0,0 @@
1
- %div#form-new-account.element
2
- %h2.element-title New User Form
3
- .markup
4
- #block-system-main.block.block-system
5
- .content
6
- %form#user-register-form.user-info-from-cookie{"accept-charset" => "UTF-8", :action => "/user/register", :enctype => "multipart/form-data", :method => "post"}
7
- %div
8
- .form-item.form-type-textfield.form-item-name
9
- %label{:for => "edit-name"}
10
- Username
11
- %span.form-required{:title => "This field is required."} *
12
- %input#edit-name.username.form-text.required{:maxlength => "60", :name => "name", :size => "60", :type => "text", :value => ""}
13
- .description Spaces are allowed; punctuation is not allowed except for periods, hyphens, apostrophes, and underscores.
14
- .form-item.form-type-emailfield.form-item-mail
15
- %label{:for => "edit-mail"}
16
- E-mail address
17
- %span.form-required{:title => "This field is required."} *
18
- %input#edit-mail.form-text.form-email.required{:maxlength => "254", :name => "mail", :size => "60", :type => "email", :value => ""}
19
- .description A valid e-mail address. All e-mails from the system will be sent to this address. The e-mail address is not made public and will only be used if you wish to receive a new password or wish to receive certain news or notifications by e-mail.
20
- %input{:name => "timezone", :type => "hidden", :value => "America/New_York"}
21
- %input{:name => "form_build_id", :type => "hidden", :value => "form-5ZOqvNO7BiBFYWgXdre26qBbXM5YuyRLfOsdc1Kx9KU"}
22
- %input{:name => "form_id", :type => "hidden", :value => "user_register_form"}
23
- #edit-actions.form-actions.form-wrapper
24
- %input#edit-submit.form-submit{:name => "op", :type => "submit", :value => "Create new account"}
@@ -1,16 +0,0 @@
1
- %div#form-new-password.element
2
- %h2.element-title New Password Form
3
- .markup
4
- #block-system-main.block.block-system
5
- .content
6
- %form#user-pass{"accept-charset" => "UTF-8", :action => "/user/password", :method => "post"}
7
- %div
8
- .form-item.form-type-textfield.form-item-name
9
- %label{:for => "edit-name"}
10
- Username or e-mail address
11
- %span.form-required{:title => "This field is required."} *
12
- %input#edit-name.form-text.required{:maxlength => "254", :name => "name", :size => "60", :type => "text", :value => ""}
13
- %input{:name => "form_build_id", :type => "hidden", :value => "form-P9tzA7PRYI8Y3TxPo9aBfFXR3hVb38lqzMLrZE1O9VE"}
14
- %input{:name => "form_id", :type => "hidden", :value => "user_pass"}
15
- #edit-actions.form-actions.form-wrapper
16
- %input#edit-submit.form-submit{:name => "op", :type => "submit", :value => "E-mail new password"}
@@ -1,6 +0,0 @@
1
- %div#links.element
2
- %h2.element-title Inline Links
3
- .markup
4
- %ul.links.inline
5
- %li.comment-add.first.last.active
6
- %a.active{:href => "/node/1#comment-form", :title => "Share your thoughts and opinions related to this posting."} Add new comment
@@ -1,10 +0,0 @@
1
- %div#menu.element
2
- %h2.element-title Menus
3
- .markup
4
- %ul#main-menu.links.inline.clearfix
5
- %li.menu-201.first
6
- %a{:href => "/"} Home
7
- %li.menu-365.active-trail.active
8
- %a.active-trail.active{:href => "/blog", :title => "Blog"} Blog
9
- %li.menu-366.last
10
- %a{:href => "/my-page", :title => "My Page"} My Page
@@ -1,21 +0,0 @@
1
- %div#drupal-messages.element
2
- %h2.element-title Messages
3
- .markup
4
- .messages.status
5
- %h2.element-invisible{:style => "display: none;"} Status message
6
- %p
7
- This is
8
- %em status
9
- message.
10
- .messages.warning
11
- %h2.element-invisible{:style => "display: none;"} Status message
12
- %p
13
- This is
14
- %em warning
15
- message.
16
- .messages.error
17
- %h2.element-invisible{:style => "display: none;"} Status message
18
- %p
19
- This is
20
- %em error
21
- message.
@@ -1,28 +0,0 @@
1
- %div#node.element
2
- %h2.element-title Node Page
3
- .markup
4
- %h1 This is the node title
5
- #node-1.node.node-article.node-promoted.clearfix
6
- .submitted
7
- Submitted by
8
- %span.username Anonymous (not verified)
9
- on Sat, 01/15/2011 - 16:14
10
- .content
11
- .field.field-name-field-image.field-type-image.field-label-hidden
12
- .field-items
13
- .field-item.even
14
- %img{:alt => "placeholder image", :src => "http://dummyimage.com/100x100/ccc/fff"}/
15
- .field.field-name-body.field-type-text-with-summary.field-label-hidden
16
- .field-items
17
- .field-item.even
18
- %p Ad esca ludus. Adipiscing autem defui similis utinam. Abluo causa duis esca meus nostrud si volutpat.
19
- .field.field-name-field-tags.field-type-taxonomy-term-reference.field-label-above
20
- .field-label Tags: 
21
- .field-items
22
- .field-item.even
23
- %a{:href => "/taxonomy/term/1"} foo
24
- .field-item.odd
25
- %a{:href => "/taxonomy/term/2"} bar
26
- %ul.links.inline
27
- %li.comment-add.first.last.active
28
- %a.active{:href => "/node/1#comment-form", :title => "Share your thoughts and opinions related to this posting."} Add new comment
@@ -1,17 +0,0 @@
1
- %div#pager.element
2
- %h2.element-title Pager
3
- .markup
4
- %ul.pager
5
- %li.pager-first.first
6
- %a.active{:href => "/node", :title => "Go to first page"} « first
7
- %li.pager-previous
8
- %a.active{:href => "/node", :title => "Go to previous page"} ‹ previous
9
- %li.pager-item
10
- %a.active{:href => "/node", :title => "Go to page 1"} 1
11
- %li.pager-current 2
12
- %li.pager-item
13
- %a.active{:href => "/node?page=2", :title => "Go to page 3"} 3
14
- %li.pager-next
15
- %a.active{:href => "/node?page=2", :title => "Go to next page"} next ›
16
- %li.pager-last.last
17
- %a.active{:href => "/node?page=2", :title => "Go to last page"} last »
@@ -1,5 +0,0 @@
1
- %div#rss-link.element
2
- %h2.element-title RSS Link
3
- .markup
4
- %a.feed-icon{:href => "/rss.xml", :title => "Subscribe to d7 RSS"}
5
- %img{:alt => "Subscribe to d7 RSS", :src => "/images/drupal/feed.png"}/
@@ -1,14 +0,0 @@
1
- %div#search.element
2
- %h2.element-title Search Field
3
- .markup
4
- #block-search-form.block.block-search.contextual-links-region
5
- .content
6
- %form#search-block-form{"accept-charset" => "UTF-8", :action => "", :method => "post"}
7
- %div
8
- .container-inline
9
- %h2.element-invisible Search form
10
- .form-item.form-type-searchfield.form-item-search-block-form
11
- %label.element-invisible{:for => "edit-search-block-form--2"} Search
12
- %input#edit-search-block-form--2.form-text.form-search{:maxlength => "128", :name => "search_block_form", :size => "15", :title => "Enter the terms you wish to search for.", :type => "search", :value => ""}
13
- #edit-actions.form-actions.form-wrapper
14
- %input#edit-submit.form-submit{:name => "op", :type => "submit", :value => "Search"}
@@ -1,6 +0,0 @@
1
- %div#site-name.element
2
- %h2.element-title Site Name
3
- .markup
4
- %h1#site-name
5
- %a{:href => "/", :rel => "home", :title => "Home"}
6
- %span My Awesome Site
@@ -1,14 +0,0 @@
1
- %div#tabs.element
2
- %h2.element-title Tabs
3
- .markup
4
- .tabs
5
- %h2.element-invisible Primary tabs
6
- %ul.tabs.primary
7
- %li.active
8
- %a.active{:href => "/blog/about"}
9
- View
10
- %span.element-invisible (active tab)
11
- %li
12
- %a{:href => "/node/52/edit"} Edit
13
- %li
14
- %a{:href => "/node/52/devel"} Devel
@@ -1,10 +0,0 @@
1
- %div#taxonomy.element
2
- %h2.element-title Taxonomy List
3
- .markup
4
- .field.field-name-field-tags.field-type-taxonomy-term-reference.field-label-above
5
- .field-label Tags: 
6
- .field-items
7
- .field-item.even
8
- %a{:href => "/taxonomy/term/1"} foo
9
- .field-item.odd
10
- %a{:href => "/taxonomy/term/2"} bar
@@ -1,7 +0,0 @@
1
- %div#block.element
2
- %h2.element-title Block
3
- .markup
4
- #block-block-1.block.block-block
5
- %h2 This is a Custom Block
6
- .content
7
- %p Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.
@@ -1,7 +0,0 @@
1
- %div#breadcrumbs.element
2
- %h2.element-title Breadcrumbs
3
- .markup
4
- .breadcrumb
5
- %a{:href => "/"} Home
6
- »
7
- %a{:href => "/blog", :title => "Blog"} Blog
@@ -1,69 +0,0 @@
1
- %div#comments.element
2
- %h2.element-title Comments
3
- .markup
4
- #comments.comment-wrapper
5
- %h2.title Comments
6
- %a#comment-1
7
- .comment.comment-by-viewer.clearfix
8
- %h3
9
- %a.permalink{:href => "/comment/1#comment-1", :rel => "bookmark"} First
10
- .submitted
11
- %a.permalink{:href => "/comment/1#comment-1", :rel => "bookmark"} Permalink
12
- Submitted by
13
- %a.username{:href => "/user/1", :title => "View user profile."} admin
14
- on Wed, 03/09/2011 - 23:52
15
- .content
16
- .field.field-name-comment-body.field-type-text-long.field-label-hidden
17
- .field-items
18
- .field-item.even
19
- %p This is the first comment
20
- %ul.links.inline
21
- %li.comment-delete.first
22
- %a{:href => "/comment/1/delete"} delete
23
- %li.comment-edit
24
- %a{:href => "/comment/1/edit"} edit
25
- %li.comment-reply.last
26
- %a{:href => "/comment/reply/1/1"} reply
27
- %a#comment-2
28
- .comment.comment-by-viewer.clearfix
29
- %h3
30
- %a.permalink{:href => "/comment/2#comment-2", :rel => "bookmark"} Second
31
- .submitted
32
- %a.permalink{:href => "/comment/2#comment-2", :rel => "bookmark"} Permalink
33
- Submitted by
34
- %a.username{:href => "/user/1", :title => "View user profile."} admin
35
- on Wed, 03/09/2011 - 23:53
36
- .content
37
- .field.field-name-comment-body.field-type-text-long.field-label-hidden
38
- .field-items
39
- .field-item.even
40
- %p This is the second comment.
41
- %ul.links.inline
42
- %li.comment-delete.first
43
- %a{:href => "/comment/2/delete"} delete
44
- %li.comment-edit
45
- %a{:href => "/comment/2/edit"} edit
46
- %li.comment-reply.last
47
- %a{:href => "/comment/reply/1/2"} reply
48
- .indented
49
- %a#comment-3
50
- .comment.comment-by-viewer.clearfix
51
- %h3
52
- %a.permalink{:href => "/comment/3#comment-3", :rel => "bookmark"} reply
53
- .submitted
54
- %a.permalink{:href => "/comment/3#comment-3", :rel => "bookmark"} Permalink
55
- Submitted by
56
- %a.username{:href => "/user/1", :title => "View user profile."} admin
57
- on Wed, 03/09/2011 - 23:53
58
- .content
59
- .field.field-name-comment-body.field-type-text-long.field-label-hidden
60
- .field-items
61
- .field-item.even
62
- %p This is a reply to the second comment.
63
- %ul.links.inline
64
- %li.comment-delete.first
65
- %a{:href => "/comment/3/delete"} delete
66
- %li.comment-edit
67
- %a{:href => "/comment/3/edit"} edit
68
- %li.comment-reply.last
69
- %a{:href => "/comment/reply/1/3"} reply
@@ -1,7 +0,0 @@
1
- %div#field-image.element
2
- %h2.element-title Image Field
3
- .markup
4
- .field.field-name-field-image.field-type-image.field-label-hidden
5
- .field-items
6
- .field-item.even
7
- %img{:alt => "placeholder image", :src => "http://dummyimage.com/100x100/ccc/fff"}/
@@ -1,54 +0,0 @@
1
- %div#form-comment.element
2
- %h2.element-title Comment Form
3
- .markup
4
- %h2.title.comment-form Add new comment
5
- %form#comment-form.comment-form{"accept-charset" => "UTF-8", :action => "/comment/reply/1", :method => "post"}
6
- %div
7
- #edit-author--2.form-item.form-type-item
8
- %label{:for => "edit-author--2"} Your name
9
- %a.username{:href => "/user/1", :title => "View user profile."} admin
10
- .form-item.form-type-textfield.form-item-subject
11
- %label{:for => "edit-subject"} Subject
12
- %input#edit-subject.form-text{:maxlength => "64", :name => "subject", :size => "60", :type => "text", :value => ""}
13
- #edit-comment-body.field-type-text-long.field-name-comment-body.field-widget-text-textarea.form-wrapper
14
- #comment-body-add-more-wrapper
15
- .text-format-wrapper
16
- .form-item.form-type-textarea.form-item-comment-body-und-0-value
17
- %label{:for => "edit-comment-body-und-0-value"}
18
- Comment
19
- %span.form-required{:title => "This field is required."} *
20
- .form-textarea-wrapper.resizable.textarea-processed.resizable-textarea
21
- %textarea#edit-comment-body-und-0-value.text-full.form-textarea.required{:cols => "60", :name => "comment_body[und][0][value]", :rows => "5"}
22
- .grippie
23
- %fieldset#edit-comment-body-und-0-format.filter-wrapper.form-wrapper
24
- .fieldset-wrapper
25
- #edit-comment-body-und-0-format-help.filter-help.form-wrapper
26
- %p
27
- %a{:href => "/filter/tips"} More information about text formats
28
- .form-item.form-type-select.form-item-comment-body-und-0-format
29
- %label{:for => "edit-comment-body-und-0-format--2"} Text format
30
- %select#edit-comment-body-und-0-format--2.filter-list.form-select{:name => "comment_body[und][0][format]"}
31
- %option{:selected => "selected", :value => "filtered_html"} Filtered HTML
32
- %option{:value => "full_html"} Full HTML
33
- %option{:value => "plain_text"} Plain text
34
- #edit-comment-body-und-0-format-guidelines.filter-guidelines.form-wrapper.filter-guidelines-processed
35
- .filter-guidelines-item.filter-guidelines-filtered_html{:style => "display: block; "}
36
- %h3{:style => "display: none; "} Filtered HTML
37
- %ul.tips
38
- %li Web page addresses and e-mail addresses turn into links automatically.
39
- %li Allowed HTML tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>
40
- %li Lines and paragraphs break automatically.
41
- .filter-guidelines-item.filter-guidelines-full_html{:style => "display: none; "}
42
- %h3{:style => "display: none; "} Full HTML
43
- %ul.tips
44
- %li Web page addresses and e-mail addresses turn into links automatically.
45
- %li Lines and paragraphs break automatically.
46
- .filter-guidelines-item.filter-guidelines-plain_text{:style => "display: none; "}
47
- %h3{:style => "display: none; "} Plain text
48
- %ul.tips
49
- %li No HTML tags allowed.
50
- %li Web page addresses and e-mail addresses turn into links automatically.
51
- %li Lines and paragraphs break automatically.
52
- #edit-actions.form-actions.form-wrapper
53
- %input#edit-submit.form-submit{:name => "op", :type => "submit", :value => "Save"}
54
- %input#edit-preview.form-submit{:name => "op", :type => "submit", :value => "Preview"}
@@ -1,23 +0,0 @@
1
- %div#form-login.element
2
- %h2.element-title Log In Form
3
- .markup
4
- #block-system-main.block.block-system
5
- .content
6
- %form#user-login{"accept-charset" => "UTF-8", :action => "/user", :method => "post"}
7
- %div
8
- .form-item.form-type-textfield.form-item-name
9
- %label{:for => "edit-name"}
10
- Username
11
- %span.form-required{:title => "This field is required."} *
12
- %input#edit-name.form-text.required{:maxlength => "60", :name => "name", :size => "60", :type => "text", :value => ""}
13
- .description Enter your d7 username.
14
- .form-item.form-type-password.form-item-pass
15
- %label{:for => "edit-pass"}
16
- Password
17
- %span.form-required{:title => "This field is required."} *
18
- %input#edit-pass.form-text.required{:maxlength => "128", :name => "pass", :size => "60", :type => "password", :value => ""}
19
- .description Enter the password that accompanies your username.
20
- %input{:name => "form_build_id", :type => "hidden", :value => "form-XW71tLWvMNpumkgW-wKMOpDRUN0cPt62fr5Q0M7KNzo"}
21
- %input{:name => "form_id", :type => "hidden", :value => "user_login"}
22
- #edit-actions.form-actions.form-wrapper
23
- %input#edit-submit.form-submit{:name => "op", :type => "submit", :value => "Log in"}
@@ -1,24 +0,0 @@
1
- %div#form-new-account.element
2
- %h2.element-title New User Form
3
- .markup
4
- #block-system-main.block.block-system
5
- .content
6
- %form#user-register-form.user-info-from-cookie{"accept-charset" => "UTF-8", :action => "/user/register", :enctype => "multipart/form-data", :method => "post"}
7
- %div
8
- .form-item.form-type-textfield.form-item-name
9
- %label{:for => "edit-name"}
10
- Username
11
- %span.form-required{:title => "This field is required."} *
12
- %input#edit-name.username.form-text.required{:maxlength => "60", :name => "name", :size => "60", :type => "text", :value => ""}
13
- .description Spaces are allowed; punctuation is not allowed except for periods, hyphens, apostrophes, and underscores.
14
- .form-item.form-type-emailfield.form-item-mail
15
- %label{:for => "edit-mail"}
16
- E-mail address
17
- %span.form-required{:title => "This field is required."} *
18
- %input#edit-mail.form-text.form-email.required{:maxlength => "254", :name => "mail", :size => "60", :type => "email", :value => ""}
19
- .description A valid e-mail address. All e-mails from the system will be sent to this address. The e-mail address is not made public and will only be used if you wish to receive a new password or wish to receive certain news or notifications by e-mail.
20
- %input{:name => "timezone", :type => "hidden", :value => "America/New_York"}
21
- %input{:name => "form_build_id", :type => "hidden", :value => "form-5ZOqvNO7BiBFYWgXdre26qBbXM5YuyRLfOsdc1Kx9KU"}
22
- %input{:name => "form_id", :type => "hidden", :value => "user_register_form"}
23
- #edit-actions.form-actions.form-wrapper
24
- %input#edit-submit.form-submit{:name => "op", :type => "submit", :value => "Create new account"}
@@ -1,16 +0,0 @@
1
- %div#form-new-password.element
2
- %h2.element-title New Password Form
3
- .markup
4
- #block-system-main.block.block-system
5
- .content
6
- %form#user-pass{"accept-charset" => "UTF-8", :action => "/user/password", :method => "post"}
7
- %div
8
- .form-item.form-type-textfield.form-item-name
9
- %label{:for => "edit-name"}
10
- Username or e-mail address
11
- %span.form-required{:title => "This field is required."} *
12
- %input#edit-name.form-text.required{:maxlength => "254", :name => "name", :size => "60", :type => "text", :value => ""}
13
- %input{:name => "form_build_id", :type => "hidden", :value => "form-P9tzA7PRYI8Y3TxPo9aBfFXR3hVb38lqzMLrZE1O9VE"}
14
- %input{:name => "form_id", :type => "hidden", :value => "user_pass"}
15
- #edit-actions.form-actions.form-wrapper
16
- %input#edit-submit.form-submit{:name => "op", :type => "submit", :value => "E-mail new password"}
@@ -1,6 +0,0 @@
1
- %div#links.element
2
- %h2.element-title Inline Links
3
- .markup
4
- %ul.links.inline
5
- %li.comment-add.first.last.active
6
- %a.active{:href => "/node/1#comment-form", :title => "Share your thoughts and opinions related to this posting."} Add new comment
@@ -1,10 +0,0 @@
1
- %div#menu.element
2
- %h2.element-title Menus
3
- .markup
4
- %ul#main-menu.links.inline.clearfix
5
- %li.menu-201.first
6
- %a{:href => "/"} Home
7
- %li.menu-365.active-trail.active
8
- %a.active-trail.active{:href => "/blog", :title => "Blog"} Blog
9
- %li.menu-366.last
10
- %a{:href => "/my-page", :title => "My Page"} My Page
@@ -1,21 +0,0 @@
1
- %div#drupal-messages.element
2
- %h2.element-title Messages
3
- .markup
4
- .messages.status
5
- %h2.element-invisible{:style => "display: none;"} Status message
6
- %p
7
- This is
8
- %em status
9
- message.
10
- .messages.warning
11
- %h2.element-invisible{:style => "display: none;"} Status message
12
- %p
13
- This is
14
- %em warning
15
- message.
16
- .messages.error
17
- %h2.element-invisible{:style => "display: none;"} Status message
18
- %p
19
- This is
20
- %em error
21
- message.