|
From: <joe...@us...> - 2002-11-10 16:56:21
|
Update of /cvsroot/nmock/website/decorators In directory usw-pr-cvs1:/tmp/cvs-serv11226/decorators Modified Files: main.jsp Log Message: Added page on sourcecode access. Switched h3 tags to h4 Index: main.jsp =================================================================== RCS file: /cvsroot/nmock/website/decorators/main.jsp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** main.jsp 10 Nov 2002 16:31:06 -0000 1.3 --- main.jsp 10 Nov 2002 16:56:18 -0000 1.4 *************** *** 70,73 **** --- 70,74 ---- <div><small><a href="./index.html">Overview</a></small></div> <div><small><a href="./team.html">Project Team</a></small></div> + <div><small><a href="./source.html">Source Code</a></small></div> <div><small><a href="./license.html">License</a></small></div> <div><small><a href="./download.html">Download</a></small></div> *************** *** 87,90 **** --- 88,92 ---- <div class="app"> + <h3><decorator:title default="NMock"/></h3> <decorator:body/> |