Bug 26703: serials folder
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / subscription-history.tt
index cbfb0a5..23bdbc6 100644 (file)
@@ -1,27 +1,41 @@
 [% USE KohaDates %]
-
+[% SET footerjs = 1 %]
 [% INCLUDE 'doc-head-open.inc' %]
-<title>Koha &rsaquo; Serials &rsaquo; Subscription history</title>
+<title>Subscription history &rsaquo; Serials &rsaquo; Koha</title>
 [% INCLUDE 'doc-head-close.inc' %]
-[% INCLUDE 'calendar.inc' %]
 </head>
 
 <body id="ser_subscription_history" class="ser">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'serials-search.inc' %]
 
-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Subscription history</div>
+<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
+    <ol>
+        <li>
+            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
+        </li>
+        <li>
+            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
+        </li>
+        <li>
+            <a href="#" aria-current="page">
+                Subscription history
+            </a>
+        </li>
+    </ol>
+</nav>
+
+<div class="main container-fluid">
+    <div class="row">
+        <div class="col-sm-10 col-sm-push-2">
+            <main>
 
-<div id="doc3" class="yui-t2">
+      <h1>Subscription history for [% title | html %]</h1>
 
-<div id="bd">
-  <div id="yui-main">
-    <div class="yui-b">
-      <h1>Subscription history for [% title %]</h1>
         <div id="subscription_form_history">
           <form method="post" action="/cgi-bin/koha/serials/subscription-history.pl">
             <input type="hidden" name="op" value="mod" />
-            <input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
+            <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
             <p>Hint : you can update the serial history manually. This can be useful for an old subscription or to clean the existing history. Modify those fields with care, as future serial receive will continue to update them automatically.</p>
             <table>
               <tr>
               </tr>
               <tr>
                 <td>Received issues</td>
-                <td><textarea name="receivedlist" cols="60" rows="5">[% receivedlist %]</textarea></td>
+                <td><textarea name="receivedlist" cols="60" rows="5">[% receivedlist | html %]</textarea></td>
               </tr>
               <tr>
                 <td>Missing issues</td>
-                <td><textarea name="missinglist" cols="60" rows="5">[% missinglist %]</textarea></td>
+                <td><textarea name="missinglist" cols="60" rows="5">[% missinglist | html %]</textarea></td>
               </tr>
               <tr>
                 <td>Note for OPAC</td>
-                <td><textarea name="opacnote" cols="60" rows="5">[% opacnote %]</textarea></td>
+                <td><textarea name="opacnote" cols="60" rows="5">[% opacnote | html %]</textarea></td>
               </tr>
               <tr>
                 <td>Note for staff</td>
-                <td><textarea name="librariannote" cols="60" rows="5">[% librariannote %]</textarea></td>
+                <td><textarea name="librariannote" cols="60" rows="5">[% librariannote | html %]</textarea></td>
               </tr>
             </table>
             <input type="submit" value="Save subscription history"  />
           </form>
         </div>
-    </div>
-  </div>
-  <div class="yui-b">
-    [% INCLUDE 'serials-menu.inc' %]
-  </div>
-</div>
+
+            </main>
+        </div> <!-- /.col-sm-10.col-sm-push-2 -->
+
+        <div class="col-sm-2 col-sm-pull-10">
+            <aside>
+                [% INCLUDE 'serials-menu.inc' %]
+            </aside>
+        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
+     </div> <!-- /.row -->
+
+[% MACRO jsinclude BLOCK %]
+    [% INCLUDE 'calendar.inc' %]
+[% END %]
+
 [% INCLUDE 'intranet-bottom.inc' %]