Exemplo n.º 1
0
        <thead></thead>
        <tbody>
        <?php 
if (!empty($_SESSION['feedbackInfo']) && is_array($_SESSION['feedbackInfo'])) {
    foreach ($_SESSION['feedbackInfo'] as $name => $value) {
        if (empty($value)) {
            continue;
        }
        ?>
            <tr>
                <td class="strong"><?php 
        echo EngineBlock_View::htmlSpecialCharsText($this->t($name));
        ?>
:</td>
                <td style="font-size: 0.8em;"><?php 
        echo EngineBlock_View::htmlSpecialCharsText($value);
        ?>
</td>
            </tr>
            <?php 
    }
}
?>
        </tbody>
      </table>
    </div>

    <p><?php 
echo $this->t('error_help_desc');
?>
</p>
Exemplo n.º 2
0
active<?php 
}
?>
">
        <a href="<?php 
echo EngineBlock_View::htmlSpecialCharsText(EngineBlock_View::setLanguage('en'));
?>
">EN</a>
    </li>
    <li class="<?php 
if ($lang === 'nl') {
    ?>
active<?php 
}
?>
">
        <a href="<?php 
echo EngineBlock_View::htmlSpecialCharsText(EngineBlock_View::setLanguage('nl'));
?>
">NL</a>
    </li>
    <?php 
if (EngineBlock_View::moduleName() == 'profile') {
    ?>
        <li data-external-link="true">
            <a href="https://wiki.surfnet.nl/display/conextsupport/Profile+page" target="_blank">Help</a>
        </li>
    <?php 
}
?>
</ul>