OSDN Git Service

website-obsoleted の削除
[ring-lang-081/ring.git] / website-obsoleted / resources.template
diff --git a/website-obsoleted/resources.template b/website-obsoleted/resources.template
deleted file mode 100644 (file)
index 346e05c..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-  <%  eval(read("resources.data"))  %>
-
-  <div id="resources" class="panel-group">
-    <div class="panel panel-default">
-      <div class="panel-heading"><h4>リソース <span class="badge"><%= len(aResources) %></span></h4></div>
-      <div class="panel-body">
-
-               <% for aGroup in aResources %>
-
-               <div class="panel panel-primary" id="samples">
-                     <div class="panel-heading"><%= aGroup[1] %> <span class="badge"><%= len(aGroup[2]) %></span></div>
-                     <div class="panel-body">
-
-                       <table class="table table-striped">
-
-                               <% if len(aGroup[2][1]) = 2  %>
-                                       <thead>
-                                               <tr>
-                                                       <th width="80%">説明  </th>
-                                                       <th width="20%">画像 </th>
-                                               </tr>
-                                       </thead>
-                               <% ok %>
-
-                               <tbody>
-                               <% for aItem in aGroup[2] %>
-                                 <tr>
-                                       <% for aData in aItem %>
-                                                <th>
-                                                       <%= aData %>
-                                                </th>
-                                       <% next %>
-                                 </tr>
-                               <% next %>
-                               </tbody>
-                       </table>
-
-                     </div>
-               </div>  
-
-               <% next %>
-
-       </div>
-     </div>  
-  </div>  
-
-
-