使用「UR code 二維條碼」製作的第四個手機網頁 使用「UR code 二維條碼」製作的第四個手機網頁
手機原碼 手機原碼

<!doctype html>

<html lang="zh-TW">

<head>

<meta name="viewport" content="width=device-width, initial-scale=1">

<title>花蓮石藝博物館</title>

<style type="text/css">

.ui-icon-phone-call {

background-image : url(phone_call.gif);}

.ui-icon-phone-on {

background-image : url(phone_on.jpg);}

.ui-icon-phone-silent {

background-image : url(phone_silent.png);}

h3  { color: blue; }

p {font-size: 10pt;}

</style>

<script src="jquery-1.10.2.min.js"></script>

<link rel="stylesheet" href="jquery.mobile-1.3.2.min.css" />

<script src="jquery.mobile-1.3.2.min.js"></script>

</head>

 

<body> 

 

    <div data-role="page" id="page4" data-add-back-btn="true" data-back-btn-text="上一頁" data-theme="d">

<div data-role="header" data-theme="e">

<h1>韓國女團體</h1>

</div>

<div data-role="content" data-theme="d" id="content1">

<div data-role="collapsible-set">

<div data-role="collapsible" data-theme="b" >

<h3>Girls' Generation</h3>

<table width="100%" border="0" cellpadding="10" id="table1">

<tr>

<td>

<p>英文名:Girls' Generation<br>

  出道地點:韓國首爾市<br>

  出道日期 :<br>

韓國:2007年8月5日<br>

           日本:2010年9月8日<br>

           美國:2011年10月19日<br>

  出道作品:《Into The New World》<br>

  經紀公司:SM Entertainment<br>

  現任成員:太妍、潔西卡、珊妮、蒂芬妮、孝淵、俞利、秀英、潤娥、徐玄<br>

</p>

<center>

<a href="http://zh.wikipedia.org/wiki/%E5%B0%91%E5%A5%B3%E6%97%B6%E4%BB%A3"  data-mini="true" data-role="button" data-inline="true" data-theme="e">詳細介紹</a>

</center>

</td>

</tr>

</table>

</div>

    

<div data-role="collapsible" data-theme="b" data-collapsed="true">

<h3>KARA</h3>

<table width="100%" border="0" cellpadding="10" id="table1">

<tr>

<td>

<p>英文名:Kara<br>

  出道日期:2007年3月29日<br>

  活躍年代:2007年至今<br>

  經紀公司:DSP Media<br>

  現任成員:奎利、昇延、妮可、荷拉、知英<br>

</p>

<center>

<a href="http://zh.wikipedia.org/zh-tw/Kara"  data-mini="true" data-role="button" data-inline="true" data-theme="e">詳細介紹</a>

</center>

</td>

</tr>

</table>

</div>

    

<div data-role="collapsible" data-theme="b" data-collapsed="true">

<h3>Miss A</h3>

<table width="100%" border="0" cellpadding="10" id="table1">

<tr>

<td>

<p>英文名 miss A.<br>

  出道日期:2010年7月1日(韓國)<br>

           2010年11月22日(中國)<br>

出道作品:〈Bad Girl Good Girl〉<br>

活躍年代:2010年至今<br>

經紀公司:<br>

JYP Entertainment(韓國)<br>

AQ Entertainment(韓國)<br>

現任成員:Fei、Jia、Min、Suzy<br>

</p>

<center>

<a href="http://zh.wikipedia.org/wiki/Miss_A"  data-mini="true" data-role="button" data-inline="true" data-theme="e">詳細介紹</a>

</center>

</td>

</tr>

</table>

</div>

    

<div data-role="collapsible" data-theme="b" data-collapsed="true">

<h3>Rainbow</h3>

<table width="100%" border="0" cellpadding="10" id="table1">

<tr>

<td>

<p>英文名 Rainbow<br>

出道日期:<br>

2009年11月14日(韓國)<br>

2011年9月14日(日本)<br>

出道作品:《Gossip Girl》<br>

活躍年代:2009年至今<br>

經紀公司:DSP Media<br>

現任成員:栽經、佑麗、勝雅、盧乙、允慧、智淑、賢榮<br>

</p>

<center>

<a href="http://zh.wikipedia.org/wiki/Rainbow_(%E9%9F%B3%E6%A8%82%E5%9C%98%E9%AB%94)"  data-mini="true" data-role="button" data-inline="true" data-theme="e">詳細介紹</a>

</center>

</td>

</tr>

</table>

</div>

</div>  <!-- set -->        

    </div>  <!--content-->

<div data-role="footer" data-theme="b">

    <div data-role="navbar">

      <ul>

        <li><a href="http://203.64.38.191/web/s10079537/62" data-icon="star">首頁</a></li>

        <li><a href="#" data-icon="home">搜尋</a></li>

        <li><a href="#about" 

               data-transition="pop" 

               data-icon="info">關於</a></li>

      </ul>

    </div>

  </div

</div> <!--page-->

 

 

 

 

</body>

</html>