nodebb-plugin-sso-biogrenci 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/image.png +0 -0
- package/library.js +8 -1
- package/package.json +1 -1
- package/static/lib/biogrenci-firsatlar.js +148 -112
- package/static/style.less +542 -371
- package/static/templates/biogrenci-firsatlar.tpl +42 -28
|
@@ -1,45 +1,59 @@
|
|
|
1
1
|
<!-- IMPORT partials/breadcrumbs.tpl -->
|
|
2
2
|
|
|
3
|
-
<div id="biogrenci-firsatlar" class="
|
|
4
|
-
<div class="
|
|
5
|
-
<div class="
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
<div id="biogrenci-firsatlar" class="bio-page">
|
|
4
|
+
<div class="bio-hero">
|
|
5
|
+
<div class="bio-hero-bg"></div>
|
|
6
|
+
<div class="bio-hero-content">
|
|
7
|
+
<span class="bio-hero-badge">bi'öğrenci</span>
|
|
8
|
+
<h1>Öğrenci Fırsatları</h1>
|
|
9
|
+
<p>Öğrencilere özel indirim ve kampanyaları keşfet</p>
|
|
10
|
+
<div class="bio-hero-stats">
|
|
11
|
+
<div class="bio-stat" id="bio-stat-total"><span>--</span> Fırsat</div>
|
|
12
|
+
<div class="bio-stat-divider"></div>
|
|
13
|
+
<div class="bio-stat" id="bio-stat-brands"><span>--</span> Marka</div>
|
|
8
14
|
</div>
|
|
9
|
-
<h2>Öğrenci Fırsatları</h2>
|
|
10
|
-
<p class="biogrenci-subtitle">bi'öğrenci ile sunulan öğrenci indirim ve fırsatları</p>
|
|
11
15
|
</div>
|
|
12
16
|
</div>
|
|
13
17
|
|
|
14
|
-
<div class="
|
|
15
|
-
<div class="
|
|
18
|
+
<div class="bio-controls">
|
|
19
|
+
<div class="bio-search-wrap">
|
|
16
20
|
<i class="fa fa-search"></i>
|
|
17
|
-
<input type="text" id="biogrenci-search"
|
|
21
|
+
<input type="text" id="biogrenci-search" placeholder="Marka veya fırsat ara...">
|
|
22
|
+
<kbd class="bio-search-hint">ESC</kbd>
|
|
18
23
|
</div>
|
|
19
|
-
<div class="
|
|
20
|
-
<button class="
|
|
21
|
-
<button class="
|
|
22
|
-
<button class="
|
|
23
|
-
<button class="
|
|
24
|
+
<div class="bio-filters">
|
|
25
|
+
<button class="bio-chip active" data-type=""><i class="fa fa-th-large"></i> Tümü</button>
|
|
26
|
+
<button class="bio-chip" data-type="kupon"><i class="fa fa-ticket"></i> Kuponlar</button>
|
|
27
|
+
<button class="bio-chip" data-type="qr"><i class="fa fa-qrcode"></i> QR Kod</button>
|
|
28
|
+
<button class="bio-chip" data-type="affiliate"><i class="fa fa-external-link"></i> Linkler</button>
|
|
29
|
+
</div>
|
|
30
|
+
<div class="bio-sort-wrap">
|
|
31
|
+
<i class="fa fa-sort-amount-desc"></i>
|
|
32
|
+
<select id="biogrenci-sort">
|
|
33
|
+
<option value="featured">Öne Çıkan</option>
|
|
34
|
+
<option value="popular">Popüler</option>
|
|
35
|
+
<option value="newest">En Yeni</option>
|
|
36
|
+
<option value="alphabetical">A-Z</option>
|
|
37
|
+
</select>
|
|
24
38
|
</div>
|
|
25
|
-
<select id="biogrenci-sort" class="form-control">
|
|
26
|
-
<option value="featured">Öne Çıkan</option>
|
|
27
|
-
<option value="popular">Popüler</option>
|
|
28
|
-
<option value="newest">En Yeni</option>
|
|
29
|
-
<option value="alphabetical">A-Z</option>
|
|
30
|
-
</select>
|
|
31
39
|
</div>
|
|
32
40
|
|
|
33
|
-
<div id="biogrenci-list" class="
|
|
34
|
-
<div class="
|
|
35
|
-
<div class="
|
|
41
|
+
<div id="biogrenci-list" class="bio-grid">
|
|
42
|
+
<div class="bio-loading-state">
|
|
43
|
+
<div class="bio-loader"></div>
|
|
36
44
|
<p>Fırsatlar yükleniyor...</p>
|
|
37
45
|
</div>
|
|
38
46
|
</div>
|
|
39
47
|
|
|
40
|
-
<div id="biogrenci-pagination" class="
|
|
41
|
-
<button id="biogrenci-prev" class="
|
|
42
|
-
|
|
43
|
-
|
|
48
|
+
<div id="biogrenci-pagination" class="bio-pager" style="display:none;">
|
|
49
|
+
<button id="biogrenci-prev" class="bio-pager-btn" disabled>
|
|
50
|
+
<i class="fa fa-arrow-left"></i>
|
|
51
|
+
</button>
|
|
52
|
+
<div class="bio-pager-info">
|
|
53
|
+
<span id="biogrenci-page-info">1 / 1</span>
|
|
54
|
+
</div>
|
|
55
|
+
<button id="biogrenci-next" class="bio-pager-btn">
|
|
56
|
+
<i class="fa fa-arrow-right"></i>
|
|
57
|
+
</button>
|
|
44
58
|
</div>
|
|
45
59
|
</div>
|