Пример #1
0
<?php

include $_SERVER['DOCUMENT_ROOT'] . "/header.php";
include $_SERVER['DOCUMENT_ROOT'] . "/subheader.php";
?>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
  <td class="heading">United States</td>
 </tr>
 <tr><td>
  <?php 
$maincategory = new maincategory();
$maincategory->display_category_usa();
?>
</td>
</tr>
<tr>
	<td>&nbsp;</td>
</tr>
<tr>
  <td class="heading">OutSource</td>
</tr>
<tr>
<td>
  <?php 
$projects = new project();
$projects_status = $projects->display_projects("", 2, 0, 0, 10, "order by rand()");
?>
    </td>
</tr>
<tr>
Пример #2
0
<p align="center">
	<font size="+1">USA<?php 
if ($_GET['seo_url'] != "") {
    echo " - &quot;<strong>" . $cat['name'] . "</strong>&quot;";
}
if ($_GET['service_seo_url'] != "") {
    echo " - &quot;<strong>" . $_GET['service_seo_url'] . "</strong>&quot;";
}
?>
</font>
</p>
<h3 class="heading">Services </h3>
 <?php 
if ($_GET['seo_url'] == "") {
    $maincategory = new maincategory();
    $maincategory->display_category_usa("services", "services.php");
} else {
    $service = new service();
    $service->display_category();
}
?>
<br />
<h3 class="heading"> Featured Service </h3>
<?php 
$service = new service();
if ($_GET['seo_url'] == "") {
    $service_status = $service->display_service(1, 0, 0, 10, "");
} else {
    if ($_GET['service_seo_url'] != "") {
        $service_status = $service->display_service(1, $cat['id'], 0, 0, "order by posted_time desc", $_GET['service_seo_url']);
    } else {
Пример #3
0
<p align="center">
	<font size="+1">USA<?php 
if ($_GET['seo_url'] != "") {
    echo " - &quot;<strong>" . $cat['name'] . "</strong>&quot;";
}
if ($_GET['rentorhire_seo_url'] != "") {
    echo " - &quot;<strong>" . $_GET['rentorhire_seo_url'] . "</strong>&quot;";
}
?>
</font>
</p>
<h3 class="heading">Rent or Hire </h3>
 <?php 
if ($_GET['seo_url'] == "") {
    $maincategory = new maincategory();
    $maincategory->display_category_usa("rentorhire", "rentorhire.php");
} else {
    $rentorhire = new rentorhire();
    $rentorhire->display_rentorhire_category();
}
?>
<br />
<h3 class="heading"> Featured Rent or Hire </h3>
<?php 
$rentorhire = new rentorhire();
if ($_GET['seo_url'] == "") {
    $rentorhire_status = $rentorhire->display_rentofhire(1, 0, 0, 10, "");
} else {
    if ($_GET['rentorhire_seo_url'] == "") {
        $rentorhire_status = $rentorhire->display_rentofhire(1, $cat['id'], "", 0, 10, "");
    } else {
Пример #4
0
if ($_GET['rentorhire_seo_url'] != "") {
    echo " - &quot;<strong>" . $_GET['rentorhire_seo_url'] . "</strong>&quot;";
}
?>
</font>
</p>
<h3 class="heading">Jobs </h3>
 <?php 
if ($_GET['seo_url'] == "") {
    $maincategory = new maincategory();
    $maincategory->display_category_usa("jobs", "jobs.php");
} else {
    //	$jobs = new jobs;
    //	$jobs->display_jobs();
    $maincategory = new maincategory();
    $maincategory->display_category_usa("jobs", "jobs.php", $_GET['seo_url']);
}
?>
<br />
<h3 class="heading"> Featured Jobs </h3>
<?php 
$jobs = new jobs();
if ($_GET['seo_url'] == "") {
    $jobs_status = $jobs->display_jobs(1, 0, 0, 10, "");
} else {
    $jobs_status = $jobs->display_jobs(1, $cat['id'], 0, 10, "");
}
?>
<p align="right">
	<?php 
if ($user_check->checklogin() == false) {