| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/coaching_sites/usbusinessfundingsolutions.com/member/ |
Upload File : |
<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/inc/php_header.php');
?>
<!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=utf-8" />
<title>U.S. Business Funding Solutions - <?=$title;?></title>
<link href="/member/index_new.css?ts=2025_10_02" type="text/css" rel="stylesheet" />
<link href="/styles.css" type="text/css" rel="stylesheet" />
<link href="/member/styles.css" type="text/css" rel="stylesheet" />
<link href="/sidebar.css" type="text/css" rel="stylesheet" />
<link rel="icon" href="/favicon.png" type="image/png">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
</head>
<body id="<?=$body_id;?>">
<header class="fixed top-0 left-0 right-0 z-50 bg-background/95 backdrop-blur-sm border-b border-border">
<div class="container mx-auto px-4 md:px-6">
<div class="flex items-center justify-between h-16 md:h-20">
<a class="flex items-center space-x-2" href="/member/index.php">
<div class="flex items-center justify-center w-10 h-10 bg-gradient-primary rounded-lg shadow-elegant"><span class="text-primary-foreground font-bold text-lg">US</span></div>
<div class="hidden sm:block"><h1 class="font-bold text-lg text-foreground">Business Funding Solutions</h1></div>
<div class="block sm:hidden"><h1 class="font-bold text-sm text-foreground">Business Funding Solutions</h1></div>
</a>
<nav class="hidden lg:flex items-center space-x-6">
<a class="text-sm font-medium transition-colors hover:text-primary <?= ($body_id=='home') ? 'text-primary' : 'text-muted-foreground';?>" href="/member/index.php">Getting Started</a>
<a class="text-sm font-medium transition-colors hover:text-primary <?= ($body_id=='client_profile') ? 'text-primary' : 'text-muted-foreground';?>" href="/member/client-profile.php">Client Profile</a>
<a class="text-sm font-medium transition-colors hover:text-primary <?= ($body_id=='funding_sources') ? 'text-primary' : 'text-muted-foreground';?>" href="/member/funding-sources.php">Funding Sources</a>
<?php if(!empty($_SESSION['Client']['businessplan']) || !empty($_SESSION['Client']['businessplan_review'])) { ?>
<a class="text-sm font-medium transition-colors hover:text-primary <?= ($body_id=='busp') ? 'text-primary' : 'text-muted-foreground';?>" href="/member/business-plan.php">Business Plan Template</a>
<?php } ?>
<a class="text-sm font-medium transition-colors hover:text-primary <?= ($body_id=='service_agreements') ? 'text-primary' : 'text-muted-foreground';?>" href="/member/service-agreements.php">Service Agreement</a>
<a class="text-sm font-medium transition-colors hover:text-primary <?= ($body_id=='supp') ? 'text-primary' : 'text-muted-foreground';?>" href="/member/contact.php">Contact</a>
<a class="text-sm font-medium transition-colors hover:text-primary <?= ($body_id=='logt') ? 'text-primary' : 'text-muted-foreground';?>" href="/login.php?logout=1">Logout</a>
</nav>
<div class="flex items-center space-x-4">
<button class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 hover:bg-accent hover:text-accent-foreground h-9 rounded-md px-3 lg:hidden" onclick="$('#mobile_nav_bar').show(); return false;">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="h-6 w-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"></path>
</svg>
</button>
</div>
<div role="dialog" id="mobile_nav_bar" style="background:white;height:420px;" class="hidden fixed z-50 gap-4 bg-background p-6 shadow-lg inset-y-0 right-0 h-full border-l sm:max-w-sm w-[300px] sm:w-[400px]" tabindex="-1" style="pointer-events: auto;">
<nav class="flex flex-col space-y-6 mt-6">
<a class="text-lg font-medium transition-colors hover:text-primary <?= ($body_id=='home') ? 'text-primary' : 'text-muted-foreground';?>" href="/member/index.php">Getting Started</a>
<a class="text-lg font-medium transition-colors hover:text-primary <?= ($body_id=='client_profile') ? 'text-primary' : 'text-muted-foreground';?>" href="/member/client-profile.php">Client Profile</a>
<a class="text-lg font-medium transition-colors hover:text-primary <?= ($body_id=='funding_sources') ? 'text-primary' : 'text-muted-foreground';?>" href="/member/funding-sources.php">Funding Sources</a>
<?php if(!empty($_SESSION['Client']['businessplan']) || !empty($_SESSION['Client']['businessplan_review'])) { ?>
<a class="text-lg font-medium transition-colors hover:text-primary <?= ($body_id=='busp') ? 'text-primary' : 'text-muted-foreground';?>" href="/member/business-plan.php">Business Plan Template</a>
<?php } ?>
<a class="text-lg font-medium transition-colors hover:text-primary <?= ($body_id=='service_agreements') ? 'text-primary' : 'text-muted-foreground';?>" href="/member/service-agreements.php">Service Agreement</a>
<a class="text-lg font-medium transition-colors hover:text-primary <?= ($body_id=='supp') ? 'text-primary' : 'text-muted-foreground';?>" href="/member/contact.php">Contact</a>
<a class="text-lg font-medium transition-colors hover:text-primary <?= ($body_id=='logt') ? 'text-primary' : 'text-muted-foreground';?>" href="/login.php?logout=1">Logout</a>
</nav>
<button type="button" onclick="$('#mobile_nav_bar').hide(); return false;" class="absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-secondary"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-x h-4 w-4"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg><span class="sr-only">Close</span></button>
</div>
</div>
</div>
</header>
<div class="py-16 md:py-24 pt-16">
<div class="container mx-auto px-4 md:px-6">