react app

This commit is contained in:
Mario Romano
2016-04-07 15:33:50 +01:00
parent f32e53a835
commit 2a8113835a
55 changed files with 17175 additions and 177 deletions

View File

@@ -26,6 +26,7 @@
<!--ALFRESCO CUSTOM WEBCOMPONENTS-->
<link rel="import" href="webcomponents/file-upload/file-upload.html">
<link rel="import" href="webcomponents/alfresco-file-list/src/alfresco-file-list.html">
<!--STYLES-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
@@ -44,6 +45,7 @@
<paper-icon-button class="search-header-search-icon" icon="search"></paper-icon-button>
</div>
</div>
<img className="nav-logo" src="http://facebook.github.io/react/img/logo.svg" width="60" height="60" />
<paper-menu-button>
<paper-icon-button icon="menu" class="dropdown-trigger"></paper-icon-button>
@@ -60,15 +62,12 @@
<div id="content">
<div id="example"></div>
</div>
</div>
</paper-scroll-header-panel>
</body>
<script src="build/helloworld.js"></script>
</html>