Exemplo n.º 1
0
<?php

error_reporting(E_ALL);
Compressor::echoInclude("modulescripts");
Compressor::echoInclude("review_module_scripts");
Exemplo n.º 2
0
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>LoveMachine</title>
    
    <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
    
    <link rel="stylesheet" href="css/jquery-ui.css" type="text/css" media="all" />
    <link rel="stylesheet" type="text/css" href="css/smoothness/lm.ui.css"/>

    <link rel="stylesheet" type="text/css" media="screen" href="css/ui.jqgrid.css" />
    <link type="text/css" href="css/tofor.css" rel="Stylesheet" />
    <link type="text/css" href="css/review.css" rel="Stylesheet" />
    <link type="text/css" href="css/periods.css" rel="Stylesheet" />
    <link type="text/css" href="css/checkoutDialog.css" rel="Stylesheet" />
    <?php 
Compressor::echoInclude("love_campaign");
Compressor::echoInclude("campaign");
?>
    <script type="text/javascript">
    //Color for checkboxes
    var checkboxBackground = '<?php 
echo $front->getCompany()->getReview_done_color();
?>
';

    </script>
</head> 

<body style="padding:0px;">
    <div id="wrapper">
        <div id="content" style="width: 100%;">
            <!-- Include tabs -->
Exemplo n.º 3
0
?>
/css/jquery.combobox.css" rel="stylesheet" type="text/css">

<?php 
include "dialogs/finish-period.inc";
/* In standalone mode, we include jquery and livevalidation
 * any other script not required to be added in module mode
 * should be loaded here as well.
 */
if (!$load_module) {
    Compressor::echoInclude("review_rewarder1");
    Compressor::echoInclude("rewarder1");
    Compressor::echoInclude("review_rewarder2");
} else {
    if ($loadFirstTime == true) {
        Compressor::echoInclude("rewarder2");
    }
}
if ($loadFirstTime == true) {
    include "module_scripts.php";
}
?>
<script type="text/javascript"  charset="utf-8">
$(function(){
    window.currentTab = <?php 
echo $showTab;
?>
; // 0 for rewarder and 1 for chart
    window.review_url = '<?php 
echo REVIEW_URL;
?>