Example #1
0
?>
        </div><!-- /left -->

        <div class="right title clearfix">
            <?php 
$this->widget(Constants::CURRENTLY_USED_MODULE . '.widgets.ContactsPart', array('part' => 'right'));
?>
        </div><!-- /right -->
    </div><!-- /wrapper -->
</div><!-- /big-block -->

<div class="big-block clearfix">

    <div class="big-title">
        <h2><?php 
echo Translations::Translate('Feedback');
?>
</h2>
    </div><!-- /big-title -->

    <?php 
echo $content;
?>

</div><!-- /big-block -->

<div class="footer">
    <p>&copy; <?php 
echo date('Y', time());
?>
 Inlux<br> All right reserved</p>
?>
">
            <img style="width: 90px; height: 40px" src="<?php 
echo $capObj->GetImgUrl();
?>
" alt="kaptcha">
            <input name="cap" type="text" >
        </div><!-- /captcha -->

    </div><!-- /feedback-data -->

    <div class="feedback-message">
        <textarea name="message" placeholder="Message"></textarea>

        <?php 
if ($error == true) {
    ?>
            <p><?php 
    echo Translations::Translate('Error: Something gone wrong');
    ?>
</p>
        <?php 
}
?>

        <input type="submit" value="<?php 
echo Translations::Translate("Send");
?>
" alt="send">
    </div><!-- /feedback-message -->
</form>
Example #3
0
<ul>
    <li><a href="#home"><?php 
echo Translations::Translate("Home");
?>
</a></li>
    <li><a href="#services"><?php 
echo Translations::Translate("Services");
?>
</a></li>
    <li><a href="#about"><?php 
echo Translations::Translate("About");
?>
</a></li>
    <li><a href="#contacts"><?php 
echo Translations::Translate("Contacts");
?>
</a></li>
</ul>
        <td class="td-tbl-clr" style="width: 576px;">
            <input type="file" name="<?php 
        echo $fieldName;
        ?>
" class="form-control" style="width: 300px;">
        </td>

        <td class="td-tbl-clr action-td" style="width: 200px;">
            <?php 
        if ($image != null) {
            ?>
            <a href='<?php 
            echo 'javascript:OpenWindowWarningDel(' . $image->id . ',"/admin/panel/delpic");';
            ?>
'><button type="button" class="btn btn-xs btn-danger"><?php 
            echo Translations::Translate("Delete Image");
            ?>
</button></a>
            <?php 
        }
        ?>
        </td>
    </tr>
    <?php 
    }
    ?>

</table>
<?php 
}