]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/serial/pattern_wizard.xul
Teach the i18n Makefile how to handle serial.properties
[working/Evergreen.git] / Open-ILS / xul / staff_client / server / serial / pattern_wizard.xul
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
3 <?xml-stylesheet href="/xul/server/skin/global.css" type="text/css"?>
4 <?xml-stylesheet href="/xul/server/skin/serial.css" type="text/css"?>
5 <!DOCTYPE window PUBLIC "" ""[
6     <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
7 ]>
8 <?xul-overlay href="/xul/server/OpenILS/util_overlay.xul"?>
9 <?xul-overlay href="/xul/server/serial/pattern_wizard_overlay.xul"?>
10
11 <window id="pattern_wizard_win"
12     title="Pattern Code Wizard"
13     onload="try{my_init();font_helper();persist_helper();}catch(E){alert(E);}"
14     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
15
16     <script type="text/javascript">
17         var myPackageDir = "open_ils_staff_client";
18         var IAMXUL = true;
19         var g = {};
20     </script>
21
22     <scripts id="openils_util_scripts" />
23
24     <!-- JSAN is still needed for font_helper stuff, but I'm going to try
25         not to use it otherwise.  -->
26     <script type="text/javascript" src="/xul/server/main/JSAN.js" />
27
28     <messagecatalog id="serialStrings"
29         src="/xul/server/locale/<!--#echo var='locale'-->/serial.properties" />
30
31     <commandset />
32     <box id="pattern_wizard_main" />
33 </window>