Welcome Guest, Not a member yet? Register   Sign In
views displaying twice after upgrading to new release
#5

[eluser]sentinel[/eluser]
Thanks for the responses.

I've checked, and each controller has the third parameter set to TRUE. So that is probably not the problem.

The code for the main view is shown below (I've snipped the javascript code to make it more readable).

The line to insert the html for each page is at the bottom (all other views do not contain <html> <body> tags, etc, just divs and tables, etc.

Code:
<html>
<head>
<title><?php echo $title;?></title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head>
<body>
<!-- Menu bar #2. -->

<div class="menuBar">
<a class="menuButton"
    href=""
   >Start</a>
<a class="menuButton"
    href=""
   >Policyholder</a>

<a class="menuButton"
    href=""
   >Policies</a>
<a class="menuButton"
    href=""
   >Calculate</a>
<a class="menuButton"
    href=""
   >Help</a></div>

&lt;!-- Main menus. --&gt;

<div id="fileMenu" class="menu"
    >
     <a class='menuItem' href='&lt;?php echo site_url()."newcase";?&gt;'>New Calculation</a>
<a class="menuItem" href="&lt;?php echo site_url().">Load Previous Calculation</a>
<div class="menuItemSep"></div>
<a class='menuItem' href='&lt;?php echo site_url()."newenc";?&gt;'>New Encashment / Withdrawal Scenario Analysis</a>
<a class="menuItem" href="&lt;?php echo site_url().">Load Encashment / Withdrawal Scenario Analysis</a>
<div class="menuItemSep"></div>
<a class="menuItem" href="&lt;?php echo site_url().">Logout</a>
</div>

<div id="editMenu" class="menu"
    >
<a class="menuItem" href="&lt;?php echo site_url().">Add New Policyholder / Beneficiary</a>
<a class="menuItem" href="&lt;?php echo site_url().">Manage Policyholder Details</a>
</div>

<div id="policyMenu" class="menu"
    >
<a class="menuItem" href="&lt;?php echo site_url().">New Bond</a>
<a class="menuItem" href="&lt;?php echo site_url().">Manage Bonds</a>
</div>

<div id="calculateMenu" class="menu"
    >
<a class="menuItem" href="&lt;?php echo site_url().">Calculation Results</a>
<a class="menuItem" href="&lt;?php echo site_url().">Encashment Analysis Results</a>
</div>


<div id="helpMenu" class="menu"
    >
<a class="menuItem" href="&lt;?php echo site_url().">Help Manual</a>
<a class="menuItem" href="&lt;?php echo site_url().">About</a>
</div>
<br>
<div class="header">&lt;?php  echo $header;?&gt;</div>
<div class="calcheader">&lt;?php  echo $calcheader;?&gt;</div>
<div>
&lt;?php  echo $content;?&gt;
</div>
&lt;/body&gt;
&lt;/html&gt;


Messages In This Thread
views displaying twice after upgrading to new release - by El Forum - 02-20-2009, 05:52 AM
views displaying twice after upgrading to new release - by El Forum - 02-20-2009, 07:44 AM
views displaying twice after upgrading to new release - by El Forum - 02-20-2009, 07:54 AM
views displaying twice after upgrading to new release - by El Forum - 02-20-2009, 08:06 AM
views displaying twice after upgrading to new release - by El Forum - 02-20-2009, 10:53 AM
views displaying twice after upgrading to new release - by El Forum - 02-20-2009, 12:20 PM
views displaying twice after upgrading to new release - by El Forum - 02-20-2009, 03:17 PM
views displaying twice after upgrading to new release - by El Forum - 02-20-2009, 03:46 PM
views displaying twice after upgrading to new release - by El Forum - 02-20-2009, 04:24 PM
views displaying twice after upgrading to new release - by El Forum - 02-20-2009, 05:35 PM
views displaying twice after upgrading to new release - by El Forum - 02-20-2009, 06:37 PM
views displaying twice after upgrading to new release - by El Forum - 02-21-2009, 02:50 AM
views displaying twice after upgrading to new release - by El Forum - 02-23-2009, 02:02 PM
views displaying twice after upgrading to new release - by El Forum - 02-23-2009, 02:29 PM
views displaying twice after upgrading to new release - by El Forum - 02-23-2009, 03:00 PM
views displaying twice after upgrading to new release - by El Forum - 02-23-2009, 03:12 PM
views displaying twice after upgrading to new release - by El Forum - 02-23-2009, 03:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB