Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ACF
acf-heimdal
Commits
94831ef6
Commit
94831ef6
authored
Dec 10, 2009
by
Ted Trask
Browse files
UI fix, bumped to 0.1.1
parent
02edfdc2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
94831ef6
APP_NAME
=
heimdal
PACKAGE
=
acf-
$(APP_NAME)
VERSION
=
0.1.
0
VERSION
=
0.1.
1
APP_DIST
=
\
heimdal
*
\
...
...
heimdal-klist-html.lsp
View file @
94831ef6
...
...
@@ -5,19 +5,20 @@
<% displaycommandresults({"kinit"}, session, true) %>
<H1><%= data.label %></H1>
<DL>
<pre>
<%= html.html_escape(data.value) %>
</pre>
<% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].kdestroy then %>
<DL>
<form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/kdestroy") %>">
<DT>Destroy Tickets</DT>
<DD><input class="submit" type="submit" value="Destroy"></DD>
</form>
</DL>
<% end %>
</DL>
<% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].kinit then
viewlibrary.dispatch_component("kinit")
end %>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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