OSDN Git Service

プロフィールの管理コンソールから不要な項目を削除した
authorkonekoneko <jbh03215@hotmail.co.jp>
Thu, 29 Nov 2012 08:23:16 +0000 (17:23 +0900)
committerkonekoneko <jbh03215@hotmail.co.jp>
Thu, 29 Nov 2012 08:23:16 +0000 (17:23 +0900)
public/profile/admin.ejs

index 79d4f68..0ed0775 100644 (file)
                <tr>\r
                        <th></th>\r
                        <th>名前</th>\r
-                       <th>年齢</th>\r
                        <th>更新日時</th>\r
                </tr>\r
        <% for(var i=0; i<list.length; i++) {%>\r
                <tr>\r
                        <td><input type="checkbox" name="names[]" value="<%= list[i].name %>"/></td>\r
                        <td><a href="/profile/detail?name=<%= encodeURIComponent(list[i].name) %>"><%= list[i].name %></a></td>\r
-                       <td><%= list[i].age %></td>\r
                        <td><%- list[i].lastmodified %></td>\r
                </tr>\r
        <% } %>\r