Added some terms
[koha.git] / koha-tmpl / intranet-tmpl / default / zh-TW / includes / acquisitions-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2 <!--Authored by rachel@katipo.co.nz 104:38 1/11/99-->
3 <!--updated by rachel@katipo.co.nz 12:24 12/01/00-->
4 <!--updated by chris@katipo.co.nz 1/3/00-->
5 <!--renamed by saas@users.sf.net 21/04/02 "aquisitions" to "acquisitions" -->
6
7 <html>
8 <head>
9 <title>KOHA: INTRANET: Acquisitions</title>
10 <meta http-equiv="Content-Type" content="text/html; charset=big5">
11
12 <style type="text/css">
13 <!--
14 select,option {font-size:12px}
15 -->
16
17 </style>
18
19 <SCRIPT LANGUAGE="JavaScript">
20 // go to page selected from options menu
21
22 function leapto(form) {
23 var myindex=form.dest.selectedIndex
24 parent.location.href=(form.dest.options[myindex].value);
25 }
26
27           //
28    
29 if (document.images){
30
31 menu=new Image;
32 menu.src ="/images/acq-acq.gif"
33
34 }
35
36
37         //
38 //adder
39
40
41 //display tidys up a number for display: hopefully leaving 2 decimal points
42
43 function display(numb){
44   if (parseInt(numb)){
45     if (numb== Math.round(numb)){
46       return ( numb + ".00")
47     }
48     else {
49       numb=(numb + "0");
50       return (numb.substring(0,(numb.indexOf(".")+3)))
51     }
52   }
53   else{
54     return "0.00"
55   }
56 }
57 // update -- the main function
58
59 function update(f){
60   z=0;
61   total=0;
62   count=0;
63   subtotal=0;
64   discount=0;
65   q=f.length-5;
66   while (z < q){
67 //     f.elements[z].value=z;
68     z++;
69     //skip rrp for now
70     est = parseFloat(f.elements[z].value);
71     z++;
72     quant = parseInt(f.elements[z].value);
73     z++;
74     booktotal= est*quant;
75     f.elements[z].value=display(booktotal);
76     subtotal = subtotal + booktotal;
77     z++;
78     z++;
79     z++;
80   }
81   GST=subtotal*0.125;
82   total=subtotal+GST;
83   f.subtotal.value = display(subtotal);
84   f.gst.value =display(GST);
85   f.grandtotal.value =display(total);
86 }
87     
88     //-->
89     
90 </script>
91
92 </head>
93 <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
94 marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
95
96
97 <!--HDL Colours
98         Yellow = ffcc00 
99         light blue = ccccff
100         bright blue links = 0000ff
101         aubergine = 663266 
102         light green/grey = cccc99
103 -->
104
105 <!------------------------MENUS-------------------------------->
106
107 <table cellpadding=0 cellspacing=0 width="100%" border=0>
108 <tr bgcolor=ffcc00  >
109
110         <td valign=top >
111         <table cellpadding=0 cellspacing=0  border=0 height=29>
112         <tr valign=top bgcolor=ffcc00 >
113         <td background="/images/catalogue-spot-1.gif" width="224" 
114         height="29"><font size=1 face="arial"><img src="/images/holder.gif" width=210 height=4 alt=" " hspace=0 vspace=0><br>
115         <img src="/images/holder.gif"
116         width=35 height=21 align=left alt=" " hspace=0 vspace=0><font size="+1">KOHA: <a href="/cgi-bin/koha/mainpage.pl">¥D¿ï³æ</a></font><br>
117         <img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 vspace=0></FONT></td>
118         
119         </TR></TABLE></TD>
120
121         <td  valign=bottom align=right><img src="/images/holder.gif"
122           WIDTH=1  HEIGHT=38 HSPACE=0 vspace=0></td>
123
124         <td  valign=bottom align=right>
125         <table cellpadding=0 cellspacing=0  border=0 height=29><tr><td><img src=/images/acq-acq.gif     border="0" name=menu usemap="#map" HSPACE=0 vspace=0 ></td>
126         
127         </TR></TABLE></TD>
128 </tr>
129
130 <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
131
132 </table>
133
134
135 <map name="map">
136 <area shape="rect" coords="18,8,84,27" href="/cgi-bin/koha/catalogue-home.pl" alt="Catalogue" onMouseOver="if(document.images)document.menu.src='/images/acq-cat.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
137
138 <area shape="rect" coords="94,8,149,28" href="/cgi-bin/koha/members-home.pl" alt="Members" onMouseOver="if(document.images)document.menu.src='/images/acq-mem.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
139
140 <area shape="rect" coords="154,9,212,29" alt="Acquisitions"   href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" onMouseOver="if(document.images)document.menu.src='/images/acq-acq.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
141
142 <area  shape="rect"alt="Reports"  coords="217,7,289,27"href="/cgi-bin/koha/reports-home.pl" onMouseOver="if(document.images)document.menu.src='/images/acq-rep.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
143
144 <area shape="rect" coords="306,8,352,27" href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation" onMouseOver="if(document.images)document.menu.src='/images/acq-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
145
146 <area  shape="rect" alt="Home" coords="374,9,419,29" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/acq-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
147 <area shape="default" nohref>
148 </map>
149
150 <BLOCKQUOTE>