Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 49... Línea 49...
49
    {{/inform}}
49
    {{/inform}}
50
    {{#hiddenfields}}
50
    {{#hiddenfields}}
51
        <input type="hidden" name="{{ name }}" value="{{ value }}">
51
        <input type="hidden" name="{{ name }}" value="{{ value }}">
52
    {{/hiddenfields}}
52
    {{/hiddenfields}}
53
    <div class="input-group">
53
    <div class="input-group">
54
        <label for="searchinput-{{uniqid}}">
-
 
55
            <span class="sr-only">{{{ searchstring }}}</span>
-
 
56
        </label>
-
 
57
        <input type="text"
54
        <input type="text"
58
           id="searchinput-{{uniqid}}"
55
           id="searchinput-{{uniqid}}"
59
           class="form-control"
56
           class="form-control"
60
           placeholder="{{ searchstring }}"
57
           placeholder="{{ searchstring }}"
61
           aria-label="{{ searchstring }}"
58
           aria-label="{{ searchstring }}"
62
           name="{{ inputname }}"
59
           name="{{ inputname }}"
63
           data-region="input"
60
           data-region="input"
64
           autocomplete="off"
61
           autocomplete="off"
65
           value="{{ query }}"
62
           value="{{ query }}"
66
        >
63
        >
67
        <div class="input-group-append">
64
        <label for="searchinput-{{uniqid}}">
-
 
65
            <span class="visually-hidden">{{{ searchstring }}}</span>
-
 
66
        </label>
68
            <button type="submit"
67
        <button type="submit"
69
                class="btn {{^btnclass}}btn-submit{{/btnclass}} {{ btnclass }} search-icon"
68
            class="btn {{^btnclass}}btn-submit{{/btnclass}} {{ btnclass }} search-icon"
70
                {{#buttonattributes}}{{ key }}="{{ value }}" {{/buttonattributes}}
69
            {{#buttonattributes}}{{ key }}="{{ value }}" {{/buttonattributes}}
71
            >
70
        >
72
                {{#pix}} a/search, core {{/pix}}
71
            {{#pix}} a/search, core {{/pix}}
73
                <span class="sr-only">{{ searchstring }}</span>
72
            <span class="visually-hidden">{{ searchstring }}</span>
74
            </button>
73
        </button>
75
        </div>
-
 
Línea 76... Línea 74...
76
 
74
 
77
    </div>
75
    </div>
78
    {{#otherfields}}
76
    {{#otherfields}}
79
        <div  class="ml-2">{{{ otherfields }}}</div>
77
        <div  class="ms-2">{{{ otherfields }}}</div>
80
    {{/otherfields}}
78
    {{/otherfields}}
81
{{^inform}}
79
{{^inform}}
82
    </form>
80
    </form>
83
{{/inform}}
81
{{/inform}}
84
</div>
82
</div>