Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 32... Línea 32...
32
    }
32
    }
33
}}
33
}}
34
<div class="section-navigation navigationtitle d-flex justify-content-between mb-4">
34
<div class="section-navigation navigationtitle d-flex justify-content-between mb-4">
35
    <div class="prevsection">
35
    <div class="prevsection">
36
        {{#hasprevious}}
36
        {{#hasprevious}}
37
            <a href="{{{previousurl}}}" class="{{#previoushidden}} dimmed_text {{/previoushidden}} btn btn-xs btn-secondary" aria-label="{{{previousname}}}" title="{{{previousname}}}" data-toggle="tooltip">
37
            <a href="{{{previousurl}}}" class="{{#previoushidden}} dimmed_text {{/previoushidden}} btn btn-xs btn-secondary" aria-label="{{{previousname}}}" title="{{{previousname}}}" data-bs-toggle="tooltip">
38
                <span class="btn--icon"><svg class="" width="18" height="18" stroke-width="2" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor">
38
                <span class="btn--icon"><svg class="" width="18" height="18" stroke-width="2" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor">
39
                        <path d="M18.5 12H6m0 0l6-6m-6 6l6 6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
39
                        <path d="M18.5 12H6m0 0l6-6m-6 6l6 6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
40
                    </svg>
40
                    </svg>
41
                </span>
41
                </span>
42
            </a>
42
            </a>
43
        {{/hasprevious}}
43
        {{/hasprevious}}
44
    </div>
44
    </div>
45
    <div class="nextsection">
45
    <div class="nextsection">
46
        {{#hasnext}}
46
        {{#hasnext}}
47
            <a href="{{{nexturl}}}" class="{{#nexthidden}} dimmed_text {{/nexthidden}} btn btn-xs btn-secondary" aria-label="{{{nextname}}}" title="{{{nextname}}}" data-toggle="tooltip">
47
            <a href="{{{nexturl}}}" class="{{#nexthidden}} dimmed_text {{/nexthidden}} btn btn-xs btn-secondary" aria-label="{{{nextname}}}" title="{{{nextname}}}" data-bs-toggle="tooltip">
48
                <span class="btn--icon">
48
                <span class="btn--icon">
49
                    <svg width="18" height="18" stroke-width="2" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor">
49
                    <svg width="18" height="18" stroke-width="2" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor">
50
                        <path d="M6 12h12.5m0 0l-6-6m6 6l-6 6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
50
                        <path d="M6 12h12.5m0 0l-6-6m6 6l-6 6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
51
                    </svg>
51
                    </svg>
52
                </span>
52
                </span>