summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/templates/group_minion.html
blob: 598c0ed9415fa96e919bc08f03213bc0485d6d4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="graytexts" id="miniongroupsbigbox"
    xmlns="http://www.w3.org/1999/xhtml"
    xmlns:py="http://genshi.edgewall.org/"
    xmlns:xi="http://www.w3.org/2001/XInclude">

    <div class="minion_glob_box" id="minion_glob_box">
        <xi:include href="glob_form.html"/>
    </div>
    <div id="group_small">
        <xi:include href="group_small.html"/>
    </div>
    <div id="minion_small">
        <xi:include href="minion_small.html"/>
    </div>
    
</div>