Wiki source code of Blog Posts

Last modified by Vincent Massol on 2024/11/19 16:12

Show last authors
1 {{velocity}}$xwiki.ssx.use("Blog.BlogStyle"){{/velocity}}
2
3 {{velocity}}$xwiki.ssx.use("Improvements.WebHome"){{/velocity}}
4
5 == Structure ==
6
7 * [[Blog Header>>BlogComponentPosts#HPostHeader]]
8 * [[Blog Content>>BlogComponentPosts#HPostContent]]
9 * [[Blog Footer>>BlogComponentPosts#HPostFooter]]
10
11 == Notes ==
12
13 * Posts pagination - minim display of x posts
14 ** Variants
15 *** Previous posts | entries
16 *** Older Posts
17 *** << Previous | Manage Posts | Next >>
18 * "..." - after summary
19 ** Continue Reading >
20 ** Read Full Post >>
21 ** More >>
22 ** Read more ...
23 * Post Separation when are posted in the same day
24 * Trackback
25
26 == Post Header ==
27
28 [[image:PostsHeaders.png||style="margin-right: auto; margin-left: auto; display: block;"]]
29
30 == Post Content ==
31
32 * Justify
33
34 == Post Footer ==
35
36 === Original ===
37
38 {{html}}
39 <div class="blogDay">
40 <h2 class="blogdate">
41 <span class="month">May</span>
42 <span class="day">18</span>
43 <span class="year">2009</span>
44 </h2>
45 <div class="hentry">
46 <div class="blog-entry-toolbox">
47 <a title="Hide this blog post from other users" href="http://localhost:8080/xwiki/bin/save/Blog/Post3?Blog.BlogPostClass_0_hidden=1&amp;comment=Hidden%20entry&amp;ajax=1" class="blog-tool-hide">
48 <img alt="hide " src="/xwiki/bin/download/Blog/BlogStyle/hide.png" class="icon-manage"/>
49 </a>
50 <a title="Edit this blog post" href="/xwiki/bin/inline/Blog/Post3">
51 <img alt="edit " src="/xwiki/bin/download/Blog/BlogStyle/edit.png" class="icon-manage"/>
52 </a>
53 <a title="Delete this blog post" href="/xwiki/bin/delete/Blog/Post3">
54 <img alt="delete " src="/xwiki/bin/download/Blog/BlogStyle/delete.png" class="icon-manage"/>
55 </a>
56 </div>
57 <h3 class="entry-title">
58 <a href="/xwiki/bin/view/Blog/Post3">Post about XWiki </a>
59 </h3>
60 <div class="entry-summary">
61 A very nice post about XWiki
62 </div>
63 <div class="entry-footer">
64 Posted by
65 <address class="author vcard">
66 <span class="wikilink">
67 <a href="/xwiki/bin/view/XWiki/evalica" class="url fn">Ecaterina Valica</a>
68 </span>
69 </address>
70 at
71 <abbr title="2009-05-18T16:24:19+03:00" class="published">May 18, 2009 16:24</abbr>
72 | Modified by
73 <address class="author vcard">
74 <span class="wikilink">
75 <a href="/xwiki/bin/view/XWiki/evalica" class="url fn">Ecaterina Valica</a>
76 </span>
77 </address>
78 at
79 <abbr title="2009-05-18T16:25:02+03:00" class="updated">May 18, 2009 16:25</abbr>
80 |
81 <a href="/xwiki/bin/view/Blog/Post3#Comments">0 Comment(s)</a>
82 |
83 <a rel="bookmark" href="/xwiki/bin/view/Blog/Post3">Permalink</a>
84 </div>
85 </div>
86 <div class="hentry unpublished-article">
87 <div class="blog-entry-toolbox">
88 <a title="Hide this blog post from other users" href="http://localhost:8080/xwiki/bin/save/Blog/Post3?Blog.BlogPostClass_0_hidden=1&amp;comment=Hidden%20entry&amp;ajax=1" class="blog-tool-hide">
89 <img alt="hide " src="/xwiki/bin/download/Blog/BlogStyle/hide.png" class="icon-manage"/>
90 </a>
91 <a title="Edit this blog post" href="/xwiki/bin/inline/Blog/Post3">
92 <img alt="edit " src="/xwiki/bin/download/Blog/BlogStyle/edit.png" class="icon-manage"/>
93 </a>
94 <a title="Delete this blog post" href="/xwiki/bin/delete/Blog/Post3">
95 <img alt="delete " src="/xwiki/bin/download/Blog/BlogStyle/delete.png" class="icon-manage"/>
96 </a>
97 </div>
98 <h3 class="entry-title">
99 <a href="/xwiki/bin/view/Blog/Post3">Post 2 about XWiki </a>
100 </h3>
101 <div class="entry-summary">
102 A very nice post about XWiki
103 </div>
104 <div class="entry-footer">
105 Posted by
106 <address class="author vcard">
107 <span class="wikilink">
108 <a href="/xwiki/bin/view/XWiki/evalica" class="url fn">Ecaterina Valica</a>
109 </span>
110 </address>
111 at
112 <abbr title="2009-05-18T16:24:19+03:00" class="published">May 18, 2009 16:24</abbr>
113 | Modified by
114 <address class="author vcard">
115 <span class="wikilink">
116 <a href="/xwiki/bin/view/XWiki/evalica" class="url fn">Ecaterina Valica</a>
117 </span>
118 </address>
119 at
120 <abbr title="2009-05-18T16:25:02+03:00" class="updated">May 18, 2009 16:25</abbr>
121 |
122 <a href="/xwiki/bin/view/Blog/Post3#Comments">0 Comment(s)</a>
123 |
124 <a rel="bookmark" href="/xwiki/bin/view/Blog/Post3">Permalink</a>
125 </div>
126 </div>
127 </div>
128 {{/html}}
129
130 === V 1 ===
131
132 Grey style taken from "Search Results"
133 [[image:postListWithicons.png||style="margin-right: auto; margin-left: auto; display: block;"]]
134
135 === V 2 ===
136
137 [[image:postListgrey.png||style="margin-right: auto; margin-left: auto; display: block;"]]
138
139 === V 3 ===
140
141 * Date - Title - Actions
142 * Author - - Comments
143 * Content
144 * Categories, Tags, Permalink

Get Connected