| Line 5... |
Line 5... |
| 5 |
#set($contentPojoMap = $action.getContentPojpMap())
|
5 |
#set($contentPojoMap = $action.getContentPojpMap())
|
| 6 |
<body style="background-color: #f1f1f1;margin: 0px; padding: 0px;">
|
6 |
<body style="background-color: #f1f1f1;margin: 0px; padding: 0px;">
|
| 7 |
<div id="main" style="width:652; min-height:200px; margin:auto; background-color: #f1f1f1;">
|
7 |
<div id="main" style="width:652; min-height:200px; margin:auto; background-color: #f1f1f1;">
|
| 8 |
#include("templates/header.vm")
|
8 |
#include("templates/header.vm")
|
| 9 |
<div id="partition" style="width:652; float:left; background-color: white;margin:0 auto;">
|
9 |
<div id="partition" style="width:652; float:left; background-color: white;margin:0 auto;">
|
| 10 |
#foreach( $key in $itemPojoMap.keySet() )
|
10 |
#foreach( $key in $itemPojoMap.keySet())
|
| - |
|
11 |
$velocityCount
|
| 11 |
#set($itemPojo=$itemPojoMap.get($key))
|
12 |
#set($itemPojo=$itemPojoMap.get($key))
|
| 12 |
#set($cp = $contentPojoMap.get($itemPojo.getId()))
|
13 |
#set($cp = $contentPojoMap.get($itemPojo.getId()))
|
| 13 |
<div class="box" style="border-color:#eeeeee; border-style:solid;border-width:0px 1px 1px;float:left;height:260px;width:48%;margin:0px;padding:0px;">
|
14 |
<div class="box" style="border-color:#eeeeee; border-style:solid;border-width:0px 1px 1px;float:left;height:260px;width:48%;margin:0px;padding:0px;">
|
| 14 |
<a href="$cp.getUrl()" style="text-decoration: none; color:#0088cc;" target="_blank">
|
15 |
<a href="$cp.getUrl()" style="text-decoration: none; color:#0088cc;" target="_blank">
|
| 15 |
<h1 style="padding: 12px 0px; font-family: Lucida Grande,sans-serif; font-size: 18px; color: black; text-align: center;">$cp.getTitle()</h1>
|
16 |
<h1 style="padding: 12px 0px; font-family: Lucida Grande,sans-serif; font-size: 18px; color: black; text-align: center;">$cp.getTitle()</h1>
|