Annotation of aboutconfig/www/project_nav.html, revision 1.1
1.1 ! petejc 1: <h1 class="project-name" id="content">aboutconfig</h1>
! 2:
! 3: <table id="project-navigation">
! 4:
! 5: <!--
! 6: <tbody id="sub-projects" class="project-navigations">
! 7: <tr>
! 8: <th scope="row">subprojects:</th>
! 9: <td class="navigation-list">
! 10: <a class="first-item" href="/subprojectdir/index.html">subproject name</a>
! 11: <a href="/subprojectpage.html">subproject name</a>
! 12: </td>
! 13: </tr>
! 14: </tbody>
! 15: -->
! 16:
! 17: <tbody id="resources" class="project-navigations">
! 18: <tr>
! 19: <th scope="row">resources:</th>
! 20: <td class="navigation-list">
! 21: <a class="first-item" href="/index.html">Home</a>
! 22: <a href="/list.html">Mailing List</a>
! 23: <a href="/installation.html">Installation</a>
! 24: <a href="/source.html">Source Code</a>
! 25: <a href="/members.html">Members</a>
! 26: <!--
! 27: <a href="/bugs.html">Bugs</a>
! 28: -->
! 29: <a href="/screenshots.html">Screenshots</a>
! 30: </td>
! 31: </tr>
! 32: </tbody>
! 33: </table>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>