WIP Accesses
This commit is contained in:
parent
8de5fdb5f7
commit
ce8f3ebce0
869 changed files with 217487 additions and 2851 deletions
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
@section scripts {
|
||||
<!--Reference the autogenerated SignalR hub script. -->
|
||||
<script src="~/api/signalr/hubs"></script>
|
||||
<!-- SignalR script to update the chat page and send messages.-->
|
||||
|
||||
@if (!ViewBag.IsAuthenticated) { // Get the user name and store it to prepend to messages.
|
||||
|
|
@ -17,6 +16,8 @@
|
|||
|
||||
</script>
|
||||
}
|
||||
<script src="~/js/chat.js"></script>
|
||||
|
||||
<script src="~/lib/microsoft/signalr/dist/browser/signalr.min.js" asp-append-version="true"></script>
|
||||
<script src="~/js/chat.js" asp-append-version="true"></script>
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,14 +1,13 @@
|
|||
@{
|
||||
ViewData["Title"] = @SR["Confidentialité"]+" "+@SiteSettings.Value.Title;
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
|
||||
<asciidoc>
|
||||
## La confidentialité
|
||||
= La confidentialité
|
||||
:hide-uri-scheme:
|
||||
|
||||
xref:Contact[Get Report]
|
||||
|
||||
À aucun moment, aucune adresse postale, aucune adresse e-mail ni aucun numéro de téléphone
|
||||
ne sont transmis à personne. Seul le système et son [possesseur](/Home/Contact) a accès à ces informations.
|
||||
ne sont transmis à personne. Seul le système et son link:Contact[possesseur] ont accès à ces informations.
|
||||
|
||||
De plus, le droit de retrait est permanent et sa mise en oeuvre [immédiate](/Account/Delete).
|
||||
De plus, le droit de retrait est permanent et sa mise en oeuvre link:/Account/Delete[immédiate].
|
||||
|
||||
</asciidoc>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue