| OLD | NEW |
| 1 » » <div id="main" role="main"> | 1 » <hr> |
| 2 » » » <article> | 2 |
| 3 » » » » {{ content }} | 3 » <footer> |
| 4 » » » </article> | 4 » » <div class="row"> |
| 5 » » » <div class="span8 offset2"> |
| 6 » » » » <p> |
| 7 » » » » Except as otherwise <a href="http://code.googl
e.com/policies.html#restrictions">noted</a>, the content of this page is license
d under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commo
ns Attribution 3.0 License</a>, and code samples are licensed under the <a href=
"http://code.google.com/google_bsd_license.html">BSD License</a>. |
| 8 » » » » </p> |
| 9 » » » » <p> |
| 10 » » » » » <a href="/tos.html">Terms of Service</a>
— |
| 11 » » » » » <a href="http://www.google.com/intl/en/p
olicies/privacy/">Privacy Policy</a> |
| 12 » » » » </p> |
| 13 » » » </div> |
| 5 </div> | 14 </div> |
| 6 | |
| 7 <footer> | |
| 8 <p> | |
| 9 Except as otherwise <a href="http://code.google.com/po
licies.html#restrictions">noted</a>, the content of this page is licensed under
the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Comm
ons Attribution 3.0 License</a>, and code samples are licensed under the <a href
="http://code.google.com/google_bsd_license.html">BSD License</a>. | |
| 10 </p> | |
| 11 <p> | |
| 12 <a href="/tos.html" style="border-right: 1px sol
id black; padding-right: 5px">Terms of Service</a> | |
| 13 <a href="http://www.google.com/intl/en/policies/
privacy/">Privacy Policy</a> | |
| 14 </p> | |
| 15 </footer> | 15 </footer> |
| 16 | 16 |
| 17 » </div> | 17 » </div> <!-- /.container --> |
| 18 | 18 |
| 19 » <!--[if lt IE 7 ]> | 19 {% bundle %} |
| 20 » <script src="js/dd_belatedpng.js"></script> | 20 - /js/jquery-1.7.2.min.js |
| 21 » <script> DD_belatedPNG.fix('img, .png_bg');</script> | 21 - /js/bootstrap-tab.js |
| 22 » <![endif]--> | 22 - /js/bootstrap-dropdown.js |
| 23 - /js/bootstrap-collapse.js |
| 24 - /js/scripts.js |
| 25 {% endbundle %} |
| 23 | 26 |
| 24 </body> | 27 </body> |
| 25 </html> | 28 </html> |
| OLD | NEW |