wok view kleanny/stuff/res/base/cleanup.cgi @ rev 25169

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