1:
2: <!-- ***************** INFO/NEWS *************** -->
3: <div id="infoTabs">
4: <div class="infoTab" id="whats-new">
5: <h5 class="infoHeader">What's New</h5>
6: <ul>
7: <li>News item goes here</li>
8: <li>More news item goes here</li>
9: <li><a href="http://mozdev.org/">mozdev.org</a></li>
10: </ul>
11: </div>
12:
13: <div class="infoTab" id="other-stuff">
14: <h5 class="infoHeader">Other Stuff</h5>
15: <ul>
16: <li>stuff goes here</li>
17: <li>more stuff goes here</li>
18: </ul>
19: </div>
20:
21: <!-- alternative image/table base tab works better in NS4 -->
22: <!--
23: <div class="infoTab" id="whats-new-image">
24: <h5 class="infoHeader"><img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" alt="What's New"></h5>
25: <div class="infoItems">
26: <div>News item goes here</div>
27: <div>More news item goes here</div>
28: <div><a href="http://mozdev.org/">mozdev.org</a></div>
29: </div>
30: </div>
31: -->
32: </div>
33: <!-- ***************** INFO/NEWS *************** -->
34:
35: <!-- MAIN CONTENT -->
36: <p>The <strong>cdn</strong> project content goes here.</p>
37:
38: <p><strong>Note:</strong> If you want to add an area for user feedback to any of your pages, take a look at the <a href="notes.html">notes.html</a>
39: template.</p>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>