Subversion Repositories SmartDukaan

Rev

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

Rev 26738 Rev 26739
Line 65... Line 65...
65
				</thead>
65
				</thead>
66
				<tbody>
66
				<tbody>
67
				#foreach($webListing in $webListings)
67
				#foreach($webListing in $webListings)
68
					<tr data-id="$webListing.getId()">
68
					<tr data-id="$webListing.getId()">
69
						<td>$webListing.getId()</td>
69
						<td>$webListing.getId()</td>
70
						<td>$webListing.getRank()</td>
-
 
71
						<td><a href="javascript:void(0)" data-id="$webListing.getId()" class="listing-details">$webListing.getTitle()</a></td>
70
						<td><a href="javascript:void(0)" data-id="$webListing.getId()" class="listing-details">$webListing.getTitle()</a></td>
-
 
71
						<td>$webListing.getRank()</td>
72
						<td>$webListing.getUrl()</td>
72
						<td>$webListing.getUrl()</td>
73
						<td></td>
73
						<td></td>
74
					</tr>
74
					</tr>
75
				#end
75
				#end
76
				</tbody>
76
				</tbody>