Skip to content

Commit

Permalink
Add banners warning about data deletion.
Browse files Browse the repository at this point in the history
  • Loading branch information
smarnach committed Feb 16, 2023
1 parent 724a722 commit 08e9907
Show file tree
Hide file tree
Showing 3 changed files with 532 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ ENV SKIN_NAME="no-skin"

COPY etherpad-manage.sh .
COPY index.html src/templates/index.html
COPY pad.html src/templates/pad.html
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,11 @@
<% e.begin_block("indexCustomStyles"); %>
<link href="static/skins/<%=encodeURI(settings.skinName)%>/index.css?v=<%=settings.randomVersionString%>" rel="stylesheet">
<% e.end_block(); %>

<h2 style='text-align:center;'>Welcome to the Mozilla Community Etherpad Instance.<br/><br/> PLEASE NOTE:<br/> Etherpad contents will be automatically erased after 7 days of inactivity,<br/> and Mozilla's <a href="https://www.mozilla.org/en-US/about/governance/policies/participation/">Community Participation Guidelines</a> Apply.</h2>


<h2 style='text-align:center;color:#800'>WARNING:<br/>All data will be deleted during the maintenance window on<br/>Thursday, 2023-02-23 between 9:00am and 11:00am GMT</h2>

<div id="wrapper">
<% e.begin_block("indexWrapper"); %>
<div id="inner">
Expand Down
Loading

0 comments on commit 08e9907

Please sign in to comment.