| 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>
|
|
|