Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
0.00% covered (danger)
0.00%
0 / 5
n/a
0 / 0
CRAP
n/a
0 / 0
1<?php
2/*
3 * This program is free software; you can redistribute it and/or
4 * modify it under the terms of the GNU General Public License
5 * as published by the Free Software Foundation; under version 2
6 * of the License (non-upgradable).
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program; if not, write to the Free Software
15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
16 *
17 * Copyright (c) 2008-2010 (original work) Deutsche Institut für Internationale Pädagogische Forschung
18 *                         (under the project TAO-TRANSFER);
19 *               2009-2012 (update and modification) Public Research Centre Henri Tudor
20 *                         (under the project TAO-SUSTAIN & TAO-DEV);
21 *
22 * phpcs:disable Generic.Files.LineLength
23 */
24?>
25
26<div id="rdftpl_mode_container_instances" class="rdftpl_mode_container">
27    <?php foreach ($instances as $uri => $label) :?>
28        <input type="checkbox" name="rdftpl_instance_<?=$uri?>" id="rdftpl_instance_<?=$uri?>" checked="checked" /><label for="rdftpl_instance_<?=$uri?>"><?=$label?></label><br />
29    <?php endforeach?>
30    <span class="checker-container">
31        <a href="#" class="box-checker box-checker-uncheck" id="rdftpl_instance_checker"><?=__('Uncheck all')?></a>
32    </span>
33</div>