2021-08-01 06:06:59 +00:00
|
|
|
<form class="ds-form" name="deleteForm">
|
|
|
|
<div class="modal-header">
|
|
|
|
<h2 class="ds-title" data-cy="encuestaDeleteDialogHeading">Compartir encuesta</h2>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="modal-body">
|
|
|
|
<p class="ds-subtitle" id="jhi-delete-encuesta-heading">Puede copiar el enlace o compartirlo en redes sociales</p>
|
|
|
|
|
|
|
|
<hr />
|
|
|
|
<input class="compartir" readonly type="url" id="inputCompartir" [value]="baseURL" /> <br />
|
|
|
|
<share-buttons
|
|
|
|
[theme]="'circles-dark'"
|
|
|
|
[include]="['facebook', 'twitter']"
|
|
|
|
[show]="2"
|
|
|
|
[size]="1"
|
|
|
|
[url]="baseURL"
|
|
|
|
[image]="'../../../content/img_datasurvey/datasurvey-logo-text-white-PNG.png'"
|
|
|
|
[autoSetMeta]="false"
|
|
|
|
></share-buttons>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
<button type="button" class="ds-btn ds-btn--secondary" data-dismiss="modal" (click)="cancel()">
|
|
|
|
<fa-icon icon="arrow-left"></fa-icon> <span jhiTranslate="entity.action.cancel">Cancel</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</form>
|