yWeb: move prototype stuff to own subdir

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5a6a53a3a6
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-14 (Tue, 14 Feb 2023)

Origin message was:
------------------
- yWeb: move prototype stuff to own subdir

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2023-02-14 23:56:16 +01:00
parent 6b2d7c1a92
commit 402a34bbf3
7 changed files with 14 additions and 8 deletions

View File

@@ -614,8 +614,9 @@ data/y-web/favicon/Makefile
data/y-web/images/Makefile data/y-web/images/Makefile
data/y-web/info/Makefile data/y-web/info/Makefile
data/y-web/jquery/Makefile data/y-web/jquery/Makefile
data/y-web/lcd4linux/Makefile
data/y-web/languages/Makefile data/y-web/languages/Makefile
data/y-web/lcd4linux/Makefile
data/y-web/prototype/Makefile
data/y-web/scripts/Makefile data/y-web/scripts/Makefile
data/y-web/styles/Makefile data/y-web/styles/Makefile
data/zapit/Makefile data/zapit/Makefile

View File

@@ -1,4 +1,4 @@
SUBDIRS = images scripts languages styles SUBDIRS = images scripts languages styles prototype
# NI-yWeb # NI-yWeb
SUBDIRS += favicon info jquery lcd4linux SUBDIRS += favicon info jquery lcd4linux
@@ -9,7 +9,6 @@ install_DATA = channels.js \
extensions.txt \ extensions.txt \
favicon.ico \ favicon.ico \
index.html \ index.html \
prototype.js \
robots.txt \ robots.txt \
Y_About.yhtm \ Y_About.yhtm \
Y_Baselib.js \ Y_Baselib.js \
@@ -78,9 +77,7 @@ install_DATA = channels.js \
Y_yweb.js Y_yweb.js
# file manager # file manager
install_DATA += accordion.js \ install_DATA += Y_Blocks_Filemgr.txt \
effects.js \
Y_Blocks_Filemgr.txt \
Y_Filemgr.yhtm \ Y_Filemgr.yhtm \
Y_Filemgr_Edit.yhtm Y_Filemgr_Edit.yhtm

View File

@@ -1,7 +1,7 @@
{=include-block:Y_Blocks.txt;head=} {=include-block:Y_Blocks.txt;head=}
{=include-block:Y_Blocks.txt;js_prototype=} {=include-block:Y_Blocks.txt;js_prototype=}
<script type="text/javascript" src="/effects.js"></script> <script type="text/javascript" src="/prototype/effects.js"></script>
<script type="text/javascript" src="/accordion.js"></script> <script type="text/javascript" src="/prototype/accordion.js"></script>
<script type="text/javascript" src="/Y_Baselib.js"></script> <script type="text/javascript" src="/Y_Baselib.js"></script>
<script type="text/javascript"> <script type="text/javascript">
//<![CDATA[ //<![CDATA[

View File

@@ -0,0 +1,8 @@
installdir = $(PRIVATE_HTTPDDIR)/prototype
# prototype library; see http://prototypejs.org/
install_DATA = prototype.js
# prototype effects; see http://script.aculo.us
install_DATA += effects.js
install_DATA += accordion.js