| Index: chrome/common/extensions/docs/server2/templates/articles/app_frameworks.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/server2/templates/articles/app_frameworks.html (revision 150606)
|
| +++ chrome/common/extensions/docs/server2/templates/articles/app_frameworks.html (working copy)
|
| @@ -1,6 +1,6 @@
|
| -<div id="pageData-name" class="pageData">MVC Architecture</div>
|
| -<div id="pageData-showTOC" class="pageData">true</div>
|
| +<h1>MVC Architecture</h1>
|
|
|
| +
|
| <p>
|
| As modern browsers become more powerful with rich features,
|
| building full-blown web applications in JavaScript is not only feasible,
|
| @@ -11,7 +11,7 @@
|
| deployed JavaScript code size has grown 45% over the course of the year.
|
| </p>
|
|
|
| -<img src="../images/jstransferrequests.png"
|
| +<img src="{{static}}/images/jstransferrequests.png"
|
| width="568"
|
| height="292"
|
| alt="JS transfer size and JS requests">
|
| @@ -54,7 +54,7 @@
|
| MVC is composed of three components:
|
| </p>
|
|
|
| -<img src="../images/mvc.png"
|
| +<img src="{{static}}/images/mvc.png"
|
| width="466"
|
| height="303"
|
| alt="model-view-controller">
|
| @@ -73,7 +73,7 @@
|
|
|
| <br>
|
|
|
| -<img src="../images/todos.png"
|
| +<img src="{{static}}/images/todos.png"
|
| width="444"
|
| height="366"
|
| alt="model-view-controller">
|
| @@ -326,5 +326,4 @@
|
| (By Nicolas Z. Zakas)</li>
|
| </ul>
|
|
|
| -<p class="backtotop"><a href="#top">Back to top</a></p>
|
| -
|
| +<p class="backtotop"><a href="#top">Back to top</a></p>
|
|
|