Rev 962 | Rev 1244 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 962 | Rev 1243 | ||
---|---|---|---|
Line 10... | Line 10... | ||
10 | 10 | ||
11 | <body bgcolor="white"> |
11 | <body bgcolor="white"> |
12 | 12 | ||
13 | <h1><bean:write name="entry" property="title" /></h1> |
13 | <h1><bean:write name="entry" property="title" /></h1> |
14 | 14 | ||
- | 15 | <logic:notEmpty name="entry" property="subtitle"> |
|
- | 16 | <p><bean:write name="entry" property="subtitle" /></p> |
|
- | 17 | </logic:notEmpty> |
|
- | 18 | ||
- | 19 | <logic:notEmpty name="entry" property="comment"> |
|
- | 20 | <p><bean:write name="entry" property="comment" /></p> |
|
- | 21 | </logic:notEmpty> |
|
- | 22 | ||
15 | <p> |
23 | <p> |
16 | <logic:empty name="prevEntry" property="path"> |
24 | <logic:empty name="prevEntry" property="path"> |
17 | << |
25 | << |
18 | </logic:empty> |
26 | </logic:empty> |
19 | <logic:notEmpty name="prevEntry" property="path"> |
27 | <logic:notEmpty name="prevEntry" property="path"> |