Example #1
0
			showUploadImageForm($tid);
		}

	} elseif($op == 'searchForm') {
		showSearchThreads();

	} else {

		shownav('navcloud', 'menu_cloud_qqgroup');
		showsubmenu('menu_cloud_qqgroup', $qqgroupnav);

		echo '<div id="ajaxwaitid"></div>';

		showQQGroupCSS();

		showSearchDiv();

		showMiniportalPreview();

		showQQGroupScript();

	}
}

function showSearchForm() {

	require_once libfile('function/forumlist');

	showformheader('cloud&operation=qqgroup&anchor=block&op=searchForm', 'onSubmit="ajaxGetSearchResultThreads(); return false;"', 'search_form');
	showtableheader();
	$orderoptions = array('views', 'replies', 'heats', 'dateline', 'lastpost', 'recommends');
Example #2
0
                }
                if (isset($_GET['page']) && !preg_match("#[^0-9]#", $_GET['page']) && $_GET['page'] != 0 && $_GET['page'] != '') {
                    $page = $_GET['page'];
                } else {
                    $page = 1;
                }
                showResults($_GET['location'], $city, '', 0, '', '', $currentCountry, $page, new mysqli($QL_Host, $QL_User, $QL_Password, $QL_DB));
                ?>
						</div>


							

						<div class="right-container">
								<?php 
                showSearchDiv(new mysqli($QL_Host, $QL_User, $QL_Password, $QL_DB), $currentCountry);
                ?>
						</div>
					</div>

						<?php 
            } else {
                ?>
					<div class="main-container">
						<div class="left-container">

								<?php 
                if ($info['h1'] != '') {
                    ?>
								<h1 id="mainH1"><?php 
                    echo $info['h1'];