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

Unified Diff: chrome/common/extensions/docs/templates/private/intro_table.html

Issue 18323018: Linking AvailabilityFinder with APIDataSource and intro-table templates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with master Created 7 years, 5 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/templates/private/intro_table.html
diff --git a/chrome/common/extensions/docs/templates/private/intro_table.html b/chrome/common/extensions/docs/templates/private/intro_table.html
new file mode 100644
index 0000000000000000000000000000000000000000..c6f9e54c97a762d4c92a8fe2138388ed7560c49a
--- /dev/null
+++ b/chrome/common/extensions/docs/templates/private/intro_table.html
@@ -0,0 +1,20 @@
+<table class="intro">
+ {{#api.intro_list}}
+ <tr>
+ <td>
+ <strong>{{title}}:</strong>
+ </td>
+ <td>
+ {{#content}}
+ {{?link}}<a href="{{link}}">{{/link}}
+ {{?class}}<span class="{{class}}">{{/class}}
+ {{?text}}{{{text}}}{{/text}}
+ {{?partial}}{{+partial content:content}}{{/partial}}
+ {{?class}}</span>{{/class}}
+ {{?link}}</a>{{/link}}
+ <br>
+ {{/content}}
+ </td>
+ </tr>
+ {{/api.intro_list}}
+</table>

Powered by Google App Engine
This is Rietveld 408576698