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

Unified Diff: chrome/common/extensions/docs/server2/templates/articles/notifications.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/notifications.html
===================================================================
--- chrome/common/extensions/docs/server2/templates/articles/notifications.html (revision 150606)
+++ chrome/common/extensions/docs/server2/templates/articles/notifications.html (working copy)
@@ -1,7 +1,7 @@
-<div id="pageData-name" class="pageData">Desktop Notifications</div>
-<div id="pageData-showTOC" class="pageData">true</div>
+<h1>Desktop Notifications</h1>
-<!-- BEGIN AUTHORED CONTENT -->
+
+
<p>
Use desktop notifications to notify users that something
important has happened.
@@ -11,13 +11,13 @@
and where they're shown depend on the platform.
</p>
-<img src="../images/notification-windows.png"
+<img src="{{static}}/images/notification-windows.png"
width="28%" style="margin:2em 0.5em 1em; border:1px solid black;"
alt="Notifications on Microsoft Windows"/>
-<img src="../images/notification-mac.png"
+<img src="{{static}}/images/notification-mac.png"
width="28%" style="margin:2em 0.5em 1em; border:1px solid black;"
alt="Notifications on Mac OS X"/>
-<img src="../images/notification-linux.png"
+<img src="{{static}}/images/notification-linux.png"
width="28%" style="margin:2em 0.5em 1em; border:1px solid black;"
alt="Notifications on Ubuntu Linux"/>
@@ -122,6 +122,4 @@
</pre>
<p>For complete API details,
-see the <a href="http://dev.chromium.org/developers/design-documents/desktop-notifications/api-specification">Desktop notifications draft specification</a>.</p>
-
-<!-- END AUTHORED CONTENT -->
+see the <a href="http://dev.chromium.org/developers/design-documents/desktop-notifications/api-specification">Desktop notifications draft specification</a>.</p>

Powered by Google App Engine
This is Rietveld 408576698