Sindbad~EG File Manager
{{!
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 theme_adaptable/overlaymenu
Example context (json):
{
"showright": false,
"menuslinkicon": "fa-link",
"rows": {
"span": 12,
"menus": {
"menuitems": "Markup"
}
},
"showlinktext": false
}
}}
{{#showright}}
<span class="nav-link" id="openoverlaymenu">
<i class="fa {{{menuslinkicon}}} fa-lg"></i><span class="linksdesc">{{#showlinktext}}{{#str}}linksmenu, theme_adaptable{{/str}}{{/showlinktext}}</span>
</span>
{{/showright}}
{{^showright}}
<span class="nav-link" id="openoverlaymenu">
<i class="fa fa-link fa-lg"></i><span class="linksdesc">{{#showlinktext}}{{#str}}linksmenu, theme_adaptable{{/str}}{{/showlinktext}}</span>
</span>
{{/showright}}
<div id="conditionalmenu" class="overlaymenu">
<span id="overlaymenuclose" class="btn btn-default pull-right overlayclosebtn">
<i class="fa fa-close"></i>
</span>
<div class="overlay-content">
{{#rows}}
<div class="row-fluid">
{{#menus}}
<div class="col-{{span}}">
<ul class="overlaylist">
{{#menuitems}}
{{> theme_adaptable/overlaymenuitem }}
{{/menuitems}}
</ul>
</div>
{{/menus}}
</div>
{{/rows}}
</div>
</div>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists