Skip to content

Commit 826b5d9

Browse files
committed
webtk updates from Gary
1 parent 70c9557 commit 826b5d9

File tree

8 files changed

+363
-158
lines changed

8 files changed

+363
-158
lines changed

examples/gui/webtk/generic_fullapps/treesummary_all.sql

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ delete from appforminfo where appfname='treesummaryall';
6969
delete from appformd where appdname='treesummaryall';
7070
delete from appformdtree where appdtname='treesummaryall';
7171

72-
-- you may want to change 'http://localhost:8001',1,1,'gufi_vt',30,'/LOCALSEARCHPATH','/LOCALSOURCEPATH','http://localhost:8000/search');
73-
insert into apps values (NULL,'treesummaryall','tree summaries (allvar) (local) with Traversal Control','Query of local treesummary Information with Traversal Control','http://localhost:8001',1,1,'gufi_vt',30,'/LOCALSEARCHPATH','/LOCALSOURCEPATH','http://localhost:8000/search');
72+
-- you may want to change 'http://localhost:8001',1,1,'gufi_vt',30,'/LOCALSEARCHPATH','/LOCALSOURCEAPTH','http://localhost:8000/search');
73+
insert into apps values (NULL,'treesummaryall','tree summaries (allvar) (local) with Traversal Control','Query of local treesummary Information with Traversal Control','http://localhost:8001',1,1,'gufi_vt',30,'/LOCALSEARCHPATH','/LOCALSOURCEAPTH','http://localhost:8000/search');
7474
-- this is for remote gufi instead of the above local gufi
7575
/*
7676
insert into apps values (NULL,'treesummaryall',tree summaries (allvar) (remote) with Traversal Control','Query of Remote treesummary Information with Traversal Control','http://localhost:8501',1,1,'gufi_vt',30,'/REMOTESEARCHPATH','/REMOTESOURCEPATH','http://localhost:8000/search');

examples/gui/webtk/generic_fullapps/vrsummary_all.sql

100755100644
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ delete from appforminfo where appfname='vrsummaryall';
6969
delete from appformd where appdname='vrsummaryall';
7070
delete from appformdtree where appdtname='vrsummaryall';
7171

72-
-- you may want to change 'http://localhost:8001',1,1,'gufi_vt',30,'/LOCALSEARCHPATH','/LOCALSOURCEPATH','http://localhost:8000/search');
73-
insert into apps values (NULL,'vrsummaryall','directory summaries (allvar) (local) with Traversal Control','Query of directory summary Information with Traversal Control','http://localhost:8001',1,1,'gufi_vt',30,'/LOCALSEARCHPATH','/LOCALSOURCEPATH','http://localhost:8000/search');
72+
-- you may want to change 'http://localhost:8001',1,1,'gufi_vt',30,'/LOCALSEARCHPATH','/LOCALSOURCEAPTH','http://localhost:8000/search');
73+
insert into apps values (NULL,'vrsummaryall','directory summaries (allvar) (local) with Traversal Control','Query of directory summary Information with Traversal Control','http://localhost:8001',1,1,'gufi_vt',30,'/LOCALSEARCHPATH','/LOCALSOURCEAPTH','http://localhost:8000/search');
7474
-- this is for remote gufi instead of the above local gufi
7575
/*
7676
insert into apps values (NULL,'vrsummaryall',directory summaries (allvar) (remote) with Traversal Control','Query of Remote directory summary Information with Traversal Control','http://localhost:8501',1,1,'gufi_vt',30,'/REMOTESEARCHPATH','/REMOTESOURCEPATH','http://localhost:8000/search');
@@ -101,8 +101,8 @@ insert into apppart values (NULL,'vrsummaryall',8,'downloadf','download results
101101

102102
insert into appforminfo values (NULL,'vrsummaryall',1,'textlist','treelist','treelist','treelist','treelist','Search Local Tree','Path to Search Tree',1,2,0,'','','','','','','','','','','T');
103103

104-
insert into appforminfo values (NULL,'vrsummaryall',3,'text','DIR_path','rpath(sname,sroll) as path','path','path','Path','Path of Dir',1,1,0,'pattern=''[A-Za-z,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
105-
insert into appforminfo values (NULL,'vrsummaryall',3,'text','DIR_name','name as name','name','name','Directory Name','Name of Directory',1,1,0,'pattern=''[A-Za-z,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
104+
insert into appforminfo values (NULL,'vrsummaryall',3,'text','DIR_path','rpath(sname,sroll) as path','path','path','Path','Path of Dir',1,1,0,'pattern=''[A-Za-z0-9,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
105+
insert into appforminfo values (NULL,'vrsummaryall',3,'text','DIR_name','name as name','name','name','Directory Name','Name of Directory',1,1,0,'pattern=''[A-Za-z0-9,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
106106
insert into appforminfo values (NULL,'vrsummaryall',3,'int64','DIR_nlink','nlink as nlink','nlink','nlink','number of dlinks','number of dlinks',1,1,0,'min=''0''','','','','','','','','','','W');
107107
insert into appforminfo values (NULL,'vrsummaryall',3,'int64','DIR_uid','uid as uid','uid','uid','Directory UID','Directory UID',1,1,0,'min=''0''','','','','','','','','','','W');
108108
insert into appforminfo values (NULL,'vrsummaryall',3,'int64','DIR_gid','gid as gid','gid','gid','Directory GID','Directory GID',1,1,0,'min=''0''','','','','','','','','','','W');
@@ -142,6 +142,7 @@ insert into appforminfo values (NULL,'vrsummaryall',3,'int64','DIR_totmtt','totm
142142
insert into appforminfo values (NULL,'vrsummaryall',3,'int64','DIR_totsize','totsize as totsize','totsize','totsize','Directory total files size','Directory total files size',1,1,0,'min=''0''','','','','','','','','','','W');
143143

144144
insert into appforminfo values (NULL,'vrsummaryall',4,'text','DIR_pathname','rpath(sname,sroll)||''/''||name as pathname','pathname','pathname','Pathname','Name of Dir',1,1,0,'required','checked','','','','','','','','','S');
145+
insert into appforminfo values (NULL,'vrsummaryall',4,'text','DIR_hostname','hostname() as hostname','hostname','hostname','hostname','Name of GUFI host',1,1,0,'','','','','','','','','','','S');
145146
insert into appforminfo values (NULL,'vrsummaryall',4,'int64','DIR_mode','mode as mode','mode','modetotxt(mode) as mode','Dir DMode','DMode of Dir',1,1,0,'','','','','','','','','','','S');
146147
insert into appforminfo values (NULL,'vrsummaryall',4,'int64','DIR_nlink','nlink as nlink','nlink','nlink','Dir nlink','nlink of Dir',1,1,0,'','','','','','','','','','','S');
147148
insert into appforminfo values (NULL,'vrsummaryall',4,'int64','DIR_uid','uid as duid','uid','uid','Dir uid','uid of Dir',1,1,0,'','','','','','','','','','','S');

0 commit comments

Comments
 (0)