-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_content.html
More file actions
54 lines (54 loc) · 2.12 KB
/
Copy path_content.html
File metadata and controls
54 lines (54 loc) · 2.12 KB
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
<div class="container-fluid libre_content">
<div class="row">
<div class="col-xs-9">
<div class="libre_left_content" role="main">
<!-- Footer ad -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:block; min-width:320px; width:100%; height:90px;margin-bottom:5px;"
data-ad-client="ca-pub-2664061841343191"
data-ad-slot="6502738263"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
{$content}
</div>
<include target="_footer.html" />
</div>
<div class="col-xs-3 libre_right_content">
<div class="libre_right_fixed">
<form class="libre_right_search" action="//librewiki.net/index.php">
<input type="hidden" name="title" value="특수:검색">
<input type="search" name="search" placeholder="검색어" title="리브레 위키 검색 [alt-shift-f]" accesskey="f" id="searchInput" class="form-control" autocomplete="off">
</form>
<div class="libre_recent-title">
<ul class="nav nav-tabs" id="libre_recent-tabs">
<li><a href="javascript:" id="libre_recent-tab1" class="libre_recent-selected">최근 바뀜</a></li>
<li><a href="javascript:" id="libre_recent-tab2">최근 토론</a></li>
</ul>
</div>
<div id = "recent-list-div">
<ul id = "recent-list">
<li>불러오고 있습니다...</li>
</ul>
<span class="recent-more">
<span class="mw-editsection-bracket">[</span>
<a href="//librewiki.net/wiki/특수:최근바뀜" title="최근바뀜문서">more</a>
<span class="mw-editsection-bracket">]</span>
</span>
</div>
<!-- sidebar ad -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Sidebar -->
<ins class="adsbygoogle"
style="display:inline-block;width:230px;height:100%;max-height:600px;margin-top:10px;"
data-ad-client="ca-pub-2664061841343191"
data-ad-slot="1395737460"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
</div>
</div>