Example #1
0
          </div>
        </div>
        <div class="grboxbot"><span></span></div>
  		</div>

      <!--Content end here -->
      <?php 
include_partial('global/footer');
?>

		<script type="text/javascript">
			// Custom Checkbox Function
	    jQuery(document).ready( function() {
	    	//jQuery(".tooltip").tooltip();
	      <?php 
if (has_component_slot('no_domain_user')) {
    ?>
    		<?php 
    include_component_slot('no_domain_user');
    ?>
    	<?php 
}
?>
	      <?php 
include_partial('global/js_init_general.js');
?>
	      <?php 
if (has_slot('js_document_ready')) {
    ?>
	        <?php 
    include_slot('js_document_ready');
Example #2
0
    <script src="/js/libs/modernizr-2.0.min.js"></script>
    <script src="/js/libs/respond.min.js"></script>
  </head>

  <body>

    <div id="container">
	
     <?php 
include_partial('home/header');
?>

      <div id="content" class="container_24">
      	
	    <?php 
if (has_component_slot('left_menu')) {
    ?>
              <?php 
    include_component_slot('left_menu');
    ?>
            <?php 
}
?>
      	<div class="grid_18" id="main-content">
      		<?php 
echo $sf_content;
?>
      	</div>
      	<div class="clear"></div>
      </div>
      <footer>
Example #3
0
    ?>
</td>
                        <td><?php 
    echo $execution->getStatus();
    ?>
</td>
                        <td>
                            <pre><?php 
    echo $execution->getExecutionData();
    ?>
</pre>
                        </td>
                    </tr>
                        <?php 
}
?>
                    </tbody>
                </table>
            </div>
        </div>

    </div>

</div>


<?php 
include_partial('rulerz/show_footer', array('rulerz' => $rulerz, 'helper' => $helper));
if (has_component_slot('show_footer')) {
    include_component_slot('show_footer');
}
Example #4
0
}
?>
						<?php 
echo $sf_content;
?>
		<?php 
if ($module != 'landing') {
    ?>
			</section>
		</section>
		<?php 
}
?>

	  <?php 
if (has_component_slot('site_bottom')) {
    ?>
    	<?php 
    include_component_slot('site_bottom');
    ?>
    <?php 
} else {
    ?>
    	<?php 
    include_partial('global/bottom');
    ?>
    <?php 
}
?>