Beispiel #1
0
            <div id="content">

                <div id="title"></div>
                <div id="date"></div>
                <div id="heure"></div>

                <div id="menu">
                    <ul>
                        <li class="active"><a href="<?php 
echo Router::webroot(EMPTYSTRING);
?>
" title="<?php 
echo Translate::getLabel('home');
?>
"><?php 
echo Translate::getLabel('home');
?>
</a></li>
                        <?php 
foreach (DBUtils::$module as $module) {
    ?>
                            <?php 
    $cat = substr($module, -3);
    ?>
                            <?php 
    if ($cat == "Cat") {
        ?>
                                <li>
                                    <a href="<?php 
        echo Router::generateURL(substr($module, 0, -3));
        ?>
Beispiel #2
0
<?php

$title_for_layout = UserTranslate::getLabel('changePwd');
?>
<div class="text-center">
    <img src="<?php 
echo Router::webroot('utils/img/webpassions.png');
?>
" alt="<?php 
echo Translate::getLabel('webpassions');
?>
">

    <div class="page-header text-center">
        <h4><?php 
echo UserTranslate::getLabel('changePwd');
?>
</h4>
    </div>

    <form action="<?php 
echo Router::generateURL('user/changePassword');
?>
" method="post" class="form-horizontal">
        <?php 
echo $this->FormField->textPlaceHolder('login');
?>
        <?php 
echo $this->FormField->passwordPlaceHolder('newpassword');
?>
        <?php