blob: c7399b60ea7965be58040cb72a223b589beb47fe [file] [log] [blame]
Felix Meschbergerbbcc4b92010-02-21 16:49:16 +00001<script type="text/javascript" src="${appRoot}/res/lib/jquery.multifile-1.4.6.js"></script>
Felix Meschberger63d692a2010-02-18 15:29:39 +00002
Felix Meschberger91b71c32010-03-12 12:14:44 +00003<form method="post" enctype="multipart/form-data" action="${pluginRoot}" style="width:50%">
Felix Meschberger63d692a2010-02-18 15:29:39 +00004
5 <!-- top heading -->
6 <div class="ui-widget-header ui-corner-top buttonGroup">
7 <input type="hidden" name="action" value="install"/>
8 ${bundles.upload.caption}
9 </div>
10
11 <table class="nicetable">
12 <tr>
13 <td style="text-align:right">${bundles.upload.start}</td>
14 <td><input type="checkbox" name="bundlestart" value="start"/></td>
15 </tr>
16 <tr>
17 <td style="text-align:right">${bundles.upload.level}</td>
18 <td><input class="input" type="text" name="bundlestartlevel" id="bundlestartlevel" value="${startLevel}" size="4"/></td>
19 </tr>
20 <tr>
21 <td>&nbsp;</td>
22 <td>
23 <input class="multi" accept="jar" type="file" name="bundlefile"/>
24 </td>
25 </tr>
26 <tr>
27 <td colspan="2" style="text-align:center">
28 <input type="submit" value="${bundles.install_or_update}"/>
29 </td>
30 </tr>
31 </table>
32</form>