OSDN Git Service

website-obsoleted の削除
[ring-lang-081/ring.git] / website-obsoleted / team.template
diff --git a/website-obsoleted/team.template b/website-obsoleted/team.template
deleted file mode 100644 (file)
index e480458..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-  <% eval(read("team.data"))  %>
-  <div id="team" class="panel-group">
-    <div class="panel panel-default">
-      <div class="panel-heading"><h4>Ring チーム (日本) <span class="badge"><%= len(aTeam) %></span></h4></div>
-      <div class="panel-body">
-
-                       <table class="table table-striped">
-                               <thead>
-                                 <tr>
-                                       <th>名前</th>
-                                       <th>電子メール</th>
-                                       <th>担当</th>
-                                       <th>活動状況</th>
-                                       <th></th>
-                                 </tr>
-
-                               </thead>
-                               <tbody>
-                                 <% for x in aTeam %>
-                                 <tr>
-                                       <% for x2 in x %>
-                                               <th><%= x2 %></th>                                      
-                                       <% next %>
-                                 </tr>
-                                 <% next %>
-                               </tbody>
-                       </table>
-
-      </div>
-     </div>  
-  </div>  
-
-