Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 37... Línea 37...
37
                "title": "Help with something",
37
                "title": "Help with something",
38
                "text": "Help with something",
38
                "text": "Help with something",
39
                "url": "http://example.org/help",
39
                "url": "http://example.org/help",
40
                "linktext": "",
40
                "linktext": "",
41
                "icon":{
41
                "icon":{
42
                    "extraclasses": "iconhelp",
42
                    "extraclasses": "",
43
                    "attributes": [
43
                    "attributes": [
44
                        {"name": "src", "value": "../../../pix/help.svg"},
44
                        {"name": "src", "value": "../../../pix/help.svg"},
45
                        {"name": "alt", "value": "Help icon"}
45
                        {"name": "alt", "value": "Help icon"}
46
                    ]
46
                    ]
47
                }
47
                }
Línea 69... Línea 69...
69
        "heading": "Some heading"
69
        "heading": "Some heading"
70
    }
70
    }
Línea 71... Línea 71...
71
 
71
 
72
}}
72
}}
73
<div class="container-fluid tertiary-navigation">
73
<div class="container-fluid tertiary-navigation">
74
    <div class="row">
74
    <div class="d-flex">
75
        {{#urlselect}}
75
        {{#urlselect}}
76
            <div class="navitem">
76
            <div class="navitem">
77
                {{>core/url_select}}
77
                {{>core/url_select}}
78
            </div>
78
            </div>