pip-webui
Version:
HTML5 UI for LOB applications
22 lines (20 loc) • 661 B
HTML
<h2 class="text-title tm0 bm24">{{:: 'FIRST_TEST_PAGE' | translate }}</h2>
<pre class="text-body1 color-window-bg p16">
<h3 class="text-subhead2 m0">{{:: 'CODE_TO_ADD_PAGE' | translate}}</h3>
<strong>JS:</strong>
<code class="language-js">
pipHelpProvider.addPage({
state: 'test',
title: {{:: 'TEST_HELP_PAGE' | translate }},
stateConfig: {
url: '/test',
auth: false,
templateUrl: 'help/help_test.html'
}
});
</code>
<strong>HTML {{:: 'TEMPLATE' | translate}}:</strong>
<code class="language-markup">
<h2>{{:: 'FIRST_TEST_PAGE' | translate }}</h2>
</code>
</pre>