Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1430)

Unified Diff: chrome/common/extensions/docs/server2/templates/articles/app_frameworks.html

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698