Subversion Repositories SmartDukaan

Rev

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

Rev 28567 Rev 31447
Line 47... Line 47...
47
					<label for="web-listing-url">Url</label> <input
47
					<label for="web-listing-url">Url</label> <input
48
						class="form-control" id="web-listing-url"
48
						class="form-control" id="web-listing-url"
49
						placeholder="best-sellers">
49
						placeholder="best-sellers">
50
				</div>
50
				</div>
51
 
51
 
-
 
52
		
-
 
53
				<div class="form-group" style="margin-top: 15px">
-
 
54
				
52
				<div class="form-group">
55
			      <div class="form-group">
53
					<label for="web-listing-url">Rank</label> <input
56
					<label for="web-listing-url">Rank</label> <input
54
						class="form-control" id="web-listing-rank" placeholder="Rank">
57
						class="form-control" id="web-listing-rank" placeholder="Rank">
55
				</div>
58
				  </div>
-
 
59
					<div class="form-group">
-
 
60
					  	<label for="web-listing-source">Source</label>
-
 
61
					    <select class="form-control" id="listingSource"
-
 
62
                                            name="listingSource" placeholder="Source">
-
 
63
                                        <option value="" disabled selected>Source</option>
-
 
64
                                        #foreach($source in $sources)
-
 
65
                                            <option value="$source">$source</option>
-
 
66
                                        #end
-
 
67
                                    </select>
-
 
68
                    </div>
-
 
69
			
-
 
70
			    </div>
-
 
71
					 
56
				<div class="form-group" style="margin-top: 15px">
72
				<div class="form-group" style="margin-top: 15px">
-
 
73
				
-
 
74
				 
57
					<div class="form-group">
75
					<div class="form-group">
58
						<label for="web-listing-bannerurl">Banner Url</label>(365*183)<input
76
						<label for="web-listing-bannerurl">Banner Url</label>(365*183)<input
59
							class="form-control" id="web-listing-bannerurl"
77
							class="form-control" id="web-listing-bannerurl"
60
							placeholder="Banner Url">
78
							placeholder="Banner Url">
61
					</div>
79
					</div>
Line 63... Line 81...
63
					<div class="form-group">
81
					<div class="form-group">
64
						<label for="web-listing-headerurl">Header Url</label>(272*405)<input
82
						<label for="web-listing-headerurl">Header Url</label>(272*405)<input
65
							class="form-control" id="web-listing-headerurl"
83
							class="form-control" id="web-listing-headerurl"
66
							placeholder="Header Url">
84
							placeholder="Header Url">
67
					</div>
85
					</div>
-
 
86
					
-
 
87
				       
68
					<button type="submit" class="btn btn-default">Add</button>
88
					<button type="submit" class="btn btn-default">Add</button>
69
				</div>
89
				</div>
70
			</form>
90
			</form>
71
 
91
 
72
			<div class="col-lg-4" style="padding: 15px">
92
			<div class="col-lg-4" style="padding: 15px">
Line 84... Line 104...
84
						<th>Id</th>
104
						<th>Id</th>
85
						<th>Title</th>
105
						<th>Title</th>
86
						<th>Rank</th>
106
						<th>Rank</th>
87
						<th>Url</th>
107
						<th>Url</th>
88
						<th>Banner Url</th>
108
						<th>Banner Url</th>
-
 
109
						<th>Source</th>
-
 
110
						
89
						<th>Active</th>
111
						<th>Active</th>
90
						<th>Edit</th>
112
						<th>Edit</th>
91
					</tr>
113
					</tr>
92
				</thead>
114
				</thead>
93
				<tbody id="web-listing-tbody">
115
				<tbody id="web-listing-tbody">
Line 97... Line 119...
97
						<td><a href="javascript:void(0)"
119
						<td><a href="javascript:void(0)"
98
							data-id="$webListing.getId()" class="listing-details">$webListing.getTitle()</a></td>
120
							data-id="$webListing.getId()" class="listing-details">$webListing.getTitle()</a></td>
99
						<td>$webListing.getRank()</td>
121
						<td>$webListing.getRank()</td>
100
						<td>$webListing.getUrl()</td> #if($webListing.getBannerUrl())
122
						<td>$webListing.getUrl()</td> #if($webListing.getBannerUrl())
101
						<td>$webListing.getBannerUrl()</td> #else
123
						<td>$webListing.getBannerUrl()</td> #else
-
 
124
						<td></td> #end 
-
 
125
						  
-
 
126
						  <td>$webListing.getSource()</td>
-
 
127
						
102
						<td></td> #end #if($webListing.isActive())
128
						#if($webListing.isActive())
103
						<td><a data-id="$webListing.getId()"
129
						<td><a data-id="$webListing.getId()"
104
							data-active="$webListing.isActive()" class="web-listing-active">Mark
130
							data-active="$webListing.isActive()" class="web-listing-active">Mark
105
								InActive</a></td> #else
131
								InActive</a></td> #else
106
						<td><a data-id="$webListing.getId()"
132
						<td><a data-id="$webListing.getId()"
107
							data-active="$webListing.isActive()" class="web-listing-active">Mark
133
							data-active="$webListing.isActive()" class="web-listing-active">Mark
Line 115... Line 141...
115
 
141
 
116
				</tbody>
142
				</tbody>
117
			</table>
143
			</table>
118
		</div>
144
		</div>
119
	</div>
145
	</div>
120
	<div class="col-lg-6">
146
	<div class="col-lg-5" style="float:right">
121
		<div id="feature-table">
147
		<div id="feature-table">
122
			<div class="row">
148
			<div class="row">
123
				<div class="col-lg-12 web-products-container"></div>
149
				<div class="col-lg-12 web-products-container"></div>
124
			</div>
150
			</div>
125
		</div>
151
		</div>