More work on UI, but this commit has a regression
The user is no longer correctly stored in the session, and I'm not sure why not.
This commit is contained in:
parent
e6d6109575
commit
f5afa67eed
46 changed files with 3054 additions and 2821 deletions
|
|
@ -1,7 +1,7 @@
|
|||
------------------------------------------------------------------------
|
||||
-- File queries.sql
|
||||
--
|
||||
-- autogenerated by adl.to-hugsql-queries at 2018-06-30T11:35:59.388Z
|
||||
-- autogenerated by adl.to-hugsql-queries at 2018-07-01T22:15:28.111Z
|
||||
--
|
||||
-- See [Application Description
|
||||
-- Language](https://github.com/simon-brooke/adl).
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
--
|
||||
-- auto-generated by [Application Description Language framework]
|
||||
--
|
||||
-- (https://github.com/simon-brooke/adl) at 20180630T113600.308Z
|
||||
-- (https://github.com/simon-brooke/adl) at 20180701T221532.672Z
|
||||
--
|
||||
--
|
||||
-- A web-app intended to be used by canvassers campaigning for a
|
||||
|
|
@ -75,7 +75,7 @@ CREATE TABLE addresses
|
|||
(
|
||||
id SERIAL NOT NULL PRIMARY KEY,
|
||||
address VARCHAR(256) NOT NULL,
|
||||
postcode VARCHAR(16) CONSTRAINT pattern_1 CHECK (postcode ~* '^([Gg][Ii][Rr] 0[Aa]{2})|((([A-Za-z][0-9]{1,2})|(([A-Za-z][A-Ha-hJ-Yj-y][0-9]{1,2})|(([AZa-z][0-9][A-Za-z])|([A-Za-z][A-Ha-hJ-Yj-y][0-9]?[A-Za-z]))))[0-9][A-Za-z]{2})$'),
|
||||
postcode VARCHAR(16) CONSTRAINT pattern_14 CHECK (postcode ~* '^([Gg][Ii][Rr] 0[Aa]{2})|((([A-Za-z][0-9]{1,2})|(([A-Za-z][A-Ha-hJ-Yj-y][0-9]{1,2})|(([AZa-z][0-9][A-Za-z])|([A-Za-z][A-Ha-hJ-Yj-y][0-9]?[A-Za-z]))))[0-9][A-Za-z]{2})$'),
|
||||
phone VARCHAR(16),
|
||||
district_id INTEGER,
|
||||
latitude DOUBLE PRECISION,
|
||||
|
|
|
|||
|
|
@ -1,24 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File application-index.html generated 2018-06-30T11:36:00.890Z by adl.to-selmer-templates.
|
||||
<!-- File application-index.html generated 2018-07-01T22:15:35.347Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<dl class='index'>
|
||||
|
|
@ -184,50 +167,3 @@ All visits made by canvassers to dwellings in which opinions were recorded.
|
|||
</dl>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1,24 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File form-addresses-Address.html generated 2018-06-30T11:36:00.879Z by adl.to-selmer-templates.
|
||||
<!-- File form-addresses-Address.html generated 2018-07-01T22:15:35.320Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id='content' class='edit'>
|
||||
|
|
@ -171,50 +154,3 @@ To delete this addresses record
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1,24 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File form-authorities-Authority.html generated 2018-06-30T11:36:00.898Z by adl.to-selmer-templates.
|
||||
<!-- File form-authorities-Authority.html generated 2018-07-01T22:15:35.364Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id='content' class='edit'>
|
||||
|
|
@ -148,50 +131,3 @@ To delete this authorities record
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1,24 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File form-canvassers-Canvasser.html generated 2018-06-30T11:36:00.901Z by adl.to-selmer-templates.
|
||||
<!-- File form-canvassers-Canvasser.html generated 2018-07-01T22:15:35.371Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id='content' class='edit'>
|
||||
|
|
@ -239,50 +222,3 @@ To delete this canvassers record
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1,24 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File form-districts-District.html generated 2018-06-30T11:36:00.870Z by adl.to-selmer-templates.
|
||||
<!-- File form-districts-District.html generated 2018-07-01T22:15:35.303Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id='content' class='edit'>
|
||||
|
|
@ -76,50 +59,3 @@ To delete this districts record
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1,24 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File form-dwellings-Dwelling.html generated 2018-06-30T11:36:00.911Z by adl.to-selmer-templates.
|
||||
<!-- File form-dwellings-Dwelling.html generated 2018-07-01T22:15:35.401Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id='content' class='edit'>
|
||||
|
|
@ -99,50 +82,3 @@ To delete this dwellings record
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1,24 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File form-electors-Elector.html generated 2018-06-30T11:36:00.894Z by adl.to-selmer-templates.
|
||||
<!-- File form-electors-Elector.html generated 2018-07-01T22:15:35.355Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id='content' class='edit'>
|
||||
|
|
@ -157,50 +140,3 @@ To delete this electors record
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1,24 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File form-followupactions-Followupaction.html generated 2018-06-30T11:36:00.914Z by adl.to-selmer-templates.
|
||||
<!-- File form-followupactions-Followupaction.html generated 2018-07-01T22:15:35.407Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id='content' class='edit'>
|
||||
|
|
@ -158,50 +141,3 @@ To delete this followupactions record
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1,24 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File form-followupmethods-Followupmethod.html generated 2018-06-30T11:36:00.916Z by adl.to-selmer-templates.
|
||||
<!-- File form-followupmethods-Followupmethod.html generated 2018-07-01T22:15:35.414Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id='content' class='edit'>
|
||||
|
|
@ -58,50 +41,3 @@ To delete this followupmethods record
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1,24 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File form-followuprequests-Followuprequest.html generated 2018-06-30T11:36:00.874Z by adl.to-selmer-templates.
|
||||
<!-- File form-followuprequests-Followuprequest.html generated 2018-07-01T22:15:35.309Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id='content' class='edit'>
|
||||
|
|
@ -148,50 +131,3 @@ To delete this followuprequests record
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1,24 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File form-genders-Gender.html generated 2018-06-30T11:36:00.862Z by adl.to-selmer-templates.
|
||||
<!-- File form-genders-Gender.html generated 2018-07-01T22:15:35.292Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id='content' class='edit'>
|
||||
|
|
@ -58,50 +41,3 @@ To delete this genders record
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1,24 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File form-intentions-Intention.html generated 2018-06-30T11:36:00.908Z by adl.to-selmer-templates.
|
||||
<!-- File form-intentions-Intention.html generated 2018-07-01T22:15:35.391Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id='content' class='edit'>
|
||||
|
|
@ -126,50 +109,3 @@ To delete this intentions record
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1,24 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File form-issues-Issue.html generated 2018-06-30T11:36:00.883Z by adl.to-selmer-templates.
|
||||
<!-- File form-issues-Issue.html generated 2018-07-01T22:15:35.330Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id='content' class='edit'>
|
||||
|
|
@ -94,50 +77,3 @@ To delete this issues record
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1,24 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File form-options-Option.html generated 2018-06-30T11:36:00.907Z by adl.to-selmer-templates.
|
||||
<!-- File form-options-Option.html generated 2018-07-01T22:15:35.389Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id='content' class='edit'>
|
||||
|
|
@ -58,50 +41,3 @@ To delete this options record
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1,24 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File form-roles-Role.html generated 2018-06-30T11:36:00.884Z by adl.to-selmer-templates.
|
||||
<!-- File form-roles-Role.html generated 2018-07-01T22:15:35.334Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id='content' class='edit'>
|
||||
|
|
@ -99,50 +82,3 @@ To delete this roles record
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1,24 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File form-teams-Team.html generated 2018-06-30T11:36:00.891Z by adl.to-selmer-templates.
|
||||
<!-- File form-teams-Team.html generated 2018-07-01T22:15:35.349Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id='content' class='edit'>
|
||||
|
|
@ -181,50 +164,3 @@ To delete this teams record
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1,24 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File form-visits-Visit.html generated 2018-06-30T11:36:00.888Z by adl.to-selmer-templates.
|
||||
<!-- File form-visits-Visit.html generated 2018-07-01T22:15:35.342Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id='content' class='edit'>
|
||||
|
|
@ -122,50 +105,3 @@ To delete this visits record
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1,48 +1,44 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-addresses-Addresses.html generated 2018-06-30T11:36:00.900Z by adl.to-selmer-templates.
|
||||
<!-- File list-addresses-Addresses.html generated 2018-07-01T22:15:35.368Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
{% block back-links %}
|
||||
<div>
|
||||
<div class='back-link-container'>
|
||||
{% ifunequal params.offset "0" %}
|
||||
<a id='prev-selector' class='back-link'>
|
||||
Previous
|
||||
</a>
|
||||
{% else %}
|
||||
<a id='back-link' class='back-link' href='{{servlet-context}}/admin'>
|
||||
Back
|
||||
</a>
|
||||
{% endifunequal %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block big-links %}
|
||||
<div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-addresses-Address' class="big-link">
|
||||
Add a new Address
|
||||
</a>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<a role="button" class="big-link" id="next-selector" href="javascript:void(0)"
|
||||
onclick="document.querySelector('content').submit()">
|
||||
<a id='next-selector' role='button' class='big-link'>
|
||||
Next
|
||||
</a>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-addresses-Address' class='big-link'>
|
||||
Add a new Address
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<form id='content' class='list'>
|
||||
<form id='list-addresses-Addresses' class='list' action='{{servlet-context}}/list-addresses-Addresses' method='POST'>
|
||||
{% csrf-field %}
|
||||
<input id="offset" type="hidden" value="{{offset|0}}"/>
|
||||
<input id="limit" type="hidden" value="{{limit|50}}"/>
|
||||
<div class='back-link-container'>
|
||||
<input id='page' name='page' disabled='{% ifequal offset 0 %} false {% else %} true {% endifequal %}' value='Previous'/>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<input id='page' name='page' disabled='false' value='Next'/>
|
||||
</div>
|
||||
<input id='offset' type='hidden' value='{{params.offset|default:0}}'/>
|
||||
<input id='limit' type='hidden' value='{{params.limit|default:50}}'/>
|
||||
<table caption='addresses'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -91,7 +87,7 @@ longitude
|
|||
<input id='longitude' type='number' name='longitude' value='{{ params.longitude }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input type='submit' id='search' value='Search'/>
|
||||
<input type='submit' id='search-widget' value='Search'/>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -129,63 +125,30 @@ View
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% endblock %}
|
||||
{% block extra-script %}
|
||||
var form = document.getElementById("content");
|
||||
|
||||
document.getElementById("next-selector").addEventListener("click", function () {
|
||||
form.submit();
|
||||
});
|
||||
var form = document.getElementById('list-addresses-Addresses');
|
||||
var ow = document.getElementById('offset');
|
||||
var lw = document.getElementById('limit');
|
||||
form.addEventListener('submit', function() {
|
||||
ow.value='0';
|
||||
});
|
||||
|
||||
{% ifunequal offset \"0\" %}
|
||||
document.getElementById('prev-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)-parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endifunequal %}
|
||||
|
||||
document.getElementById('next-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)+parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -1,32 +1,44 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-authorities-Authorities.html generated 2018-06-30T11:36:00.873Z by adl.to-selmer-templates.
|
||||
<!-- File list-authorities-Authorities.html generated 2018-07-01T22:15:35.307Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
{% block back-links %}
|
||||
<div>
|
||||
<div class='back-link-container'>
|
||||
{% ifunequal params.offset "0" %}
|
||||
<a id='prev-selector' class='back-link'>
|
||||
Previous
|
||||
</a>
|
||||
{% else %}
|
||||
<a id='back-link' class='back-link' href='{{servlet-context}}/admin'>
|
||||
Back
|
||||
</a>
|
||||
{% endifunequal %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form id='content' class='list'>
|
||||
{% block big-links %}
|
||||
<div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-authorities-Authority'>
|
||||
<a id='next-selector' role='button' class='big-link'>
|
||||
Next
|
||||
</a>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-authorities-Authority' class='big-link'>
|
||||
Add a new Authority
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<form id='list-authorities-Authorities' class='list' action='{{servlet-context}}/list-authorities-Authorities' method='POST'>
|
||||
{% csrf-field %}
|
||||
<input id='offset' type='hidden' value='{{params.offset|default:0}}'/>
|
||||
<input id='limit' type='hidden' value='{{params.limit|default:50}}'/>
|
||||
<table caption='authorities'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -57,7 +69,7 @@ authorize-uri
|
|||
<input id='authorize_uri' type='text' name='authorize_uri' value='{{ params.authorize_uri }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input type='submit' id='search' value='Search'/>
|
||||
<input type='submit' id='search-widget' value='Search'/>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -84,62 +96,30 @@ View
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<div class='back-link-container'>
|
||||
<input id='page' name='page' disabled='{% ifequal offset 0 %} false {% else %} true {% endifequal %}' value='Previous'/>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<input id='page' name='page' disabled='false' value='Next'/>
|
||||
</div>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
{% block extra-script %}
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
var form = document.getElementById('list-authorities-Authorities');
|
||||
var ow = document.getElementById('offset');
|
||||
var lw = document.getElementById('limit');
|
||||
form.addEventListener('submit', function() {
|
||||
ow.value='0';
|
||||
});
|
||||
|
||||
{% endblock %}
|
||||
{% ifunequal offset 0 %}
|
||||
document.getElementById('prev-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)-parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endifunequal %}
|
||||
|
||||
document.getElementById('next-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)+parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -1,32 +1,44 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-canvassers-Canvassers.html generated 2018-06-30T11:36:00.910Z by adl.to-selmer-templates.
|
||||
<!-- File list-canvassers-Canvassers.html generated 2018-07-01T22:15:35.398Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
{% block back-links %}
|
||||
<div>
|
||||
<div class='back-link-container'>
|
||||
{% ifunequal params.offset "0" %}
|
||||
<a id='prev-selector' class='back-link'>
|
||||
Previous
|
||||
</a>
|
||||
{% else %}
|
||||
<a id='back-link' class='back-link' href='{{servlet-context}}/admin'>
|
||||
Back
|
||||
</a>
|
||||
{% endifunequal %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form id='content' class='list'>
|
||||
{% block big-links %}
|
||||
<div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-canvassers-Canvasser'>
|
||||
<a id='next-selector' role='button' class='big-link'>
|
||||
Next
|
||||
</a>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-canvassers-Canvasser' class='big-link'>
|
||||
Add a new Canvasser
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<form id='list-canvassers-Canvassers' class='list' action='{{servlet-context}}/list-canvassers-Canvassers' method='POST'>
|
||||
{% csrf-field %}
|
||||
<input id='offset' type='hidden' value='{{params.offset|default:0}}'/>
|
||||
<input id='limit' type='hidden' value='{{params.limit|default:50}}'/>
|
||||
<table caption='canvassers'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -87,7 +99,7 @@ authorised
|
|||
<input id='authorised' type='text' name='authorised' value='{{ params.authorised }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input type='submit' id='search' value='Search'/>
|
||||
<input type='submit' id='search-widget' value='Search'/>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -135,62 +147,30 @@ View
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<div class='back-link-container'>
|
||||
<input id='page' name='page' disabled='{% ifequal offset 0 %} false {% else %} true {% endifequal %}' value='Previous'/>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<input id='page' name='page' disabled='false' value='Next'/>
|
||||
</div>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
{% block extra-script %}
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
var form = document.getElementById('list-canvassers-Canvassers');
|
||||
var ow = document.getElementById('offset');
|
||||
var lw = document.getElementById('limit');
|
||||
form.addEventListener('submit', function() {
|
||||
ow.value='0';
|
||||
});
|
||||
|
||||
{% endblock %}
|
||||
{% ifunequal offset 0 %}
|
||||
document.getElementById('prev-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)-parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endifunequal %}
|
||||
|
||||
document.getElementById('next-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)+parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -1,32 +1,44 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-districts-Districts.html generated 2018-06-30T11:36:00.905Z by adl.to-selmer-templates.
|
||||
<!-- File list-districts-Districts.html generated 2018-07-01T22:15:35.384Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
{% block back-links %}
|
||||
<div>
|
||||
<div class='back-link-container'>
|
||||
{% ifunequal params.offset "0" %}
|
||||
<a id='prev-selector' class='back-link'>
|
||||
Previous
|
||||
</a>
|
||||
{% else %}
|
||||
<a id='back-link' class='back-link' href='{{servlet-context}}/admin'>
|
||||
Back
|
||||
</a>
|
||||
{% endifunequal %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form id='content' class='list'>
|
||||
{% block big-links %}
|
||||
<div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-districts-District'>
|
||||
<a id='next-selector' role='button' class='big-link'>
|
||||
Next
|
||||
</a>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-districts-District' class='big-link'>
|
||||
Add a new District
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<form id='list-districts-Districts' class='list' action='{{servlet-context}}/list-districts-Districts' method='POST'>
|
||||
{% csrf-field %}
|
||||
<input id='offset' type='hidden' value='{{params.offset|default:0}}'/>
|
||||
<input id='limit' type='hidden' value='{{params.limit|default:50}}'/>
|
||||
<table caption='districts'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -45,7 +57,7 @@ name
|
|||
<input id='name' type='text' name='name' value='{{ params.name }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input type='submit' id='search' value='Search'/>
|
||||
<input type='submit' id='search-widget' value='Search'/>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -66,62 +78,30 @@ View
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<div class='back-link-container'>
|
||||
<input id='page' name='page' disabled='{% ifequal offset 0 %} false {% else %} true {% endifequal %}' value='Previous'/>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<input id='page' name='page' disabled='false' value='Next'/>
|
||||
</div>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
{% block extra-script %}
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
var form = document.getElementById('list-districts-Districts');
|
||||
var ow = document.getElementById('offset');
|
||||
var lw = document.getElementById('limit');
|
||||
form.addEventListener('submit', function() {
|
||||
ow.value='0';
|
||||
});
|
||||
|
||||
{% endblock %}
|
||||
{% ifunequal offset 0 %}
|
||||
document.getElementById('prev-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)-parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endifunequal %}
|
||||
|
||||
document.getElementById('next-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)+parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -1,32 +1,44 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-dwellings-Dwellings.html generated 2018-06-30T11:36:00.897Z by adl.to-selmer-templates.
|
||||
<!-- File list-dwellings-Dwellings.html generated 2018-07-01T22:15:35.361Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
{% block back-links %}
|
||||
<div>
|
||||
<div class='back-link-container'>
|
||||
{% ifunequal params.offset "0" %}
|
||||
<a id='prev-selector' class='back-link'>
|
||||
Previous
|
||||
</a>
|
||||
{% else %}
|
||||
<a id='back-link' class='back-link' href='{{servlet-context}}/admin'>
|
||||
Back
|
||||
</a>
|
||||
{% endifunequal %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form id='content' class='list'>
|
||||
{% block big-links %}
|
||||
<div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-dwellings-Dwelling'>
|
||||
<a id='next-selector' role='button' class='big-link'>
|
||||
Next
|
||||
</a>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-dwellings-Dwelling' class='big-link'>
|
||||
Add a new Dwelling
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<form id='list-dwellings-Dwellings' class='list' action='{{servlet-context}}/list-dwellings-Dwellings' method='POST'>
|
||||
{% csrf-field %}
|
||||
<input id='offset' type='hidden' value='{{params.offset|default:0}}'/>
|
||||
<input id='limit' type='hidden' value='{{params.limit|default:50}}'/>
|
||||
<table caption='dwellings'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -51,7 +63,7 @@ sub-address
|
|||
<input id='sub_address' type='text' name='sub_address' value='{{ params.sub_address }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input type='submit' id='search' value='Search'/>
|
||||
<input type='submit' id='search-widget' value='Search'/>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -77,62 +89,30 @@ View
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<div class='back-link-container'>
|
||||
<input id='page' name='page' disabled='{% ifequal offset 0 %} false {% else %} true {% endifequal %}' value='Previous'/>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<input id='page' name='page' disabled='false' value='Next'/>
|
||||
</div>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
{% block extra-script %}
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
var form = document.getElementById('list-dwellings-Dwellings');
|
||||
var ow = document.getElementById('offset');
|
||||
var lw = document.getElementById('limit');
|
||||
form.addEventListener('submit', function() {
|
||||
ow.value='0';
|
||||
});
|
||||
|
||||
{% endblock %}
|
||||
{% ifunequal offset 0 %}
|
||||
document.getElementById('prev-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)-parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endifunequal %}
|
||||
|
||||
document.getElementById('next-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)+parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -1,32 +1,44 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-electors-Electors.html generated 2018-06-30T11:36:00.882Z by adl.to-selmer-templates.
|
||||
<!-- File list-electors-Electors.html generated 2018-07-01T22:15:35.326Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
{% block back-links %}
|
||||
<div>
|
||||
<div class='back-link-container'>
|
||||
{% ifunequal params.offset "0" %}
|
||||
<a id='prev-selector' class='back-link'>
|
||||
Previous
|
||||
</a>
|
||||
{% else %}
|
||||
<a id='back-link' class='back-link' href='{{servlet-context}}/admin'>
|
||||
Back
|
||||
</a>
|
||||
{% endifunequal %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form id='content' class='list'>
|
||||
{% block big-links %}
|
||||
<div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-electors-Elector'>
|
||||
<a id='next-selector' role='button' class='big-link'>
|
||||
Next
|
||||
</a>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-electors-Elector' class='big-link'>
|
||||
Add a new Elector
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<form id='list-electors-Electors' class='list' action='{{servlet-context}}/list-electors-Electors' method='POST'>
|
||||
{% csrf-field %}
|
||||
<input id='offset' type='hidden' value='{{params.offset|default:0}}'/>
|
||||
<input id='limit' type='hidden' value='{{params.limit|default:50}}'/>
|
||||
<table caption='electors'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -69,7 +81,7 @@ gender
|
|||
<input id='gender_expanded' type='text' name='gender_expanded' value='{{ params.gender_expanded }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input type='submit' id='search' value='Search'/>
|
||||
<input type='submit' id='search-widget' value='Search'/>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -106,62 +118,30 @@ View
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<div class='back-link-container'>
|
||||
<input id='page' name='page' disabled='{% ifequal offset 0 %} false {% else %} true {% endifequal %}' value='Previous'/>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<input id='page' name='page' disabled='false' value='Next'/>
|
||||
</div>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
{% block extra-script %}
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
var form = document.getElementById('list-electors-Electors');
|
||||
var ow = document.getElementById('offset');
|
||||
var lw = document.getElementById('limit');
|
||||
form.addEventListener('submit', function() {
|
||||
ow.value='0';
|
||||
});
|
||||
|
||||
{% endblock %}
|
||||
{% ifunequal offset 0 %}
|
||||
document.getElementById('prev-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)-parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endifunequal %}
|
||||
|
||||
document.getElementById('next-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)+parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -1,32 +1,44 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-followupactions-Followupactions.html generated 2018-06-30T11:36:00.910Z by adl.to-selmer-templates.
|
||||
<!-- File list-followupactions-Followupactions.html generated 2018-07-01T22:15:35.396Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
{% block back-links %}
|
||||
<div>
|
||||
<div class='back-link-container'>
|
||||
{% ifunequal params.offset "0" %}
|
||||
<a id='prev-selector' class='back-link'>
|
||||
Previous
|
||||
</a>
|
||||
{% else %}
|
||||
<a id='back-link' class='back-link' href='{{servlet-context}}/admin'>
|
||||
Back
|
||||
</a>
|
||||
{% endifunequal %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form id='content' class='list'>
|
||||
{% block big-links %}
|
||||
<div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-followupactions-Followupaction'>
|
||||
<a id='next-selector' role='button' class='big-link'>
|
||||
Next
|
||||
</a>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-followupactions-Followupaction' class='big-link'>
|
||||
Add a new Followupaction
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<form id='list-followupactions-Followupactions' class='list' action='{{servlet-context}}/list-followupactions-Followupactions' method='POST'>
|
||||
{% csrf-field %}
|
||||
<input id='offset' type='hidden' value='{{params.offset|default:0}}'/>
|
||||
<input id='limit' type='hidden' value='{{params.limit|default:50}}'/>
|
||||
<table caption='followupactions'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -69,7 +81,7 @@ closed
|
|||
<input id='closed' type='text' name='closed' value='{{ params.closed }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input type='submit' id='search' value='Search'/>
|
||||
<input type='submit' id='search-widget' value='Search'/>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -106,62 +118,30 @@ View
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<div class='back-link-container'>
|
||||
<input id='page' name='page' disabled='{% ifequal offset 0 %} false {% else %} true {% endifequal %}' value='Previous'/>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<input id='page' name='page' disabled='false' value='Next'/>
|
||||
</div>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
{% block extra-script %}
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
var form = document.getElementById('list-followupactions-Followupactions');
|
||||
var ow = document.getElementById('offset');
|
||||
var lw = document.getElementById('limit');
|
||||
form.addEventListener('submit', function() {
|
||||
ow.value='0';
|
||||
});
|
||||
|
||||
{% endblock %}
|
||||
{% ifunequal offset 0 %}
|
||||
document.getElementById('prev-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)-parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endifunequal %}
|
||||
|
||||
document.getElementById('next-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)+parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -1,32 +1,44 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-followupmethods-Followupmethods.html generated 2018-06-30T11:36:00.887Z by adl.to-selmer-templates.
|
||||
<!-- File list-followupmethods-Followupmethods.html generated 2018-07-01T22:15:35.341Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
{% block back-links %}
|
||||
<div>
|
||||
<div class='back-link-container'>
|
||||
{% ifunequal params.offset "0" %}
|
||||
<a id='prev-selector' class='back-link'>
|
||||
Previous
|
||||
</a>
|
||||
{% else %}
|
||||
<a id='back-link' class='back-link' href='{{servlet-context}}/admin'>
|
||||
Back
|
||||
</a>
|
||||
{% endifunequal %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form id='content' class='list'>
|
||||
{% block big-links %}
|
||||
<div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-followupmethods-Followupmethod'>
|
||||
<a id='next-selector' role='button' class='big-link'>
|
||||
Next
|
||||
</a>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-followupmethods-Followupmethod' class='big-link'>
|
||||
Add a new Followupmethod
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<form id='list-followupmethods-Followupmethods' class='list' action='{{servlet-context}}/list-followupmethods-Followupmethods' method='POST'>
|
||||
{% csrf-field %}
|
||||
<input id='offset' type='hidden' value='{{params.offset|default:0}}'/>
|
||||
<input id='limit' type='hidden' value='{{params.limit|default:50}}'/>
|
||||
<table caption='followupmethods'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -39,7 +51,7 @@ id
|
|||
<input id='id' type='text' name='id' value='{{ params.id }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input type='submit' id='search' value='Search'/>
|
||||
<input type='submit' id='search-widget' value='Search'/>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -57,62 +69,30 @@ View
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<div class='back-link-container'>
|
||||
<input id='page' name='page' disabled='{% ifequal offset 0 %} false {% else %} true {% endifequal %}' value='Previous'/>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<input id='page' name='page' disabled='false' value='Next'/>
|
||||
</div>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
{% block extra-script %}
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
var form = document.getElementById('list-followupmethods-Followupmethods');
|
||||
var ow = document.getElementById('offset');
|
||||
var lw = document.getElementById('limit');
|
||||
form.addEventListener('submit', function() {
|
||||
ow.value='0';
|
||||
});
|
||||
|
||||
{% endblock %}
|
||||
{% ifunequal offset 0 %}
|
||||
document.getElementById('prev-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)-parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endifunequal %}
|
||||
|
||||
document.getElementById('next-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)+parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -1,32 +1,44 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-followuprequests-Followuprequests.html generated 2018-06-30T11:36:00.866Z by adl.to-selmer-templates.
|
||||
<!-- File list-followuprequests-Followuprequests.html generated 2018-07-01T22:15:35.297Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
{% block back-links %}
|
||||
<div>
|
||||
<div class='back-link-container'>
|
||||
{% ifunequal params.offset "0" %}
|
||||
<a id='prev-selector' class='back-link'>
|
||||
Previous
|
||||
</a>
|
||||
{% else %}
|
||||
<a id='back-link' class='back-link' href='{{servlet-context}}/admin'>
|
||||
Back
|
||||
</a>
|
||||
{% endifunequal %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form id='content' class='list'>
|
||||
{% block big-links %}
|
||||
<div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-followuprequests-Followuprequest'>
|
||||
<a id='next-selector' role='button' class='big-link'>
|
||||
Next
|
||||
</a>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-followuprequests-Followuprequest' class='big-link'>
|
||||
Add a new Followuprequest
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<form id='list-followuprequests-Followuprequests' class='list' action='{{servlet-context}}/list-followuprequests-Followuprequests' method='POST'>
|
||||
{% csrf-field %}
|
||||
<input id='offset' type='hidden' value='{{params.offset|default:0}}'/>
|
||||
<input id='limit' type='hidden' value='{{params.limit|default:50}}'/>
|
||||
<table caption='followuprequests'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -63,7 +75,7 @@ method_id
|
|||
<input id='method_id_expanded' type='text' name='method_id_expanded' value='{{ params.method_id_expanded }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input type='submit' id='search' value='Search'/>
|
||||
<input type='submit' id='search-widget' value='Search'/>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -101,62 +113,30 @@ View
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<div class='back-link-container'>
|
||||
<input id='page' name='page' disabled='{% ifequal offset 0 %} false {% else %} true {% endifequal %}' value='Previous'/>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<input id='page' name='page' disabled='false' value='Next'/>
|
||||
</div>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
{% block extra-script %}
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
var form = document.getElementById('list-followuprequests-Followuprequests');
|
||||
var ow = document.getElementById('offset');
|
||||
var lw = document.getElementById('limit');
|
||||
form.addEventListener('submit', function() {
|
||||
ow.value='0';
|
||||
});
|
||||
|
||||
{% endblock %}
|
||||
{% ifunequal offset 0 %}
|
||||
document.getElementById('prev-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)-parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endifunequal %}
|
||||
|
||||
document.getElementById('next-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)+parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -1,32 +1,44 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-genders-Genders.html generated 2018-06-30T11:36:00.855Z by adl.to-selmer-templates.
|
||||
<!-- File list-genders-Genders.html generated 2018-07-01T22:15:35.275Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
{% block back-links %}
|
||||
<div>
|
||||
<div class='back-link-container'>
|
||||
{% ifunequal params.offset "0" %}
|
||||
<a id='prev-selector' class='back-link'>
|
||||
Previous
|
||||
</a>
|
||||
{% else %}
|
||||
<a id='back-link' class='back-link' href='{{servlet-context}}/admin'>
|
||||
Back
|
||||
</a>
|
||||
{% endifunequal %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form id='content' class='list'>
|
||||
{% block big-links %}
|
||||
<div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-genders-Gender'>
|
||||
<a id='next-selector' role='button' class='big-link'>
|
||||
Next
|
||||
</a>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-genders-Gender' class='big-link'>
|
||||
Add a new Gender
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<form id='list-genders-Genders' class='list' action='{{servlet-context}}/list-genders-Genders' method='POST'>
|
||||
{% csrf-field %}
|
||||
<input id='offset' type='hidden' value='{{params.offset|default:0}}'/>
|
||||
<input id='limit' type='hidden' value='{{params.limit|default:50}}'/>
|
||||
<table caption='genders'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -39,7 +51,7 @@ id
|
|||
<input id='id' type='text' name='id' value='{{ params.id }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input type='submit' id='search' value='Search'/>
|
||||
<input type='submit' id='search-widget' value='Search'/>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -57,62 +69,30 @@ View
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<div class='back-link-container'>
|
||||
<input id='page' name='page' disabled='{% ifequal offset 0 %} false {% else %} true {% endifequal %}' value='Previous'/>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<input id='page' name='page' disabled='false' value='Next'/>
|
||||
</div>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
{% block extra-script %}
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
var form = document.getElementById('list-genders-Genders');
|
||||
var ow = document.getElementById('offset');
|
||||
var lw = document.getElementById('limit');
|
||||
form.addEventListener('submit', function() {
|
||||
ow.value='0';
|
||||
});
|
||||
|
||||
{% endblock %}
|
||||
{% ifunequal offset 0 %}
|
||||
document.getElementById('prev-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)-parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endifunequal %}
|
||||
|
||||
document.getElementById('next-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)+parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -1,32 +1,44 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-intentions-Intentions.html generated 2018-06-30T11:36:00.913Z by adl.to-selmer-templates.
|
||||
<!-- File list-intentions-Intentions.html generated 2018-07-01T22:15:35.404Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
{% block back-links %}
|
||||
<div>
|
||||
<div class='back-link-container'>
|
||||
{% ifunequal params.offset "0" %}
|
||||
<a id='prev-selector' class='back-link'>
|
||||
Previous
|
||||
</a>
|
||||
{% else %}
|
||||
<a id='back-link' class='back-link' href='{{servlet-context}}/admin'>
|
||||
Back
|
||||
</a>
|
||||
{% endifunequal %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form id='content' class='list'>
|
||||
{% block big-links %}
|
||||
<div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-intentions-Intention'>
|
||||
<a id='next-selector' role='button' class='big-link'>
|
||||
Next
|
||||
</a>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-intentions-Intention' class='big-link'>
|
||||
Add a new Intention
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<form id='list-intentions-Intentions' class='list' action='{{servlet-context}}/list-intentions-Intentions' method='POST'>
|
||||
{% csrf-field %}
|
||||
<input id='offset' type='hidden' value='{{params.offset|default:0}}'/>
|
||||
<input id='limit' type='hidden' value='{{params.limit|default:50}}'/>
|
||||
<table caption='intentions'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -57,7 +69,7 @@ locality
|
|||
<input id='locality' type='number' name='locality' value='{{ params.locality }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input type='submit' id='search' value='Search'/>
|
||||
<input type='submit' id='search-widget' value='Search'/>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -90,62 +102,30 @@ View
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<div class='back-link-container'>
|
||||
<input id='page' name='page' disabled='{% ifequal offset 0 %} false {% else %} true {% endifequal %}' value='Previous'/>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<input id='page' name='page' disabled='false' value='Next'/>
|
||||
</div>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
{% block extra-script %}
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
var form = document.getElementById('list-intentions-Intentions');
|
||||
var ow = document.getElementById('offset');
|
||||
var lw = document.getElementById('limit');
|
||||
form.addEventListener('submit', function() {
|
||||
ow.value='0';
|
||||
});
|
||||
|
||||
{% endblock %}
|
||||
{% ifunequal offset 0 %}
|
||||
document.getElementById('prev-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)-parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endifunequal %}
|
||||
|
||||
document.getElementById('next-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)+parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -1,32 +1,44 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-issues-Issues.html generated 2018-06-30T11:36:00.906Z by adl.to-selmer-templates.
|
||||
<!-- File list-issues-Issues.html generated 2018-07-01T22:15:35.386Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
{% block back-links %}
|
||||
<div>
|
||||
<div class='back-link-container'>
|
||||
{% ifunequal params.offset "0" %}
|
||||
<a id='prev-selector' class='back-link'>
|
||||
Previous
|
||||
</a>
|
||||
{% else %}
|
||||
<a id='back-link' class='back-link' href='{{servlet-context}}/admin'>
|
||||
Back
|
||||
</a>
|
||||
{% endifunequal %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form id='content' class='list'>
|
||||
{% block big-links %}
|
||||
<div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-issues-Issue'>
|
||||
<a id='next-selector' role='button' class='big-link'>
|
||||
Next
|
||||
</a>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-issues-Issue' class='big-link'>
|
||||
Add a new Issue
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<form id='list-issues-Issues' class='list' action='{{servlet-context}}/list-issues-Issues' method='POST'>
|
||||
{% csrf-field %}
|
||||
<input id='offset' type='hidden' value='{{params.offset|default:0}}'/>
|
||||
<input id='limit' type='hidden' value='{{params.limit|default:50}}'/>
|
||||
<table caption='issues'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -51,7 +63,7 @@ current
|
|||
<input id='current' type='text' name='current' value='{{ params.current }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input type='submit' id='search' value='Search'/>
|
||||
<input type='submit' id='search-widget' value='Search'/>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -75,62 +87,30 @@ View
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<div class='back-link-container'>
|
||||
<input id='page' name='page' disabled='{% ifequal offset 0 %} false {% else %} true {% endifequal %}' value='Previous'/>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<input id='page' name='page' disabled='false' value='Next'/>
|
||||
</div>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
{% block extra-script %}
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
var form = document.getElementById('list-issues-Issues');
|
||||
var ow = document.getElementById('offset');
|
||||
var lw = document.getElementById('limit');
|
||||
form.addEventListener('submit', function() {
|
||||
ow.value='0';
|
||||
});
|
||||
|
||||
{% endblock %}
|
||||
{% ifunequal offset 0 %}
|
||||
document.getElementById('prev-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)-parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endifunequal %}
|
||||
|
||||
document.getElementById('next-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)+parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -1,32 +1,44 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-options-Options.html generated 2018-06-30T11:36:00.868Z by adl.to-selmer-templates.
|
||||
<!-- File list-options-Options.html generated 2018-07-01T22:15:35.300Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
{% block back-links %}
|
||||
<div>
|
||||
<div class='back-link-container'>
|
||||
{% ifunequal params.offset "0" %}
|
||||
<a id='prev-selector' class='back-link'>
|
||||
Previous
|
||||
</a>
|
||||
{% else %}
|
||||
<a id='back-link' class='back-link' href='{{servlet-context}}/admin'>
|
||||
Back
|
||||
</a>
|
||||
{% endifunequal %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form id='content' class='list'>
|
||||
{% block big-links %}
|
||||
<div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-options-Option'>
|
||||
<a id='next-selector' role='button' class='big-link'>
|
||||
Next
|
||||
</a>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-options-Option' class='big-link'>
|
||||
Add a new Option
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<form id='list-options-Options' class='list' action='{{servlet-context}}/list-options-Options' method='POST'>
|
||||
{% csrf-field %}
|
||||
<input id='offset' type='hidden' value='{{params.offset|default:0}}'/>
|
||||
<input id='limit' type='hidden' value='{{params.limit|default:50}}'/>
|
||||
<table caption='options'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -39,7 +51,7 @@ id
|
|||
<input id='id' type='text' name='id' value='{{ params.id }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input type='submit' id='search' value='Search'/>
|
||||
<input type='submit' id='search-widget' value='Search'/>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -57,62 +69,30 @@ View
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<div class='back-link-container'>
|
||||
<input id='page' name='page' disabled='{% ifequal offset 0 %} false {% else %} true {% endifequal %}' value='Previous'/>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<input id='page' name='page' disabled='false' value='Next'/>
|
||||
</div>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
{% block extra-script %}
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
var form = document.getElementById('list-options-Options');
|
||||
var ow = document.getElementById('offset');
|
||||
var lw = document.getElementById('limit');
|
||||
form.addEventListener('submit', function() {
|
||||
ow.value='0';
|
||||
});
|
||||
|
||||
{% endblock %}
|
||||
{% ifunequal offset 0 %}
|
||||
document.getElementById('prev-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)-parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endifunequal %}
|
||||
|
||||
document.getElementById('next-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)+parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -1,32 +1,44 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-roles-Roles.html generated 2018-06-30T11:36:00.886Z by adl.to-selmer-templates.
|
||||
<!-- File list-roles-Roles.html generated 2018-07-01T22:15:35.338Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
{% block back-links %}
|
||||
<div>
|
||||
<div class='back-link-container'>
|
||||
{% ifunequal params.offset "0" %}
|
||||
<a id='prev-selector' class='back-link'>
|
||||
Previous
|
||||
</a>
|
||||
{% else %}
|
||||
<a id='back-link' class='back-link' href='{{servlet-context}}/admin'>
|
||||
Back
|
||||
</a>
|
||||
{% endifunequal %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form id='content' class='list'>
|
||||
{% block big-links %}
|
||||
<div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-roles-Role'>
|
||||
<a id='next-selector' role='button' class='big-link'>
|
||||
Next
|
||||
</a>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-roles-Role' class='big-link'>
|
||||
Add a new Role
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<form id='list-roles-Roles' class='list' action='{{servlet-context}}/list-roles-Roles' method='POST'>
|
||||
{% csrf-field %}
|
||||
<input id='offset' type='hidden' value='{{params.offset|default:0}}'/>
|
||||
<input id='limit' type='hidden' value='{{params.limit|default:50}}'/>
|
||||
<table caption='roles'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -45,7 +57,7 @@ name
|
|||
<input id='name' type='text' name='name' value='{{ params.name }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input type='submit' id='search' value='Search'/>
|
||||
<input type='submit' id='search-widget' value='Search'/>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -66,62 +78,30 @@ View
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<div class='back-link-container'>
|
||||
<input id='page' name='page' disabled='{% ifequal offset 0 %} false {% else %} true {% endifequal %}' value='Previous'/>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<input id='page' name='page' disabled='false' value='Next'/>
|
||||
</div>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
{% block extra-script %}
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
var form = document.getElementById('list-roles-Roles');
|
||||
var ow = document.getElementById('offset');
|
||||
var lw = document.getElementById('limit');
|
||||
form.addEventListener('submit', function() {
|
||||
ow.value='0';
|
||||
});
|
||||
|
||||
{% endblock %}
|
||||
{% ifunequal offset 0 %}
|
||||
document.getElementById('prev-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)-parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endifunequal %}
|
||||
|
||||
document.getElementById('next-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)+parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -1,32 +1,44 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-teams-Teams.html generated 2018-06-30T11:36:00.860Z by adl.to-selmer-templates.
|
||||
<!-- File list-teams-Teams.html generated 2018-07-01T22:15:35.287Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
{% block back-links %}
|
||||
<div>
|
||||
<div class='back-link-container'>
|
||||
{% ifunequal params.offset "0" %}
|
||||
<a id='prev-selector' class='back-link'>
|
||||
Previous
|
||||
</a>
|
||||
{% else %}
|
||||
<a id='back-link' class='back-link' href='{{servlet-context}}/admin'>
|
||||
Back
|
||||
</a>
|
||||
{% endifunequal %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form id='content' class='list'>
|
||||
{% block big-links %}
|
||||
<div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-teams-Team'>
|
||||
<a id='next-selector' role='button' class='big-link'>
|
||||
Next
|
||||
</a>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-teams-Team' class='big-link'>
|
||||
Add a new Team
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<form id='list-teams-Teams' class='list' action='{{servlet-context}}/list-teams-Teams' method='POST'>
|
||||
{% csrf-field %}
|
||||
<input id='offset' type='hidden' value='{{params.offset|default:0}}'/>
|
||||
<input id='limit' type='hidden' value='{{params.limit|default:50}}'/>
|
||||
<table caption='teams'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -63,7 +75,7 @@ longitude
|
|||
<input id='longitude' type='number' name='longitude' value='{{ params.longitude }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input type='submit' id='search' value='Search'/>
|
||||
<input type='submit' id='search-widget' value='Search'/>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -95,62 +107,30 @@ View
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<div class='back-link-container'>
|
||||
<input id='page' name='page' disabled='{% ifequal offset 0 %} false {% else %} true {% endifequal %}' value='Previous'/>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<input id='page' name='page' disabled='false' value='Next'/>
|
||||
</div>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
{% block extra-script %}
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
var form = document.getElementById('list-teams-Teams');
|
||||
var ow = document.getElementById('offset');
|
||||
var lw = document.getElementById('limit');
|
||||
form.addEventListener('submit', function() {
|
||||
ow.value='0';
|
||||
});
|
||||
|
||||
{% endblock %}
|
||||
{% ifunequal offset 0 %}
|
||||
document.getElementById('prev-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)-parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endifunequal %}
|
||||
|
||||
document.getElementById('next-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)+parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -1,32 +1,44 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-visits-Visits.html generated 2018-06-30T11:36:00.858Z by adl.to-selmer-templates.
|
||||
<!-- File list-visits-Visits.html generated 2018-07-01T22:15:35.283Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||
|
||||
<link href='css/yyy-common.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/yyy-site.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link href='css/spinner.css' type='text/css' rel='stylesheet'/>
|
||||
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow'/>
|
||||
|
||||
<title>
|
||||
{{site-title}}: {{title}}
|
||||
</title>
|
||||
{% block back-links %}
|
||||
<div>
|
||||
<div class='back-link-container'>
|
||||
{% ifunequal params.offset "0" %}
|
||||
<a id='prev-selector' class='back-link'>
|
||||
Previous
|
||||
</a>
|
||||
{% else %}
|
||||
<a id='back-link' class='back-link' href='{{servlet-context}}/admin'>
|
||||
Back
|
||||
</a>
|
||||
{% endifunequal %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form id='content' class='list'>
|
||||
{% block big-links %}
|
||||
<div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-visits-Visit'>
|
||||
<a id='next-selector' role='button' class='big-link'>
|
||||
Next
|
||||
</a>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<a href='form-visits-Visit' class='big-link'>
|
||||
Add a new Visit
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<form id='list-visits-Visits' class='list' action='{{servlet-context}}/list-visits-Visits' method='POST'>
|
||||
{% csrf-field %}
|
||||
<input id='offset' type='hidden' value='{{params.offset|default:0}}'/>
|
||||
<input id='limit' type='hidden' value='{{params.limit|default:50}}'/>
|
||||
<table caption='visits'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -57,7 +69,7 @@ date
|
|||
<input id='date' type='date' name='date' value='{{ params.date }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input type='submit' id='search' value='Search'/>
|
||||
<input type='submit' id='search-widget' value='Search'/>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -88,62 +100,30 @@ View
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<div class='back-link-container'>
|
||||
<input id='page' name='page' disabled='{% ifequal offset 0 %} false {% else %} true {% endifequal %}' value='Previous'/>
|
||||
</div>
|
||||
<div class='big-link-container'>
|
||||
<input id='page' name='page' disabled='false' value='Next'/>
|
||||
</div>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<footer>
|
||||
<div id='credits'>
|
||||
<div>
|
||||
<img height='24' width='24' src='img/credits/ric-logo.png'/>
|
||||
{% block extra-script %}
|
||||
|
||||
A project of the
|
||||
|
||||
<a href='https://radical.scot/'>
|
||||
Radical Independence Campaign
|
||||
</a>
|
||||
||
|
||||
Version {{version}}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<img src='img/credits/luminus-logo.png' alt='Clojure' width='16' height='16'/>
|
||||
Built with
|
||||
<a href='http://www.luminusweb.net/'>
|
||||
LuminusWeb
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/clojure-icon.gif' alt='Clojure' width='16' height='16'/>
|
||||
Powered by
|
||||
<a href='http://clojure.org'>
|
||||
Clojure
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/github-logo-transparent.png' alt='GitHub' width='16' height='16'/>
|
||||
Find me/fork me on
|
||||
<a href='https://github.com/simon-brooke/smeagol'>
|
||||
Github
|
||||
</a>
|
||||
||
|
||||
|
||||
<img src='img/credits/gnu.small.png' alt='Free Software Foundation' width='16' height='16'/>
|
||||
Licensed under the
|
||||
<a href='http://www.gnu.org/licenses/gpl-2.0.html'>
|
||||
GNU General Public License version 2.0
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
var form = document.getElementById('list-visits-Visits');
|
||||
var ow = document.getElementById('offset');
|
||||
var lw = document.getElementById('limit');
|
||||
form.addEventListener('submit', function() {
|
||||
ow.value='0';
|
||||
});
|
||||
|
||||
{% endblock %}
|
||||
{% ifunequal offset 0 %}
|
||||
document.getElementById('prev-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)-parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endifunequal %}
|
||||
|
||||
document.getElementById('next-selector').addEventListener('click', function () {
|
||||
ow.value=(parseInt(ow.value)+parseInt(lw.value));
|
||||
console.log('Updated offset to ' + ow.value);
|
||||
form.submit();
|
||||
});
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -11,11 +11,11 @@
|
|||
<link href="https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow" rel="stylesheet"/>
|
||||
<title>{{site-title}}: {{title}}</title>
|
||||
{% script "js/lib/jquery/dist/jquery.min.js" %}
|
||||
{% endblock %}
|
||||
{% block extra-head %}
|
||||
<!-- extra-head: put any additional markup to go into the head of your document into this block -->
|
||||
<!-- e.g. script tags, link tags -->
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
{% block whole-page %}
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
{% block big-links %}
|
||||
<!-- big-links: put any main navigation links into this block -->
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
<div if="#content">
|
||||
{% block content %}
|
||||
<!-- content: put your main page content into this block -->
|
||||
|
|
@ -81,13 +81,11 @@
|
|||
<!-- e.g. some javascript script tags, some link tags -->
|
||||
{% endblock %}
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
var context = "{{servlet-context}}";
|
||||
var csrfToken = "{{csrf-token}}";
|
||||
{% block extra-script %}
|
||||
/* extra-script: put any actual javascript source text you need into this block */
|
||||
{% endblock %}
|
||||
//]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue