gdidc/sub/sub02_01_02.php
2021-10-26 18:19:06 +09:00

130 lines
3.0 KiB
PHP

<? $mNum = "2"; $sNum = "1"; $pNum = "2"; ?>
<? include "../include/header.php"; ?>
<? include "../include/menu02.php"; ?>
<div id="container">
<div id="contArea">
<div class="sub-title">
<h2>제품안내</h2>
</div>
<div class="real-cont">
<!--// content -->
<div class="pro-list">
<div class="row">
<div class="col">
<div class="img"><img src="../images/sub/pro1_1.jpg" alt=""></div>
<table class="pro-tb">
<colgroup>
<col width="100">
<col>
</colgroup>
<tbody>
<tr>
<th>CPU</th>
<td>Intel Xeon E5530 4Core 2.4Ghz</td>
</tr>
<tr>
<th>RAM</th>
<td>DDR3 8G</td>
</tr>
<tr>
<th>HDD</th>
<td>SSD128G*2 / SATA500G*2 중 선택구성 (RAID 1)</td>
</tr>
<tr>
<th>가격</th>
<td>30만원 (회선비 포함)</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<div class="img"><img src="../images/sub/pro1_2.jpg" alt=""></div>
<table class="pro-tb">
<colgroup>
<col width="100">
<col>
</colgroup>
<tbody>
<tr>
<th>CPU</th>
<td>Intel Xeon E5560*2 8Core 2.6Ghz</td>
</tr>
<tr>
<th>RAM</th>
<td>DDR3 16G</td>
</tr>
<tr>
<th>HDD</th>
<td>SSD128G*2 / SATA500G*2 중 선택구성 (RAID 1)</td>
</tr>
<tr>
<th>가격</th>
<td>40만원 (회선비 포함)</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<div class="img"><img src="../images/sub/pro1_3.jpg" alt=""></div>
<table class="pro-tb">
<colgroup>
<col width="100">
<col>
</colgroup>
<tbody>
<tr>
<th>CPU</th>
<td>Intel Xeon E5 2630v2*2 12Core 2.6Ghz</td>
</tr>
<tr>
<th>RAM</th>
<td>DDR3 16G</td>
</tr>
<tr>
<th>HDD</th>
<td>SSD128G*2 / SATA500G*2 중 선택구성 (RAID 1)</td>
</tr>
<tr>
<th>가격</th>
<td>60만원 (회선비 포함)</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<div class="img"><img src="../images/sub/pro1_4.jpg" alt=""></div>
<table class="pro-tb">
<colgroup>
<col width="100">
<col>
</colgroup>
<tbody>
<tr>
<th>CPU</th>
<td>Intel Xeon E5 2690v2*2 20Core 3.0Ghz</td>
</tr>
<tr>
<th>RAM</th>
<td>DDR3 32G</td>
</tr>
<tr>
<th>HDD</th>
<td>SSD128G*2 / SATA500G*2 중 선택구성 (RAID 1)</td>
</tr>
<tr>
<th>가격</th>
<td>70만원 (회선비 포함)</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- content //-->
</div>
</div>
</div>
<? include "../include/footer.php"; ?>