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 />
|
2021-08-01 06:43:30 +00:00
|
|
|
<input class="compartir" readonly type="url" id="inputCompartir" [value]="baseURL" /> <br /><br />
|
2021-08-01 06:06:59 +00:00
|
|
|
<share-buttons
|
2021-08-01 06:43:30 +00:00
|
|
|
[theme]="'material-dark'"
|
|
|
|
[include]="['facebook', 'twitter', 'email']"
|
|
|
|
[show]="5"
|
|
|
|
[showText]="true"
|
2021-08-03 21:56:05 +00:00
|
|
|
[size]="2"
|
2021-08-01 06:06:59 +00:00
|
|
|
[url]="baseURL"
|
2021-08-01 06:43:30 +00:00
|
|
|
[title]="'Encuesta DataSurvey'"
|
2021-08-01 06:06:59 +00:00
|
|
|
[image]="'../../../content/img_datasurvey/datasurvey-logo-text-white-PNG.png'"
|
|
|
|
[autoSetMeta]="false"
|
|
|
|
></share-buttons>
|
2021-08-01 06:43:30 +00:00
|
|
|
|
|
|
|
<!-- <share-buttons [theme]="'modern-dark'"
|
|
|
|
[include]="['facebook','twitter']"
|
|
|
|
[show]="5"
|
|
|
|
[showText]="true"
|
|
|
|
[size]="2"
|
|
|
|
[url]="baseURL"
|
|
|
|
[title]="'Encuesta DataSurvey'"
|
|
|
|
[autoSetMeta]="false"
|
|
|
|
></share-buttons>-->
|
2021-08-01 06:06:59 +00:00
|
|
|
</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>
|