new notes

This commit is contained in:
Norm Rasmussen
2022-10-10 17:28:58 -04:00
parent d933010a46
commit 313d3eb12c
13 changed files with 302 additions and 103 deletions

View File

@ -1,15 +1,4 @@
<script>
console.log('{{ form.url }}')
var a = '{{ form.url }}'
var a = a + '?authenticity_token='
var a = a + document.querySelector('input').value
var a = a + '&first_name=Open'
var a = a + '&last_name=Access'
var a = a + '&email='
var a = a + ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g, c => (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16))
var a = a + '&commit=Enter'
window.location.replace(a)
</script>
{% comment %}{% form_authenticity_token %}{% endcomment %}
<main class="np-box-container np-open-access" style="display:none">
<div class="np-box">
@ -70,3 +59,16 @@
</div>
</div>
</main>
<script>
console.log('{{ form.url }}')
var a = '{{ form.url }}'
var a = a + '?authenticity_token='
var a = a + document.querySelector('input').value
var a = a + '&first_name=Open'
var a = a + '&last_name=Access'
var a = a + '&email='
var a = a + ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g, c => (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16))
var a = a + '&commit=Enter'
window.location.replace(a)
</script>