Línea 56... |
Línea 56... |
56 |
}
|
56 |
}
|
57 |
}}
|
57 |
}}
|
58 |
<nav id="topBar" class="rui-topbar-wrapper moodle-has-zindex">
|
58 |
<nav id="topBar" class="rui-topbar-wrapper moodle-has-zindex">
|
Línea 59... |
Línea 59... |
59 |
|
59 |
|
- |
|
60 |
<div class="rui-mobile-nav">
|
- |
|
61 |
<div class="dropdown" id="dropdown-topbar">
|
- |
|
62 |
<button class="rui-mobile-nav-btn rui-topbar-btn dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
- |
|
63 |
<svg width="18" height="18" fill="none" viewBox="0 0 24 24">
|
- |
|
64 |
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.75 5.75H19.25"></path>
|
- |
|
65 |
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.75 18.25H19.25"></path>
|
- |
|
66 |
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.75 12H19.25"></path>
|
- |
|
67 |
</svg>
|
- |
|
68 |
</button>
|
- |
|
69 |
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
|
- |
|
70 |
<a class="dropdown-item" href="/my/">Área Personal</a>
|
- |
|
71 |
<a class="dropdown-item" href="/calendar/view.php">Calendario</a>
|
- |
|
72 |
<a class="dropdown-item" href="/cesa/courses.php">Catálogo de cursos</a>
|
- |
|
73 |
<a class="dropdown-item" href="/message/index.php">Mensajes</a>
|
- |
|
74 |
<a class="dropdown-item" href="/my/courses.php">Mis Cursos</a>
|
- |
|
75 |
<a class="dropdown-item" href="#">Progreso</a>
|
- |
|
76 |
<a class="dropdown-item" href="/cesa/forums.php">Foros</a>
|
- |
|
77 |
</div>
|
- |
|
78 |
</div>
|
60 |
<div class="rui-mobile-nav">
|
79 |
|
61 |
{{#topbarlogoareaon}}
|
80 |
{{#topbarlogoareaon}}
|
62 |
<a id="logo" href="{{{ config.wwwroot }}}" class="d-inline-flex aabtn {{# output.should_display_navbar_logo }}has-logo{{/ output.should_display_navbar_logo }}">
|
81 |
<a id="logo" href="{{{ config.wwwroot }}}" class="d-inline-flex aabtn {{# output.should_display_navbar_logo }}has-logo{{/ output.should_display_navbar_logo }}">
|
63 |
{{^output.custom_course_logo}}
|
82 |
{{^output.custom_course_logo}}
|
64 |
{{#customlogo}}
|
83 |
{{#customlogo}}
|
Línea 145... |
Línea 164... |
145 |
</a>
|
164 |
</a>
|
146 |
{{/topbarlogoareaon}}
|
165 |
{{/topbarlogoareaon}}
|
147 |
</div>
|
166 |
</div>
|
148 |
</div>
|
167 |
</div>
|
Línea 149... |
Línea 168... |
149 |
|
168 |
|
150 |
<div class="dropdown" id="dropdown-topbar">
|
169 |
<div class="dropdown ml-md-2" id="dropdown-topbar">
|
151 |
<button class="rui-mobile-nav-btn rui-topbar-btn dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
170 |
<button class="rui-mobile-nav-btn rui-topbar-btn dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
152 |
<svg width="18" height="18" fill="none" viewBox="0 0 24 24">
|
171 |
<svg width="18" height="18" fill="none" viewBox="0 0 24 24">
|
153 |
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.75 5.75H19.25"></path>
|
172 |
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.75 5.75H19.25"></path>
|
154 |
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.75 18.25H19.25"></path>
|
173 |
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.75 18.25H19.25"></path>
|
Línea 163... |
Línea 182... |
163 |
<a class="dropdown-item" href="/my/courses.php">Mis Cursos</a>
|
182 |
<a class="dropdown-item" href="/my/courses.php">Mis Cursos</a>
|
164 |
<a class="dropdown-item" href="#">Progreso</a>
|
183 |
<a class="dropdown-item" href="#">Progreso</a>
|
165 |
<a class="dropdown-item" href="/cesa/forums.php">Foros</a>
|
184 |
<a class="dropdown-item" href="/cesa/forums.php">Foros</a>
|
166 |
</div>
|
185 |
</div>
|
167 |
</div>
|
186 |
</div>
|
- |
|
187 |
|
168 |
{{#primarymoremenu}}
|
188 |
{{#primarymoremenu}}
|
169 |
<div class="primary-navigation ml-md-2">
|
189 |
<div class="primary-navigation">
|
170 |
{{> core/moremenu}}
|
190 |
{{> core/moremenu}}
|
171 |
</div>
|
191 |
</div>
|
172 |
{{/primarymoremenu}}
|
192 |
{{/primarymoremenu}}
|