dbms_primeidc/extdbms/lib/Views/dbms/gearlist/index.php
2025-04-24 16:55:28 +09:00

31 lines
1.5 KiB
PHP

* CPU 명칭 : 싱글 코어 = 1 코어 / 듀얼 코어 = 2 코어 / 트리플 코어 = 3 코어 / 쿼드 코어(Q) = 4 코어 / 헥사 코어(H) = 6 코어 / 옥타 코어(O) = 8 코어 / 도데카(D) = 12 코어 <!--(AMD CPU일 경우 옵테론 코어)--> / 헥사데시멀 코어 = 16개코어<br>
* 도쿄 회선 + 1U상면비 : 60만원 (50+10) / 치바 회선 + 1U상면비 : 40만원 (30+10)<br>
* HDD : 1단위당 일회성 10만원 / 메모리 : 2G당 1회성 5만원 / 방어서비스 : CS방어 40만원 , BL상시 60만원 , CS-Pre상시 300만원 , CF방어 도메인당 40만원 , 인증방어 사이트당 80만원(+유동CS4개 기본)
<table class="table table-bordered table-hover table-striped" style="text-align:center;">
<thead>
<tr>
<td>구분</td>
<td>장비사양</td>
<td>CPU모델명</td>
<td>임대가격</td>
<td>전체서버</td>
<td>임대중</td>
<td>사용가능</td>
<td>포맷보류</td>
</tr>
</thead>
<tbody>
@foreach($entities as $key=>$entity)
<tr>
<td>{{$entity->getProcess()}}</td>
<td>{{$entity->getSpec()}}</td>
<td><a href="https://www.google.co.jp/search?q={{$entity->getCPUName()}}" target="_blank">{{$entity->getCPUName()}}</a></td>
<td>{{$entity->getPrice()}} 만원</td>
<td>{{$entity->all}} </td>
<td>{{$entity->use}} </td>
<td>{{$entity->empty}} </td>
<td>{{$entity->format}} </td>
</tr>
@endforeach
</tbody>
</table>