<?php

if (!isset($TNB_GLOBALS)) {
    die("Invalid Request!");
}
?>
<section id="main_section">
    <?php 
buckys_get_panel('account_links');
?>
    <section id="right_side">
        <section id="right_side_padding" class="user-info-section">
            <h2 class="titles">Employment History</h2>
            <!-- Employment History -->
            <div id="sub_section" class="noborder" style="border-bottom:none;">
                <form id="employmentform" method="post" class="user-info" onsubmit="return false">
                    <?php 
foreach ($userData as $idx => $row) {
    ?>
                        <div class="row">
                            <label>Employer:</label>
                        <span class="inputholder">
                            <input type="text" name="employer[]" maxlength="60" class="input"
                                value="<?php 
    echo $row['employer'];
    ?>
"/>
                            <?php 
    echo render_year_selectbox('from[]', $row['start']);
    ?>
                            to
                </table>
            <?php 
} else {
    ?>
                <p>Nothing to see here</p>
            <?php 
}
?>
        </section>
        <!-- Forum Right Panel -->
        <section id="forum-right-bar">
            <?php 
if (isset($category)) {
    buckys_get_panel('forum_right_panel', ['category' => $category]);
} else {
    buckys_get_panel('forum_ad_panel');
}
?>
        </section>
    </section>

