I am trying to insert a "Warning Box" to display an acknowledgment screen 
at the startup of Dspace.  I am struggling where to place the code....

<div id="warning-box" style="position: fixed;top: 0;right: 0;bottom: 
0;left: 0;background: rgba(0,0,0,0.5);z-index: 99;">
            <div style="margin:1% auto;width:50em;background-color: 
#FFCC66;border: 1px solid #DBB05A;padding-bottom: 0%;padding-left: 
2%;padding-right: 2%;padding-top: 1%;">
                <p>
                    <strong>By accessing and using this information system, 
you acknowledge and consent to the following:</strong><br>
                    You are accessing a U.S. Government information system, 
which includes: (1) this computer; (2) this computer network; (3) all 
computers connected to this network including end user systems; (4) all 
devices and storage media attached to this network or to any computer on 
this network; and (5) cloud and remote information services. This 
information system is provided for U.S. Government-authorized use only. You 
have no reasonable expectation of privacy regarding any communication 
transmitted through or data stored on this information system.  At any 
time, and for any lawful purpose, the U.S. Government may monitor, 
intercept, search, and seize any communication or data transiting, stored 
on, or traveling to or from this information system.  You are NOT 
authorized to process classified information on this information system.  
Unauthorized or improper use of this system may result in suspension or 
loss of access privileges, disciplinary action, and civil and/or criminal 
penalties.
                </br></p>
                <p style="text-align:center;">
                    <button 
onclick="document.getElementById('warning-box').style='display:none;';">OK</button>
                </p>
            </div>
        </div>


Thanks,

Tom 

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to