From 12e887316a1b335ba91175c6f1885391c71054bf Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 2 Oct 2015 12:04:49 -0400 Subject: [PATCH 1/4] remove dank maymz --- contrib/static/site.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 5ddb4be..a0393e9 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -117,11 +117,8 @@ input, textarea { html { color: #ededed; - background: #262230 url("/static/bg.png"); + background: #262230; height: 100%; - background-attachment: fixed; - background-blend-mode: overlay; - background-size: 100% 100%; font-family: arial,helvetica,sans-serif; font-size: 10pt; margin: 0 4px; From 229ef83e35b05f9c6541c9afb6dbe80632850a32 Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 2 Oct 2015 15:38:59 -0400 Subject: [PATCH 2/4] add initial newboard stuff --- contrib/static/newboard.js | 6 +++ contrib/templates/default/newboard.mustache | 47 +++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 contrib/static/newboard.js create mode 100644 contrib/templates/default/newboard.mustache diff --git a/contrib/static/newboard.js b/contrib/static/newboard.js new file mode 100644 index 0000000..8cf96f7 --- /dev/null +++ b/contrib/static/newboard.js @@ -0,0 +1,6 @@ +function createBoard() { + var form = document.getElementById("postform"); + var e = document.getElementById("boardname"); + form.action = form.action + e.value; + form.submit(); +} diff --git a/contrib/templates/default/newboard.mustache b/contrib/templates/default/newboard.mustache new file mode 100644 index 0000000..2983f08 --- /dev/null +++ b/contrib/templates/default/newboard.mustache @@ -0,0 +1,47 @@ + + + create new board + + + + +

make your first post

+
+
+
+
+ + + + + + + + + + + + + + + +
+ Board Name + + + +
+ Captcha + + captcha +
+ Solution + + +
+
+
+
+ + \ No newline at end of file From bb676336db6779021615ec1e77f51fdb4d14d3ff Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 2 Oct 2015 15:45:22 -0400 Subject: [PATCH 3/4] fix --- contrib/templates/default/newboard.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/templates/default/newboard.mustache b/contrib/templates/default/newboard.mustache index 2983f08..5f5ca5a 100644 --- a/contrib/templates/default/newboard.mustache +++ b/contrib/templates/default/newboard.mustache @@ -8,7 +8,7 @@

make your first post


-
+
From 7727fc76f8a4f714f6570aacd8b8b8326adcd67c Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 2 Oct 2015 15:46:52 -0400 Subject: [PATCH 4/4] add message field --- contrib/templates/default/newboard.mustache | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contrib/templates/default/newboard.mustache b/contrib/templates/default/newboard.mustache index 5f5ca5a..8652cf4 100644 --- a/contrib/templates/default/newboard.mustache +++ b/contrib/templates/default/newboard.mustache @@ -22,6 +22,14 @@ + + + +
+ Comment + + +
Captcha