Initial dev repository
[kcls-web.git] / opac / skin / kcls / xml / myopac / myopac_checked.xml
diff --git a/opac/skin/kcls/xml/myopac/myopac_checked.xml b/opac/skin/kcls/xml/myopac/myopac_checked.xml
new file mode 100644 (file)
index 0000000..bb4862c
--- /dev/null
@@ -0,0 +1,91 @@
+
+<![CDATA[<!-- ****************** myopac_checked.xml ***************************** -->]]>
+<div id='myopac_checked_div' xmlns:xi="http://www.w3.org/2001/XInclude" style="padding:0px;">
+    <!-- <script language='javascript' type='text/javascript' src='<!||#echo var="OILS_JS_BASE"||>/Date.W3CDTF.js'/> -->
+       
+  <div id="acct_checked_tabs" style="padding-bottom: 12px;color:#666;">
+       <div class="align selected" id="checked_label"><img src="<!--#echo var="OILS_SKIN_BASE"-->/kcls/graphics/sub_checked_out_on.jpg" /></div>
+       <div class="align" id="checked_hist_link"><a class="" href="javascript:;" onclick="switchSubPage('checked','hist')"><img src="<!--#echo var="OILS_SKIN_BASE"-->/kcls/graphics/sub_checked_hist_off.jpg" /></a></div>
+       <div class="align hide_me" id="checked_link"><a href="javascript:;" onclick="switchSubPage('checked','main')"><img src="<!--#echo var="OILS_SKIN_BASE"-->/kcls/graphics/sub_checked_out_off.jpg" /></a></div>
+       <div class="align selected hide_me" id="checked_hist_label"><img src="<!--#echo var="OILS_SKIN_BASE"-->/kcls/graphics/sub_checked_hist_on.jpg" /></div> 
+       <div style="clear:both;"></div>
+  </div>
+       
+  <div class="header_middle"><span id="acct_checked_header" style="float:left;">Current Items Checked Out</span> <span style="float:right;"><a class="hide_me" href="javascript:;">Export List</a></span></div>
+  <div style="clear:both;"></div>
+  
+  <div id='checked_main'>
+   <table cellpadding='0' cellspacing='0' border='0' style="padding:8px 0px 6px 0px;"><tr>
+       <td><a href="javascript:;" onclick="myOPACRenewSelected();">Renew Selected Titles</a></td>
+       <td style="padding-left:9px;"><a class="hide_me" href="javascript:;"><img alt="Save" src="/opac/skin/kcls/graphics/save-btn.png" /></a></td>
+       <td style="padding-left:5px;"><a href="javascript:;" onclick="alert('To Renew an individual title, select box and click Renew Selected Titles');"><img alt="Renewing Help" src="/opac/skin/kcls/graphics/question-mark.png" /></a></td>
+   </tr></table>
+   <table id="acct_checked_main_header" cellpadding='0' cellspacing='0' border='0'><tr>
+   <td width="1%" style="padding-left:10px;"><input type="checkbox" id="check_all_checked" onclick="checkAll($('checked_temp_parent'), this.id);" /></td>
+   <td width="40%" style="padding-left:5px;"><span title="Click to sort" onclick="sortChecked('title');" style="cursor:pointer;">Title</span> / <span title="Click to sort" onclick="sortChecked('author');" style="cursor:pointer;">Author</span></td>
+   <td width="8%" style="padding-right:5px;" align="center"><span title="Click to sort" onclick="sortChecked('renews');" style="cursor:pointer;">Renews<br />Left</span></td>
+   <td width="13%" style="padding-left:5px;"><span title="Click to sort" onclick="sortChecked('due');" style="cursor:pointer;">Due Date</span></td>
+   <td width="16%"><span title="Click to sort" onclick="sortChecked('barcode');" style="cursor:pointer;">barcode</span></td>
+   <td width="22%"><span title="Click to sort" onclick="sortChecked('cn');" style="cursor:pointer;">call number</span></td>
+   </tr></table>
+   
+ <div id="checked_temp_parent">
+   <div id="acct_checked_temp">
+       <table cellpadding='0' cellspacing='0' border='0' style="margin-top:5px;"><tr>
+         <td width="1%" style="padding-left:10px;" valign="top"><input type="checkbox" name="check_all_checked" /></td>
+         <td width="40%" style="padding-left:5px;padding-bottom:10px;" name="author"><a href="javascript:;" name="title"></a></td>
+         <td width="8%" name="renewals" align="center"></td>
+         <td width="13%" style="padding-left:5px;" name="due_date"></td>
+         <td width="16%" name="barcode"></td>
+         <td width="22%" name="call_number"></td>
+       </tr></table>
+   </div>
+ </div>
+ </div>
+  
+  <div id='checked_hist' class="hide_me" style="padding-top:8px;">
+   <table id="acct_checked_hist_header" cellpadding='0' cellspacing='0' border='0' width='100%'><tr>
+       <td width="45%" style="padding-left:15px;"><span title="Click to sort" onclick="sortCheckedHist('title');" style="cursor:pointer;">Title</span> / <span title="Click to sort" onclick="sortCheckedHist('author');" style="cursor:pointer;">Author</span></td>
+       <td width="22%" style="white-space:nowrap;padding-left:5px;"><span title="Click to sort" onclick="sortCheckedHist('cn');" style="cursor:pointer;">Call Number</span></td>
+       <td width="11%"><span title="Click to sort" onclick="sortCheckedHist('checkout');" style="cursor:pointer;">Checkout</span></td>
+       <td width="11%"><span title="Click to sort" onclick="sortCheckedHist('due');" style="cursor:pointer;">Due Date</span></td>
+       <td width="11%"><span title="Click to sort" onclick="sortCheckedHist('returned');" style="cursor:pointer;">Returned</span></td>
+   </tr></table>
+   
+       <table cellpadding='0' cellspacing='0' border='0' style="margin-top:5px;" width="100%"><tbody id="acct_checked_hist_parent"><tr id="acct_checked_hist_temp">
+         <td width="45%" style="padding-left:15px;padding-bottom:10px;"><a href="javascript:;" name="title"></a> / <span name="author"></span></td>
+         <td width="22%" style="padding-left:5px;" name="call_number"></td>
+         <td width="11%" name="checkout"></td>
+         <td width="11%" name="due_date"></td>
+         <td width="11%" name="returned" nowrap="nowrap" style="white-space:nowrap;"></td>
+       </tr></tbody></table>
+  </div>
+
+       <div id='non_cat_circs_div' class='hide_me'>
+               <br/>
+               <div style='text-align: center'><b>&myopac.common.other.circ;</b></div>
+               <table class='data_grid' width='100%'>
+                       <thead>
+                               <tr>
+                                       <td>&myopac.checked.circ.lib;</td>
+                                       <td>&myopac.checked.item.type;</td>
+                                       <td>&myopac.checked.circ.time;</td>
+                               </tr>
+                       </thead>
+                       <tbody id='non_cat_circs_tbody'>
+                               <tr id='non_cat_circs_row'>
+                                       <td name='circ_lib'/>
+                                       <td name='item_type'/>
+                                       <td name='circ_time'/>
+                               </tr>
+                       </tbody>
+               </table>
+       </div>
+       
+       <div id='myopac_renew_success' class='hide_me'>&myopac.checked.renew.success;</div>
+       <span class='hide_me' id='myopac_renew_confirm'>&myopac.checked.renew.confirm;</span>
+       <span class='hide_me' id='myopac_renew_fail'>&myopac.checked.renew.fail;</span>
+   <span class='hide_me' id='myopac_renew_fail2'>&myopac.checked.renew.fail2;</span>
+</div>
+<![CDATA[<!-- ****************** end: myopac_checked.xml ***************************** -->]]>
+