Skip to content

Commit 60e04d3

Browse files
authored
Merge pull request #1544 from ImagingDataCommons/idc-prod-sp
Quota page updates
2 parents 48cfc98 + e863503 commit 60e04d3

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

static/css/bootstrap-idc.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,15 @@
108108
margin-top: 100px;
109109
}
110110

111+
.quota-card p {
112+
padding-left: 15px;
113+
padding-right: 15px;
114+
}
111115
.quota-card .card-header {
112116
background: #d98033;
113117
color: #fff;
114118
font-family: system-ui;
119+
margin-bottom: 10px;
115120
}
116121

117122
.quota-details {

templates/idc/quota.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,25 @@
3636
<div class="row">
3737
<div class="col-3"></div>
3838
<div class="col">
39-
<div class="card quota-card text-center">
40-
<div class="card-header">
41-
<h3>Daily Imaging Data Quota Exceeded</h3>
39+
<div class="card quota-card">
40+
<div class="card-header text-center">
41+
<h3>Daily DICOMweb and Viewer Quota Exceeded</h3>
4242
</div>
43-
<div class="card-body">
43+
<div class="card-body text-left">
4444
<p>
4545
Users are restricted to a quota of <b>{{ quota }} GB</b> per day of medical imaging files accessed via
46-
our DICOM interface and viewers. You have reached your daily quota. Your quota will be reset at
46+
our DICOMweb interface and image viewers. You have reached your daily quota. Your quota will be reset at
4747
midnight UTC.
4848
</p>
4949
<p>
50-
For further details on methods of accessing IDC imaging data, consult our
50+
IDC images and data can be accessed in several alternative ways which do not have download quotas,
51+
detailed in <a href="" url="https://learn.canceridc.dev/data/downloading-data" title="Download options"
52+
class="external-link" data-toggle="modal" data-target="#external-web-warning"
53+
data-bs-toggle="modal" data-bs-target="#external-web-warning"
54+
>this article <i class="fa-solid fa-external-link external-link-icon" aria-hidden="true"></i></a>.
55+
</p>
56+
<p>
57+
For further details on the usage limits imposed on our DICOMweb interface, consult our
5158
<a href="" url="https://learn.canceridc.dev/portal/proxy-policy/" title="Proxy Policy"
5259
class="external-link" data-toggle="modal" data-target="#external-web-warning"
5360
data-bs-toggle="modal" data-bs-target="#external-web-warning"

0 commit comments

Comments
 (0)