Changeset d598396b
- Timestamp:
- Mar 11, 2012 1:02:51 PM (9 years ago)
- Branches:
- master
- Children:
- f91f83fa
- Parents:
- fdb1f9dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/routerconsole/jsp/configupdate.jsp
rfdb1f9dd rd598396b 32 32 <div class="wideload"><table border="0" cellspacing="5"> 33 33 <tr><td colspan="2"></tr> 34 <tr><td class= 34 <tr><td class="mediumtags" align="right"><b><%=intl._("News & I2P Updates")%>:</b></td> 35 35 <% } else { %> 36 36 <h3><%=intl._("Check for news updates")%></h3> 37 37 <div class="wideload"><table border="0" cellspacing="5"> 38 38 <tr><td colspan="2"></tr> 39 <tr><td class= 39 <tr><td class="mediumtags" align="right"><b><%=intl._("News Updates")%>:</b></td> 40 40 <% } // if canInstall %> 41 41 <td> <% if ("true".equals(System.getProperty("net.i2p.router.web.UpdateHandler.updateInProgress", "false"))) { %> <i><%=intl._("Update In Progress")%></i><br> <% } else { %> <input type="submit" name="action" class="check" value="<%=intl._("Check for updates")%>" /> 42 42 <% } %></td></tr> 43 43 <tr><td colspan="2"><br></td></tr> 44 <tr><td class= 44 <tr><td class="mediumtags" align="right"><b><%=intl._("News URL")%>:</b></td> 45 45 <td><input type="text" size="60" name="newsURL" value="<jsp:getProperty name="updatehelper" property="newsURL" />"></td> 46 </tr><tr><td class= 46 </tr><tr><td class="mediumtags" align="right"><b><%=intl._("Refresh frequency")%>:</b> 47 47 <td><jsp:getProperty name="updatehelper" property="refreshFrequencySelectBox" /></td></tr> 48 48 <% if (updatehelper.canInstall()) { %> 49 <tr><td class= 49 <tr><td class="mediumtags" align="right"><b><%=formhandler._("Update policy")%>:</b></td> 50 50 <td><jsp:getProperty name="updatehelper" property="updatePolicySelectBox" /></td></tr> 51 51 <% } // if canInstall %> 52 <tr><td class= 52 <tr><td class="mediumtags" align="right"><b><%=intl._("Update through the eepProxy?")%></b></td> 53 53 <td><jsp:getProperty name="updatehelper" property="updateThroughProxy" /></td> 54 </tr><tr><td class= 54 </tr><tr><td class="mediumtags" align="right"><b><%=intl._("eepProxy host")%>:</b></td> 55 55 <td><input type="text" size="10" name="proxyHost" value="<jsp:getProperty name="updatehelper" property="proxyHost" />" /></td> 56 </tr><tr><td class= 56 </tr><tr><td class="mediumtags" align="right"><b><%=intl._("eepProxy port")%>:</b></td> 57 57 <td><input type="text" size="10" name="proxyPort" value="<jsp:getProperty name="updatehelper" property="proxyPort" />" /></td></tr> 58 58 <% if (updatehelper.canInstall()) { %> 59 <tr><td class= 59 <tr><td class="mediumtags" align="right"><b><%=intl._("Update URLs")%>:</b></td> 60 60 <td><textarea cols="60" rows="6" name="updateURL" wrap="off" spellcheck="false"><jsp:getProperty name="updatehelper" property="updateURL" /></textarea></td> 61 </tr><tr><td class= 61 </tr><tr><td class="mediumtags" align="right"><b><%=intl._("Trusted keys")%>:</b></td> 62 62 <td><textarea cols="60" rows="6" name="trustedKeys" wrap="off" spellcheck="false"><jsp:getProperty name="updatehelper" property="trustedKeys" /></textarea></td> 63 </tr><tr><td class="mediumtags" align="right"><b><%=intl._("Update with unsigned development builds?")%></b></td>63 </tr><tr><td id="unsignedbuild" class="mediumtags" align="right"><b><%=intl._("Update with unsigned development builds?")%></b></td> 64 64 <td><jsp:getProperty name="updatehelper" property="updateUnsigned" /></td> 65 </tr><tr><td class= 65 </tr><tr><td class="mediumtags" align="right"><b><%=intl._("Unsigned Build URL")%>:</b></td> 66 66 <td><input type="text" size="60" name="zipURL" value="<jsp:getProperty name="updatehelper" property="zipURL" />"></td></tr> 67 67 <% } else { %> 68 <tr><td class= 68 <tr><td class="mediumtags" align="center" colspan="2"><b><%=intl._("Updates will be dispatched via your package manager.")%></b></td></tr> 69 69 <% } // if canInstall %> 70 70 <tr class="tablefooter"><td colspan="2">
Note: See TracChangeset
for help on using the changeset viewer.