Hi All,
Thanks a lot. I did some trying, but I'm not professional for html, so
I just wrote two simple html scripts, like this:
1.modify /usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/
templates/index.html:
<html>
<frameset rows="5%,95%">
<frame src="/trac/list.html"/>
<frame src="/trac/test"/>
</frameset>
</html>
2.add /usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/
templates/list.html
list.html:
<html>
<body>
<a href="test">TEST1</a>
<a href="test2">TEST2</a>
</body>
</html>
3. then project homepage show two frames that I wanted, but apache
could not find file list.html, show "GET /trac/list.html HTTP/1.1" 404
error in its access.log, and top frame show error msg "Environment not
found" in browser.
Need more help, thank everyone.
TankE.
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.