added a screening page for external links. removed forced target = _blank on external links for UX consideration
used http://www.deviantart.com/users/outgoing?http://www.nodebb.org/ for inspirationv1.18.x
parent
d9fa78a866
commit
e66cab23cf
@ -0,0 +1,11 @@
|
|||||||
|
<div class="hero-unit">
|
||||||
|
<h2 class="form-signin-heading">Now Leaving NodeBB</h2>
|
||||||
|
<p>
|
||||||
|
You are now leaving NodeBB.
|
||||||
|
</p>
|
||||||
|
<br />
|
||||||
|
<p>
|
||||||
|
<button class="btn btn-large" type="button" onclick="window.location='{url}'">Continue to {url}</button>
|
||||||
|
<button class="btn btn-large btn-inverse" type="button" onclick="history.go(-1); window.location='{home}'">Return to NodeBB</button>
|
||||||
|
</p>
|
||||||
|
</div>
|
Loading…
Reference in New Issue