Example #1
0
    if (isset($employeedetails['colortheme']) && $employeedetails['colortheme'] == 'brown') {
        echo ' selected';
    }
    ?>
><?php 
    echo get_theme_style('brown', 'option');
    ?>
</option>
                      
					  <option value="blue" <?php 
    if (isset($employeedetails['colortheme']) && $employeedetails['colortheme'] == 'blue') {
        echo ' selected';
    }
    ?>
><?php 
    echo get_theme_style('blue', 'option');
    ?>
</option>
                      
					  
                    </select></td>
                    <td>&nbsp;</td>
                    <td>&nbsp;</td>
                    <td>&nbsp;</td>
                  </tr>
				  <tr>
                    <td nowrap="nowrap">Turn Off Instant <br />
                      Search?*</td>
                    <td valign="top"><table border="0" cellpadding="4" cellspacing="0">
                      <tr>
                        <td nowrap="nowrap"><input name="instantsearch_radio" id="yes_radio" type="radio" value="Y" onclick="passFormValue('yes_radio', 'instantsearchstatus', 'radio');" <?php 
Example #2
0
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title><?php 
echo show_title();
?>
</title>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="<?php 
echo site_url('themes/default/css/style.css');
?>
" type="text/css" media="all" />
<link rel="stylesheet" id="sitestyle" href="<?php 
get_theme_style();
?>
" type="text/css" media="all" />
<link rel="stylesheet" href="<?php 
echo $this->load->theme_css('print');
?>
" type="text/css" media="print" />

<script type="text/javascript" src="<?php 
echo site_url('themes/default/js/jquery.1.7.2 .min.js');
?>
"></script>
<script type="text/javascript" src="<?php 
echo site_url('themes/default/js/jquery-ui-1.9.1.custom.min.js');
?>
"></script>
Example #3
0
    $required['rule3'] = array("file", "", "runscriptconfirmation");
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title><?php 
echo SITE_TITLE . " - " . $this->session->userdata('page_title');
?>
</title>
<link href="<?php 
echo base_url();
?>
main/application/views/css/<?php 
echo get_theme_style($userdetails['colortheme'], 'file');
?>
" rel="stylesheet" type="text/css" />
<script language="JavaScript" type="text/javascript" src="<?php 
echo base_url();
?>
main/application/views/javascript/nhsn.js"></script>
<script language="javascript"  type="text/javascript">
var http = getHTTPObject(); // We create the HTTP Object
</script>
</head>

<body topmargin="0">
<table width="970" border="0" cellspacing="0" cellpadding="5" align="center" style="background-color:#FFFFFF">
  <tr>
    <td nowrap><?php