</section>
<script type="text/javascript">
    jQuery(document).ready(function (){
        $('.post-votes a.thumb-up,.post-votes a.thumb-down').click(function (){
            if($(this).parent().hasClass('voted'))
                return false;
            var link = jQuery(this);
            /*link.parent().find('.loading-wrapper').show();*/
            jQuery.ajax({
                url: '/forum/topic.php', data: {
<?php

if (!isset($TNB_GLOBALS)) {
    die("Invalid Request!");
}
?>
<section id="main_section" class="forum-main-section">
    <ul id="forum-nav">
        <li class="current"><a href="/forum">Home</a></li>
        <li><a href="/forum/search_topics.php">Search Topics</a></li>
        <li><a href="/forum/search_forums.php">Browse Forums</a></li>
    </ul>
    <?php 
buckys_get_panel('forum_left_panel');
?>
    <section id="forum-content-wrapper">
        <section id="main_content">
            <?php 
render_result_messages();
?>
            <h2 class="titles">Pending Topics
                <?php 
if ($pagination->total_page > 1) {
    ?>
                    - Page <?php 
    echo $pagination->getCurrentPage();
    ?>
                <?php 
}
?>
            </h2>
Esempio n. 4
0
<?php

/**
* Posts Page
*/
if (!isset($BUCKYS_GLOBALS)) {
    die("Invalid Request!");
}
?>
<section id="main_section">    
        
    <!-- Left Side -->
    <?php 
buckys_get_panel('profile_left_sidebar');
?>
    
    <!-- 752px -->
    <section id="right_side">  
        <div class="info-box" id="posts-box">
            <h3>Posts 
                <?php 
if (isset($_GET['post'])) {
    ?>
                <a href="/posts.php?user=<?php 
    echo $userData['userID'];
    ?>
" class="view-all">(view all)</a>
                <?php 
} else {
    ?>
                <a href="/profile.php?user=<?php 
    ?>
    <script type="text/javascript">
        var noCashFlag = true;
    </script>
<?php 
}
?>

<section id="main_section">

    <?php 
buckys_get_panel('shop_top_search');
?>

    <?php 
buckys_get_panel('shop_main_nav');
?>
    <section id="right_side" class="floatright">

        <div><span class="titles"><?php 
echo $view['page_title'];
?>
</span></div>


        <?php 
if ($view['no_cash']) {
    ?>
            <p class="message error">You have not enough credits. Click <a href="/credits.php"
                    style="color:white;text-decoration:underline">here</a> to purchase credits. Or put bitcoins in your
                <a href="/wallet.php" style="color:white;text-decoration:underline">wallet</a>.</p>
Esempio n. 6
0
<?php

if (!isset($TNB_GLOBALS)) {
    die("Invalid Request!");
}
$recentProducts = $view['recent_products'];
$categoryList = $view['categories'];
?>

<section id="main_section">
    <?php 
buckys_get_panel('shop_top_search');
?>


    <aside id="main_aside" class="main_aside_wide">
        <ul class="left-shop-cat-list">
            <li><a href="/shop/search.php">All Categories</a></li>
            <?php 
if (count($categoryList) > 0) {
    foreach ($categoryList as $catData) {
        echo sprintf('<li><a href="/shop/search.php?cat=%s">%s</a></li>', urlencode($catData['name']), $catData['name']);
    }
}
?>
        </ul>
        <div style="width:200px;text-align:center;">
            <img src="/images/btc_accepted_here.png"/> <br/>
            <!-- Begin DigiCert site seal HTML and JavaScript -->
            <div id="DigiCertClickID_05D1VcQp" data-language="en_US">
                <a href="http://www.digicert.com/ssl-certificate.htm">SSL Certificate</a>
Esempio n. 7
0
        ?>
</span></div>
                                </td>
                            </tr>
                        </table>
                        
                        
                        
                    </div>
                    
                <?php 
    }
    ?>
                
                <?php 
    buckys_get_panel('trade_pagination');
    ?>
                
            <?php 
} else {
    ?>
                
                <div class="no-trade-data"> - No data available - </div>
            
            <?php 
}
?>
                
        </div>
        
        <div class="clear"></div>                
        ?>
</span></div>
                                </td>
                            </tr>
                        </table>

                        <div class="clear"></div>

                    </div>

                <?php 
    }
    ?>

                <?php 
    buckys_get_panel('common_pagination');
    ?>

            <?php 
} else {
    ?>

                <div class="no-trade-data"> - No data available -</div>

            <?php 
}
?>

        </div>

        <div class="clear"></div>
<?php

/**
 * Follower Page
 */
if (!isset($TNB_GLOBALS)) {
    die("Invalid Request!");
}
$pageData = $view['pageData'];
$followers = $view['followers'];
?>
<section id="main_section" class="tinted">

    <!-- Left Side -->
    <?php 
buckys_get_panel('page_left_sidebar');
?>

    <!-- 752px -->
    <section id="right_side">
        <div class="info-box" id="friends-box">
            <h3>View All Members <a href="/page.php?pid=<?php 
echo $pageData['pageID'];
?>
"
                    class="view-all">(back to page)</a></h3>
            <?php 
render_result_messages();
?>
            <div class="table" id="friends-box" style="margin-bottom:5px;">
                <div class="friends-header">
Esempio n. 10
0
$tradeNotifyInfo = $view['trade_user_info'];
if (!$tradeNotifyInfo) {
    $tradeNotifyInfo = array();
}
?>



<section id="main_section">
    
    <?php 
buckys_get_panel('trade_top_search');
?>
        
    <?php 
buckys_get_panel('trade_main_nav');
?>
    <section id="right_side" class="floatright">
    
        <span class="titles">Send Me a Notification When...</span>
        <div>
            
            <?php 
if ($view['update_message'] != '') {
    ?>
                <p style="" class="message error"><?php 
    echo $view['update_message'];
    ?>
</p>
            <?php 
}
Esempio n. 11
0
    die("Invalid Request!");
}
$userIns = new BuckysUser();
$pageIns = new BuckysPage();
$pageFollowerIns = new BuckysPageFollower();
$searcuResult = $view['search_result'];
?>

<script type="text/javascript">
    
</script>

<section id="main_section">
    
    <?php 
buckys_get_panel('top_search');
?>
    
    
    <section id="main_content" class="search-result-panel">
            
            <?php 
render_result_messages();
?>
            
            <div class="search-result-list">
                <?php 
if (count($searcuResult) > 0) {
    foreach ($searcuResult as $data) {
        if ($data['type'] == 'user') {
            //Display user
                        </td>
                    </tr>
                    <tr>
                        <td>&nbsp;</td>
                        <td>
                            <input type="submit" value="Submit" class="forum-action-button"
                                style="margin-left:1px;margin-top:2px;"/>
                        </td>
                    </tr>
                </table>
            </form>
        </section>
        <!-- Forum Right Panel -->
        <section id="forum-right-bar">
            <?php 
buckys_get_panel('forum_right_panel', ['category' => $category]);
?>
        </section>
    </section>
</section>
<script type="text/javascript">
    jQuery(document).ready(function (){
        jQuery('#topic-content').sceditor({
            plugins: 'bbcode',
            emoticonsRoot: '/images/',
            height: 300,
            width: 710,
            enablePasteFiltering: true,
            style: "/css/sceditor/jquery.sceditor.default.css"
        });
Esempio n. 13
0
    <?php 
buckys_render_stylesheet();
?>
    <!--[if lt IE 9]>
    <script src="<?php 
echo DIR_WS_JS;
?>
html5shiv.js"></script><![endif]-->

    <?php 
buckys_render_javascripts(false);
?>
</head>
<body>
<?php 
buckys_get_panel('analyticstracking');
?>

<!-- Preload Images -->
<div id="preload-wrapper">
    <img src="/images/loading.gif"/> <img src="/images/loading1.gif"/> <img src="/images/loading2.gif"/> <img
        src="/images/loading3.gif"/> <img src="/images/loading16.gif"/>
</div>

<div id="wrapper">
    <?php 
require dirname(__FILE__) . '/header.php';
?>
    <?php 
require dirname(__FILE__) . '/content/' . $TNB_GLOBALS['content'] . '.php';
?>
Esempio n. 14
0
    $sendMessageLink = '/messages_compose.php?to=' . $itemData['userID'];
}
$theirID = $itemData['userID'];
?>

<script type="text/javascript">
    var currentOfferProductCount = <?php 
echo count($view['availableItems']);
?>
;
</script>

<section id="main_section">

    <?php 
buckys_get_panel('trade_top_search');
?>

    <section class="trade-full-panel">

        <div class="trade-view-images">
            <div class="m">
                <img id="trade_view_main_image" src="<?php 
echo $imageThumbList[0]['image'];
?>
"/>
            </div>

            <div class="d">mouse over images to zoom</div>

            <div class="thumb">
Esempio n. 15
0
<?php

/**
* Footer  
*/
?>
<div id="main_footer">
        <?php 
if (!$userID) {
    ?>
        <a href="/register.php" class="headerLinks">Register</a> |
		<a href="/register.php?forgotpwd=1" class="headerLinks">Forgot Password</a> <?php 
}
?>
</div>
<?php 
buckys_get_panel('footer_panel');