[Koha-cvs] CVS: koha/koha-tmpl intranet.html,NONE,1.1 opac.html,NONE,1.1 index.html,1.1,1.2

Paul POULAIN tipaul at users.sourceforge.net
Tue Mar 18 15:17:59 CET 2003


Update of /cvsroot/koha/koha/koha-tmpl
In directory sc8-pr-cvs1:/tmp/cvs-serv17394

Modified Files:
	index.html 
Added Files:
	intranet.html opac.html 
Log Message:
/koha-tmpl/ is now the documentroot for opac and intranet pages (remember koha-html is deprecated and should be removed very soon)
the index.html shows just 2 links : 1 to intranet.html, the other to opac.html.
during buildrelease, intranet.html is moved to intranet document root and renamed to index.html, same thing for opac.html with opac documentroot.
with this trick, you can have a "cvs" install, and a clean "official" install


--- NEW FILE ---
<html>
<head>
<meta http-equiv="refresh" content="0; url=/cgi-bin/koha/mainpage.pl">
</head>
<body bgcolor=white>
<table border=0 width=100% height=100%>
<tr><td align=center valign=center>
<img src=/images/kohasplash.jpg>
</td></tr>
</table>
</body>
</html>

--- NEW FILE ---
<html>
<head>
<meta http-equiv="refresh" content="0; url=/cgi-bin/koha/opac-main.pl">
</head>
<body bgcolor=white>
<table border=0 width="100%" height="100%">
<tr><td align=center valign=center>
<img src=/images/kohasplash.jpg>
</td></tr>
</table>
</body>
</html>

Index: index.html
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** index.html	6 Mar 2003 08:58:41 -0000	1.1
--- index.html	18 Mar 2003 14:17:56 -0000	1.2
***************
*** 1,12 ****
  <html>
! <head>
! <meta http-equiv="refresh" content="0; url=/cgi-bin/koha/mainpage.pl">
! </head>
! <body bgcolor=white>
! <table border=0 width=100% height=100%>
! <tr><td align=center valign=center>
! <img src=/images/kohasplash.jpg>
! </td></tr>
! </table>
  </body>
! </html>
--- 1,6 ----
  <html>
! <body>
! <a href="intranet.html">Intranet</a>
! <a href="opac.html">OPAC</a>
  </body>
! </html>
\ No newline at end of file





More information about the Koha-cvs mailing list