Commit 0b26fa0aabb1b40993d973fc9b5484bb60717930
1 parent
52b269a6
Exists in
master
and in
28 other branches
r280@sede: terceiro | 2007-07-30 11:46:56 -0300
ActionItem0: adding a sample text for the edit_template controller's design_editor action git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@284 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
63 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,63 @@ |
1 | +<%= RedCloth.new(_(' | |
2 | + | |
3 | +h1. Design editor (title) | |
4 | + | |
5 | +Here you have some sample text so you can see how your layout is going to look | |
6 | +like. | |
7 | + | |
8 | +h2. A subsection (heading level 2) | |
9 | + | |
10 | +h3. Heagind level 3 | |
11 | + | |
12 | +h4. Heagind level 4 | |
13 | + | |
14 | +h5. Heagind level 5 | |
15 | + | |
16 | +h6. Heagind level 6 | |
17 | + | |
18 | +Here is a somewhat long paragraph. | |
19 | +Here is a somewhat long paragraph. | |
20 | +Here is a somewhat long paragraph. | |
21 | +Here is a somewhat long paragraph. | |
22 | +Here is a somewhat long paragraph. | |
23 | +Here is a somewhat long paragraph. | |
24 | +Here is a somewhat long paragraph. | |
25 | +Here is a somewhat long paragraph. | |
26 | +Here is a somewhat long paragraph. | |
27 | +Here is a somewhat long paragraph. | |
28 | +Here is a somewhat long paragraph. | |
29 | +Here is a somewhat long paragraph. | |
30 | +Here is a somewhat long paragraph. | |
31 | +Here is a somewhat long paragraph. | |
32 | +Here is a somewhat long paragraph. | |
33 | +Here is a somewhat long paragraph. | |
34 | +Here is a somewhat long paragraph. | |
35 | +Here is a somewhat long paragraph. | |
36 | +Here is a somewhat long paragraph. | |
37 | +Here is a somewhat long paragraph. | |
38 | +Here is a somewhat long paragraph. | |
39 | +Here is a somewhat long paragraph. | |
40 | +Here is a somewhat long paragraph. | |
41 | +Here is a somewhat long paragraph. | |
42 | +Here is a somewhat long paragraph. | |
43 | + | |
44 | +A list of items: | |
45 | + | |
46 | +* first list item | |
47 | +* second list item | |
48 | +** you can have subitems too | |
49 | +* third list item | |
50 | + | |
51 | +a table: | |
52 | + | |
53 | +| *column 1* | *column 2* | | |
54 | +| row 1 | row 1 | | |
55 | +| row 2 | row 2 | | |
56 | +| row 3 | row 3 | | |
57 | +| row 4 | row 4 | | |
58 | + | |
59 | +A quote: | |
60 | + | |
61 | +bq. this is cited text. It was written originally by someone else, and is displayed like this so you can see that it was not written by me. | |
62 | + | |
63 | +')).to_html %> | ... | ... |