Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plugins bot
moodle-plugins-snapshots
Commits
f17eb367
Commit
f17eb367
authored
Jan 31, 2017
by
Dan Poltawski
Committed by
Andrew Nicols
Feb 01, 2017
Browse files
Merge branch 'MDL-57728_m33v1' of
https://github.com/sbourget/moodle
parents
22f93579
cb0bc477
Changes
1
Hide whitespace changes
Inline
Side-by-side
theme/boost/templates/core/tabtree.mustache
View file @
f17eb367
{{
!
This
file
is
part
of
Moodle
-
http
:
//
moodle
.
org
/
Moodle
is
free
software
:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version.
Moodle
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE.
See
the
GNU
General
Public
License
for
more
details.
You
should
have
received
a
copy
of
the
GNU
General
Public
License
along
with
Moodle.
If
not
,
see
<
http
:
//
www
.
gnu
.
org
/
licenses
/
>
.
}}
{{
!
@template
core
/
tabtree
Tab
tree.
Example
context
(
json
)
:
{
"tabs"
:
[
{
"active"
:
"true"
,
"inactive"
:
"false"
,
"link"
:
[
{
"link"
:
"http://moodle.org"
}
]
,
"title"
:
"Moodle.org"
,
"text"
:
"Moodle community"
}
]
}
}}
<ul
class=
"nav nav-tabs m-b-1"
>
{{#
tabs
}}
<li
class=
"nav-item"
>
<a
class=
"nav-link
{{#
active
}}
active
{{/
active
}}
{{#
inactive
}}
disabled
{{/
inactive
}}
"
{{#
link
}}
href=
"
{{{
link
}}}
"
{{/
link
}}
title=
{{
title
}}
>
{{
text
}}
</a>
<a
class=
"nav-link
{{#
active
}}
active
{{/
active
}}
{{#
inactive
}}
disabled
{{/
inactive
}}
"
{{#
link
}}
href=
"
{{{
link
}}}
"
{{/
link
}}
title=
{{
title
}}
>
{{
{
text
}}
}
</a>
</li>
{{/
tabs
}}
</ul>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment