Advertisement
ak47suk1

Untitled

May 26th, 2011
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.45 KB | None | 0 0
  1. <div id="content">
  2.     <?php
  3.    
  4.     $image_properties = array(
  5.           'src' => base_url().'css/images/eloki-logo.png',
  6.           'alt' => 'E-LOKI Logo',
  7.           'class' => 'elokilogo',
  8.           'title' => 'E-LOKI',
  9.           'rel' => 'lightbox',
  10. );
  11.    
  12.     echo '<center>'.img($image_properties).'</center>';
  13.     echo heading('.-=|[E-LOKI]|=-.', 1);
  14.     ?>
  15.     <table id="eloki-menu"  align="center">
  16.         <tr>
  17.             <td id="eloki-menu-button"><?php echo anchor('courseoutline/register', 'Register', 'id=buttonz') ?>
  18.  
  19.                 <?php echo anchor('controlpanel', 'Login/Control Panel', 'id=buttonz') ?>
  20.  
  21.                 <?php echo anchor('courseoutline/index', 'Browse Course Outline', 'id=buttonz') ?>
  22.             </td>
  23.         </tr>
  24.     </table>
  25.  
  26.     <div id="intro-eloki">
  27.         <p>
  28.             Welcome to E-Loki System. E-LOKI is simplified Learning and
  29.             Teaching Taxonomy wheel and also Course Outline System. To create a
  30.             course outline, you need to register first. Feel free to browse Course
  31.             Outlines and give your comments on it.</p>
  32.         <p>
  33.             Learning and Teaching Taxonomy is based on Bloom
  34.             Taxonomy that have Cognitive,
  35.             Psychomotor, Affective and Social Domain.
  36.         </p>
  37.  
  38.     </div>
  39.    
  40.     <?php echo br(2);
  41.     $this->load->view('includes/searchtemplate'); ?>
  42.  
  43.     <?php $this->load->view('includes/taxonomywidget'); ?>
  44. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement