Skip to content

Commit 5c3bd1f

Browse files
committed
Use CHJ.Script, TFL.HTML; not GTW...
1 parent 901e6e2 commit 5c3bd1f

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

_CNDB/Command.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (C) 2014-2015 Mag. Christian Tanzer All rights reserved
2+
# Copyright (C) 2014-2016 Mag. Christian Tanzer All rights reserved
33
# Glasauergasse 32, A--1130 Wien, Austria. [email protected]
44
# #*** <License> ************************************************************#
55
# This module is part of the package CNDB.
@@ -19,6 +19,7 @@
1919
# 5-Sep-2014 (CT) Creation (factored from FFW)
2020
# 5-Sep-2014 (MB) Added garbage collect command
2121
# 16-Dec-2015 (CT) Change to `UI_Spec`
22+
# 11-Oct-2016 (CT) Change `GTW.HTML` to `TFL.HTML`
2223
# ««revision-date»»···
2324
#--
2425

@@ -52,7 +53,7 @@
5253
import _CNDB._OMP.UI_Spec
5354
import _CNDB._OMP.RST_Api_addons
5455

55-
import _GTW.HTML
56+
import _TFL.HTML
5657
import _ReST.To_Html
5758

5859
from _TFL import sos

_CNDB/_JNJ/html/base.jnj.media

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# 29-Mar-2012 (CT) Creation
1818
# 4-Dec-2012 (CT) Remove `http:` (--> protocol-relative)
1919
# 17-Dec-2012 (CT) Add rules for `textarea.Long` and `.Very-Long`
20-
# 29-Apr-2013 (CT) Add `GTW.Script._.GTW_jq_util`
20+
# 29-Apr-2013 (CT) Add `CHJ.Script._.GTW_jq_util`
2121
# 8-Apr-2015 (CT) Fix `print` rule for `.pg_foot`
2222
# 18-Jan-2016 (CT) Use `V5a_externalize`, `V5a_de_obfuscate_a_nospam`
2323
# ««revision-date»»···
@@ -91,10 +91,10 @@ Script \
9191
, rank = -1000000000
9292
)
9393

94-
Script (GTW.Script._.V5a_de_obfuscate_a_nospam)
95-
JS_On_Ready (GTW.JS_On_Ready._.V5a_de_obfuscate_a_nospam)
94+
Script (CHJ.Script._.V5a_de_obfuscate_a_nospam)
95+
JS_On_Ready (CHJ.JS_On_Ready._.V5a_de_obfuscate_a_nospam)
9696

97-
Script (GTW.Script._.V5a_externalize)
98-
JS_On_Ready (GTW.JS_On_Ready._.V5a_externalize)
97+
Script (CHJ.Script._.V5a_externalize)
98+
JS_On_Ready (CHJ.JS_On_Ready._.V5a_externalize)
9999

100100
### __END__ html/base.jnj.media

_CNDB/_JNJ/html/dashboard/app.jnj.media

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# 2-Jul-2015 (CT) Add rules for tree-based dashboard (`.ETT`, `.ETI`, ...)
3737
# 8-Jul-2015 (CT) Remove rules for `table` based dashboard
3838
# 9-Jul-2015 (CT) Reduce `max_height` and `min_height` of `.map`
39-
# 5-May-2016 (CT) Add `GTW.Script._.V5a_new_window`
39+
# 5-May-2016 (CT) Add `CHJ.Script._.V5a_new_window`
4040
# ««revision-date»»···
4141
#--
4242

@@ -688,10 +688,10 @@ style_sheet = Style_Sheet \
688688
Include ("html/print.media")
689689
Include ("html/mf3.m.jnj.media")
690690

691-
Script (GTW.Script._.Modernizr)
692-
Script (GTW.Script._.leaflet)
693-
Script (GTW.Script._.GTW_jq_util)
694-
Script (GTW.Script._.V5a_new_window)
691+
Script (CHJ.Script._.Modernizr)
692+
Script (CHJ.Script._.leaflet)
693+
Script (CHJ.Script._.GTW_jq_util)
694+
Script (CHJ.Script._.V5a_new_window)
695695
Script_File ("html/dashboard/app.js")
696696

697697
### __END__ html/dashboard/app.jnj.media

0 commit comments

Comments
 (0)