OSDN Git Service

詳細画面の表示方法を変更した
authorkonekoneko <jbh03215@hotmail.co.jp>
Sat, 1 Jun 2013 16:14:20 +0000 (01:14 +0900)
committerkonekoneko <jbh03215@hotmail.co.jp>
Sat, 1 Jun 2013 16:14:20 +0000 (01:14 +0900)
public/profile/detail.ejs

index 2ad061d..9d9a551 100644 (file)
@@ -14,12 +14,11 @@ $(function(){
 <title>詳細画面</title>\r
 </head>\r
 <body>\r
-<h1>詳細画面</h1>\r
+<h1><%= list[0].name %>の詳細画面</h1>\r
 <div id="content">\r
-       <h2><%= list[0].name %></h2>\r
        <% for(var key in alias) {%>\r
                <% if(typeof alias[key] != "undefined" && alias[key].visible) {%>\r
-                       <h3><%= alias[key].name %></h3>\r
+                       <h2><%= alias[key].name %></h2>\r
                        <p id="item"><%- list[0][key] %></p>\r
                <% } %>\r
        <% } %>\r