-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththeme.tpl
313 lines (304 loc) · 13.4 KB
/
theme.tpl
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!DOCTYPE html>
<html class="no-js">
<head>
<{assign var=theme_name value=$xoTheme->folderName}>
<meta charset="<{$xoops_charset}>">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title><{if $xoops_dirname == "system"}><{$xoops_sitename}><{if $xoops_pagetitle !=''}> - <{$xoops_pagetitle}><{/if}><{else}><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> - <{$xoops_sitename}><{/if}><{/if}></title>
<meta name="description" content="<{$xoops_meta_description}>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================ -->
<!-- Owl Carousel -->
<link rel="stylesheet" href="<{xoImgUrl}>css/owl.carousel.css">
<link rel="stylesheet" href="<{xoImgUrl}>css/owl.theme.default.min.css">
<!-- bootstrap.min css -->
<link rel="stylesheet" href="<{xoImgUrl}>css/bootstrap.min.css">
<!-- Font-awesome.min css -->
<link rel="stylesheet" href="<{xoImgUrl}>css/font-awesome.min.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="<{xoImgUrl}>css/animate.min.css">
<link rel="stylesheet" href="<{xoImgUrl}>css/main.css">
<!-- Responsive Stylesheet -->
<link rel="stylesheet" href="<{xoImgUrl}>css/responsive.css">
<!-- Js -->
<script src="<{xoImgUrl}>js/vendor/modernizr-2.6.2.min.js"></script>
<script>window.jQuery || document.write('<script src="<{xoImgUrl}>js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="<{xoImgUrl}>js/jquery.nav.js"></script>
<script src="<{xoImgUrl}>js/jquery.sticky.js"></script>
<script src="<{xoImgUrl}>js/bootstrap.min.js"></script>
<script src="<{xoImgUrl}>js/plugins.js"></script>
<script src="<{xoImgUrl}>js/wow.min.js"></script>
<script src="<{xoImgUrl}>js/main.js"></script>
<link href="<{$xoops_url}>/favicon.ico" rel="shortcut icon">
<!-- XOOPS HEADER -->
<{$xoops_module_header}>
</head>
<body>
<!--
header-img start
============================== -->
<section id="<{if $xoops_dirname == "system"}>hero-area<{else}>hero-area-page<{/if}>">
<img class="img-responsive" src="<{xoImgUrl}>images/header.jpg" alt="">
</section>
<!--
Header start
============================== -->
<nav id="navigation">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="<{xoAppUrl}>">
<{$xoops_sitename}>
<!-- <img src="<{xoImgUrl}>images/logo.png" alt="Logo"> -->
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right" id="top-nav">
<li><a href="<{xoAppUrl}>">Home</a></li>
<li><a href="<{xoAppUrl}>modules/publisher">Publisher</a></li>
<li><a href="<{xoAppUrl}>modules/lexikon">Lexikon</a></li>
<li><a href="<{xoAppUrl}>modules/xoopsfeeds">Feeds</a></li>
<li><a href="#subscribe">news</a></li>
<li><a href="#contact-us">contacts</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
</div><!-- .col-md-12 close -->
</div><!-- .row close -->
</div><!-- .container close -->
</nav><!-- header close -->
<!--
Slider start
============================== -->
<{if $xoBlocks.page_topcenter || $xoBlocks.page_topleft || $xoBlocks.page_topright}>
<section id="slider">
<{if $xoBlocks.page_topcenter}> <!-- top center blocks -->
<div class="container">
<div class="row">
<div class="col-md-12">
<{foreach item=block from=$xoBlocks.page_topcenter}>
<div class="block">
<div class="xoops-blocks">
<{if $block.title}>
<div class="title">
<h3><{$block.title}></h3>
</div>
<{/if}>
<{$block.content}>
</div>
</div>
<{/foreach}>
</div><!-- .col-md-12 close -->
</div><!-- .row close -->
</div> <!-- .container close -->
<{/if}>
<{if $xoBlocks.page_topleft || $xoBlocks.page_topright}> <!-- top left and right blocks -->
<div class="container mtop20">
<div class="row">
<div class="col-md-6 col-sx-12">
<{foreach item=block from=$xoBlocks.page_topleft}>
<div class="block">
<div class="xoops-blocks">
<{if $block.title}>
<div class="title">
<h3><{$block.title}></h3>
</div>
<{/if}>
<{$block.content}>
</div>
</div>
<{/foreach}>
</div>
<div class="col-md-6 col-sx-12">
<{foreach item=block from=$xoBlocks.page_topright}>
<div class="block">
<div class="xoops-blocks">
<{if $block.title}>
<div class="title">
<h3><{$block.title}></h3>
</div>
<{/if}>
<{$block.content}>
</div>
</div>
<{/foreach}>
</div>
</div>
</div><!-- .container close -->
<{/if}>
</section><!-- slider close -->
<{/if}>
<!--
about-us start
============================== -->
<{if $xoBlocks.page_bottomleft || $xoBlocks.page_bottomright}>
<section id="about-us">
<div class="container">
<div class="row">
<{foreach item=block from=$xoBlocks.page_bottomleft}>
<div class="col-md-6 col-sm-12">
<div class="block">
<{if $block.title}>
<h1 class="heading wow fadeInUp"><{$block.title}></h1>
<{/if}>
<p><{$block.content}></p>
</div>
</div>
<{/foreach}>
<{foreach item=block from=$xoBlocks.page_bottomright}>
<div class="col-md-6 col-sm-12">
<div class="block">
<{if $block.title}>
<h1 class="heading wow fadeInUp"><{$block.title}></h1>
<{/if}>
<p><{$block.content}></p>
</div>
</div>
<{/foreach}>
</div><!-- .row close -->
</div><!-- .containe close -->
</section><!-- #call-to-action close -->
<{/if}>
<!--
blog start
============================ -->
<{if $xoBlocks.page_bottomcenter}>
<section id="blog">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<{foreach item=block from=$xoBlocks.page_bottomcenter}>
<{if $block.title}><h1 class="heading"><{$block.title}></h1><{/if}>
<{$block.content}>
<{/foreach}>
</div>
</div><!-- .col-md-12 close -->
</div><!-- .row close -->
</div><!-- .containe close -->
</section><!-- #blog close -->
<{/if}>
<!--
xoops content start
============================ -->
<{if $xoops_contents}>
<section id="price">
<div class="container">
<div class="row">
<!-- if right_blocks then col-md-9 else col-md-12 -->
<{if $xoBlocks.canvas_right}>
<div class="col-md-9 col-sm-9 col-sx-12">
<{else}>
<div class="col-md-12 col-sm-12 col-sx-12">
<{/if}>
<{$xoops_contents}>
</div><!-- .col-md-12 close -->
<{if $xoBlocks.canvas_right}>
<div class="col-sm-3 col-md-3 col-sx-12">
<{foreach item=block from=$xoBlocks.canvas_right}>
<aside class="xoops-side-blocks">
<{if $block.title}><h4 class="block-title"><{$block.title}></h4><{/if}>
<{$block.content}>
</aside>
<{/foreach}>
</div>
<{/if}>
</div><!-- .row close -->
</div><!-- .containe close -->
</section><!-- #price close -->
<{/if}>
<!--
CONTACT US start
============================= -->
<section id="contact-us">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<div class="row">
<{foreach item=block from=$xoBlocks.footer_left}>
<div class="col-md-6 col-sx-12">
<{if $block.title}><h3 class="title wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms"><{$block.title}></h3><{/if}>
<{$block.content}>
</div>
<{/foreach}>
<div class="row">
</div>
</div><!-- .col-md-12 close -->
</div><!-- .row close -->
</div><!-- .container close -->
</section><!-- #contact-us close -->
<!--
subscribe start
============================ -->
<{if $xoBlocks.footer_right}>
<section id="subscribe">
<div class="container">
<div class="row">
<{foreach item=block from=$xoBlocks.footer_right}>
<div class="col-md-12">
<div class="block">
<h1 class=" heading wow fadeInUp" data-wow-duration="300ms" data-wow-delay="300ms"><{$block.title}></h1>
<p class="wow fadeInUp" data-wow-duration="300ms" data-wow-delay="400ms">
<{$block.content}>
</p>
</div>
</div><!-- .col-md-12 close -->
<{/foreach}>
</div><!-- .row close -->
</div><!-- .containe close -->
</section><!-- #subscribe close -->
<{/if}>
<!--
footer start
============================= -->
<{if $xoBlocks.footer_center}>
<section id="footer">
<div class="container">
<div class="row">
<{foreach item=block from=$xoBlocks.footer_center}>
<div class="col-md-4">
<div class="block wow fadeInLeft" data-wow-delay="200ms">
<h3><{$block.title}></h3>
<div class="info">
<{$block.content}>
</div>
</div>
</div>
<{/foreach}>
</div><!-- .row close -->
</div><!-- .containe close -->
</section><!-- #footer close -->
<{/if}>
<!--
footer-bottom start
============================= -->
<footer id="footer-bottom">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="block">
<p>Copyright © 2014 - All Rights Reserved.Design and Developed By <a href="http://www.themefisher.com">Themefisher</a></p>
<p>Ported to Xoops by <a href="http://xoops.org/modules/profile/userinfo.php?uid=5513">Bleekk</a></p>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>