示例#1
0
                    <p ng-show="uploadresults.error" style="background: url(res/x_mark-24px.png) left no-repeat; padding: 5px 5px 5px 30px;">
                        <?php 
echo $I18N->msg('results-failure', array('variables' => array('{{uploadresults.error.info}}')));
?>
                    </p>
                </div>

            </div>
        </div>
    </div>

    <div class="push"></div>
</div>

<footer>
    <a href="https://commons.wikimedia.org/wiki/CropTool">Tutorial</a>
    •
    <a href="//github.com/danmichaelo/croptool">Source code and issue tracker</a>
    
    <!--•<?php 
echo $I18N->getFooterLine('croptool');
?>
-->

</footer>

</body>

</html>
示例#2
0
<?php

/* Config */
require_once 'demoBase.php';
$I18N = new TsIntuition('general');
/* Demonstration */
echo $I18N->dashboardBacklink();
echo $I18N->getPromoBox();
echo $I18N->getFooterLine();
// defaults to TSINT_HELP_CURRENT
echo $I18N->getFooterLine('orphantalk2');
echo $I18N->getFooterLine(TSINT_HELP_NONE);
echo $I18N->getFooterLine(TSINT_HELP_ALL);
/* View source */
closeDemo(__FILE__);