Example #1
0
<section class="mask" id="event-section">
<a class="a_anchor" name="events"></a>
<div class="svg-title">
<<<<<<< HEAD
          
          <a href="javascript:void(0);">EVENT</a>
=======
          <a href="javascript:">EVENT</a>
>>>>>>> origin/master
        </div>
  <div class="full-container relative-div">

<?php 
$oEvent = new Event();
$eventAll = $oEvent->findAllFrom("Event", "1=1 order by sequence");
$idx = 1;
if ($oEvent->countFrom('Event', "1=1") > 0) {
    ?>

  <svg id="mysvg2" class="svg-class" width="100%" height="100%" baseProfile="full" version="2.4">
          <defs>
              <mask id="svgmask2" class="svgmask" maskUnits="userSpaceOnUse" maskContentUnits="userSpaceOnUse" transform="scale(0.2)">
                  <image width="100%" height="100%" xlink:href="<?php 
    echo URL_PUBLIC;
    ?>
public/themes/css/images/section-longmask.png"   />
              </mask>
          </defs>
          <image class="the-mask" mask="url(#svgmask2)" height="100%"  width="100%"  y="0" x="0" xlink:href="<?php 
    echo URL_PUBLIC;
    ?>