-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
36 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,42 +26,48 @@ | |
<bh:Div | ||
ui:field="isPublicAndAdmin" | ||
visible="false" | ||
marginTop="10" | ||
marginBottom="20" | ||
marginTop="5" | ||
marginBottom="15" | ||
> | ||
<bh:Paragraph marginBottom="0" addStyleNames="has-warning"> | ||
<w:IconSvg | ||
icon="warningOutlined" | ||
addStyleNames="form-control-feedback displayInline margin-right-5 moveup-3" | ||
/> | ||
<bh:Strong> | ||
This is not anonymous access data. Users must be logged in to Synapse | ||
to download it. | ||
</bh:Strong> | ||
</bh:Paragraph> | ||
<bh:Paragraph addStyleNames="lightGreyText" marginLeft="33"> | ||
Contact | ||
<b:Anchor href="mailto://[email protected]">[email protected]</b:Anchor> | ||
to find out how make this data open. | ||
</bh:Paragraph> | ||
<bh:Div | ||
addStyleNames="lightGreyBackground" | ||
paddingTop="20" | ||
paddingRight="20" | ||
paddingBottom="10" | ||
paddingLeft="20" | ||
> | ||
<bh:Paragraph marginBottom="0"> | ||
<bh:Strong> | ||
Users must be logged in to download public access data. | ||
</bh:Strong> | ||
</bh:Paragraph> | ||
<bh:Paragraph addStyleNames="lightGreyText"> | ||
This data is publicly viewable, but only registered and logged-in | ||
users can download it. | ||
</bh:Paragraph> | ||
</bh:Div> | ||
</bh:Div> | ||
<bh:Div | ||
ui:field="isPrivateAndOpenAndAdmin" | ||
visible="false" | ||
marginTop="10" | ||
marginBottom="20" | ||
marginTop="5" | ||
marginBottom="15" | ||
> | ||
<bh:Paragraph marginBottom="0" addStyleNames="has-warning"> | ||
<w:IconSvg | ||
icon="warningOutlined" | ||
addStyleNames="form-control-feedback displayInline margin-right-5 moveup-3" | ||
/> | ||
<bh:Strong>This is not anonymous access data.</bh:Strong> | ||
</bh:Paragraph> | ||
<bh:Paragraph addStyleNames="lightGreyText" marginLeft="33"> | ||
You must grant public access for all users to be able to anonymously | ||
download it. | ||
</bh:Paragraph> | ||
<bh:Div | ||
addStyleNames="lightGreyBackground" | ||
paddingTop="20" | ||
paddingRight="20" | ||
paddingBottom="10" | ||
paddingLeft="20" | ||
> | ||
<bh:Paragraph marginBottom="0"> | ||
<bh:Strong>This is not anonymous access data.</bh:Strong> | ||
</bh:Paragraph> | ||
<bh:Paragraph addStyleNames="lightGreyText"> | ||
You must grant public access for all users to be able to anonymously | ||
download it. | ||
</bh:Paragraph> | ||
</bh:Div> | ||
</bh:Div> | ||
</bh:Div> | ||
</ui:UiBinder> |