First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
21
www/admin/menu/logon.jnlp
Normal file
21
www/admin/menu/logon.jnlp
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<jnlp spec="1.0+" codebase="" href="">
|
||||
<information>
|
||||
<title>Logon Servlet</title>
|
||||
<vendor>Acxent S.r.l. (c)</vendor>
|
||||
</information>
|
||||
<resources>
|
||||
<!-- Application Resources -->
|
||||
<j2se version="1.6+"
|
||||
href="http://java.sun.com/products/autodl/j2se" />
|
||||
<jar href="logon.jar" main="true" />
|
||||
|
||||
</resources>
|
||||
<applet-desc
|
||||
name="Logon Applet"
|
||||
main-class="it.acxent.servlet.LogonApplet"
|
||||
width="227"
|
||||
height="50">
|
||||
</applet-desc>
|
||||
<update check="background"/>
|
||||
</jnlp>
|
||||
Loading…
Add table
Add a link
Reference in a new issue