-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathomniSelf.tpl
executable file
·56 lines (46 loc) · 1.93 KB
/
omniSelf.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
<!-- Content -->
<section id="content" class="container">
{include file="../xYouMeOS/notice.tpl"}
<!-- Breadcrumb -->
<!-- <ol class="breadcrumb hidden-xs">
<li><a href="#">Home</a></li>
<li><a href="#">You Me OS</a></li>
<li class="active">Kinnexus</li>
</ol>
<h4 class="page-title b-0">Kinnexus</h4> -->
<!-- <div class="col-md-2"></div> -->
<!-- Holds the language for this method. -->
<div class="block-area">
<div class="row">
{$lm = $lan.method}
{foreach $lm.col as $col => $c}
{include "~blox/ume.col.tpl" tpl=$c}
{/foreach}
</div>
</div>
<!-- About You Modal Nexuss -->
<div class="modal fade" id="aboutYou" role="dialog" aria-hidden="true" >
<div class="modal-dialog modal-lg" >
<div class="modal-content">
{$b = $lm.bulletin}
{$btns = $b.BTN}
{$btns.aboutYou.html ="{$btns.aboutYou.html} @{$user.username}"}
{$btns = []}
{include file="~blox/modal-body.tpl" ajax='youMeOS/aboutYou' buttons=$btns assign=b_html}
{$btns = ''}
{$b.head ="Castle in the Cloud"}
{$btns = []}
{$btns[] = [
'class' => 'btn-lg text-center',
'dismiss' => 1,
'data' => 'data-dismiss="modal"',
'html' =>'<i class="fa fa-save "> </i> Save'
]}
{include "./bulletin.tpl"}
<script type="text/javascript">
// $('.modal-content div').niceScroll();
</script>
</div>
</div>
</div>
</section>