Beispiel #1
0
            $i++;
            ?>
                                <div class="col-sm-3">
                                    <a href="/product/<?php 
            echo $p['code'];
            ?>
">
                                        <div class="product-image-wrapper">
                                            <div class="single-products">
                                                <div class="productinfo">
                                                    <img src="<?php 
            echo $p['product_photo_display'];
            ?>
" alt="" />
                                                    <h4><?php 
            echo Fuel\Core\Str::truncate($p['product_name'], 60);
            ?>
</h4>
                                                </div>
                                            </div>
                                        </div>
                                    </a>
                                </div>
                            <?php 
        }
        ?>
                        <?php 
    }
    ?>
                    </div>
                <?php 
 <?php 
echo date('D d M Y', $timestamp);
?>
  <?php 
echo Fuel\Core\Html::anchor('user/timesheets/advanced/logtimes/' . $tomorrow, '&raquo;&raquo; ', array('title' => 'Next Day'));
?>
 </h3></span>
            </div>                
            <?php 
echo Fuel\Core\Form::open(array(), array('timestamp' => $timestamp));
?>
                <div class="widget-content">
                    <div class="well-large">
                        <p>
                            Complete the form below to log your times for <b><u><?php 
echo Fuel\Core\Str::upper(date('D d M Y', $timestamp));
?>
</u></b><br><br>
                            <b>NB:</b> <i><span style="color: red; font-weight: bold;">Please ensure that the respective time slots are properly selected when logging your times.</span></i>
                        </p>
                    </div>
                    <div class="table-responsive">
                        <table class="table table-hover">
                            <thead>
				<tr>
				    <th>TIME</th>
				    <th>TASK</th>
				    <th>BILLABLE?</th>
				    <th style="width: 800px;">COMMENT</th>
				</tr>
                            </thead>