Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
acf-postgresql
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ACF
acf-postgresql
Commits
82d6f496
Commit
82d6f496
authored
Dec 31, 2009
by
Ted Trask
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed debug statements.
parent
ec58e9bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
postgresql-details-html.lsp
postgresql-details-html.lsp
+0
-5
postgresql-listfiles-html.lsp
postgresql-listfiles-html.lsp
+0
-7
No files found.
postgresql-details-html.lsp
View file @
82d6f496
<% local data, viewlibrary = ...
<% local data, viewlibrary = ...
require("viewfunctions")
require("viewfunctions")
--[[ DEBUG INFORMATION
io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
io.write(html.cfe_unpack(data))
io.write("</span>")
--]]
%>
%>
<% viewlibrary.dispatch_component("status") %>
<% viewlibrary.dispatch_component("status") %>
...
...
postgresql-listfiles-html.lsp
View file @
82d6f496
<% local data, viewlibrary, page_info, session = ...
<% local data, viewlibrary, page_info, session = ...
require("viewfunctions")
require("viewfunctions")
%>
%>
<%
--[[ DEBUG INFORMATION
io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
io.write(html.cfe_unpack(data))
io.write("</span>")
--]]
%>
<% displaycommandresults({"expert", "startstop"}, session) %>
<% displaycommandresults({"expert", "startstop"}, session) %>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment