-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdevblog-list.php
96 lines (83 loc) · 3.63 KB
/
devblog-list.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?php include 'header.php';?>
<?php include 'menu.php';?>
<div id="bodyContentsWrapper">
<form class="board_list">
<h2>Dev. Blog</h2>
<div class="board_list_search">
<input type="submit" value="Arama" class="search_btn">
<input type="text" class="search_input">
<select>
<option value="Title" selected="selected">Konu</option>
<option value="Content">İçindekiler</option>
</select>
</div>
<table class="board_list_table">
<colgroup>
<col class="board_list_table_title">
<col class="board_list_table_date">
<col class="board_list_table_count">
</colgroup>
<thead>
<tr>
<th>Konu</th>
<th>Tarih</th>
<th>Görüntüleme</th>
</tr>
</thead>
<tbody>
<tr class="line_separator">
<td colspan="3"></td>
</tr>
<tr onclick="document.location.href='#">
<td class="board_list_table_title">
<a href="#">Combat Arms Dev Blog – "GP Ödülleri Artışı ve Kiralık Ekipman Sınırının Kaldırılması"</a>
</td>
<td class="board_list_table_date">23.09.2016</td>
<td class="board_list_table_count">282</td>
</tr>
<tr class="line_separator">
<td colspan="3"></td>
</tr>
</tbody>
</table>
<div class="pager_wrapper">
< <strong>1</strong>
<a href="#2">-2</a>
<a href="#6">></a>
<a href="#18">>></a>
</div>
</form>
</div>
<div id="sidebarWrapper">
<ul class="sideNavi">
<li><a href="notice-list">Bildirimler</a></li>
<li><a href="update-list">Güncellemeler</a></li>
<li><a href="event-list">Etkinlikler</a></li>
<li class="on"><a href="devblog-list">Dev. Blog</a></li>
</ul>
<div class="sideNews">
<h3>Son Haberler</h3>
<ul class="sidebar_mrnews">
<li><a href="#120"><h4>Özel Firsat! FAMAS G2 SE & MP7 MOD Steel</h4><p>
&nbsp;
&nbsp;
Askerler,
Combat Arms Ekibi mağazaya yeni bir &Ouml;zel Fırsat ekledi!
Hemen giriş yapın ve bu fırsatı...</p></a></li>
<li><a href="#117"><h4>NX silahlarinizin süresini Slim Weapon License ile GP kullanarak uzatin!</h4><p> S&uuml;resi dolmak &uuml;zere olan silahlarınız mı var? Bu hafta, Slim Weapon License eşyaları sizleri bekliyor - s&uuml;resi dolmak &uuml;zere ...</p></a></li>
<li><a href="#114"><h4>Kalici Silah, Most American Package, Myst Eternity, ve benzeri!</h4><p>
&nbsp;
&nbsp;
Askerler, Dikkat!
Haftalık fırsatlar hazır ve ayrıca sizlere yeni
&nbsp;
&ldquo;The Mo...</p></a></li>
<li><a href="/web/20161015075252/http://combatarms.nexon.net/Notice/View/8317"><h4>[Tamamlandı] Haftalık Bakım: 12.10.2016 (07:00 - 09:00 CEST)</h4><p> Askerler,
Bakımımızı başarıyla tamamladık.
T&uuml;m oyun sunucuları an itibariyle &ccedil;evrimi&ccedil;idir.
----------------...</p></a></li>
</ul>
</div>
<div id="clearFloat"></div>
</div></div>
<?php include 'footer.php';?>