김성준

MMR added

...@@ -55,6 +55,32 @@ ...@@ -55,6 +55,32 @@
55 <%= "point: " + (c_wins/c_losses*2).toFixed(2) %> 55 <%= "point: " + (c_wins/c_losses*2).toFixed(2) %>
56 </strong> 56 </strong>
57 </div> 57 </div>
58 + <div class="center">
59 + <strong>
60 + <%= "추측 MMR:" %>
61 + <%if (c_tier=="SILVER") {%>
62 + <%="1200~1500"%>
63 + <%}%>
64 + <%if (c_tier=="GOLD") {%>
65 + <%="1500~1800"%>
66 + <%}%>
67 + <%if (c_tier=="PLATINUM") {%>
68 + <%="1800~2100"%>
69 + <%}%>
70 + <%if (c_tier=="DIAMOND") {%>
71 + <%="2100~2400"%>
72 + <%}%>
73 + <%if (c_tier=="MASTER") {%>
74 + <%="2400~2600"%>
75 + <%}%>
76 + <%if (c_tier=="GRANDMASTER") {%>
77 + <%="2600~2800"%>
78 + <%}%>
79 + <%if (c_tier=="CHALLENGER") {%>
80 + <%=">3000"%>
81 + <%}%>
82 + </strong>
83 + </div>
58 <% for (var i=0; i<c_id.length-1; i++){ %> 84 <% for (var i=0; i<c_id.length-1; i++){ %>
59 <div class="champImage"> 85 <div class="champImage">
60 <div class="center"> 86 <div class="center">
......