| |
1 |
1 |
<!--include src="/packages/trackback/lib/trackback-chunk" url="@blog.permalink_url@" blog_url="@package_url@" title="@blog.title@" object_id="@blog.entry_id@"--> |
| |
2 |
2 |
|
| |
3 |
3 |
<div class="lars_blogger_entry"> |
| |
4 |
4 |
|
| |
5 |
5 |
<div class="lars_blogger_title"> |
| |
|
6 |
<p> |
| |
6 |
7 |
<if @blog.title_url@ not nil> |
| |
7 |
8 |
<a href="@blog.title_url@"><b><if @blog.title@ not nil>@blog.title;noquote@</if><else>@blog.title_url@</else></b></a> |
| |
8 |
9 |
|
| |
9 |
10 |
<if @blog.title_url_base@ not nil> |
| |
10 |
11 |
<span class="lars_blogger_title_url">[@blog.title_url_base@]</span> |
| |
11 |
12 |
</if> |
| |
12 |
13 |
</if> |
| |
13 |
14 |
<else> |
| |
14 |
15 |
<if @blog.title@ not nil and @perma_p@ false> |
| |
15 |
16 |
<b>@blog.title;noquote@</b> |
| |
16 |
17 |
</if> |
| |
17 |
18 |
</else> |
| |
|
19 |
</p> |
| |
18 |
20 |
</div> |
| |
19 |
21 |
|
| |
20 |
22 |
<div class="lars_blogger_text"> |
| |
21 |
23 |
@blog.content;noquote@ |
| |
22 |
24 |
</div> |
| |
23 |
25 |
|
| |
24 |
26 |
<p class="lars_blogger_poster"> |
| |
25 |
27 |
@blog.posted_time_pretty@ |
| |
26 |
28 |
<if @show_poster_p@ true> |
| |
27 |
29 |
by @blog.poster_first_names@ @blog.poster_last_name@ |
| |
28 |
30 |
</if> |
| |
29 |
31 |
<if 1 eq 0> |
| |
30 |
32 |
I put this hack in because category_url is not valid. |
| |
31 |
33 |
<multiple name="sw_category_multirow" delimiter=", "> |
| |
32 |
34 |
<if @sw_category_multirow.rownum@ eq 1 and |
| |
33 |
35 |
@sw_category_multirow.sw_category_name@ not nil> |
| |
34 |
36 |
in |
| |
35 |
37 |
</if> |
| |
36 |
38 |
<a href="@sw_category_multirow.sw_category_url@">@sw_category_multirow.sw_category_name@</a> |
| |
37 |
39 |
</multiple> |