Subversion Repositories SmartDukaan

Rev

Rev 33443 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33443 Rev 33501
Line 57... Line 57...
57
                        #if(!$printResources.isEmpty())
57
                        #if(!$printResources.isEmpty())
58
 
58
 
59
                            #foreach($printResource in $printResources)
59
                            #foreach($printResource in $printResources)
60
                            <tr>
60
                            <tr>
61
                                <td>$printResource.getTitle()</td>
61
                                <td>$printResource.getTitle()</td>
62
                                <td>$printResource.getImgUrl()</td>
62
                                <td><img src="$printResource.getThumbnailUrl()" style="height: 40px;width: 80px;"></td>
63
                                <td>$printResource.getFormattedStartdDate()</td>
63
                                <td>$printResource.getFormattedStartdDate()</td>
64
                                #if ($printResource.getFormattedEndDate())
64
                                #if ($printResource.getFormattedEndDate())
65
                                    <td>$printResource.getFormattedEndDate()</td>
65
                                    <td>$printResource.getFormattedEndDate()</td>
66
                                #else
66
                                #else
67
                                    <td></td>
67
                                    <td></td>