wok diff kleanny/stuff/res/base/cleanup.cgi @ rev 20040

Add: Kleanny v1.0 By The SliTaz DevTeam.
author Leonardo Laporte <hackdorte@yandex.com>
date Sun Aug 27 10:17:57 2017 -0300 (2017-08-27)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/kleanny/stuff/res/base/cleanup.cgi	Sun Aug 27 10:17:57 2017 -0300
     1.3 @@ -0,0 +1,47 @@
     1.4 +#!/bin/bash
     1.5 +#
     1.6 +#           Provided By The SliTaz Development Team.
     1.7 +#          Copyright (C) 2017 The SliTaz Association.
     1.8 +#
     1.9 +# This program is free software: you can redistribute it and/or modify
    1.10 +# it under the terms of the GNU General Public License as published by
    1.11 +# the Free Software Foundation, either version 3 of the License, or
    1.12 +# (at your option) any later version.
    1.13 +#
    1.14 +# This program is distributed in the hope that it will be useful,
    1.15 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.16 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.17 +# GNU General Public License for more details.
    1.18 +#
    1.19 +# You should have received a copy of the GNU General Public License
    1.20 +# along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1.21 +#
    1.22 +# @@ Kleanny Scheme File.
    1.23 +. /var/www/cgi-bin/kleanny/res/base/data
    1.24 +. /var/www/cgi-bin/kleanny/res/template/scheme
    1.25 +
    1.26 +# @@ Kleanny.
    1.27 +source /tmp/kleanny/remove.log
    1.28 +
    1.29 +header
    1.30 +
    1.31 +appMETAINFO
    1.32 +
    1.33 +cleanup
    1.34 +
    1.35 +cat <<OUTPUT
    1.36 +
    1.37 +<section id="cleanup">
    1.38 +  <div id="scope">
    1.39 +    <div id="coupler"></div>
    1.40 +    <div id="gearONE" class="spin"></div>
    1.41 +    <div id="gearTWO" class="spin"></div>
    1.42 +    <p id="needle"></p>
    1.43 +    <p id="lines"></p>
    1.44 +  </div>
    1.45 +</section>
    1.46 +
    1.47 +OUTPUT
    1.48 +
    1.49 +appFOOTER
    1.50 +redirect