예제 #1
0
		public function _update() {
			$r= new JTWebContent($_SESSION['login_user_id']);
			$r->select('index.slogan');
			$r->setFields($_POST);
			$r->update();
			$this->addAlert(new JAlert('更新完成','告知訊息',"./?action=edit"));
			$this->action('edit');
		}
예제 #2
0
isPhone('mobile_title');
?>
 title-1" data-lang="en">Futures Fund</h1>
				<h2 class="hidden <?php 
isPhone('mobile_title');
?>
 title-2" data-lang="tw">期貨信託事業</h2>
			</hgroup>
		</div>
	</header>
	<section class="row1" style="padding-top:0;">
		<div class="wrapper small">
			<div class="cnt" style="padding-top:0;">
				<div class="editorDF" style="padding-left:0;padding-right:0;">
					<?php 
$wc = new JTWebContent();
$wc->select('futures.fund');
echo $wc->data['content'];
?>
			</div>
		</div>
	</section>
	<!-- 聯絡表單 -->
	<section class="row futures-form">
		<form class="edit" method="post" action="contactus.php">
			<input type="hidden" name="src" value="期貨信託事業" />
			<input type="hidden" name="time" value="" />
			<input type="hidden" name="url" value="<?php 
echo $_SERVER['REQUEST_URI'];
?>
" />
예제 #3
0
		public function _update() {
			$r= new JTWebContent($_SESSION['login_user_id']);
			$r->select('about.choose');
			$r->data['content'] = $_POST['content']['choose'];
			$r->update();
			$r->select('about.managed');
			$r->data['content'] = $_POST['content']['managed'];
			$r->update();
			$r->select('about.fund');
			$r->data['content'] = $_POST['content']['fund'];
			$r->update();
			$r->select('about.advisory');
			$r->data['content'] = $_POST['content']['advisory'];
			$r->update();
			$r->select('about.preservation');
			$r->data['content'] = $_POST['content']['preservation'];
			$r->update();
			$this->addAlert(new JAlert('更新完成','告知訊息',"./?action=edit"));
			$this->action('edit');
		}
isPhone('mobile_title');
?>
 title-1" data-lang="en">Futures Advisory</h1>
				<h2 class="hidden <?php 
isPhone('mobile_title');
?>
 title-2" data-lang="tw">期貨顧問事業</h2>
			</hgroup>
		</div>
	</header>
	<section class="row1" style="padding-top:0;">
		<div class="wrapper">
			<div class="cnt" style="padding-top:0;">
				<div class="editorDF"  style="padding-left:0;padding-right:0;">
					<?php 
$wc = new JTWebContent();
$wc->select('futures.advisory');
echo $wc->data['content'];
?>
				</div>
			</div>
		</div>
	</section>
	<!-- 聯絡表單 -->
	<section class="row futures-form">
		<form class="edit" method="post" action="contactus.php">
			<input type="hidden" name="src" value="期貨顧問事業" />
			<input type="hidden" name="time" value="" />
			<input type="hidden" name="url" value="<?php 
echo $_SERVER['REQUEST_URI'];
?>
예제 #5
0
<?php 
}
?>
			</div>
		</div>
	</section>
	<section class="fullbg row1">
		<div class="wrapper xs">
			<div class="row1-cnt">
				<hgroup id="txtImg1" class="txtImg_title-title-index_row1">
					<h1 class="hidden">康和期貨經理事業,國內唯一專營期貨經理與期貨信託<br>滿足您資產配置及財務風險規劃的服務需求</h1>
				</hgroup>
				<!-- <p class="txt-2">康和期貨經理事業股份有限公司為康和證券集團成員,資本額3億,基於金融市場長期的發展趨勢,陸續設置期貨服務事業之相關部門,秉持專業、積極的服務態度,提供客戶健全、客制化的投資工具及多樣化的金融商品,滿足投資人資產配置及財務風險規劃的服務需求,替大型投資法人與一般自然人做完整之金融代工、商品設計、顧問輔導咨詢與期貨信託受益憑證發行服務,相關業務拓展至兩岸三地華人市場。 </p> -->
				<p class="txt-2 text-center">
					<?php 
$wc = new JTWebContent();
$wc->select('index.slogan');
echo nl2br($wc->data['content']);
?>
				</p>
			</div>
		</div>
	</section>
	<!--  section.row2  康和期經三大事業體  START  -->
	<section id="futures" class="row2">
		<div class="wrapper">
			<hgroup>
				<h1 class="hide_txt txt_img-BusinessDivisons <?php 
isPhone('mobile_title');
?>
 title-1" data-lang="en">Business Divisons</h1>
예제 #6
0
<?php 
//app
include_once INC_PATH . 'header.php';
?>
<div id="bannerTrigger"></div>
<section id="pageBanner" class="banner" style="background-image: url('<?php 
path_au('img');
?>
banner-aboutCPCS.jpg')">
	
</section>

<main class="">
	<?php 
$wc = new JTWebContent();
?>
	<section class="row1">
		<div class="wrapper small">
			<hgroup class="txtImg_title-title-solution <?php 
isPhone('mobile_title-group');
?>
">
				<h1 class="hidden <?php 
isPhone('mobile_title');
?>
 title-1" data-lang="en">Customized Solutions</h1>
				<h2 class="hidden <?php 
isPhone('mobile_title');
?>
 title-2" data-lang="tw">選擇康和期經</h2>
isPhone('mobile_title');
?>
 title-1" data-lang="en">Futures Managed Account</h1>
				<h2 class="hidden <?php 
isPhone('mobile_title');
?>
 title-2" data-lang="tw">期貨經理事業</h2>
			</hgroup>
          </div>
     </header>
	<section class="row1" style="padding-top:0;">
		<div class="wrapper small">
			<div class="cnt" style="padding-top:0;">
				<div class="editorDF"  style="padding-left:0;padding-right:0;">
					<?php 
$wc = new JTWebContent();
$wc->select('futures.managed');
echo $wc->data['content'];
?>
				</div>
			</div>
		</div>
	</section>
	<!-- 聯絡表單 -->
	<section class="row futures-form">
		<form class="edit" method="post" action="contactus.php">
			<input type="hidden" name="src" value="期貨經理事業" />
			<input type="hidden" name="time" value="" />
			<input type="hidden" name="url" value="<?php 
echo $_SERVER['REQUEST_URI'];
?>