wok annotate kleanny/stuff/res/base/cleanup.cgi @ rev 21937

Up nnn (2.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 07 18:30:01 2019 +0200 (2019-10-07)
parents
children
rev   line source
hackdorte@20040 1 #!/bin/bash
hackdorte@20040 2 #
hackdorte@20040 3 # Provided By The SliTaz Development Team.
hackdorte@20040 4 # Copyright (C) 2017 The SliTaz Association.
hackdorte@20040 5 #
hackdorte@20040 6 # This program is free software: you can redistribute it and/or modify
hackdorte@20040 7 # it under the terms of the GNU General Public License as published by
hackdorte@20040 8 # the Free Software Foundation, either version 3 of the License, or
hackdorte@20040 9 # (at your option) any later version.
hackdorte@20040 10 #
hackdorte@20040 11 # This program is distributed in the hope that it will be useful,
hackdorte@20040 12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
hackdorte@20040 13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
hackdorte@20040 14 # GNU General Public License for more details.
hackdorte@20040 15 #
hackdorte@20040 16 # You should have received a copy of the GNU General Public License
hackdorte@20040 17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
hackdorte@20040 18 #
hackdorte@20040 19 # @@ Kleanny Scheme File.
hackdorte@20040 20 . /var/www/cgi-bin/kleanny/res/base/data
hackdorte@20040 21 . /var/www/cgi-bin/kleanny/res/template/scheme
hackdorte@20040 22
hackdorte@20040 23 # @@ Kleanny.
hackdorte@20040 24 source /tmp/kleanny/remove.log
hackdorte@20040 25
hackdorte@20040 26 header
hackdorte@20040 27
hackdorte@20040 28 appMETAINFO
hackdorte@20040 29
hackdorte@20040 30 cleanup
hackdorte@20040 31
hackdorte@20040 32 cat <<OUTPUT
hackdorte@20040 33
hackdorte@20040 34 <section id="cleanup">
hackdorte@20040 35 <div id="scope">
hackdorte@20040 36 <div id="coupler"></div>
hackdorte@20040 37 <div id="gearONE" class="spin"></div>
hackdorte@20040 38 <div id="gearTWO" class="spin"></div>
hackdorte@20040 39 <p id="needle"></p>
hackdorte@20040 40 <p id="lines"></p>
hackdorte@20040 41 </div>
hackdorte@20040 42 </section>
hackdorte@20040 43
hackdorte@20040 44 OUTPUT
hackdorte@20040 45
hackdorte@20040 46 appFOOTER
hackdorte@20040 47 redirect