Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 39... Línea 39...
39
<form action="{{baseurl}}" method="get" id="createbackpack">
39
<form action="{{baseurl}}" method="get" id="createbackpack">
40
   <input type="hidden" name="action" value="edit"/>
40
   <input type="hidden" name="action" value="edit"/>
41
   <button type="submit" class="btn btn-secondary">{{#str}}newbackpack, core_badges{{/str}}</button>
41
   <button type="submit" class="btn btn-secondary">{{#str}}newbackpack, core_badges{{/str}}</button>
42
</form>
42
</form>
Línea 43... Línea 43...
43
 
43
 
44
<table class="generaltable fullwidth" id="backpacklist">
44
<table class="table generaltable fullwidth" id="backpacklist">
45
    <caption>{{#str}}listbackpacks, core_badges{{/str}}</caption>
45
    <caption>{{#str}}listbackpacks, core_badges{{/str}}</caption>
46
    <thead>
46
    <thead>
47
        <tr>
47
        <tr>
48
            <th scope="col">{{#str}}backpackweburl, core_badges{{/str}}</th>
48
            <th scope="col">{{#str}}backpackweburl, core_badges{{/str}}</th>
Línea 54... Línea 54...
54
        {{#backpacks}}
54
        {{#backpacks}}
55
        <tr data-backpackurl="{{{backpackweburl}}}">
55
        <tr data-backpackurl="{{{backpackweburl}}}">
56
            <td> {{{backpackweburl}}} </td>
56
            <td> {{{backpackweburl}}} </td>
57
            <td>
57
            <td>
58
                {{#canmoveup}}
58
                {{#canmoveup}}
59
                    <a href="{{baseurl}}?id={{id}}&action=moveup">{{#pix}}t/up, core,{{#str}}moveup{{/str}}{{/pix}}</a>
59
                    <a href="{{baseurl}}?id={{id}}&sesskey={{sesskey}}&action=moveup">{{#pix}}t/up, core,{{#str}}moveup{{/str}}{{/pix}}</a>
60
                {{/canmoveup}}
60
                {{/canmoveup}}
61
                {{^canmoveup}}
61
                {{^canmoveup}}
62
                    {{#pix}}spacer, moodle{{/pix}}
62
                    {{#pix}}spacer, moodle{{/pix}}
63
                {{/canmoveup}}
63
                {{/canmoveup}}
64
                {{#canmovedown}}
64
                {{#canmovedown}}
65
                    <a href="{{baseurl}}?id={{id}}&action=movedown">{{#pix}}t/down, core,{{#str}}movedown{{/str}}{{/pix}}</a>
65
                    <a href="{{baseurl}}?id={{id}}&sesskey={{sesskey}}&action=movedown">{{#pix}}t/down, core,{{#str}}movedown{{/str}}{{/pix}}</a>
66
                {{/canmovedown}}
66
                {{/canmovedown}}
67
                {{^canmovedown}}
67
                {{^canmovedown}}
68
                    {{#pix}}spacer, moodle{{/pix}}
68
                    {{#pix}}spacer, moodle{{/pix}}
69
                {{/canmovedown}}
69
                {{/canmovedown}}
70
            </td>
70
            </td>