<?php
/*************************************************************
* Home - Default App View *
* Copyright Softlech Corporation *
* Created by: Fernando Martinez *
* 30/07/05 *
**************************************************************/
session_start();
include_once($path.'/core/admin/AccessCheck.php');
include_once($path.'/core/utils/HtmlCtrls.php');
$ctrls = new HtmlCtrls();
?>
<!-- style="background: url(images/bgplanet.jpg) no-repeat top left -->
<div id="xlcourses" color: #0000FF">
<span>
<table border="0" width="100%" height="100%">
<tr><td width="60%" valign="top" height="70%" rowspan="2">
<h5><font face="Lucida Bright" size="5"><? echo(CV_WEBGOLIN_WELCOME);?></font></h5>
<?echo($ctrls->Window("350","30","eafeef","eaeedf",CV_WEBGOLIN_DEF,CV_WEBGOLIN_SF_DESC
));?>
<br>
<br>
<?echo($ctrls->Marquee("left",CV_ST_LINK
,"100%","30"));?>
<br>
</td>
<td height="40%" style="background-color : #eaeafe; color: #0000FF">
<strong><?echo(CV_PROJ_SUMM);?></strong><p>
<?
echo($ctrls->Marquee("up",CV_PROJ_SUMM_LINK
,"100%","70"));?></td></tr>
<tr>
<td height="70%" valign="top" style="background-color : #dadafa;">
<br>
</td></tr>
</table>
</span>
</div>