Proyectos de Subversion Moodle

Rev

Rev 912 | Rev 914 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 912 Rev 913
Línea 13... Línea 13...
13
 
13
 
14
    You should have received a copy of the GNU General Public License
14
    You should have received a copy of the GNU General Public License
15
    along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
15
    along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
16
}}
16
}}
17
{{!
17
{{!
Línea 18... Línea 18...
18
    @template theme_universe_child/courseindex/drawer
18
    @template theme_universe/courseindex/drawer
Línea 19... Línea 19...
19
 
19
 
20
    This template renders the course index drawer with the placeholder.
20
    This template renders the course index drawer with the placeholder.
Línea 25... Línea 25...
25
    Example context (json):
25
    Example context (json):
26
    {}
26
    {}
27
}}
27
}}
28
<nav id="courseindex" class="courseindex">
28
<nav id="courseindex" class="courseindex">
29
    <div id="courseindex-content">
29
    <div id="courseindex-content">
30
        {{> theme_universe_child/courseindex/placeholders }}
30
        {{> theme_universe/courseindex/placeholders }}
31
    </div>
31
    </div>
32
</nav>
32
</nav>
33
{{#js}}
33
{{#js}}
34
require(['theme_universe_child/courseindex/drawer'], function(component) {
34
require(['theme_universe/courseindex/drawer'], function(component) {
35
    component.init('courseindex');
35
    component.init('courseindex');
36
});
36
});
37
{{/js}}
37
{{/js}}