Showing
2 changed files
with
5 additions
and
3 deletions
| 1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
| 2 | <html> | 2 | <html> |
| 3 | - <body> | 3 | + <body> <!--메인 페이지--> |
| 4 | <h1>OSS TermProject-컴퓨터 부품 추천</h1> | 4 | <h1>OSS TermProject-컴퓨터 부품 추천</h1> |
| 5 | <form method="POST" action="http://localhost:3000/search"> | 5 | <form method="POST" action="http://localhost:3000/search"> |
| 6 | <input type="text" name="money" placeholder="예산을 입력하세요($)."> | 6 | <input type="text" name="money" placeholder="예산을 입력하세요($)."> | ... | ... |
| 1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
| 2 | <html> | 2 | <html> |
| 3 | <body> | 3 | <body> |
| 4 | - <%for(var i =1; i<=count;i++){%> | 4 | + <h1>All Items</h1><!--전체물품을 가성비 순으로 나열--> |
| 5 | - <%= i + "." + graphic_card_info[i].name+" - ("+graphic_card_info[i].price+"$)"%> | 5 | + <%for(var i =1; i<=count;i++){%> |
| 6 | + <%= i + "." + graphic_card_info[i].name+" - ("+graphic_card_info[i].price+"$)-(benchmark:"%> | ||
| 7 | + <b><%= graphic_card_info[i].benchmark + ")" %></b> | ||
| 6 | <%var link = "http://www.videocardbenchmark.net/"+graphic_card_info[i].link.toString() %> | 8 | <%var link = "http://www.videocardbenchmark.net/"+graphic_card_info[i].link.toString() %> |
| 7 | <a href = <%=link%> target=_blank>link</a> | 9 | <a href = <%=link%> target=_blank>link</a> |
| 8 | <br> | 10 | <br> | ... | ... |
-
Please register or login to post a comment