You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

47 lines
2.0 KiB

<?php
include "../header.php";
?>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="../contract/semantic/dist/semantic.min.css">
<div class="price_option-select">
<div class="sidebar">
<a href="./price_option-index.php?kind=A&<?php echo $token_link; ?>">A-1車廂意匠</a>
<a href="./price_option-index.php?kind=B&<?php echo $token_link; ?>">A-2車廂內裝</a>
<a href="./price_option-index.php?kind=C&<?php echo $token_link; ?>">A-3車廂外部</a>
<a href="./price_option-index.php?kind=D&<?php echo $token_link; ?>">A-4控制與其他</a>
<a href="./price_option-index.php?kind=E&<?php echo $token_link; ?>">A-5汰改</a>
</div>
<div class="content">
<a href="./price_option-index.php?kind=A&<?php echo $token_link; ?>">
<img src="./assets/img/1.jpg" />
<div>
<p>車廂意匠</p>
</div>
</a>
<a href="./price_option-index.php?kind=B&<?php echo $token_link; ?>">
<img src="./assets/img/2.jpg" />
<div>
<p>車廂內裝</p>
</div>
</a>
<a href="./price_option-index.php?kind=C&<?php echo $token_link; ?>">
<img src="./assets/img/3.jpg" />
<div>
<p>車廂外部</p>
</div>
</a>
<a href="./price_option-index.php?kind=D&<?php echo $token_link; ?>">
<img src="./assets/img/4.jpg" />
<div>
<p>控制與其他</p>
</div>
</a>
<a href="./price_option-index.php?kind=E&<?php echo $token_link; ?>">
<img src="./assets/img/5.jpg" />
<div>
<p>汰改</p>
</div>
</a>
</div>
</div>