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-ppp
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-ppp
Commits
9f26c22e
Commit
9f26c22e
authored
Dec 10, 2009
by
Ted Trask
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI fix, bumped to 0.1.3
parent
b76b8efe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+1
-1
ppp-listpeers-html.lsp
ppp-listpeers-html.lsp
+2
-2
No files found.
Makefile
View file @
9f26c22e
APP_NAME
=
ppp
APP_NAME
=
ppp
PACKAGE
=
acf-
$(APP_NAME)
PACKAGE
=
acf-
$(APP_NAME)
VERSION
=
0.1.
2
VERSION
=
0.1.
3
APP_DIST
=
\
APP_DIST
=
\
ppp
*
\
ppp
*
\
...
...
ppp-listpeers-html.lsp
View file @
9f26c22e
...
@@ -6,7 +6,7 @@ require("viewfunctions")
...
@@ -6,7 +6,7 @@ require("viewfunctions")
<% displaycommandresults({"createpeer"}, session, true) %>
<% displaycommandresults({"createpeer"}, session, true) %>
<h1>Peer Files</h1>
<h1>Peer Files</h1>
<TABLE>
<
DL><
TABLE>
<TR style="background:#eee;font-weight:bold;">
<TR style="background:#eee;font-weight:bold;">
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">Action</TD>
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">Action</TD>
<TD style="white-space:nowrap;text-align:left;" class="header">Peer File</TD>
<TD style="white-space:nowrap;text-align:left;" class="header">Peer File</TD>
...
@@ -22,7 +22,7 @@ require("viewfunctions")
...
@@ -22,7 +22,7 @@ require("viewfunctions")
<TD style="white-space:nowrap;" width="90%"><%= html.html_escape(string.gsub(file, "^.*/", "")) %></TD>
<TD style="white-space:nowrap;" width="90%"><%= html.html_escape(string.gsub(file, "^.*/", "")) %></TD>
</TR>
</TR>
<% end %>
<% end %>
</TABLE>
</TABLE>
</DL>
<% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].createpeer then
<% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].createpeer then
viewlibrary.dispatch_component("createpeer")
viewlibrary.dispatch_component("createpeer")
...
...
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