X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=templates%2Fcourses.html.sh;h=99e3381c330fdab04a3c2aec1eae4ff2dfc3f363;hp=10fa011cabf2846a3b98ea51e4b7e8b8902ed4e6;hb=33a8e0e8967077bb2aa63b4bea706dc61d3e42d8;hpb=3643bc408e45653267afe7860490ebbd3fd71b99 diff --git a/templates/courses.html.sh b/templates/courses.html.sh old mode 100644 new mode 100755 index 10fa011..99e3381 --- a/templates/courses.html.sh +++ b/templates/courses.html.sh @@ -1,13 +1,29 @@ +# Copyright 2014 Paul Hänsch +# +# This file is part of Confetti. +# +# Confetti 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. +# +# Confetti 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 Confetti. If not, see . -edit="$_GET[\"edit\"]" +edit="${_GET[edit]}" check_order(){ - [ "$_GET[\"order\"]" = "$1" ] && echo 'checked="checked"' + [ "${_GET[order]}" = "$1" ] && echo 'checked="checked"' } cat < -