Subversion Repositories SmartDukaan

Rev

Rev 33536 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33536 Rev 33540
Line 49... Line 49...
49
                    <th>CataLog Id</th>
49
                    <th>CataLog Id</th>
50
                    <th>Similar Catalog Id</th>
50
                    <th>Similar Catalog Id</th>
51
                </tr>
51
                </tr>
52
                </thead>
52
                </thead>
53
                <tbody>
53
                <tbody>
54
                    #foreach( $similarModel in $similarModelMop.entrySet())
54
                    #foreach($similarModelSet in $similarModelMop.entrySet())
55
                    <tr>
55
                    <tr>
56
                        <td>
56
                        <td>
57
                            $contentDocsModelMap.get( $similarModel.getKey()).getTitle()
57
                            $contentDocsModelMap.get( $similarModelSet.getKey()).getTitle()
58
                        </td>
58
                        </td>
59
                        <td>
59
                        <td>
-
 
60
                            #foreach( $similarmodels in $similarModelSet.getValue())
60
                            $contentDocsModelMap.get($similarModel.getValue()).getTitle()
61
                                $contentDocsModelMap.get($similarmodels.getSimilarCatalogId()).getTitle(),
-
 
62
                            #end
61
                        </td>
63
                        </td>
62
                    </tr>
64
                    </tr>
63
                    #end
65
                    #end
64
                </tbody>
66
                </tbody>
65
            </table>
67
            </table>