Changeset 12 for bitstructures/trunk/templates/substructure/base.html
- Timestamp:
- 10/17/07 20:30:11 (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
bitstructures/trunk/templates/substructure/base.html
r6 r12 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 2 "http://www.w3.org/TR/html4/strict.dtd"> 3 1 4 <html> 2 5 … … 11 14 alt="Bitstructures"></a></div> 12 15 16 <div id="container"> 17 18 <div id="content-container"> 13 19 <div id="content"> 14 20 {% block content %}{% endblock %} 15 21 </div> 22 </div> 16 23 24 <div id="info-block-container"> 17 25 <div id="info-block"> 18 26 … … 38 46 39 47 </div> 48 </div> 49 50 </div> 40 51 41 52 </body>
