Skip to content

Commit

Permalink
Change Privacy Notice to Policy in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Mar 17, 2024
1 parent 3b70b9b commit 8277d5f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/Templates/Donate.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ require('./header.inc.phtml'); ?>
<li>A donation is not acceptable as payment for goods, products, or merchant items.</li>
<li>In absolutely no scenario will a donation be used to willfully violate Blizzard Entertainment's Terms of Service or Battle.net's Terms of Service.</li>
</ol>
<p>Please see our <a href="<?=Common::relativeUrlToAbsolute('/legal')?>">Legal</a> and <a href="<?=Common::relativeUrlToAbsolute('/privacy')?>">Privacy Notice</a> pages for more info.</p>
<p>Please see our <a href="<?=Common::relativeUrlToAbsolute('/legal')?>">Legal</a> and <a href="<?=Common::relativeUrlToAbsolute('/privacy')?>">Privacy Policy</a> pages for more info.</p>
</div>
<? require('./footer.inc.phtml'); ?>
4 changes: 2 additions & 2 deletions src/Templates/ExceptionHandler.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $_unique_asset = '?v=' . VersionInfo::get()['asset']; ?>
<a class="dropdown-item" href="/servers">Server List</a>
<a class="dropdown-item" href="/user/index">Users</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="/privacy">Privacy Notice</a>
<a class="dropdown-item" href="/privacy">Privacy Policy</a>
<a class="dropdown-item" href="/legal">Disclaimer &amp; TOS</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://files.bnetdocs.org/">File Archive</a>
Expand Down Expand Up @@ -82,7 +82,7 @@ $_unique_asset = '?v=' . VersionInfo::get()['asset']; ?>
</main>
<footer class="footer mt-auto py-3">
<div class="container text-center">
<p class="small text-muted"><?=(VersionInfo::get()['bnetdocs'] ? sprintf('<a href="https://github.com/BNETDocs/bnetdocs-web/tree/%s" rel="external" title="Contribute to the BNETDocs source code!">BNETDocs %s</a> ', VersionInfo::get()['bnetdocs'][1], VersionInfo::get()['bnetdocs'][0]) : '(Development)')?> &copy; 2003-<?=date('Y')?> BNETDocs | <a href="/legal" title="BNETDocs Legal Page">Legal</a> | <a href="/privacy" title="BNETDocs Privacy Notice">Privacy Notice</a></p>
<p class="small text-muted"><?=(VersionInfo::get()['bnetdocs'] ? sprintf('<a href="https://github.com/BNETDocs/bnetdocs-web/tree/%s" rel="external" title="Contribute to the BNETDocs source code!">BNETDocs %s</a> ', VersionInfo::get()['bnetdocs'][1], VersionInfo::get()['bnetdocs'][0]) : '(Development)')?> &copy; 2003-<?=date('Y')?> BNETDocs | <a href="/legal" title="BNETDocs Legal Page">Legal</a> | <a href="/privacy" title="BNETDocs Privacy Policy">Privacy Policy</a></p>
<p class="small text-muted">
BNETDocs is a documentation and discussion website for Blizzard Entertainment's
Battle.net&trade; and in-game protocols. You hereby acknowledge that BNETDocs
Expand Down
4 changes: 2 additions & 2 deletions src/Templates/Legal.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ and/or other countries.
<li>monetary gains from or losses to Blizzard's brands, or monetary gains from or losses to BNETDocs' users' brands.</li>
</ol>
</li>
<li>Users may be allowed to register accounts on BNETDocs. When a user registers an account, they must agree to our <a href="<?=Common::relativeUrlToAbsolute('/privacy')?>">privacy notice</a>. The account becomes the relationship between BNETDocs and its user. The user is expected to remain logged in to the account during subsequent visits. "Guest" or "Anonymous" users of the site are unable to perform certain actions, having an account may give certain privileges to perform certain actions. Any privileges may be added or removed at will without notice to the account.</li>
<li>Users may be allowed to register accounts on BNETDocs. When a user registers an account, they must agree to our <a href="<?=Common::relativeUrlToAbsolute('/privacy')?>">privacy policy</a>. The account becomes the relationship between BNETDocs and its user. The user is expected to remain logged in to the account during subsequent visits. "Guest" or "Anonymous" users of the site are unable to perform certain actions, having an account may give certain privileges to perform certain actions. Any privileges may be added or removed at will without notice to the account.</li>
<li>BNETDocs reserves the right to deny anyone an account for any reason, including but not limited to:
<ol type="a">
<li>if the user has shown attempts to harm or disrupt service,</li>
<li>if the user already has an account,</li>
<li>or if the identity of the user cannot be verified.</li>
</ol>
</li>
<li>Account data stored with BNETDocs is privately secured and encrypted, hashed, or masked where possible. For more info, review our <a href="<?=Common::relativeUrlToAbsolute('/privacy')?>">privacy notice</a>.</li>
<li>Account data stored with BNETDocs is privately secured and encrypted, hashed, or masked where possible. For more info, review our <a href="<?=Common::relativeUrlToAbsolute('/privacy')?>">privacy policy</a>.</li>
<li>The information ("content") made available from this site is considered owned by the general public and may be modified by registering an account with BNETDocs and receiving editor privileges.</li>
<li>Accounts associated with content at BNETDocs are considered the author or owner of that content, with the knowledge that their content can be modified by other accounts.</li>
<li>Authors or owners of content do not have extra rights to that content.</li>
Expand Down
2 changes: 1 addition & 1 deletion src/Templates/User/CreatePassword.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require('./header.inc.phtml'); ?>
<div class="container">
<h1><?=$title?></h1>
<p><?=$description?></p>
<div class="alert alert-info"><p class="mb-0">Our <a href="<?=Common::relativeUrlToAbsolute('/privacy')?>">privacy notice</a> page clarifies your data rights. You agree to giving (or not giving) the info contained herein on this page.</p></div>
<div class="alert alert-info"><p class="mb-0">Our <a href="<?=Common::relativeUrlToAbsolute('/privacy')?>">privacy policy</a> page clarifies your data rights. You agree to giving (or not giving) the info contained herein on this page.</p></div>
<div class="alert alert-warning"><p class="mb-0"><strong>Warning:</strong> This page is to be used with permission by site staff only. Use without permission is <strong>prohibited</strong> and may result in this page being shutdown in the future.</p></div>
<form method="POST" action="?">
<div class="form-group">
Expand Down
2 changes: 1 addition & 1 deletion src/Templates/User/Register.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ require('./header.inc.phtml'); ?>
<h3 class="card-header text-center<?=($register_disabled ? ' text-danger' : '')?>"><?=$title?></h3>
<div class="card-body">
<p><?=$description?></p>
<p>Be sure to review our <a href="/privacy">privacy notice</a>.</p>
<p>Be sure to review our <a href="/privacy">privacy policy</a>.</p>
<? if ($error !== false) {
if (!empty($message)) { ?>
<div class="alert alert-danger"><p class="mb-0"><?=$message?></p></div>
Expand Down
2 changes: 1 addition & 1 deletion src/Templates/User/Update.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ require('./header.inc.phtml'); ?>
<? } ?>

<!-- This here notice below is for GDPR purposes -->
<div class="alert alert-info"><p class="mb-0">Our <a href="<?=Common::relativeUrlToAbsolute('/privacy')?>">privacy notice</a> page clarifies your data rights. You agree to giving (or not giving) the info contained herein on this page.</p></div>
<div class="alert alert-info"><p class="mb-0">Our <a href="<?=Common::relativeUrlToAbsolute('/privacy')?>">privacy policy</a> page clarifies your data rights. You agree to giving (or not giving) the info contained herein on this page.</p></div>

<form method="POST">
<h2>Account</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/Templates/header.inc.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $_header_nav = [
['label' => 'Server List', 'url' => '/servers'],
['label' => 'Users', 'url' => '/user/index'],
['label' => '-'],
['label' => 'Privacy Notice', 'url' => '/privacy'],
['label' => 'Privacy Policy', 'url' => '/privacy'],
['label' => 'Disclaimer & TOS', 'url' => '/legal'],
['label' => '-'],
['label' => 'File Archive', 'url' => 'https://files.bnetdocs.org/'],
Expand Down

0 comments on commit 8277d5f

Please sign in to comment.