mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
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:
@@ -1,4 +1,4 @@
|
||||
SUBDIRS = images scripts languages styles
|
||||
SUBDIRS = images scripts languages styles prototype
|
||||
|
||||
# NI-yWeb
|
||||
SUBDIRS += favicon info jquery lcd4linux
|
||||
@@ -9,7 +9,6 @@ install_DATA = channels.js \
|
||||
extensions.txt \
|
||||
favicon.ico \
|
||||
index.html \
|
||||
prototype.js \
|
||||
robots.txt \
|
||||
Y_About.yhtm \
|
||||
Y_Baselib.js \
|
||||
@@ -78,9 +77,7 @@ install_DATA = channels.js \
|
||||
Y_yweb.js
|
||||
|
||||
# file manager
|
||||
install_DATA += accordion.js \
|
||||
effects.js \
|
||||
Y_Blocks_Filemgr.txt \
|
||||
install_DATA += Y_Blocks_Filemgr.txt \
|
||||
Y_Filemgr.yhtm \
|
||||
Y_Filemgr_Edit.yhtm
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{=include-block:Y_Blocks.txt;head=}
|
||||
{=include-block:Y_Blocks.txt;js_prototype=}
|
||||
<script type="text/javascript" src="/effects.js"></script>
|
||||
<script type="text/javascript" src="/accordion.js"></script>
|
||||
<script type="text/javascript" src="/prototype/effects.js"></script>
|
||||
<script type="text/javascript" src="/prototype/accordion.js"></script>
|
||||
<script type="text/javascript" src="/Y_Baselib.js"></script>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
|
8
data/y-web/prototype/Makefile.am
Normal file
8
data/y-web/prototype/Makefile.am
Normal 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
|
Reference in New Issue
Block a user