myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3264] branches/wf4ever/app/views/packs/resource_


From: noreply
Subject: [myexperiment-hackers] [3264] branches/wf4ever/app/views/packs/resource_show.rhtml: added missing view file
Date: Fri, 14 Dec 2012 16:25:54 +0000 (UTC)

Revision
3264
Author
dgc
Date
2012-12-14 16:25:54 +0000 (Fri, 14 Dec 2012)

Log Message

added missing view file

Added Paths

Diff

Added: branches/wf4ever/app/views/packs/resource_show.rhtml (0 => 3264)


--- branches/wf4ever/app/views/packs/resource_show.rhtml	                        (rev 0)
+++ branches/wf4ever/app/views/packs/resource_show.rhtml	2012-12-14 16:25:54 UTC (rev 3264)
@@ -0,0 +1,81 @@
+<h1>Resource: <%=h @manifest_name -%></h1>
+
+<h2>Basic resource information via manifest</h2>
+
+<table class="simple">
+
+  <tr>
+    <td>Name</td>
+    <td><%=h @manifest_name -%></td>
+  </tr>
+
+  <tr>
+    <td>Size</td>
+    <td><%=h @manifest_size -%></td>
+  </tr>
+
+  <tr>
+    <td>Creator</td>
+    <td><%=h @manifest_creator -%></td>
+  </tr>
+
+  <tr>
+    <td>Created at</td>
+    <td><%=h @manifest_created -%></td>
+  </tr>
+
+  <tr>
+    <td>MD5</td>
+    <td><%=h @manifest_md5 -%></td>
+  </tr>
+
+</table>
+
+<h2>Annotations specific to this resource</h2>
+
+<table class="simple">
+
+  <tr>
+    <td>Title</td>
+    <td><%=h @title -%></td>
+  </tr>
+
+  <tr>
+    <td>Description</td>
+    <td><%=h @description -%></td>
+  </tr>
+
+  <tr>
+    <td>Creator</td>
+    <td><%=h @creator -%></td>
+  </tr>
+
+  <tr>
+    <td>Created at</td>
+    <td><%=h @created -%></td>
+  </tr>
+
+</table>
+
+<h2>Debug</h2>
+
+<div class="fold">
+
+  <div class="foldTitle">Merged annotation bodies (<%= @annotations.query([nil, nil, nil]).count -%>)</div>
+  <div class="foldContent" style="display: none;">
+
+    <div id="statement_list">
+      <% @annotations.query([nil, nil, nil]).each do |statement| %>
+        <div>
+          <table>
+            <tr><td><%=h statement.subject -%></td></tr>
+            <tr><td><%=h statement.predicate -%></td></tr>
+            <tr><td><%=h statement.object -%></td></tr>
+          </table>
+        </div>
+      <% end %>
+    </div>
+
+  </div>
+</div>
+

reply via email to

[Prev in Thread] Current Thread [Next in Thread]