Files
alfresco-ng2-components/demo-shell-ng2/app/components/patients/createpatient.component.html
Mario Romano 2f941c95a5 #502 #535 #538
2016-08-12 12:09:03 +01:00

21 lines
960 B
HTML

<div class="mdl-card__title title container-title-details">
<h2 class="mdl-card__title-text title-details">Create Patient</h2>
</div>
<div class="user-image-wrap">
<img class="image-cell"
src="{{imgSrc}}">
</div>
<div class="upload-photo-button">
<alfresco-upload-button [showUdoNotificationBar]="true"
[uploaddirectory]="'Shared'"
[currentFolderPath]="'Shared'"
[uploadFolders]="false"
[multipleFiles]="false"
[acceptedFilesType]="'.jpg,.gif,.png,.svg'"
[staticTitle]="'Upload Picture'"
(onSuccess)="fileUploaded($event)">
</alfresco-upload-button>
</div>
<activiti-form [formName]="'Health_User_Form'" (saveOption)='saveMetadata($event)' [data]="metadata" [showTitle]="false"
[showRefreshButton]="false" ></activiti-form>