CVS: koha-html/opac-html/members index.html,1.1.1.1,1.2 error.html,1.1.1.1,NONE jo.html,1.1.1.1,NONE test.html,1.1.1.1,NONE
Update of /cvsroot/koha/koha-html/opac-html/members In directory usw-pr-cvs1:/tmp/cvs-serv16954 Modified Files: index.html Removed Files: error.html jo.html test.html Log Message: Cleaning out cruft Index: index.html =================================================================== RCS file: /cvsroot/koha/koha-html/opac-html/members/index.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** index.html 4 Feb 2001 20:52:50 -0000 1.1.1.1 --- index.html 26 Apr 2002 11:52:59 -0000 1.2 *************** *** 1,148 **** ! <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> ! <!--Authored by rachel@katipo.co.nz 01:47 24/12/99--> ! ! <script language="javascript" type="text/javascript"> ! <!-- ! ! ! //define common messages ! ! requested = 'This is a popular item.<p> Someone else has requested it next, so we\'re sorry but you\'re not able to renew it.'; ! renew_start = 'You are renewing the item <b>'; ! renew_end = '</b> for 1 more week. <p>It will now be due on <b>1 February 2000</b>.'; ! ! ! //other initialisations ! ! window.name="main"; ! ! //functions ! ! //messenger expects (X,Y,etc,action) ! // X = box width ! // Y = box height ! // etc = the words (including hidden inputs) ! // action = the form action ! ! ! function messenger(X,Y,etc,action){ ! win=window.open("","message","height="+X+",width="+Y+",left=150,top=50,screenX=150,screenY=50,resizable"); ! win.focus(); ! win.document.close(); ! if (action) {win.document.writeln("<html><body link='#333333' bgcolor='#99cccc' text='#000000'><form method=get target=main action='" + action + "' onsubmit='setTimeout(\"self.close()\",500)'><font size=3><p><br>")} ! else {win.document.writeln("<html><body link='#333333' bgcolor='#99cccc' text='#000000'><form onsubmit='self.close()'><font size=3><p><br>")}; ! win.document.writeln(etc); ! win.document.write("<center><p><input type=submit value=' OK '> ") ! if (action) win.document.writeln("<input type=button onclick='self.close()' value=cancel>"); ! win.document.writeln("</center></font></form></body></html>"); ! ! } ! ! function update(){ ! win2=window.open("","update","height=310,width=330,left=150,top=50,screenX=150,screenY=50,resizable"); ! win2.focus(); ! win2.document.close(); ! win2.document.writeln("<html><body link='#333333' bgcolor='#99cccc' text='#000000'><form name=frusin method=get target=main action='next.html' onsubmit='if(document.frusin.address.value.length<6){opener.messenger(120,200,\"You must supply an address!\"); return false} else setTimeout(\"self.close()\",500)'><font size=3><p><br>") ! win2.document.writeln('<h5>Rosalie Jo Leonard</h5>Please change any details that are no longer correct.<p><table width=100% cellspacing=0 cellpadding=4 border=0 bgcolor="fae2c9"><tr><td>Address:</td><td><input type=text size=25 name=address value=\'10 Bath St, Levin\'></td></tr><tr><td>Home Phone:</td><td><input type=text size=12 name=home_phone value=\'06 333 3333\'></td></tr><tr><td>Work Phone:</td><td><input type=text size=12 name=work_phone value=\'06 444 4444\'></td></tr><tr><td>email:</td><td><input type=text size=20 name=work_phone value=\'jo@levin.org.nz\'></td></tr></table>'); ! win2.document.writeln("<center><p><input type=submit value=' OK '> <input type=button value=Clear onclick='for(z=0;z<document.frusin.length-3;z++){document.frusin.elements[z].value =\"\"}'> <input type=button onclick='self.close()' value=Cancel></center>"); ! win2.document.writeln("</font></form></body></html>"); ! ! } ! ! ! function fines(){ ! win2=window.open("fines.html","fines","height=232,width=250,left=150,top=50,screenX=150,screenY=50,resizable"); ! } ! ! ! //--> ! </script> ! ! <!--#include virtual="/includes/members-top.inc"--> ! ! ! <table align=right cellpadding=10 cellspacing=0 border=1 width=200 > ! <tr bgcolor="#fecc99" > ! <td><b>ARE OUR RECORDS CORRECT?</B></td></tr> ! <tr> ! <td><font size=1 face="arial,helvetica"> ! Library Card: #123456. <p> ! Rosalie Jo Leonard (Ms)<br> ! 10 Bath St, Levin <br> ! 06-333 3333 (hm) ! <br> ! 06-444 4444 (wk)<br> ! ! E-mail jo@levin.org.nz<p> ! ! You are the guarantor for <b><a href="jo.html">Jo Leonard, Bruce Leonard and Constance Jones</A></b>. ! <P> ! Are any of our records incorrect? Have you moved recently, got a new phone number or e-mail address?<p> ! ! <A HREF="error.html" onclick="update(); return false">Update Details</a> ! ! </td></tr></table> ! ! ! ! <font size=6><em>Hi Rosalie</em></font><p> ! ! ! ! <P>We are still developing these services, but would love to know what you'd like to see here, so feel free to send us your feedback - koha@library.org.nz</P> ! ! ! ! <table cellpadding=10 cellspacing=0 border=1 > ! <tr bgcolor="#fecc99" > ! <td><font face="arial,helvetica"><B>You have Outstanding charges and fines of <A HREF="error.html" onclick="fines(); return false">$4.00</B></font><P></td></tr></table> ! ! ! <p> ! ! ! <TABLE CELLPADDING=10 CELLSPACING=0 border=0 > ! ! <TR VALIGN=TOP bgcolor="#99cccc"> ! <TD><B>Summary of Account</B></TD> ! <TD><B>Due</B></TD> ! <TD><B>Charges to date</B></TD> ! <TD><B>Status</B></TD> ! </TR> ! ! ! ! <TR VALIGN=TOP > ! <TD><font color='red'>Christmas made hard</font></TD> ! <TD>1/12/99</TD> ! <TD>$30.00</TD> ! <TD>Overdue -<A HREF="error.html" onclick="messenger(200,250,requested); return false">Requested</a></TR> ! <!-- ^^ test value only - in actual fact requested items will have no action value--> ! <TR VALIGN=TOP bgcolor="fae2c9"> ! <TD><font color='red'>Christmas made easy</font></TD> ! <TD>1/1/99</TD> ! <TD>$3.00</TD> ! <TD>Overdue -<A HREF="error.html" onclick="messenger(200,250,requested); return false">Requested</a></TR> ! ! ! <TR VALIGN=TOP > ! <TD><font color='red'>Christmas made hard</font></TD> ! <TD>1/12/99</TD> ! <TD>2.20</TD> ! <TD>Overdue -<A HREF="error.html" onclick="messenger(200,250,requested); return false">Requested</a></TR> ! ! <TR VALIGN=TOP bgcolor="fae2c9"> ! <TD><font color='red'>Dogs - a drivers manual</font></TD> ! <TD>11/12/99</TD> ! <TD>-</TD> ! <TD>Overdue -<A HREF="error.html" onclick="messenger(200,250, renew_start + 'Dogs- a drivers manual' + renew_end + '<input type=hidden name=renew value=\'Dogs - a drivers manual\'><input type=hidden name=borrower value=user#>','renewal-opac.pl'); return false">Renew</a></TR> ! <!-- probably ^^ this value should be a catalogue number--> ! <TR VALIGN=TOP> ! <TD>Christmas made easy</TD> ! <TD>1/4/2000</TD> ! <TD>-</TD> ! <TD>Issued -<A HREF="error.html" onclick="messenger(200,250, renew_start + 'Christmas made Easy' + renew_end + '<input type=hidden name=renew value=\'Christmas made easy\'><input type=hidden name=borrower value=user#>','http://sunflowerimages.co.nz/cgi-bin/search.pl'); return false">Renew</a></TR> ! ! </table> ! ! <!--#include virtual="/includes/opac-bottom.inc"--> --- 1,3 ---- ! <html> ! place holder, members section will go here ! </html> --- error.html DELETED --- --- jo.html DELETED --- --- test.html DELETED ---
participants (1)
-
Chris Cormack