mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
- improve feature list UI (remove bullet styles, improve icon and text positioning) - improve card headers (icons and text positioning)
188 lines
8.8 KiB
HTML
188 lines
8.8 KiB
HTML
<!-- DOCUMENT LIST-->
|
|
<div class="demo-card-square mdl-card mdl-shadow--2dp home-cards">
|
|
<div class="mdl-card__title mdl-card--expand" routerLink="/files">
|
|
<h2 class="mdl-card__title-text">
|
|
<i class="material-icons home--card__icon">dvr</i>
|
|
<span>DocumentList - ECM</span>
|
|
</h2>
|
|
</div>
|
|
<div class="mdl-card__supporting-text">
|
|
Demonstrates multiple Alfresco ECM components used together to show the files of you ECM instance :
|
|
<ul class="home--feature-list">
|
|
<li>
|
|
<i class="material-icons home--feature-list__icon">brightness_1</i>
|
|
<span class="home--feature-list__text">Comunication with the Rest Api and core services</span>
|
|
<a href="https://www.npmjs.com/package/ng2-alfresco-core" target="_blank">ng2-alfresco-core</a>
|
|
</li>
|
|
<li>
|
|
<i class="material-icons home--feature-list__icon">dvr</i>
|
|
<span class="home--feature-list__text">Document List</span>
|
|
<a href="https://www.npmjs.com/package/ng2-alfresco-documentlist" target="_blank">ng2-alfresco-documentlist</a>
|
|
</li>
|
|
<li>
|
|
<i class="material-icons home--feature-list__icon">file_upload</i>
|
|
<span class="home--feature-list__text">Upload</span>
|
|
<a href="https://www.npmjs.com/package/ng2-alfresco-upload" target="_blank">ng2-alfresco-upload</a>
|
|
</li>
|
|
<li>
|
|
<i class="material-icons home--feature-list__icon">view_module</i>
|
|
<span class="home--feature-list__text">DataTable</span>
|
|
<a href="https://www.npmjs.com/package/ng2-alfresco-datatable" target="_blank">ng2-alfresco-datatable</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- ACTIVITI-->
|
|
<div class="demo-card-square mdl-card mdl-shadow--2dp home-cards">
|
|
<div class="mdl-card__title mdl-card--expand" routerLink="/activiti">
|
|
<h2 class="mdl-card__title-text">
|
|
<i class="material-icons home--card__icon">apps</i>
|
|
<span>Activiti - BPM</span>
|
|
</h2>
|
|
</div>
|
|
<div class="mdl-card__supporting-text">
|
|
Demonstrates multiple Alfresco BPM components used together to show your BPM prorcess and tasks:
|
|
<ul class="home--feature-list">
|
|
<li>
|
|
<i class="material-icons home--feature-list__icon">brightness_1</i>
|
|
<span class="home--feature-list__text">Comunication with the Rest Api and core services</span>
|
|
<a href="https://www.npmjs.com/package/ng2-alfresco-core" target="_blank">ng2-alfresco-core</a>
|
|
</li>
|
|
<li>
|
|
<i class="material-icons home--feature-list__icon">view_module</i>
|
|
<span class="home--feature-list__text">App List</span>
|
|
<a href="https://www.npmjs.com/package/ng2-activiti-tasklist" target="_blank">ng2-activiti-apps</a>
|
|
</li>
|
|
<li>
|
|
<i class="material-icons home--feature-list__icon">view_headline</i>
|
|
<span class="home--feature-list__text">Task List</span>
|
|
<a href="https://www.npmjs.com/package/ng2-activiti-tasklist" target="_blank">ng2-activiti-tasklist</a>
|
|
</li>
|
|
<li>
|
|
<i class="material-icons home--feature-list__icon">view_headline</i>
|
|
<span class="home--feature-list__text">Process List</span>
|
|
<a href="https://www.npmjs.com/package/ng2-activiti-processlist" target="_blank">ng2-activiti-processlist</a>
|
|
</li>
|
|
<li>
|
|
<i class="material-icons home--feature-list__icon">view_quilt</i>
|
|
<span class="home--feature-list__text">Form</span>
|
|
<a href="https://www.npmjs.com/package/ng2-activiti-form" target="_blank">ng2-activiti-form</a>
|
|
</li>
|
|
<li>
|
|
<i class="material-icons home--feature-list__icon">pie_chart</i>
|
|
<span class="home--feature-list__text">Analytics</span>
|
|
<a href="https://www.npmjs.com/package/ng2-activiti-analytics" target="_blank">ng2-activiti-analytics</a>,
|
|
<a href="https://www.npmjs.com/package/ng2-activiti-diagrams" target="_blank">ng2-activiti-diagrams</a>
|
|
</li>
|
|
<li>
|
|
<i class="material-icons home--feature-list__icon">view_module</i>
|
|
<span class="home--feature-list__text">DataTable</span>
|
|
<a href="https://www.npmjs.com/package/ng2-alfresco-datatable" target="_blank">ng2-alfresco-datatable</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- DATATABLE-->
|
|
<div class="demo-card-square mdl-card mdl-shadow--2dp home-cards">
|
|
<div class="mdl-card__title mdl-card--expand" routerLink="/datatable">
|
|
<h2 class="mdl-card__title-text">
|
|
<i class="material-icons home--card__icon">view_module</i>
|
|
<span>DataTable-ECM&BPM</span>
|
|
</h2>
|
|
</div>
|
|
<div class="mdl-card__supporting-text">
|
|
Basic table component:
|
|
<ul class="home--feature-list">
|
|
<li>
|
|
<i class="material-icons home--feature-list__icon">brightness_1</i>
|
|
<span class="home--feature-list__text">Comunication with the Rest Api and core services</span>
|
|
<a href="https://www.npmjs.com/package/ng2-alfresco-core" target="_blank">ng2-alfresco-core</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- UPLOADER-->
|
|
<div class="demo-card-square mdl-card mdl-shadow--2dp home-cards">
|
|
<div class="mdl-card__title mdl-card--expand" routerLink="/uploader">
|
|
<h2 class="mdl-card__title-text">
|
|
<i class="material-icons home--card__icon">file_upload</i>
|
|
<span>Uploader - ECM</span>
|
|
</h2>
|
|
</div>
|
|
<div class="mdl-card__supporting-text">
|
|
Basic table uploader component for the ECM and BPM:
|
|
<ul class="home--feature-list">
|
|
<li>
|
|
<i class="material-icons home--feature-list__icon">brightness_1</i>
|
|
<span class="home--feature-list__text">Comunication with the Rest Api and core services</span>
|
|
<a href="https://www.npmjs.com/package/ng2-alfresco-core" target="_blank">ng2-alfresco-core</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- LOGIN-->
|
|
<div class="demo-card-square mdl-card mdl-shadow--2dp home-cards">
|
|
<div class="mdl-card__title mdl-card--expand" routerLink="/login">
|
|
<h2 class="mdl-card__title-text">
|
|
<i class="material-icons home--card__icon">account_circle</i>
|
|
<span>Login - ECM & BPM</span>
|
|
</h2>
|
|
</div>
|
|
<div class="mdl-card__supporting-text">
|
|
Login component for the ECM and BPM:
|
|
<ul class="home--feature-list">
|
|
<li>
|
|
<i class="material-icons home--feature-list__icon">brightness_1</i>
|
|
<span class="home--feature-list__text">Comunication with the Rest Api and core services</span>
|
|
<a href="https://www.npmjs.com/package/ng2-alfresco-core" target="_blank">ng2-alfresco-core</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- WEBSCRIPT-->
|
|
<div class="demo-card-square mdl-card mdl-shadow--2dp home-cards">
|
|
<div class="mdl-card__title mdl-card--expand" routerLink="/webscript">
|
|
<h2 class="mdl-card__title-text">
|
|
<i class="material-icons home--card__icon">extension</i>
|
|
<span>Webscript - ECM</span>
|
|
</h2>
|
|
</div>
|
|
<div class="mdl-card__supporting-text">
|
|
Shows and create webscripts in your ECM instance:
|
|
<ul class="home--feature-list">
|
|
<li>
|
|
<i class="material-icons home--feature-list__icon">brightness_1</i>
|
|
<span class="home--feature-list__text">Comunication with the Rest Api and core services</span>
|
|
<a href="https://www.npmjs.com/package/ng2-alfresco-core" target="_blank">ng2-alfresco-core</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- TAG-->
|
|
<div class="demo-card-square mdl-card mdl-shadow--2dp home-cards">
|
|
<div class="mdl-card__title mdl-card--expand" routerLink="/tag">
|
|
<h2 class="mdl-card__title-text">
|
|
<i class="material-icons home--card__icon">local_offer</i>
|
|
<span>Tag - ECM</span>
|
|
</h2>
|
|
</div>
|
|
<div class="mdl-card__supporting-text">
|
|
Shows and add tags to the node of your ECM instance:
|
|
<ul class="home--feature-list">
|
|
<li>
|
|
<i class="material-icons home--feature-list__icon">brightness_1</i>
|
|
<span class="home--feature-list__text">Comunication with Rest</span>
|
|
<a href="https://www.npmjs.com/package/ng2-alfresco-core" target="_blank">ng2-alfresco-core</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|