SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/views/email/testing_long.php

  1. <h1>This is a level 1 heading. It is long so I can see what happens.</h1>
  2.  
  3. <p>Nunc nobis videntur parum, clari fiant sollemnes in. Iriure dolor in hendrerit in vulputate velit esse molestie consequat vel illum dolore.</p>
  4.  
  5. <p>Here is some unicode: áäà éëè íïì óöò úüù</p>
  6.  
  7. <p>Here is some more: 丕世丗丘丙业丛东丝丧並严两丣丢両丠丟丞且</p>
  8.  
  9. <p>Text level HTML elements may be used within other elements.
  10. They include: <a href="http://www.google.com">links</a>, <em>em</em> and <strong>strong</strong> for semantic emphasis, <i>i</i> and <b>b</b> for presentational
  11. formatting, <abbr title="Abbreviation">abbr</abbr> abbreviations, <cite>cite</cite> citations, <code>code</code> example, <del>del</del>, <ins>ins</ins> for visibly deleted
  12. and inserted content, <dfn>dfn</dfn> definitions, <mark>mark</mark> for highlighted passages and <sup>sup</sup> superscript and <sub>sub</sub> subscript.</p>
  13.  
  14. <h2>A level 2 heading this is with a required long length for testing this bad boy</h2>
  15.  
  16. <p>Dolore te feugait nulla facilisi nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet. Hendrerit in vulputate velit esse molestie consequat vel illum.</p>
  17.  
  18. <h3>Three levels of heading you have found. It can not be short because what if the line height is no good?</h3>
  19.  
  20. <p>Quam littera gothica quam nunc putamus parum claram anteposuerit. Et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore.</p>
  21.  
  22. <h4>So many headings, of which this is the fourth. Continue it for the most noble purpose of testing the heights of the lines</h4>
  23.  
  24. <p>Augue duis dolore te feugait nulla facilisi nam liber. Typi non habent claritatem insitam est usus legentis in iis qui facit eorum claritatem.</p>
  25.  
  26. <ul>
  27. <li>Unordered lists</li>
  28. <li>Here is a list of items with lots of extraneous words to make a long length for the testing of line heights, the same as usual</li>
  29. <li>Unordered list item
  30. <ul>
  31. <li>Nested unordered list item</li>
  32. <li>Nested unordered list item</li>
  33. <li>Nested unordered list item</li>
  34. </ul>
  35. <li>One more for kicks</li>
  36. </ul>
  37.  
  38. <p>Sit amet consectetuer adipiscing elit sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. Lorem ipsum dolor aliquam erat, volutpat ut wisi enim ad minim?</p>
  39.  
  40. <ol>
  41. <li>I can't be bothered writing another long list item
  42. <li>Ordered list item
  43. <ol>
  44. <li>Nested Ordered list item</li>
  45. <li>Nested Ordered list item</li>
  46. <li>Nested Ordered list item</li>
  47. </ol>
  48. </li>
  49. <li>So here is the previous one</li>
  50. <li>Here is a list of items with lots of extraneous words to make a long length for the testing of line heights, the same as usual</li>
  51. </ol>
  52.  
  53. <p><strong>I should probably test a table</strong></p>
  54.  
  55. <table>
  56. <tr>
  57. <th>Small heading</th>
  58. <th>This is a longer table heading</th>
  59. </tr>
  60. <tr>
  61. <td>
  62. Yo diggidy dig dawg
  63. </td>
  64. <td>
  65. Hello, content tables in emails should probably have a width of 100% unless you don't want them to or something.
  66. </td>
  67. </tr>
  68. <tr>
  69. <td>I should probably include another cell</td>
  70. <td>for more testing</td>
  71. </tr>
  72. <tr>
  73. <td>
  74. One more
  75. </td>
  76. <td>For kicks</td>
  77. </tr>
  78. </table>
  79.