tri-ability/net/sub/sub02_03.php
2023-06-20 10:47:12 +09:00

133 lines
3.4 KiB
PHP

<? $mNum = "2"; $sNum = "3"; ?>
<? include "../include/header.php"; ?>
<? include "../include/visual.php"; ?>
<? include "../include/path02.php"; ?>
<div id="container">
<div id="contArea">
<div class="sub-title">
<h2>제품안내</h2>
</div>
<div class="real-cont">
<!--// content -->
<div class="product-info">
<div class="table">
<table>
<colgroup>
<col style="width:240px;">
<col style="width:350px;">
<col style="width:120px;">
<col style="width:300px;">
<col style="width:190px;">
</colgroup>
<thead>
<tr>
<th scope="col"></th>
<th scope="col">CPU</th>
<th scope="col">RAM</th>
<th scope="col">HDD</th>
<th scope="col">Cost</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row" rowspan="2">Quad (4 Core)</th>
<td>Intel Xeon E5504 Quad Core 2.0 Ghz</td>
<td>DDR3 8G</td>
<td>
SSD128G*2 + SATA500G*2 (RAID1)<br>
“SAS 구성 가능”
</td>
<td>
<span>임대료 15만원</span><br>
(회선비 별도)
</td>
</tr>
<tr>
<td class="bg1">Intel Xeon E5530 Quad Core 2.4 Ghz</td>
<td class="bg1">DDR3 8G</td>
<td class="bg1">
SSD128G*2 + SATA500G*2 (RAID1)<br>
“SAS 구성 가능”
</td>
<td class="bg1">
<span>임대료 25만원</span><br>
(회선비 별도)
</td>
</tr>
<tr>
<th scope="row" rowspan="3">Octa (8 Core)</th>
<td>Intel Xeon E5504 Quad Core 2.0 Ghz*2</td>
<td>DDR3 8G</td>
<td>
SSD128G*2 + SATA500G*2 (RAID1)<br>
“SAS 구성 가능”
</td>
<td>
<span>임대료 30만원</span><br>
(회선비 별도)
</td>
</tr>
<tr>
<td class="bg1">Intel Xeon E5530 Quad Core 2.4 Ghz*2</td>
<td class="bg1">DDR3 8G</td>
<td class="bg1">
SSD128G*2 + SATA500G*2 (RAID1)<br>
“SAS 구성 가능”
</td>
<td class="bg1">
<span>임대료 50만원</span><br>
(회선비 별도)
</td>
</tr>
<tr>
<td>Intel Xeon X5560 Quad Core 2.8 Ghz*2</td>
<td>DDR3 16G</td>
<td>
SSD128G*2 + SATA500G*2 (RAID1)<br>
“SAS 구성 가능”
</td>
<td>
<span>임대료 70만원</span><br>
(회선비 별도)
</td>
</tr>
<tr>
<th scope="row">Dodeca (12 Core)</th>
<td class="bg1">Intel Xeon X5650 Hexa Core 2.66 Ghz*2</td>
<td class="bg1">DDR3 16G</td>
<td class="bg1">
SSD128G*2 + SATA500G*2 (RAID1)<br>
“SAS 구성 가능”
</td>
<td class="bg1">
<span>임대료 90만원</span><br>
(회선비 별도)
</td>
</tr>
<tr>
<th scope="row">Icosa (20 Core)</th>
<td>Intel Xeon E5-2690v2 3.0Ghz*2</td>
<td>DDR3 32G</td>
<td>
SSD128G*2 + SATA500G*2 (RAID1)<br>
“SAS 구성 가능”
</td>
<td>
<span>임대료 95만원</span><br>
(회선비 별도)
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- content //-->
</div>
</div>
</div>
<? include "../include/footer.php"; ?>