diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-09-21 14:39:07 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-09-21 14:39:07 +0200 |
commit | 8e13e19461e7fae0037a17378a3e4732ed131e21 (patch) | |
tree | 5be8fd16cbe17535411a0b01885da54a895dd123 /views | |
parent | ddff5b8afe18442ebea1e67bd6f77310b5bf9f0f (diff) | |
download | norsk-urskog-registrations-8e13e19461e7fae0037a17378a3e4732ed131e21.tar.gz norsk-urskog-registrations-8e13e19461e7fae0037a17378a3e4732ed131e21.tar.bz2 norsk-urskog-registrations-8e13e19461e7fae0037a17378a3e4732ed131e21.zip |
Diffstat (limited to 'views')
-rw-r--r-- | views/index.erb | 17 | ||||
-rw-r--r-- | views/layout.erb | 17 | ||||
-rw-r--r-- | views/member.erb | 17 | ||||
-rw-r--r-- | views/registration_closed.erb | 17 | ||||
-rw-r--r-- | views/registration_email.erb | 17 | ||||
-rw-r--r-- | views/song.erb | 17 | ||||
-rw-r--r-- | views/submitted.erb | 17 |
7 files changed, 119 insertions, 0 deletions
diff --git a/views/index.erb b/views/index.erb index 7d069a1..949bbb4 100644 --- a/views/index.erb +++ b/views/index.erb @@ -1,3 +1,20 @@ +<%# + # Band registration form for Norsk Urskog Metal Sampler + # Copyright (C) 2015-2018 Harald Eilersen <haraldei@anduin.net> + # + # This program is free software: you can redistribute it and/or modify + # it under the terms of the GNU Affero General Public License as published by + # the Free Software Foundation, either version 3 of the License, or + # (at your option) any later version. + # + # This program is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + # GNU Affero General Public License for more details. + # + # You should have received a copy of the GNU Affero General Public License + # along with this program. If not, see <http://www.gnu.org/licenses/>. +%> <h1>Norsk Urskog Underground Metal Sampler</h1> <%=asciidoc :_form_heading, attributes: { "contact_email" => settings.contact_email } %> diff --git a/views/layout.erb b/views/layout.erb index 84d3437..f1e84c0 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -1,3 +1,20 @@ +<%# + # Band registration form for Norsk Urskog Metal Sampler + # Copyright (C) 2015-2018 Harald Eilersen <haraldei@anduin.net> + # + # This program is free software: you can redistribute it and/or modify + # it under the terms of the GNU Affero General Public License as published by + # the Free Software Foundation, either version 3 of the License, or + # (at your option) any later version. + # + # This program is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + # GNU Affero General Public License for more details. + # + # You should have received a copy of the GNU Affero General Public License + # along with this program. If not, see <http://www.gnu.org/licenses/>. +%> <!DOCTYPE html> <html> <head> diff --git a/views/member.erb b/views/member.erb index dcdfb85..93332aa 100644 --- a/views/member.erb +++ b/views/member.erb @@ -1,3 +1,20 @@ +<%# + # Band registration form for Norsk Urskog Metal Sampler + # Copyright (C) 2015-2018 Harald Eilersen <haraldei@anduin.net> + # + # This program is free software: you can redistribute it and/or modify + # it under the terms of the GNU Affero General Public License as published by + # the Free Software Foundation, either version 3 of the License, or + # (at your option) any later version. + # + # This program is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + # GNU Affero General Public License for more details. + # + # You should have received a copy of the GNU Affero General Public License + # along with this program. If not, see <http://www.gnu.org/licenses/>. +%> <div class="member-info" id="member-<%= member_number %>"> <label><%= member_number %>:</label> <span class="field text required"> diff --git a/views/registration_closed.erb b/views/registration_closed.erb index 2005d2b..fc27b04 100644 --- a/views/registration_closed.erb +++ b/views/registration_closed.erb @@ -1,3 +1,20 @@ +<%# + # Band registration form for Norsk Urskog Metal Sampler + # Copyright (C) 2015-2018 Harald Eilersen <haraldei@anduin.net> + # + # This program is free software: you can redistribute it and/or modify + # it under the terms of the GNU Affero General Public License as published by + # the Free Software Foundation, either version 3 of the License, or + # (at your option) any later version. + # + # This program is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + # GNU Affero General Public License for more details. + # + # You should have received a copy of the GNU Affero General Public License + # along with this program. If not, see <http://www.gnu.org/licenses/>. +%> <section lang="nb_NO"> <h1>Registreringen er stengt</h1> <p>Registrering til Norsk Urskog 2016 er nå stengt. Vi takker alle som har meldt seg på, og håper vi see på konsertene eller i løpet av Inferno! Dersom du har lyst å bli med på neste utgave av Norsk Urskog Metal Sampler, så følg med når vi åpner registrering for neste utgave igjen.</p> diff --git a/views/registration_email.erb b/views/registration_email.erb index cfb965a..12e90e0 100644 --- a/views/registration_email.erb +++ b/views/registration_email.erb @@ -1,3 +1,20 @@ +<%# + # Band registration form for Norsk Urskog Metal Sampler + # Copyright (C) 2015-2018 Harald Eilersen <haraldei@anduin.net> + # + # This program is free software: you can redistribute it and/or modify + # it under the terms of the GNU Affero General Public License as published by + # the Free Software Foundation, either version 3 of the License, or + # (at your option) any later version. + # + # This program is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + # GNU Affero General Public License for more details. + # + # You should have received a copy of the GNU Affero General Public License + # along with this program. If not, see <http://www.gnu.org/licenses/>. +%> Påmelding til Norsk Urskog 2019 for <%= @band.name %> Takk for din påmelding til Norsk Urskog Metal Sampler 2019. Vennligst sjekk diff --git a/views/song.erb b/views/song.erb index f2495d3..94fc9a8 100644 --- a/views/song.erb +++ b/views/song.erb @@ -1,3 +1,20 @@ +<%# + # Band registration form for Norsk Urskog Metal Sampler + # Copyright (C) 2015-2018 Harald Eilersen <haraldei@anduin.net> + # + # This program is free software: you can redistribute it and/or modify + # it under the terms of the GNU Affero General Public License as published by + # the Free Software Foundation, either version 3 of the License, or + # (at your option) any later version. + # + # This program is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + # GNU Affero General Public License for more details. + # + # You should have received a copy of the GNU Affero General Public License + # along with this program. If not, see <http://www.gnu.org/licenses/>. +%> <div class="song-info" id="song-<%= song_number %>-info"> <label> Låt nr. <%= song_number %> diff --git a/views/submitted.erb b/views/submitted.erb index cbe70f2..26b7757 100644 --- a/views/submitted.erb +++ b/views/submitted.erb @@ -1,3 +1,20 @@ +<%# + # Band registration form for Norsk Urskog Metal Sampler + # Copyright (C) 2015-2018 Harald Eilersen <haraldei@anduin.net> + # + # This program is free software: you can redistribute it and/or modify + # it under the terms of the GNU Affero General Public License as published by + # the Free Software Foundation, either version 3 of the License, or + # (at your option) any later version. + # + # This program is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + # GNU Affero General Public License for more details. + # + # You should have received a copy of the GNU Affero General Public License + # along with this program. If not, see <http://www.gnu.org/licenses/>. +%> <h1>Takk for at du vil være med på Norsk Urskog 2019!</h1> <p>Vi har mottatt din registrering, og vil ta kontakt med deg så snart vi kan for å |