serials-home.tmpl
authorhdl <hdl>
Sat, 30 Jun 2007 06:25:06 +0000 (06:25 +0000)
committerhdl <hdl>
Sat, 30 Jun 2007 06:25:06 +0000 (06:25 +0000)
Display information provided serials-edit modifications.

koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl

index 2d7756a..43409be 100644 (file)
@@ -5,6 +5,50 @@
 <!-- TMPL_INCLUDE NAME="menus.inc" -->
 <!-- TMPL_INCLUDE NAME="menu-serials.inc" -->
 
+
+<!--TMPL_IF Name="information"-->
+<div id="information">
+Serials updated :
+<table>
+  <tr>
+    <th>
+      Serialseq
+    </th>
+    <th>
+      Status
+    </th>
+    <th>
+      Publisheddate
+    </th>
+    <th>
+      Planneddate
+    </th>
+    <th>
+      Notes
+    </th>
+  </tr>  
+<!--TMPL_LOOP Name="information"-->
+  <tr>
+    <td>
+      <!--TMPL_VAR Name="serialseq"-->
+    </td>
+    <td>
+      <!--TMPL_VAR Name="status"-->
+    </td>
+    <td>
+      <!--TMPL_VAR Name="publisheddate"-->
+    </td>
+    <td>
+      <!--TMPL_VAR Name="planneddate"-->
+    </td>
+    <td>
+      <!--TMPL_VAR Name="notes"-->
+    </td>
+  </tr>  
+<!--/TMPL_LOOP -->
+</table>
+</div>
+<!--/TMPL_IF-->
 <h1>Serials subscription</h1>
 <div id="serials_home">
        <h2>Search existing subscription</h2>