CVS: koha-html/intranet-html index.html,1.1.1.1,1.2
Update of /cvsroot/koha/koha-html/intranet-html In directory usw-pr-cvs1:/tmp/cvs-serv11687/koha-html/intranet-html Modified Files: index.html Log Message: Added circulation module to main librarian page. Index: index.html =================================================================== RCS file: /cvsroot/koha/koha-html/intranet-html/index.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** index.html 2001/02/04 20:52:45 1.1.1.1 --- index.html 2001/02/07 18:05:46 1.2 *************** *** 25,28 **** --- 25,30 ---- reports=new Image; reports.src ="/images/front-mouseover-reports.gif" + circulation=new Image; + circulation.src ="/images/front-mouseover-circulation.gif" } //--> *************** *** 52,57 **** <tr valign=top > ! <td background=" "><img src="images/holder.gif" width=236 height=42 alt=" " hspace=0 vspace=0 ></td> <td background=" "><img src="images/holder.gif" width=25 height=42 alt=" " hspace=0 vspace=0></td> --- 54,61 ---- <tr valign=top > ! <td background=" "><img src="images/holder.gif" width=186 height=42 alt=" " hspace=0 vspace=0 ></td> + <td background=" "><img src="images/holder.gif" width=30 height=42 + alt=" " hspace=0 vspace=0 ></td> <td background=" "><img src="images/holder.gif" width=25 height=42 alt=" " hspace=0 vspace=0></td> *************** *** 71,84 **** <tr valign=top > ! <td background=" " colspan=2><img src="images/holder.gif" width=1 height=1 hspace=0 vspace=0></td> ! <td background=" " colspan=4><a href="/catalogue/" onMouseOver="if(document.images)document.search.src='images/front-mouseover-search.gif'" onMouseOut="if(document.images)document.search.src='images/front-search.gif'"><img src="images/front-search.gif" width=320 height=37 name="search" hspace=0 vspace=0 border=0></a></td> - </tr> <FORM ACTION="/cgi-bin/koha/search.pl" method=post> <tr valign=top > ! <td background=" " rowspan=3 align="right" colspan=3><img src="images/holder.gif" width=1 height=35 alt=" " hspace=0 vspace=0><br> --- 75,87 ---- <tr valign=top > ! <td background=" " colspan=3><img src="images/holder.gif" width=1 height=1 hspace=0 vspace=0></td> ! <td background=" " colspan=4><a href="/catalogue/" onMouseOver="if(document.images)document.search.src='images/front-mouseover-search.gif'" onMouseOut="if(document.images)document.search.src='images/front-search.gif'"><img src="images/front-search.gif" width=320 height=37 name="search" hspace=0 vspace=0 border=0></a></td> </tr> <FORM ACTION="/cgi-bin/koha/search.pl" method=post> <tr valign=top > ! <td background=" " rowspan=3 align="right" colspan=4><img src="images/holder.gif" width=1 height=35 alt=" " hspace=0 vspace=0><br> *************** *** 129,133 **** <td></td> <td></td> ! <td background=" " colspan=4><A href="/acquisitions/" onMouseOver="if(document.images)document.acquisitions.src='images/front-mouseover-acquisitions.gif'" onMouseOut="if(document.images)document.acquisitions.src='images/front-acquisitions.gif'"><img src="images/front-acquisitions.gif" width=320 height=36 name="acquisitions" hspace=0 vspace=0 border=0></a><br> <img src="images/holder.gif" width=1 height=12 --- 132,137 ---- <td></td> <td></td> ! <td></td> ! <td background=" " colspan=4><A href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" onMouseOver="if(document.images)document.acquisitions.src='images/front-mouseover-acquisitions.gif'" onMouseOut="if(document.images)document.acquisitions.src='images/front-acquisitions.gif'"><img src="images/front-acquisitions.gif" width=320 height=36 name="acquisitions" hspace=0 vspace=0 border=0></a><br> <img src="images/holder.gif" width=1 height=12 *************** *** 144,149 **** <td></td> <td background=" " colspan=5> <A href="/reports/" onMouseOver="if(document.images)document.reports.src='images/front-mouseover-reports.gif'" onMouseOut="if(document.images)document.reports.src='images/front-reports.gif'"><img src="images/front-reports.gif" width=346 height=37 name="reports" ! hspace=0 vspace=0 border=0></a><p> <br> <font size=2 face="arial,helvetica" > --- 148,167 ---- <td></td> + <td></td> <td background=" " colspan=5> <A href="/reports/" onMouseOver="if(document.images)document.reports.src='images/front-mouseover-reports.gif'" onMouseOut="if(document.images)document.reports.src='images/front-reports.gif'"><img src="images/front-reports.gif" width=346 height=37 name="reports" ! hspace=0 vspace=0 border=0></a><br> ! <img src="images/holder.gif" width=1 height=12 ! alt=" " hspace=0 vspace=0 ></td> ! ! ! </tr> ! ! <!--------CIRCULATION-----> ! ! ! <tr valign=top > ! ! <td></td><td background=" " colspan=5> <A href="/cgi-bin/koha/circ/circulation.pl" onMouseOver="if(document.images)document.circulation.src='images/front-mouseover-circulation.gif'" onMouseOut="if(document.images)document.circulation.src='images/front-circulation.gif'"><img src="images/front-circulation.gif" width=346 height=37 name="circulation" ! hspace=0 vspace=0 border=0></a> <br> <font size=2 face="arial,helvetica" >
On Wed, 7 Feb 2001, Steve Tonnesen wrote:
retrieving revision 1.1.1.1 retrieving revision 1.2
I'm not much of a CVS expert. Am I supposed to do something to make the revision go to 1.1.1.2 instead of 1.2 during a cvs commit? I can't find anything in the man page about this, but I'm probably just missing the switch. Steve.
On Wed, Feb 07, 2001 at 10:08:10AM -0800, Tonnesen Steve said:
On Wed, 7 Feb 2001, Steve Tonnesen wrote:
retrieving revision 1.1.1.1 retrieving revision 1.2
I'm not much of a CVS expert. Am I supposed to do something to make the revision go to 1.1.1.2 instead of 1.2 during a cvs commit? I can't find anything in the man page about this, but I'm probably just missing the switch.
Ur guess is as good as mine :-) Im not too worried about it, but yes there must be some way to get it to go 1.1.1.2. Altho adding the circulation module is good enuff for a 1.2 for me :-) Chris
participants (3)
-
Chris Cormack -
Steve Tonnesen -
Tonnesen Steve