Changeset 5910
- Timestamp:
- Dec 14, 2011, 3:00:39 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 138 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Button.java
r5906 r5910 177 177 defaultImages.put("yes", "yes.png"); 178 178 defaultImages.put("no", "no.png"); 179 defaultImages.put("back", "goback. gif");180 defaultImages.put("next", "gonext. gif");179 defaultImages.put("back", "goback.png"); 180 defaultImages.put("next", "gonext.png"); 181 181 defaultImages.put("add", "add.png"); 182 182 defaultImages.put("remove", "remove.png"); -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Help.java
r5901 r5910 23 23 package net.sf.basedb.clients.web.taglib; 24 24 25 import net.sf.basedb.util.Values;26 25 27 26 import javax.servlet.jsp.JspException; 28 27 import javax.servlet.jsp.JspTagException; 29 import javax.servlet.jsp.tagext.TagSupport;30 28 31 29 /** … … 82 80 <tr> 83 81 <td>clazz</td> 84 <td>help </td>82 <td>helpicon</td> 85 83 <td>no</td> 86 84 <td> … … 197 195 public Help() 198 196 { 199 super("help ");197 super("helpicon"); 200 198 } 201 199 -
trunk/www/admin/annotationtypecategories/list_categories.jsp
r5900 r5910 181 181 function runPlugin(cmd) 182 182 { 183 Table.submitToPopup(formId, cmd, 7 40, 540);183 Table.submitToPopup(formId, cmd, 750, 500); 184 184 } 185 185 function returnSelected() -
trunk/www/admin/annotationtypecategories/view_category.jsp
r5901 r5910 131 131 function setOwner() 132 132 { 133 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);133 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 134 134 } 135 135 function runPlugin(cmd) 136 136 { 137 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);137 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 138 138 } 139 139 </script> -
trunk/www/admin/annotationtypes/list_annotationtypes.jsp
r5900 r5910 223 223 function runPlugin(cmd) 224 224 { 225 Table.submitToPopup(formId, cmd, 7 40, 540);225 Table.submitToPopup(formId, cmd, 750, 500); 226 226 } 227 227 function returnSelected() -
trunk/www/admin/annotationtypes/view_annotationtype.jsp
r5905 r5910 136 136 function setOwner() 137 137 { 138 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);138 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 139 139 } 140 140 function runPlugin(cmd) 141 141 { 142 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);142 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 143 143 } 144 144 function switchTab(tabControlId, tabId) -
trunk/www/admin/clients/help/list_help.jsp
r5900 r5910 147 147 function runPlugin(cmd) 148 148 { 149 Table.submitToPopup(formId, cmd, 7 40, 540);149 Table.submitToPopup(formId, cmd, 750, 500); 150 150 } 151 151 function returnSelected() -
trunk/www/admin/clients/help/view_help.jsp
r5905 r5910 98 98 function runPlugin(cmd) 99 99 { 100 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&client_id=<%=clientId%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);100 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&client_id=<%=clientId%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 101 101 } 102 102 </script> -
trunk/www/admin/clients/list_clients.jsp
r5900 r5910 165 165 function runPlugin(cmd) 166 166 { 167 Table.submitToPopup(formId, cmd, 7 40, 540);167 Table.submitToPopup(formId, cmd, 750, 500); 168 168 } 169 169 function returnSelected() -
trunk/www/admin/clients/view_client.jsp
r5901 r5910 127 127 function setOwner() 128 128 { 129 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);129 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 130 130 } 131 131 function runPlugin(cmd) 132 132 { 133 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);133 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 134 134 } 135 135 function viewHelp() -
trunk/www/admin/datafiletypes/list_filetypes.jsp
r5900 r5910 182 182 function runPlugin(cmd) 183 183 { 184 Table.submitToPopup(formId, cmd, 7 40, 540);184 Table.submitToPopup(formId, cmd, 750, 500); 185 185 } 186 186 function returnSelected() -
trunk/www/admin/datafiletypes/view_filetype.jsp
r5905 r5910 119 119 function runPlugin(cmd) 120 120 { 121 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);121 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 122 122 } 123 123 </script> -
trunk/www/admin/extravaluetypes/list_extravaluetypes.jsp
r5900 r5910 167 167 function runPlugin(cmd) 168 168 { 169 Table.submitToPopup(formId, cmd, 7 40, 540);169 Table.submitToPopup(formId, cmd, 750, 500); 170 170 } 171 171 function returnSelected() -
trunk/www/admin/extravaluetypes/view_extravaluetype.jsp
r5901 r5910 114 114 function runPlugin(cmd) 115 115 { 116 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);116 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 117 117 } 118 118 </script> -
trunk/www/admin/groups/list_groups.jsp
r5900 r5910 169 169 function runPlugin(cmd) 170 170 { 171 Table.submitToPopup(formId, cmd, 7 40, 540);171 Table.submitToPopup(formId, cmd, 750, 500); 172 172 } 173 173 function returnSelected() -
trunk/www/admin/groups/view_group.jsp
r5901 r5910 120 120 function runPlugin(cmd) 121 121 { 122 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);122 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 123 123 } 124 124 </script> -
trunk/www/admin/hardware/list_hardware.jsp
r5900 r5910 167 167 function runPlugin(cmd) 168 168 { 169 Table.submitToPopup(formId, cmd, 7 40, 540);169 Table.submitToPopup(formId, cmd, 750, 500); 170 170 } 171 171 function returnSelected() -
trunk/www/admin/hardware/view_hardware.jsp
r5901 r5910 127 127 function setOwner() 128 128 { 129 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);129 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 130 130 } 131 131 function runPlugin(cmd) 132 132 { 133 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);133 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 134 134 } 135 135 </script> -
trunk/www/admin/itemsubtypes/list_subtypes.jsp
r5900 r5910 177 177 function runPlugin(cmd) 178 178 { 179 Table.submitToPopup(formId, cmd, 7 40, 540);179 Table.submitToPopup(formId, cmd, 750, 500); 180 180 } 181 181 function returnSelected() -
trunk/www/admin/itemsubtypes/view_subtype.jsp
r5901 r5910 120 120 function runPlugin(cmd) 121 121 { 122 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);122 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 123 123 } 124 124 </script> -
trunk/www/admin/jobagents/list_agents.jsp
r5900 r5910 172 172 function runPlugin(cmd) 173 173 { 174 Table.submitToPopup(formId, cmd, 7 40, 540);174 Table.submitToPopup(formId, cmd, 750, 500); 175 175 } 176 176 function returnSelected() -
trunk/www/admin/jobagents/view_agent.jsp
r5901 r5910 141 141 function setOwner() 142 142 { 143 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);143 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 144 144 } 145 145 function configurePlugin(pluginId) -
trunk/www/admin/mimetypes/list_mimetypes.jsp
r5900 r5910 158 158 function runPlugin(cmd) 159 159 { 160 Table.submitToPopup(formId, cmd, 7 40, 540);160 Table.submitToPopup(formId, cmd, 750, 500); 161 161 } 162 162 function returnSelected() -
trunk/www/admin/mimetypes/view_mimetype.jsp
r5901 r5910 112 112 function runPlugin(cmd) 113 113 { 114 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);114 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 115 115 } 116 116 </script> -
trunk/www/admin/news/list_news.jsp
r5900 r5910 152 152 function runPlugin(cmd) 153 153 { 154 Table.submitToPopup(formId, cmd, 7 40, 540);154 Table.submitToPopup(formId, cmd, 750, 500); 155 155 } 156 156 function returnSelected() -
trunk/www/admin/news/view_news.jsp
r5905 r5910 112 112 function runPlugin(cmd) 113 113 { 114 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);114 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 115 115 } 116 116 </script> -
trunk/www/admin/platforms/list_platforms.jsp
r5900 r5910 161 161 function runPlugin(cmd) 162 162 { 163 Table.submitToPopup(formId, cmd, 7 40, 540);163 Table.submitToPopup(formId, cmd, 750, 500); 164 164 } 165 165 function returnSelected() -
trunk/www/admin/platforms/variants/list_variants.jsp
r5900 r5910 154 154 function runPlugin(cmd) 155 155 { 156 Table.submitToPopup(formId, cmd, 7 40, 540);156 Table.submitToPopup(formId, cmd, 750, 500); 157 157 } 158 158 function returnSelected() -
trunk/www/admin/platforms/variants/view_variant.jsp
r5905 r5910 121 121 function runPlugin(cmd) 122 122 { 123 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&platform_id=<%=platformId%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);123 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&platform_id=<%=platformId%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 124 124 } 125 125 </script> -
trunk/www/admin/platforms/view_platform.jsp
r5905 r5910 120 120 function runPlugin(cmd) 121 121 { 122 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);122 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 123 123 } 124 124 function newVariant() -
trunk/www/admin/pluginconfigurations/list_configurations.jsp
r5900 r5910 207 207 function runPlugin(cmd) 208 208 { 209 Table.submitToPopup(formId, cmd, 7 40, 540);209 Table.submitToPopup(formId, cmd, 750, 500); 210 210 } 211 211 function returnSelected() -
trunk/www/admin/pluginconfigurations/view_configuration.jsp
r5905 r5910 162 162 function setOwner() 163 163 { 164 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);164 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 165 165 } 166 166 function runPlugin(cmd) 167 167 { 168 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);168 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 169 169 } 170 170 function configure() -
trunk/www/admin/plugindefinitions/list_plugins.jsp
r5900 r5910 212 212 function runPlugin(cmd) 213 213 { 214 Table.submitToPopup(formId, cmd, 7 40, 540);214 Table.submitToPopup(formId, cmd, 750, 500); 215 215 } 216 216 function returnSelected() -
trunk/www/admin/plugindefinitions/view_plugin.jsp
r5905 r5910 179 179 function setOwner() 180 180 { 181 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);181 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 182 182 } 183 183 function runPlugin(cmd) 184 184 { 185 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);185 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 186 186 } 187 187 function unloadPlugin() -
trunk/www/admin/plugintypes/list_plugintypes.jsp
r5900 r5910 162 162 function runPlugin(cmd) 163 163 { 164 Table.submitToPopup(formId, cmd, 7 40, 540);164 Table.submitToPopup(formId, cmd, 750, 500); 165 165 } 166 166 function returnSelected() -
trunk/www/admin/plugintypes/view_plugintype.jsp
r5901 r5910 118 118 function runPlugin(cmd) 119 119 { 120 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);120 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 121 121 } 122 122 </script> -
trunk/www/admin/protocols/list_protocol.jsp
r5900 r5910 174 174 function runPlugin(cmd) 175 175 { 176 Table.submitToPopup(formId, cmd, 7 40, 540);176 Table.submitToPopup(formId, cmd, 750, 500); 177 177 } 178 178 function returnSelected() -
trunk/www/admin/protocols/view_protocol.jsp
r5901 r5910 135 135 function setOwner() 136 136 { 137 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);137 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 138 138 } 139 139 function runPlugin(cmd) 140 140 { 141 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);141 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 142 142 } 143 143 function switchTab(tabControlId, tabId) -
trunk/www/admin/quantities/list_quantities.jsp
r5900 r5910 160 160 function runPlugin(cmd) 161 161 { 162 Table.submitToPopup(formId, cmd, 7 40, 540);162 Table.submitToPopup(formId, cmd, 750, 500); 163 163 } 164 164 function returnSelected() -
trunk/www/admin/quantities/units/view_unit.jsp
r5905 r5910 130 130 function runPlugin(cmd) 131 131 { 132 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&quantity_id=<%=quantityId%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);132 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&quantity_id=<%=quantityId%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 133 133 } 134 134 </script> -
trunk/www/admin/quantities/view_quantity.jsp
r5901 r5910 116 116 function runPlugin(cmd) 117 117 { 118 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);118 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 119 119 } 120 120 function newUnit() -
trunk/www/admin/quota/list_quota.jsp
r5900 r5910 152 152 function runPlugin(cmd) 153 153 { 154 Table.submitToPopup(formId, cmd, 7 40, 540);154 Table.submitToPopup(formId, cmd, 750, 500); 155 155 } 156 156 function returnSelected() -
trunk/www/admin/quota/view_quota.jsp
r5901 r5910 144 144 function runPlugin(cmd) 145 145 { 146 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);146 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 147 147 } 148 148 </script> -
trunk/www/admin/quotatypes/list_quotatypes.jsp
r5900 r5910 118 118 function runPlugin(cmd) 119 119 { 120 Table.submitToPopup(formId, cmd, 7 40, 540);120 Table.submitToPopup(formId, cmd, 750, 500); 121 121 } 122 122 function returnSelected() -
trunk/www/admin/quotatypes/view_quotatype.jsp
r5901 r5910 88 88 function runPlugin(cmd) 89 89 { 90 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);90 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 91 91 } 92 92 </script> -
trunk/www/admin/reporterclonetemplates/list_templates.jsp
r5900 r5910 165 165 function runPlugin(cmd) 166 166 { 167 Table.submitToPopup(formId, cmd, 7 40, 540);167 Table.submitToPopup(formId, cmd, 750, 500); 168 168 } 169 169 function returnSelected() -
trunk/www/admin/reporterclonetemplates/view_template.jsp
r5901 r5910 132 132 function setOwner() 133 133 { 134 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);134 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 135 135 } 136 136 function runPlugin(cmd) 137 137 { 138 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);138 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 139 139 } 140 140 function switchTab(tabControlId, tabId) -
trunk/www/admin/reportertypes/list_reportertypes.jsp
r5900 r5910 152 152 function runPlugin(cmd) 153 153 { 154 Table.submitToPopup(formId, cmd, 7 40, 540);154 Table.submitToPopup(formId, cmd, 750, 500); 155 155 } 156 156 function returnSelected() -
trunk/www/admin/reportertypes/view_reportertype.jsp
r5901 r5910 112 112 function runPlugin(cmd) 113 113 { 114 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);114 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 115 115 } 116 116 </script> -
trunk/www/admin/roles/list_roles.jsp
r5900 r5910 162 162 function runPlugin(cmd) 163 163 { 164 Table.submitToPopup(formId, cmd, 7 40, 540);164 Table.submitToPopup(formId, cmd, 750, 500); 165 165 } 166 166 function returnSelected() -
trunk/www/admin/roles/view_role.jsp
r5905 r5910 153 153 function runPlugin(cmd) 154 154 { 155 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);155 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 156 156 } 157 157 </script> -
trunk/www/admin/software/list_software.jsp
r5900 r5910 167 167 function runPlugin(cmd) 168 168 { 169 Table.submitToPopup(formId, cmd, 7 40, 540);169 Table.submitToPopup(formId, cmd, 750, 500); 170 170 } 171 171 function returnSelected() -
trunk/www/admin/software/view_software.jsp
r5901 r5910 127 127 function setOwner() 128 128 { 129 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);129 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 130 130 } 131 131 function runPlugin(cmd) 132 132 { 133 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);133 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 134 134 } 135 135 </script> -
trunk/www/admin/users/list_users.jsp
r5900 r5910 176 176 function runPlugin(cmd) 177 177 { 178 Table.submitToPopup(formId, cmd, 7 40, 540);178 Table.submitToPopup(formId, cmd, 750, 500); 179 179 } 180 180 function returnSelected() -
trunk/www/admin/users/view_user.jsp
r5905 r5910 125 125 function runPlugin(cmd) 126 126 { 127 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);127 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 128 128 } 129 129 </script> -
trunk/www/biomaterials/bioplateeventtypes/list_eventtypes.jsp
r5900 r5910 151 151 function runPlugin(cmd) 152 152 { 153 Table.submitToPopup(formId, cmd, 7 40, 540);153 Table.submitToPopup(formId, cmd, 750, 500); 154 154 } 155 155 function returnSelected() -
trunk/www/biomaterials/bioplateeventtypes/view_eventtype.jsp
r5901 r5910 119 119 function runPlugin(cmd) 120 120 { 121 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);121 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 122 122 } 123 123 </script> -
trunk/www/biomaterials/bioplates/events/list_events.jsp
r5900 r5910 172 172 function runPlugin(cmd) 173 173 { 174 Table.submitToPopup(formId, cmd, 7 40, 540);174 Table.submitToPopup(formId, cmd, 750, 500); 175 175 } 176 176 function returnSelected() -
trunk/www/biomaterials/bioplates/events/view_event.jsp
r5642 r5910 158 158 function setOwner() 159 159 { 160 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);160 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 161 161 } 162 162 function runPlugin(cmd) 163 163 { 164 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);164 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 165 165 } 166 166 </script> -
trunk/www/biomaterials/bioplates/list_bioplates.jsp
r5900 r5910 198 198 function runPlugin(cmd) 199 199 { 200 Table.submitToPopup(formId, cmd, 7 40, 540);200 Table.submitToPopup(formId, cmd, 750, 500); 201 201 } 202 202 function returnSelected() -
trunk/www/biomaterials/bioplates/view_bioplate.jsp
r5901 r5910 143 143 function setOwner() 144 144 { 145 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);145 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 146 146 } 147 147 function runPlugin(cmd) 148 148 { 149 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);149 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 150 150 } 151 151 function viewWells() -
trunk/www/biomaterials/bioplates/wells/list_biowells.jsp
r5900 r5910 150 150 function runPlugin(cmd) 151 151 { 152 Table.submitToPopup(formId, cmd, 7 40, 540);152 Table.submitToPopup(formId, cmd, 750, 500); 153 153 } 154 154 function returnSelected() -
trunk/www/biomaterials/bioplatetypes/list_platetypes.jsp
r5900 r5910 177 177 function runPlugin(cmd) 178 178 { 179 Table.submitToPopup(formId, cmd, 7 40, 540);179 Table.submitToPopup(formId, cmd, 750, 500); 180 180 } 181 181 function returnSelected() -
trunk/www/biomaterials/bioplatetypes/view_platetype.jsp
r5901 r5910 120 120 function runPlugin(cmd) 121 121 { 122 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);122 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 123 123 } 124 124 </script> -
trunk/www/biomaterials/biosources/list_biosources.jsp
r5900 r5910 184 184 function runPlugin(cmd) 185 185 { 186 Table.submitToPopup(formId, cmd, 7 40, 540);186 Table.submitToPopup(formId, cmd, 750, 500); 187 187 } 188 188 function returnSelected() -
trunk/www/biomaterials/biosources/view_biosource.jsp
r5901 r5910 140 140 function setOwner() 141 141 { 142 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);142 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 143 143 } 144 144 function runPlugin(cmd) 145 145 { 146 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);146 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 147 147 } 148 148 function newSample() -
trunk/www/biomaterials/events/list_events.jsp
r5900 r5910 174 174 function runPlugin(cmd) 175 175 { 176 Table.submitToPopup(formId, cmd, 7 40, 540);176 Table.submitToPopup(formId, cmd, 750, 500); 177 177 } 178 178 function returnSelected() -
trunk/www/biomaterials/events/view_event.jsp
r5663 r5910 146 146 function runPlugin(cmd) 147 147 { 148 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&biomaterial_id=<%=bioMaterialId%>&biomaterial_type=<%=bioMaterialType.name()%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);148 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&biomaterial_id=<%=bioMaterialId%>&biomaterial_type=<%=bioMaterialType.name()%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 149 149 } 150 150 </script> -
trunk/www/biomaterials/extracts/list_extracts.jsp
r5900 r5910 250 250 function runPlugin(cmd) 251 251 { 252 Table.submitToPopup(formId, cmd, 7 40, 540);252 Table.submitToPopup(formId, cmd, 750, 500); 253 253 } 254 254 function returnSelected() -
trunk/www/biomaterials/extracts/view_extract.jsp
r5905 r5910 159 159 function setOwner() 160 160 { 161 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);161 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 162 162 } 163 163 function runPlugin(cmd) 164 164 { 165 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);165 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 166 166 } 167 167 function viewEvents() -
trunk/www/biomaterials/lists/list_lists.jsp
r5900 r5910 166 166 function runPlugin(cmd) 167 167 { 168 Table.submitToPopup(formId, cmd, 7 40, 540);168 Table.submitToPopup(formId, cmd, 750, 500); 169 169 } 170 170 function returnSelected() -
trunk/www/biomaterials/lists/members/list_members.jsp
r5900 r5910 196 196 function runPlugin(cmd) 197 197 { 198 Table.submitToPopup(formId, cmd, 7 40, 540);198 Table.submitToPopup(formId, cmd, 750, 500); 199 199 } 200 200 function returnSelected() -
trunk/www/biomaterials/lists/view_list.jsp
r5901 r5910 128 128 function setOwner() 129 129 { 130 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);130 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 131 131 } 132 132 function runPlugin(cmd) 133 133 { 134 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);134 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 135 135 } 136 136 function viewMembers() -
trunk/www/biomaterials/samples/list_samples.jsp
r5900 r5910 236 236 function runPlugin(cmd) 237 237 { 238 Table.submitToPopup(formId, cmd, 7 40, 540);238 Table.submitToPopup(formId, cmd, 750, 500); 239 239 } 240 240 function returnSelected() -
trunk/www/biomaterials/samples/view_sample.jsp
r5905 r5910 159 159 function setOwner() 160 160 { 161 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);161 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 162 162 } 163 163 function runPlugin(cmd) 164 164 { 165 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);165 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 166 166 } 167 167 function viewEvents() -
trunk/www/biomaterials/tags/list_tags.jsp
r5900 r5910 168 168 function runPlugin(cmd) 169 169 { 170 Table.submitToPopup(formId, cmd, 7 40, 540);170 Table.submitToPopup(formId, cmd, 750, 500); 171 171 } 172 172 function returnSelected() -
trunk/www/biomaterials/tags/view_tag.jsp
r5901 r5910 132 132 function setOwner() 133 133 { 134 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);134 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 135 135 } 136 136 function runPlugin(cmd) 137 137 { 138 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);138 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 139 139 } 140 140 </script> -
trunk/www/common/history/list_history.jsp
r5426 r5910 131 131 function runPlugin(cmd) 132 132 { 133 Table.submitToPopup(formId, cmd, 7 40, 540);133 Table.submitToPopup(formId, cmd, 750, 500); 134 134 } 135 135 </script> -
trunk/www/common/import/no_fileformat.jsp
r5900 r5910 76 76 File file = File.getById(dc, fileId); 77 77 %> 78 79 78 <base:page type="popup" title="No matching file format"> 80 79 <base:head> … … 98 97 </base:head> 99 98 <base:body> 99 <h1>No matching file format</h1> 100 100 <form name="import" action="index.jsp" method="post" onsubmit="return false;"> 101 101 <input type="hidden" name="ID" value="<%=ID%>"> … … 109 109 <input type="hidden" name="plugindefinition_id" value="<%=request.getParameter("plugindefinition_id")%>"> 110 110 <input type="hidden" name="file_id" value="<%=fileId%>"> 111 112 111 </form> 113 112 114 <base:note type="info" title="No matching file format">115 < br>116 No file format that matches the file <b><%=file.getPath().toString()%></b> could be found.117 <br><br>118 </ base:note>119 120 <br> 121 <base:buttongroup >113 <div class="content"> 114 <table class="fullcc"><tr><td> 115 <b>No file format that matches the file 116 <code><%=file.getPath().toString()%></code> could be found.</b> 117 </td></tr></table> 118 </div> 119 120 <base:buttongroup subclass="dialogbuttons"> 122 121 <base:button onclick="addFileFormat()" 123 122 image="new.gif" title="Add file format…" -
trunk/www/common/import/select_file.jsp
r5905 r5910 173 173 </base:head> 174 174 <base:body> 175 <h1><%=title%> (auto-detect file format) <base:help helpid="import.autodetect.selectfile" /></h1> 176 175 177 <form name="import" action="index.jsp" method="get" onsubmit="return false;"> 176 178 <input type="hidden" name="ID" value="<%=ID%>"> … … 185 187 <input type="hidden" name="file_id" value=""> 186 188 187 <h3 class="docked"><%=title%> (auto-detect file format) <base:help helpid="import.autodetect.selectfile" /></h3> 188 <div class="boxed"> 189 <div class="helpmessage"> 190 Select a file to import from. 189 <div class="content bottomborder"> 190 <div class="absolutefull filled" style="height: 4em;"> 191 <table style="height: 100%; margin: auto;"><tr><td> 192 Select a file to import from. 193 </td></tr></table> 191 194 </div> 192 <table class="form" width="100%"> 193 <tr > 194 <td class="prompt">Plugin</td> 195 <td><%=plugin != null ? HTML.encodeTags(plugin.getName()) : "<i>- all -</i>"%></td> 196 </tr> 197 <tr > 198 <td class="prompt">File</td> 199 <td> 200 <table border="0" cellspacing="0" cellpadding="0"> 201 <tr> 202 <td><input type="text" class="text required" name="path" size="60" 203 value="<%=currentFile != null ? HTML.encodeTags(currentFile.getPath().toString()) : "" %>"> </td> 204 <td><base:button 205 title="Browse…" 206 onclick="browseOnClick()" 207 /> 195 196 <div class="absolutefull topborder" style="top: 4em;"> 197 <table class="fullform input100"> 198 <tr> 199 <th>Plugin</th> 200 <td><%=plugin != null ? HTML.encodeTags(plugin.getName()) : "<i>- all -</i>"%></td> 201 </tr> 202 <tr> 203 <th>File</th> 204 <td> 205 <table style="width: 100%;"> 206 <tr> 207 <td style="width: 98%;"><input type="text" class="text required" name="path" 208 value="<%=currentFile != null ? HTML.encodeTags(currentFile.getPath().toString()) : "" %>"> </td> 209 <td><base:button 210 title="Browse…" 211 onclick="browseOnClick()" 212 /> 213 </td> 214 </tr> 215 </table> 208 216 </td> 209 </tr> 210 </table> 211 </td> 212 </tr> 213 <tr> 214 <td class="prompt">Character set</td> 215 <td> 216 <select name="charset"> 217 <% 218 String defaultCharset = Config.getCharset(); 219 int numCommon = Config.getCommonCharsets().size(); 220 int i = 0; 221 for (String charset : Config.getAllCharsets()) 222 { 223 %> 224 <option value="<%=charset%>" 225 <%=defaultCharset.equalsIgnoreCase(charset) ? "selected" : ""%> 226 <%=i==numCommon ? "style=\"border-top: 1px solid #666666;\"" : "" %>><%=charset%> 217 </tr> 218 <tr> 219 <th>Character set</th> 220 <td> 221 <select name="charset"> 227 222 <% 228 i++; 229 } 230 %> 231 </select> 232 </td> 233 </tr> 234 <% 235 if (dataFiles != null && dataFiles.size() > 0) 236 { 237 %> 238 <tr> 239 <td class="prompt">Data files</td> 240 <td> 241 <select name="dataFile" onchange="dataFileOnChange()"> 242 <option value=""> 243 <% 244 for (FileSetMember member : dataFiles) 223 String defaultCharset = Config.getCharset(); 224 int numCommon = Config.getCommonCharsets().size(); 225 int i = 0; 226 for (String charset : Config.getAllCharsets()) 245 227 { 246 File file = null; 247 DataFileType dft = null; 248 try 249 { 250 dft = member.getDataFileType(); 251 } 252 catch (Throwable t) 253 {} 254 try 255 { 256 file = member.getFile(); 257 } 258 catch (Throwable t) 259 {} 260 if (file != null) 261 { 262 String path = HTML.encodeTags(file.getPath().toString()); 263 String type = dft != null ? "[" + HTML.encodeTags(dft.getName()) + "] " : ""; 264 %> 265 <option value="<%=file.getId()%>"><%=type%><%=path%> 266 <% 267 } 228 %> 229 <option value="<%=charset%>" 230 <%=defaultCharset.equalsIgnoreCase(charset) ? "selected" : ""%> 231 <%=i==numCommon ? "style=\"border-top: 1px solid #666666;\"" : "" %>><%=charset%> 232 <% 233 i++; 268 234 } 269 235 %> … … 272 238 </tr> 273 239 <% 274 } 275 %> 276 <% 277 if (recentFiles.size() > 0) 278 { 240 if (dataFiles != null && dataFiles.size() > 0) 241 { 242 %> 243 <tr> 244 <th>Data files</th> 245 <td> 246 <select name="dataFile" onchange="dataFileOnChange()"> 247 <option value=""> 248 <% 249 for (FileSetMember member : dataFiles) 250 { 251 File file = null; 252 DataFileType dft = null; 253 try 254 { 255 dft = member.getDataFileType(); 256 } 257 catch (Throwable t) 258 {} 259 try 260 { 261 file = member.getFile(); 262 } 263 catch (Throwable t) 264 {} 265 if (file != null) 266 { 267 String path = HTML.encodeTags(file.getPath().toString()); 268 String type = dft != null ? "[" + HTML.encodeTags(dft.getName()) + "] " : ""; 269 %> 270 <option value="<%=file.getId()%>"><%=type%><%=path%> 271 <% 272 } 273 } 274 %> 275 </select> 276 </td> 277 </tr> 278 <% 279 } 279 280 %> 280 <tr> 281 <td class="prompt">Recently used</td> 282 <td> 283 <select name="recentFile" onchange="recentFileOnChange()"> 284 <option value=""> 285 <% 286 for (File recent : recentFiles) 287 { 288 String path = HTML.encodeTags(recent.getPath().toString()); 281 <% 282 if (recentFiles.size() > 0) 283 { 284 %> 285 <tr> 286 <th>Recently used</th> 287 <td> 288 <select name="recentFile" onchange="recentFileOnChange()"> 289 <option value=""> 290 <% 291 for (File recent : recentFiles) 292 { 293 String path = HTML.encodeTags(recent.getPath().toString()); 294 %> 295 <option value="<%=recent.getId()%>"><%=path%> 296 <% 297 } 289 298 %> 290 <option value="<%=recent.getId()%>"><%=path%> 291 <% 292 } 293 %> 294 </select> 295 </td> 299 </select> 300 </td> 301 </tr> 302 <% 303 } 304 %> 305 <tr class="dynamic"> 306 <th></th> 307 <td></td> 296 308 </tr> 297 <% 298 } 299 %> 300 </table> 301 <div align=right> <i><base:icon image="required.gif" /> = required information</i></div> 309 </table> 310 </div> 302 311 </div> 303 312 </form> 304 313 305 <table align="center"> 306 <tr> 307 <td width="50%"><base:button onclick="doImport();" title="Next" /></td> 308 <td width="50%"><base:button onclick="window.close();" title="Cancel" /></td> 309 </tr> 310 </table> 314 <div class="legend"> 315 <base:icon image="required.gif" /> = required information 316 </div> 317 318 <base:buttongroup subclass="dialogbuttons"> 319 <base:button onclick="doImport();" title="Next" /> 320 <base:button onclick="window.close();" title="Cancel" /> 321 </base:buttongroup> 311 322 </base:body> 312 323 </base:page> -
trunk/www/common/import/select_plugin.jsp
r5905 r5910 177 177 </base:head> 178 178 <base:body onload="init()"> 179 <h1><%=title%> <base:help helpid="import.selectplugin" /></h1> 179 180 <form name="import" action="index.jsp" method="post" onsubmit="return false;"> 180 181 <input type="hidden" name="ID" value="<%=ID%>"> … … 188 189 <input type="hidden" name="pluginconfiguration_id" value=""> 189 190 190 <h3 class="docked"><%=title%> <base:help helpid="import.selectplugin" /></h3> 191 <div class="boxed" style="height: <%=(int)(scale*420)%>px; overflow: auto;"> 192 <div class="helpmessage"> 193 <% 194 if (message != null) 195 { 196 %> 197 <%=message%> 198 <% 199 } 200 else 201 { 202 %> 203 Please select a plugin and file format to use. 204 <% 205 } 206 %> 191 <div class="content bottomborder"> 192 <div class="absolutefull filled" style="height: 4em;"> 193 <table style="height: 100%; margin: auto;"><tr><td> 194 <% 195 if (anotherIsOpen) 196 { 197 %> 198 <div class="messagecontainer error" style="margin: 0.2em; padding: 0.2em;"> 199 Another plug-in configuration wizard is open, or it hasn't properly 200 clean up after itself.<br> 201 If you continue unsaved settings in the other wizard is lost. 202 </div> 203 <% 204 } 205 else 206 { 207 %> 208 <% 209 if (message != null) 210 { 211 %> 212 <%=message%> 213 <% 214 } 215 else 216 { 217 %> 218 Please select a plugin and file format to use. 219 <% 220 } 221 %> 222 <% 223 } 224 %> 225 </td></tr></table> 207 226 </div> 208 209 <table class="form" width="100%"> 210 <tr > 211 <td class="prompt">Plugin + file format</td> 212 <td> 213 <select name="plugins" class="required" onchange="pluginOnChange()"> 214 </select> 215 <% 216 if (!noAutodetect) 217 { 227 228 <div class="absolutefull topborder" style="top: 4em;"> 229 <table class="fullform"> 230 <tr> 231 <th>Plugin + file format</th> 232 <td> 233 <select name="plugins" class="required" onchange="pluginOnChange()"> 234 </select> 235 <% 236 if (!noAutodetect) 237 { 238 %> 239 × = Supports auto-detection 240 <% 241 } 218 242 %> 219 × = Supports auto-detection 220 <% 221 } 222 %> 223 </td> 224 </tr> 225 <% 226 if (messages != null && messages.size() > 0) 227 { 228 %> 229 <tr> 230 <td class="prompt"> </td> 243 </td> 244 </tr> 245 <tr class="dynamic"> 246 <th></th> 231 247 <td> 232 <base:icon image="bullet.gif" /> 233 <a href="javascript:Main.showHide('pluginMessages')" 234 title="Show/hide the messages from the plugins that couldn't be used"> 235 Some plugins couldn't be used 236 </a> 237 <div id="pluginMessages" style="display: none;"> 238 <ul> 239 <li><%=Values.getString(messages, "<li>", true)%> 240 </ul> 248 <div id="descriptions" class="messagecontainer help" style="margin-left: 0px;"> 249 <%=descriptions.toString()%> 241 250 </div> 242 251 </td> 243 252 </tr> 244 253 <% 245 } 246 %> 247 </table> 248 <div align=right> <i><base:icon image="required.gif" /> = required information</i></div> 249 <div id="descriptions" class="helpmessage" 250 style="height: <%=(int)(scale*270)%>px; overflow: auto;"> 251 <%=descriptions.toString()%> 254 if (messages != null && messages.size() > 0) 255 { 256 %> 257 <tr class="big"> 258 <th></th> 259 <td> 260 <base:icon image="bullet.gif" /> 261 <a href="javascript:Main.showHide('pluginMessages')" 262 title="Show/hide the messages from the plugins that couldn't be used"> 263 Some plugins couldn't be used 264 </a> 265 <div id="pluginMessages" style="display: none;"> 266 <ul> 267 <li><%=Values.getString(messages, "<li>", true)%> 268 </ul> 269 </div> 270 </td> 271 </tr> 272 <% 273 } 274 %> 275 </table> 252 276 </div> 253 277 </div> 254 278 </form> 255 279 256 <% 257 if (anotherIsOpen) 258 { 259 %> 260 <div class="error"> 261 Another plug-in configuration wizard is open, or it hasn't properly 262 clean up after itself.<br> 263 If you continue unsaved settings in the other wizard is lost. 264 </div> 265 <% 266 } 267 %> 268 <table align="center"> 269 <tr> 270 <td width="50%"><base:button onclick="doNext();" title="Next" /></td> 271 <td width="50%"><base:button onclick="window.close();" title="Cancel" /></td> 272 </tr> 273 </table> 280 <base:buttongroup subclass="dialogbuttons"> 281 <base:button onclick="doNext();" title="Next" /> 282 <base:button onclick="window.close();" title="Cancel" /> 283 </base:buttongroup> 274 284 </base:body> 275 285 </base:page> -
trunk/www/common/plugin/configure.jsp
r5908 r5910 121 121 var width = Main.getWindowWidth(); 122 122 var height = Main.getWindowHeight(); 123 if (height < 600) height = 600;124 if (width < 800) width = 800; // >123 if (height < 500) height = 500; 124 if (width < 750) width = 750; // > 125 125 window.resizeTo(width, height); 126 126 <% … … 263 263 else 264 264 { 265 sb.append("< h4 class=\"param\" id=\"prompt_"+name+"\" title=\""+fullLabel+"\" onclick=\"parametersOnClick('"+name+"')\">"+label+"</h4>");265 sb.append("<div class=\"section\" id=\"prompt_"+name+"\" title=\""+fullLabel+"\" onclick=\"parametersOnClick('"+name+"')\">"+label+"</div>"); 266 266 %> 267 267 new Parameter('<%=name%>', '[<%=HTML.javaScriptEncode(param.getLabel())%>]', 1, 0, 0, {}); … … 695 695 </base:head> 696 696 <base:body onload="init()"> 697 <p> 697 <h1><%=title%> <base:help 698 helpid="<%="runplugin.configure"+(job != null ? "." + plugin.getMainType().name().toLowerCase() : "") %>" /></h1> 699 698 700 <form action="index.jsp?ID=<%=ID%>" method="post" name="configure" onsubmit="return false;"> 699 701 <input type="hidden" name="cmd" value="SetParameters"> … … 710 712 <input type="hidden" name="subcontext" value="<%=subContext%>"> 711 713 712 <h3 class="docked"><%=title%> <base:help 713 helpid="<%="runplugin.configure"+(job != null ? "." + plugin.getMainType().name().toLowerCase() : "") %>" /></h3> 714 <div class="boxed"> 715 716 <table class="form"> 717 <tr > 718 <td class="prompt">Plugin</td> 719 <td><%=plugin == null ? "<i>- none -</i>" : HTML.encodeTags(plugin.getName())%></td> 720 <td class="prompt">Configuration</td> 721 <td><%=pluginConfig == null ? "<i>- none -</i>" : HTML.encodeTags(pluginConfig.getName())%></td> 722 </tr> 723 </table> 724 725 <div class="pluginhelp"> 714 <div class="content bottomborder"> 715 716 <div class="absolutefull filled" style="height: 4em;"> 717 <table style="height: 100%; margin:auto;"><tr><td> 718 <b> 719 <%=plugin == null ? "" : HTML.encodeTags(plugin.getName())%> 720 <%=pluginConfig == null ? "" : "(" + HTML.encodeTags(pluginConfig.getName()) + ")"%> 721 </b><br> 726 722 <%=HTML.niceFormat(helpText)%> 723 </td></tr></table> 727 724 </div> 728 729 <table class="form" cellspacing="0" border="0" cellpadding="0" width="100%"> 730 <tr > 731 <td nowrap style="width: 240px"> 732 <div class="parameterlist" style="height: <%=(int)(scale*320)%>px; width:240px;"> 725 726 <div class="absolutefull topborder" style="top:4em;"> 727 <div class="absolutefull parameterlist" style="width: 18em;"> 728 <div class="absolutefull" style="bottom: 2em; overflow: auto;"> 733 729 <%=sb.toString()%> 734 730 </div> 735 <base:icon image="hasvalues.gif" /> = has value(s), <base:icon image="required.gif" /> = required736 </td>737 731 738 <td> 732 <div class="absolutefull topborder" style="top: auto; bottom: 0px; height: 2em;"> 733 <table style="height: 100%; margin:auto;"><tr><td> 734 <base:icon image="hasvalues.gif" /> = has value(s), <base:icon image="required.gif" /> = required 735 </td></tr></table> 736 </div> 737 </div> 738 739 <div class="absolutefull input100" style="left: 18em; padding: 8px;"> 739 740 <% 740 741 if (errorMessage != null || (errors != null && errors.size() > 0)) … … 958 959 { 959 960 Integer maxLength = ((StringParameterType)pType).getMaxLength(); 960 int width = pType.getWidth() <= 0 ? 40 : pType.getWidth();961 if (width > 80) width = 80;962 961 int height = pType.getHeight() <= 0 ? 6 : pType.getHeight(); 963 962 if (height > 20) height = 20; … … 966 965 %> 967 966 <b><%=HTML.encodeTags(param.getLabel())%></b> (Text)<br> 968 <textarea <%=pType.getNotNull() ? requiredClazz : clazz%> 969 name="<%=inputName%>" rows="<%=height%>" cols="<%=width%>" 970 onblur="valueOnBlur(this.value)"></textarea> 971 <a href="javascript:Main.zoom('<%=HTML.javaScriptEncode(param.getLabel())%>', 'configure', '<%=inputName%>')" 972 title="Edit in larger window"><base:icon image="zoom.png" /></a> 967 <table style="width: 100%;"> 968 <tr> 969 <td> 970 <textarea <%=pType.getNotNull() ? requiredClazz : clazz%> 971 name="<%=inputName%>" rows="<%=height%>" 972 onblur="valueOnBlur(this.value)"></textarea> 973 </td> 974 <td style="width: 20px;"> 975 <base:icon image="zoom.png" 976 onclick="<%="Main.zoom('" + HTML.javaScriptEncode(param.getLabel()) +"', 'configure', '" + inputName + "')"%>" 977 tooltip="Edit in larger window" 978 /> 979 </td> 980 </tr> 981 </table> 973 982 <% 974 983 } … … 979 988 <input <%=pType.getNotNull() ? requiredClazz : clazz%> type="text" 980 989 name="<%=inputName%>" value="" 981 size="<%=width%>"maxlength="<%=maxLength%>"990 maxlength="<%=maxLength%>" 982 991 onblur="valueOnBlur(this.value)"> 983 992 <% … … 1154 1163 %> 1155 1164 <b><%=HTML.encodeTags(param.getLabel())%></b><br> 1156 <table border="0" cellspacing="0" cellpadding="0">1165 <table style="width: 100%;"> 1157 1166 <tr> 1158 <td ><input <%=pType.getNotNull() ? requiredClazz : clazz%> type="text"1167 <td style="width: 98%;"><input <%=pType.getNotNull() ? requiredClazz : clazz%> type="text" 1159 1168 name="<%=inputName%>" value="" 1160 size="50"1161 1169 onblur="valueOnBlur(this.value)"> </td> 1162 1170 <td><base:button … … 1247 1255 %> 1248 1256 <b><%=HTML.encodeTags(param.getLabel())%></b><br> 1249 <table border="0" cellspacing="0" cellpadding="0">1257 <table style="width: 100%;"> 1250 1258 <tr> 1251 <td >1252 <input type="text" class="text" name="<%=inputName%>" size="40"value=""1259 <td style="width: 98%;"> 1260 <input type="text" class="text" name="<%=inputName%>" value="" 1253 1261 onblur="valueOnBlur(this.value)"> </td> 1254 1262 <td><base:button … … 1268 1276 } 1269 1277 %> 1270 <br> 1271 <div class="parameterhelp"> 1278 <div class="messagecontainer help" style="margin-left: 0px; margin-right: 0px;"> 1272 1279 <%=HTML.niceFormat(param.getDescription())%> 1273 1280 </div> … … 1278 1285 { 1279 1286 %> 1280 <div id="<%=inputName%>_div" style="display: none;" class=" parameterhelp">1287 <div id="<%=inputName%>_div" style="display: none;" class="messagecontainer help"> 1281 1288 <%=HTML.niceFormat(param.getDescription())%> 1282 1289 </div> … … 1287 1294 } 1288 1295 %> 1289 </td>1290 </tr>1291 </table>1296 1297 </div> 1298 1292 1299 </div> 1300 1301 </div> 1302 1293 1303 </form> 1294 <div align="center"> 1295 <base:buttongroup >1304 1305 <base:buttongroup subclass="dialogbuttons"> 1296 1306 <base:button onclick="testWithFile()" title="Test with file…" image="file.gif" 1297 1307 tooltip="Use an uploaded file to create the regular expressions and column mappings" … … 1300 1310 <base:button onclick="doCancel()" title="Cancel" /> 1301 1311 </base:buttongroup> 1302 </div>1303 1312 </base:body> 1304 1313 </base:page> -
trunk/www/common/plugin/download_immediately.jsp
r5798 r5910 83 83 function displayProgress(percentDone) 84 84 { 85 document.getElementById('percent ').innerHTML = ' ' +percentDone+'%';85 document.getElementById('percentText').innerHTML = percentDone+'%'; 86 86 var doneElement = document.getElementById('percentDone'); 87 87 doneElement.style.width = percentDone+'%'; … … 95 95 document.getElementById('percentDone').width = '0%'; 96 96 document.getElementById('percentRemain').width = '100%'; 97 document.getElementById('percent ').innerHTML = ' 0%';97 document.getElementById('percentText').innerHTML = '0%'; 98 98 } 99 99 </script> 100 100 </base:head> 101 101 <base:body onload="init()"> 102 <h1>Export items</h1> 103 104 <div class="content"> 105 <table class="fullcc"><tr><td> 106 <div id="beforeDownloadInfo"> 107 The configuration has been successfully completed. 108 Use the <code>Download</code> button to download the 109 exported data. 110 </div> 111 <div id="afterDownloadInfo"> 112 Do not close this window until the download has finished. 113 </div> 114 <br> 115 <!-- The progress bar --> 116 <div id="progress" style="align:center;"> 117 <table class="progressbar" style="margin: auto;"> 118 <tr> 119 <td> 120 <table id="bar" style="width: 200px"> 121 <tr> 122 <td style="width: 0%;" id="percentDone"> </td> 123 <td style="width: 100%;" id="percentRemain"> </td> 124 </tr> 125 </table> 126 </td> 127 <td id="percentText">0%</td> 128 </tr> 129 </table> 130 </div> 131 132 </td></tr></table> 133 </div> 134 102 135 103 <br><br> 104 <div align="center"> 105 <base:note type="info" title="<%=title%>" style="width:80%;"> 106 <br> 107 <div id="beforeDownloadInfo"> 108 The configuration has been successfully completed. 109 Use the <code>Download</code> button to download the 110 exported data. 111 </div> 112 <div id="afterDownloadInfo"> 113 Do not close this window until the download has finished. 114 </div> 115 <br> 116 <!-- The progress bar --> 117 <div id="progress" style="align:center;"> 118 <table width="90%" border=0 cellspacing=0 cellpadding=0 align="center"> 119 <tr> 120 <td width="80%" > 121 <table width="100%" class="progressbar" border=0 cellspacing=0 cellpadding=0> 122 <tr> 123 <td width="0%" class="done" id="percentDone"> </td> 124 <td width="100%" class="remain" id="percentRemain"> </td> 125 </tr> 126 </table> 127 </td> 128 <td width="20%" id="percent"> 0%</td> 129 </tr> 130 </table> 131 </div> 132 <br><br> 133 </base:note> 134 </div> 135 <br> 136 137 <table align="center"> 138 <tr> 139 <td width="50%"><base:button id="download" onclick="downloadExport();" title="Download" 140 image="download.gif" /></td> 141 <td width="50%"><base:button onclick="doCancel();" title="Cancel" /></td> 142 </tr> 143 </table> 144 <iframe id="downloadFrame" src="" frameborder=0 width=1 height=1/> 136 <base:buttongroup subclass="dialogbuttons"> 137 <base:button id="download" onclick="downloadExport();" title="Download" image="download.gif" /> 138 <base:button onclick="doCancel();" title="Cancel" /> 139 </base:buttongroup> 140 141 <iframe id="downloadFrame" src="" frameborder="0" width="1" height="1" /> 145 142 </base:body> 146 143 </base:page> -
trunk/www/common/plugin/finish_job.jsp
r5908 r5910 109 109 </base:head> 110 110 <base:body> 111 <h1>Set job name and options <base:help helpid="runplugin.finishjob" /></h1> 111 112 <form name="plugin" action="index.jsp" method="post" onsubmit="return false;"> 112 113 <input type="hidden" name="ID" value="<%=ID%>"> 113 114 <input type="hidden" name="cmd" value="FinishNewJob"> 114 115 115 <h3 class="docked">Set job name and options <base:help helpid="runplugin.finishjob" /></h3> 116 <div class="boxed"> 117 <table class="form" width="100%"> 118 <tr > 119 <td class="prompt">Plugin</td> 116 <div class="content"> 117 <table class="fullform input100 bottomborder"> 118 <tr> 119 <th>Plugin</th> 120 120 <td><%=HTML.encodeTags(plugin.getName())%></td> 121 </tr> 122 <tr id="configurations"> 123 <td class="prompt">Configuration</td> 121 <td></td> 122 </tr> 123 <tr id="configurations"> 124 <th>Configuration</th> 124 125 <td><%=pluginConfig == null ? "<i>- none -</i>" : HTML.encodeTags(pluginConfig.getName())%></td> 125 </tr>126 127 <tr 128 <t d class="prompt">Job name</td>126 <td></td> 127 </tr> 128 <tr> 129 <th>Job name</th> 129 130 <td><input type="text" class="text required" 130 131 name="name" value="<%=HTML.encodeTags(job.getName())%>" 131 size="40"maxlength="<%=Job.MAX_NAME_LENGTH%>">132 </td> 133 </tr>134 132 maxlength="<%=Job.MAX_NAME_LENGTH%>"> 133 </td> 134 <td></td> 135 </tr> 135 136 <% 136 137 if (agents != null && agents.size() > 0) 137 138 { 138 139 %> 139 <tr 140 <t d class="prompt">Use job agent</td>140 <tr> 141 <th>Use job agent</th> 141 142 <td> 142 143 <select name="agent_id"> … … 152 153 </select> 153 154 </td> 155 <td></td> 154 156 </tr> 155 157 <% 156 158 } 157 159 %> 158 159 <tr > 160 <td class="prompt">Job description</td> 161 <td nowrap> 162 <textarea class="text" rows="4" cols="40" name="job_description" 163 ><%=HTML.encodeTags(job.getDescription())%></textarea> 164 <a href="javascript:Main.zoom('Job description', 'plugin', 'description')" 165 title="Edit in larger window"><base:icon image="zoom.png" /></a> 166 </td> 167 </tr> 168 169 <tr> 170 <td class="prompt">Send message</td> 160 <tr> 161 <th>Send message</th> 171 162 <td> 172 163 <input type="checkbox" name="send_message" id="sendMessage" value="1" <%=sendMessage ? "checked" : "" %>> … … 174 165 message<%=sendMessageAsEmail ? "+email" : "" %> when the job is completed</label> 175 166 </td> 167 <td></td> 176 168 </tr> 177 169 178 170 <tr> 179 <t d class="prompt">Remove job</td>171 <th>Remove job</th> 180 172 <% 181 173 if (plugin.getMainType().equals(Plugin.MainType.EXPORT) || … … 196 188 } 197 189 %> 198 </tr> 199 190 <td></td> 191 </tr> 192 <tr class="dynamic"> 193 <th>Job description</th> 194 <td> 195 <textarea class="text" rows="4" name="job_description" 196 ><%=HTML.encodeTags(job.getDescription())%></textarea> 197 </td> 198 <td style="width: 20px;"> 199 <base:icon image="zoom.png" 200 onclick="Main.zoom('Job description', 'plugin', 'description')" 201 tooltip="Edit in larger window" 202 /> 203 </td> 204 </tr> 200 205 </table> 201 <div align=right> <i><base:icon image="required.gif" /> = required information</i></div>202 206 </div> 203 207 </form> 204 205 <table align="center"> 206 <tr> 207 <td width="50%"><base:button onclick="doFinish();" title="Finish" image="gonext.gif" /></td> 208 <td width="50%"><base:button onclick="doCancel();" title="Cancel" /></td> 209 </tr> 210 </table> 208 209 <base:buttongroup subclass="dialogbuttons"> 210 <base:button onclick="doFinish();" title="Finish" image="gonext.png" /> 211 <td width="50%"><base:button onclick="doCancel();" title="Cancel" /> 212 </base:buttongroup> 211 213 </base:body> 212 214 </base:page> -
trunk/www/common/plugin/select_plugin.jsp
r5905 r5910 165 165 </base:head> 166 166 <base:body onload="init()"> 167 <h1><%=title%> <base:help helpid="runplugin.selectplugin" /></h1> 167 168 <form name="plugin" action="index.jsp" method="post" onsubmit="return false;"> 168 169 <input type="hidden" name="ID" value="<%=ID%>"> … … 177 178 <input type="hidden" name="pluginconfiguration_id" value=""> 178 179 179 <h3 class="docked"><%=title%> <base:help helpid="runplugin.selectplugin" /></h3> 180 <div class="boxed" style="height: <%=(int)(scale*420)%>px; overflow: auto;"> 181 <div class="helpmessage"> 182 <% 183 if (message != null) 184 { 185 %> 186 <%=message%> 187 <% 188 } 189 else 190 { 191 %> 192 Please select the plugin and, optionally, the configuration to use. 193 <% 194 } 195 %> 180 <div class="content bottomborder"> 181 182 <div class="absolutefull filled" style="height: 4em;"> 183 <table style="height: 100%; margin:auto;"><tr><td> 184 <% 185 if (anotherIsOpen) 186 { 187 %> 188 <div class="messagecontainer error"> 189 Another plug-in configuration wizard is open, or it hasn't properly 190 clean up after itself.<br> 191 If you continue unsaved settings in the other wizard is lost. 192 </div> 193 <% 194 } 195 else 196 { 197 %> 198 <% 199 if (message != null) 200 { 201 %> 202 <%=message%> 203 <% 204 } 205 else 206 { 207 %> 208 Please select the plugin and, optionally, the configuration to use. 209 <% 210 } 211 %> 212 <% 213 } 214 %> 215 </td></tr></table> 196 216 </div> 197 217 198 <table class="form" width="100%"> 199 <tr > 200 <td class="prompt">Plugin + configuration</td> 201 <td> 202 <select name="plugins" class="required" onchange="pluginOnChange()"> 203 </select> 204 </td> 205 </tr> 206 <% 207 if (messages != null && messages.size() > 0) 208 { 209 %> 218 <div class="absolutefull topborder" style="top: 4em;"> 219 <table class="fullform"> 210 220 <tr> 211 <t d class="prompt"> </td>221 <th>Plugin + configuration</th> 212 222 <td> 213 < base:icon image="bullet.gif" />214 < a href="javascript:Main.showHide('pluginMessages')"215 title="Show/hide the messages from the plugins that couldn't be used">216 Some plugins couldn't be used217 </a>218 <div id="pluginMessages" style="display: none;">219 <ul>220 < li><%=Values.getString(messages, "<li>", true)%>221 < /ul>223 <select name="plugins" class="required" onchange="pluginOnChange()"> 224 </select> 225 </td> 226 </tr> 227 <tr class="dynamic"> 228 <th></th> 229 <td> 230 <div id="descriptions" class="messagecontainer help" style="margin-left: 0px;"> 231 <%=descriptions.toString()%> 222 232 </div> 223 233 </td> 224 234 </tr> 225 235 <% 226 } 227 %> 228 </table> 229 <div align=right> <i><base:icon image="required.gif" /> = required information</i></div> 230 <div id="descriptions" class="helpmessage" 231 style="height: <%=(int)(scale*270)%>px; overflow: auto;"> 232 <%=descriptions.toString()%> 236 if (messages != null && messages.size() > 0) 237 { 238 %> 239 <tr class="big"> 240 <th></th> 241 <td> 242 <base:icon image="bullet.gif" /> 243 <a href="javascript:Main.showHide('pluginMessages')" 244 title="Show/hide the messages from the plugins that couldn't be used"> 245 Some plugins couldn't be used 246 </a> 247 <div id="pluginMessages" style="display: none;"> 248 <ul> 249 <li><%=Values.getString(messages, "<li>", true)%> 250 </ul> 251 </div> 252 </td> 253 </tr> 254 <% 255 } 256 %> 257 </table> 233 258 </div> 234 259 </div> 235 260 </form> 236 261 237 <% 238 if (anotherIsOpen) 239 { 240 %> 241 <div class="error"> 242 Another plug-in configuration wizard is open, or it hasn't properly 243 clean up after itself.<br> 244 If you continue unsaved settings in the other wizard is lost. 245 </div> 246 <% 247 } 248 %> 249 <table align="center"> 250 <tr> 251 <td width="50%"><base:button onclick="doNext();" title="Next" /></td> 252 <td width="50%"><base:button onclick="window.close();" title="Cancel" /></td> 253 </tr> 254 </table> 262 <base:buttongroup subclass="dialogbuttons"> 263 <base:button onclick="doNext();" title="Next" /> 264 <base:button onclick="window.close();" title="Cancel" /> 265 </base:buttongroup> 255 266 </base:body> 256 267 </base:page> -
trunk/www/filemanager/files/list_files.jsp
r5908 r5910 340 340 function runPlugin(cmd) 341 341 { 342 Table.submitToPopup(formId, cmd, 7 40, 540);342 Table.submitToPopup(formId, cmd, 750, 500); 343 343 } 344 344 function returnSelected(element) -
trunk/www/filemanager/files/view_file.jsp
r5909 r5910 142 142 function runPlugin(cmd) 143 143 { 144 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);144 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 145 145 } 146 146 function uploadFile() -
trunk/www/filemanager/fileservers/list_fileservers.jsp
r5900 r5910 162 162 function runPlugin(cmd) 163 163 { 164 Table.submitToPopup(formId, cmd, 7 40, 540);164 Table.submitToPopup(formId, cmd, 750, 500); 165 165 } 166 166 function returnSelected() -
trunk/www/filemanager/fileservers/view_fileserver.jsp
r5901 r5910 160 160 function setOwner() 161 161 { 162 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);162 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 163 163 } 164 164 function runPlugin(cmd) 165 165 { 166 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);166 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 167 167 } 168 168 </script> -
trunk/www/include/styles/main.css
r5909 r5910 165 165 } 166 166 167 img.help 167 img.helpicon 168 168 { 169 169 cursor: pointer; 170 background: transparent; 170 171 } 171 172 … … 174 175 ------------------ 175 176 */ 177 178 /* Container that apply padding, margin and border to messages */ 179 .messagecontainer 180 { 181 margin: 1em; 182 padding: 0.5em; 183 border: 1px solid #A0A0A0; 184 border-radius: 5px; 185 186 } 187 188 /* Error messages have red background */ 176 189 .error 177 190 { 178 191 color: #FFFFFF !important; 179 background: #CC0000 !important; 180 } 192 background-color: #C80000 !important; 193 font-weight: normal !important; 194 } 195 196 .messagecontainer.error 197 { 198 border: 2px solid #A00000; 199 } 200 201 .help 202 { 203 background-color: #F8F8E0; 204 } 205 181 206 182 207 /* … … 286 311 } 287 312 313 /* Add a 1-pixel gray border to the top om an element */ 314 .topborder 315 { 316 border-top: 1px solid #A0A0A0; 317 } 318 288 319 .filled 289 320 { 290 321 background: #E8E8E8; 322 } 323 324 .absolutefull 325 { 326 position: absolute; 327 top: 0px; 328 bottom: 0px; 329 left: 0px; 330 right: 0px; 331 overflow: auto; 291 332 } 292 333 … … 481 522 } 482 523 483 .helpmessage484 {485 margin: 1em;486 padding: 0.5em;487 border: 1px solid #A0A0A0;488 background-color: #F8F8E0;489 border-radius: 8px;490 -moz-border-radius: 8px;491 }492 524 493 525 .note { -
trunk/www/include/styles/parameters.css
r5811 r5910 28 28 */ 29 29 30 .parameterlist { 30 .parameterlist 31 { 31 32 overflow: auto; 32 padding: 2px; 33 border-top: 2px groove #999999; 34 border-left: 2px groove #999999; 35 border-bottom: 2px ridge #FFFFFF; 36 border-right: 2px ridge #FFFFFF; 37 margin-right: 8px; 38 background: #FFFFFF; 33 background: #E8E8E8; 34 border-right: 1px solid #A0A0A0; 39 35 } 40 36 41 .parameterlist .param { 42 37 .parameterlist .param 38 { 39 padding: 0px 2px 0px 2px; 40 margin: 2px 0px 0px 0px; 41 border: 0px; 42 border-radius: 4px; 43 -moz-border-radius: 3px; 44 } 45 .parameterlist .param:hover 46 { 47 cursor: pointer; 48 border: 2px solid #2288AA; 49 padding: 0px; 50 margin: 0px 0px -2px 0px; 43 51 } 44 52 45 .parameterlist .param .icon { 46 padding-left: 2px; 47 padding-right: 2px; 48 background: #E0E0E0; 53 .parameterlist .param.selected 54 { 55 color: #FFFFFF; 56 background: #2288AA; 57 font-weight: bold; 58 padding: 1px 2px 1px 2px; 59 margin: 1px 0px -1px 0px; 49 60 } 50 61 51 .parameterlist .param .label { 52 padding-left: 2px; 53 } 54 .parameterlist .param:hover { 55 background: #E0E0E0; 56 cursor: pointer; 57 } 58 59 .parameterlist .param.selected { 60 color: #FFFFFF; 61 background: #445577; 62 font-weight: bold; 63 } 64 65 .pluginhelp { 66 background: #E0E0E0; 67 border: 1px solid #999999; 68 padding: 2px; 69 margin: 8px; 70 max-height: 70px; 71 overflow: auto; 72 } 73 74 .parameterhelp { 75 background: #E0E0E0; 76 border: 1px solid #999999; 77 padding: 2px; 78 margin: 8px 8px 8px 0px; 62 .parameterlist .param.selected:hover 63 { 64 border: 0px; 79 65 } 80 66 81 67 68 .parameterlist .param .icon 69 { 70 padding-left: 2px; 71 padding-right: 2px; 72 } 73 74 .parameterlist .param .label 75 { 76 padding-left: 2px; 77 } 78 79 .parameterlist .section 80 { 81 font-weight: bold; 82 border-bottom: 1px solid #A0A0A0; 83 padding: 0px; 84 margin: 6px 2px 0px 2px; 85 } 86 .parameterlist .section:hover 87 { 88 cursor: pointer; 89 border: 2px solid #2288AA; 90 padding: 0px; 91 margin: 4px 0px -1px 0px; 92 border-radius: 4px; 93 -moz-border-radius: 3px; 94 } 95 -
trunk/www/include/styles/popup.css
r5909 r5910 232 232 border-bottom: 1px solid #A0A0A0; 233 233 border-right: 0px; 234 white-space: normal; 234 235 } 235 236 -
trunk/www/lims/arraybatches/list_batches.jsp
r5900 r5910 186 186 function runPlugin(cmd) 187 187 { 188 Table.submitToPopup(formId, cmd, 7 40, 540);188 Table.submitToPopup(formId, cmd, 750, 500); 189 189 } 190 190 function returnSelected() -
trunk/www/lims/arraybatches/view_batch.jsp
r5901 r5910 142 142 function setOwner() 143 143 { 144 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);144 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 145 145 } 146 146 function runPlugin(cmd) 147 147 { 148 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);148 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 149 149 } 150 150 function newSlide() -
trunk/www/lims/arraydesigns/list_designs.jsp
r5900 r5910 212 212 function runPlugin(cmd) 213 213 { 214 Table.submitToPopup(formId, cmd, 7 40, 540);214 Table.submitToPopup(formId, cmd, 750, 500); 215 215 } 216 216 function returnSelected() -
trunk/www/lims/arraydesigns/view_design.jsp
r5905 r5910 159 159 function setOwner() 160 160 { 161 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);161 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 162 162 } 163 163 function runPlugin(cmd) 164 164 { 165 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);165 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 166 166 } 167 167 function viewFeatures() … … 195 195 function verifyReporters() 196 196 { 197 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=VerifyReporters&item_id=<%=itemId%>', 'VerifyReporters', 7 40, 540);197 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=VerifyReporters&item_id=<%=itemId%>', 'VerifyReporters', 750, 500); 198 198 } 199 199 </script> -
trunk/www/lims/arrayslides/list_slides.jsp
r5900 r5910 178 178 function runPlugin(cmd) 179 179 { 180 Table.submitToPopup(formId, cmd, 7 40, 540);180 Table.submitToPopup(formId, cmd, 750, 500); 181 181 } 182 182 function returnSelected() -
trunk/www/lims/arrayslides/view_slide.jsp
r5901 r5910 140 140 function setOwner() 141 141 { 142 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);142 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 143 143 } 144 144 function runPlugin(cmd) 145 145 { 146 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);146 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 147 147 } 148 148 function switchTab(tabControlId, tabId) -
trunk/www/lims/geometries/list_geometries.jsp
r5900 r5910 162 162 function runPlugin(cmd) 163 163 { 164 Table.submitToPopup(formId, cmd, 7 40, 540);164 Table.submitToPopup(formId, cmd, 750, 500); 165 165 } 166 166 function returnSelected() -
trunk/www/lims/geometries/view_geometry.jsp
r5901 r5910 122 122 function runPlugin(cmd) 123 123 { 124 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);124 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 125 125 } 126 126 function newPlateType() -
trunk/www/lims/platemappings/list_mappings.jsp
r5900 r5910 173 173 function runPlugin(cmd) 174 174 { 175 Table.submitToPopup(formId, cmd, 7 40, 540);175 Table.submitToPopup(formId, cmd, 750, 500); 176 176 } 177 177 function returnSelected() -
trunk/www/lims/platemappings/view_mapping.jsp
r5901 r5910 141 141 function setOwner() 142 142 { 143 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);143 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 144 144 } 145 145 function runPlugin(cmd) 146 146 { 147 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);147 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 148 148 } 149 149 </script> -
trunk/www/lims/plates/events/view_event.jsp
r5901 r5910 113 113 function runPlugin(cmd) 114 114 { 115 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&plate_id=<%=plateId%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);115 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&plate_id=<%=plateId%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 116 116 } 117 117 </script> -
trunk/www/lims/plates/list_plates.jsp
r5900 r5910 197 197 function runPlugin(cmd) 198 198 { 199 Table.submitToPopup(formId, cmd, 7 40, 540);199 Table.submitToPopup(formId, cmd, 750, 500); 200 200 } 201 201 function returnSelected() -
trunk/www/lims/plates/view_plate.jsp
r5905 r5910 148 148 function setOwner() 149 149 { 150 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);150 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 151 151 } 152 152 function runPlugin(cmd) 153 153 { 154 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);154 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 155 155 } 156 156 function viewWells() -
trunk/www/lims/plates/wells/view_well.jsp
r5905 r5910 129 129 function runPlugin(cmd) 130 130 { 131 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&plate_id=<%=plateId%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);131 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&plate_id=<%=plateId%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 132 132 } 133 133 </script> -
trunk/www/lims/platetypes/eventtypes/view_eventtype.jsp
r5901 r5910 98 98 function runPlugin(cmd) 99 99 { 100 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&platetype_id=<%=plateTypeId%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);100 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&platetype_id=<%=plateTypeId%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 101 101 } 102 102 </script> -
trunk/www/lims/platetypes/list_platetypes.jsp
r5900 r5910 182 182 function runPlugin(cmd) 183 183 { 184 Table.submitToPopup(formId, cmd, 7 40, 540);184 Table.submitToPopup(formId, cmd, 750, 500); 185 185 } 186 186 function returnSelected() -
trunk/www/lims/platetypes/view_platetype.jsp
r5901 r5910 135 135 function setOwner() 136 136 { 137 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);137 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 138 138 } 139 139 function runPlugin(cmd) 140 140 { 141 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);141 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 142 142 } 143 143 function viewEventTypes() -
trunk/www/my_base/messages/list_messages.jsp
r5900 r5910 158 158 function runPlugin(cmd) 159 159 { 160 Table.submitToPopup(formId, cmd, 7 40, 540);160 Table.submitToPopup(formId, cmd, 750, 500); 161 161 } 162 162 function returnSelected() -
trunk/www/my_base/projects/list_projects.jsp
r5900 r5910 154 154 function runPlugin(cmd) 155 155 { 156 Table.submitToPopup(formId, cmd, 7 40, 540);156 Table.submitToPopup(formId, cmd, 750, 500); 157 157 } 158 158 function returnSelected() -
trunk/www/my_base/projects/view_project.jsp
r5901 r5910 129 129 function setOwner() 130 130 { 131 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);131 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 132 132 } 133 133 function runPlugin(cmd) 134 134 { 135 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);135 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 136 136 } 137 137 function setToActive() -
trunk/www/views/derivedbioassays/list_bioassays.jsp
r5900 r5910 192 192 function runPlugin(cmd) 193 193 { 194 Table.submitToPopup(formId, cmd, 7 40, 540);194 Table.submitToPopup(formId, cmd, 750, 500); 195 195 } 196 196 function returnSelected() -
trunk/www/views/derivedbioassays/view_bioassay.jsp
r5905 r5910 169 169 function setOwner() 170 170 { 171 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);171 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 172 172 } 173 173 function switchTab(tabControlId, tabId) … … 185 185 function runItemPlugin(cmd) 186 186 { 187 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);187 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 188 188 } 189 189 function newChildBioAssay() -
trunk/www/views/experiments/bioassays/list_bioassays.jsp
r5900 r5910 165 165 function runPlugin(cmd) 166 166 { 167 Table.submitToPopup(formId, cmd, 7 40, 540);167 Table.submitToPopup(formId, cmd, 750, 500); 168 168 } 169 169 function returnSelected() -
trunk/www/views/experiments/bioassays/view_bioassay.jsp
r5905 r5910 104 104 function runPlugin(cmd) 105 105 { 106 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);106 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 107 107 } 108 108 function switchTab(tabControlId, tabId) -
trunk/www/views/experiments/bioassaysets/analysis_tree.jsp
r5674 r5910 295 295 function newItem() 296 296 { 297 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=NewItem&experiment_id=<%=experimentId%>', 'NewBioAssaySet', 7 40, 540);297 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=NewItem&experiment_id=<%=experimentId%>', 'NewBioAssaySet', 750, 500); 298 298 } 299 299 function editBioAssaySet(itemId) … … 374 374 function runPlugin(cmd) 375 375 { 376 Table.submitToPopup(formId, cmd, 7 40, 540);376 Table.submitToPopup(formId, cmd, 750, 500); 377 377 } 378 378 function filter(itemId) 379 379 { 380 Main.openPopup('../bioassaysets/index.jsp?ID=<%=ID%>&cmd=NewFilteredBioAssaySet&experiment_id=<%=experimentId%>&item_id='+itemId, 'FilterBioAssaySet', 7 40, 540);380 Main.openPopup('../bioassaysets/index.jsp?ID=<%=ID%>&cmd=NewFilteredBioAssaySet&experiment_id=<%=experimentId%>&item_id='+itemId, 'FilterBioAssaySet', 750, 500); 381 381 } 382 382 function openPlotTool(itemId) … … 390 390 function runAnalysisPlugin(itemId) 391 391 { 392 Main.openPopup('../bioassaysets/index.jsp?ID=<%=ID%>&cmd=RunAnalysisPlugin&experiment_id=<%=experimentId%>&item_id='+itemId, 'RunPlugin', 7 40, 540);392 Main.openPopup('../bioassaysets/index.jsp?ID=<%=ID%>&cmd=RunAnalysisPlugin&experiment_id=<%=experimentId%>&item_id='+itemId, 'RunPlugin', 750, 500); 393 393 } 394 394 function runExportPlugin(itemId) 395 395 { 396 Main.openPopup('../bioassaysets/index.jsp?ID=<%=ID%>&cmd=ExportItem&experiment_id=<%=experimentId%>&item_id='+itemId, 'Export', 7 40, 540);396 Main.openPopup('../bioassaysets/index.jsp?ID=<%=ID%>&cmd=ExportItem&experiment_id=<%=experimentId%>&item_id='+itemId, 'Export', 750, 500); 397 397 } 398 398 function copyJob(jobId) … … 401 401 url += '&cmd=CopyJob&job_id='+jobId; 402 402 url += '&item_type=BIOASSAYSET&context_type=LIST' 403 Main.openPopup(url, 'CopyJob', 7 40, 540);403 Main.openPopup(url, 'CopyJob', 750, 500); 404 404 } 405 405 function returnSelected() -
trunk/www/views/experiments/bioassaysets/view_bioassayset.jsp
r5905 r5910 189 189 function runItemPlugin(cmd) 190 190 { 191 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&experiment_id=<%=experimentId%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);191 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&experiment_id=<%=experimentId%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 192 192 } 193 193 -
trunk/www/views/experiments/extravalues/view_extravalue.jsp
r5905 r5910 170 170 url += '&cmd=CopyJob&job_id='+jobId; 171 171 url += '&item_type=BIOASSAYSET&context_type=LIST' 172 Main.openPopup(url, 'CopyJob', 7 40, 540);172 Main.openPopup(url, 'CopyJob', 750, 500); 173 173 } 174 174 </script> -
trunk/www/views/experiments/list_experiments.jsp
r5900 r5910 171 171 function runPlugin(cmd) 172 172 { 173 Table.submitToPopup(formId, cmd, 7 40, 540);173 Table.submitToPopup(formId, cmd, 750, 500); 174 174 } 175 175 function returnSelected() -
trunk/www/views/experiments/transformations/view_transformation.jsp
r5905 r5910 159 159 function runItemPlugin(cmd) 160 160 { 161 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&experiment_id=<%=experimentId%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);161 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&experiment_id=<%=experimentId%>&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 162 162 } 163 163 </script> -
trunk/www/views/experiments/view_experiment.jsp
r5903 r5910 157 157 function setOwner() 158 158 { 159 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);159 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 160 160 } 161 161 function runPlugin(cmd) 162 162 { 163 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);163 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 164 164 } 165 165 function analyzeItem() -
trunk/www/views/formulas/list_formulas.jsp
r5900 r5910 203 203 function runPlugin(cmd) 204 204 { 205 Table.submitToPopup(formId, cmd, 7 40, 540);205 Table.submitToPopup(formId, cmd, 750, 500); 206 206 } 207 207 function returnSelected() -
trunk/www/views/formulas/view_formula.jsp
r5905 r5910 135 135 function setOwner() 136 136 { 137 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);137 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 138 138 } 139 139 function runPlugin(cmd) 140 140 { 141 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);141 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 142 142 } 143 143 function switchTab(tabControlId, tabId) -
trunk/www/views/jobs/list_jobs.jsp
r5900 r5910 181 181 function runPlugin(cmd) 182 182 { 183 Table.submitToPopup(formId, cmd, 7 40, 540);183 Table.submitToPopup(formId, cmd, 750, 500); 184 184 } 185 185 function returnSelected() -
trunk/www/views/permissiontemplates/list_templates.jsp
r5900 r5910 160 160 function runPlugin(cmd) 161 161 { 162 Table.submitToPopup(formId, cmd, 7 40, 540);162 Table.submitToPopup(formId, cmd, 750, 500); 163 163 } 164 164 function returnSelected() -
trunk/www/views/permissiontemplates/view_template.jsp
r5901 r5910 130 130 function setOwner() 131 131 { 132 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);132 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 133 133 } 134 134 function runPlugin(cmd) 135 135 { 136 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);136 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 137 137 } 138 138 </script> -
trunk/www/views/physicalbioassays/list_bioassays.jsp
r5900 r5910 201 201 function runPlugin(cmd) 202 202 { 203 Table.submitToPopup(formId, cmd, 7 40, 540);203 Table.submitToPopup(formId, cmd, 750, 500); 204 204 } 205 205 function returnSelected() -
trunk/www/views/physicalbioassays/view_bioassay.jsp
r5901 r5910 149 149 function setOwner() 150 150 { 151 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);151 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 152 152 } 153 153 function runPlugin(cmd) 154 154 { 155 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);155 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 156 156 } 157 157 function switchTab(tabControlId, tabId) -
trunk/www/views/rawbioassays/list_rawbioassays.jsp
r5900 r5910 210 210 function runPlugin(cmd) 211 211 { 212 Table.submitToPopup(formId, cmd, 7 40, 540);212 Table.submitToPopup(formId, cmd, 750, 500); 213 213 } 214 214 function returnSelected() -
trunk/www/views/rawbioassays/view_rawbioassay.jsp
r5905 r5910 169 169 function setOwner() 170 170 { 171 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);171 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 172 172 } 173 173 function runPlugin(cmd) 174 174 { 175 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);175 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 176 176 } 177 177 function viewRawData() -
trunk/www/views/reporterlists/list_reporterlists.jsp
r5900 r5910 163 163 function runPlugin(cmd) 164 164 { 165 Table.submitToPopup(formId, cmd, 7 40, 540);165 Table.submitToPopup(formId, cmd, 750, 500); 166 166 } 167 167 function returnSelected() -
trunk/www/views/reporterlists/reporters/list_reporters.jsp
r5900 r5910 165 165 function runPlugin(cmd) 166 166 { 167 Table.submitToPopup(formId, cmd, 7 40, 540);167 Table.submitToPopup(formId, cmd, 750, 500); 168 168 } 169 169 function returnSelected() -
trunk/www/views/reporterlists/view_reporterlist.jsp
r5901 r5910 129 129 function setOwner() 130 130 { 131 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 150);131 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=SetOwnerOfItem&item_id=<%=itemId%>', 'SetOwnerOfItem', 450, 300); 132 132 } 133 133 function runPlugin(cmd) 134 134 { 135 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);135 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 136 136 } 137 137 function viewReporters() -
trunk/www/views/reporters/list_reporters.jsp
r5900 r5910 159 159 function runPlugin(cmd) 160 160 { 161 Table.submitToPopup(formId, cmd, 7 40, 540);161 Table.submitToPopup(formId, cmd, 750, 500); 162 162 } 163 163 function returnSelected() -
trunk/www/views/reporters/view_reporter.jsp
r5905 r5910 108 108 function runPlugin(cmd) 109 109 { 110 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 7 40, 540);110 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 750, 500); 111 111 } 112 112 </script> -
trunk/www/views/sessions/list_sessions.jsp
r5900 r5910 119 119 function runPlugin(cmd) 120 120 { 121 Table.submitToPopup(formId, cmd, 7 40, 540);121 Table.submitToPopup(formId, cmd, 750, 500); 122 122 } 123 123 function returnSelected() -
trunk/www/views/trashcan/list_trash.jsp
r5839 r5910 110 110 function viewItem(itemId) 111 111 { 112 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=ViewItem&item_id='+itemId, 'ViewJob', 7 40, 540);112 Main.openPopup('index.jsp?ID=<%=ID%>&cmd=ViewItem&item_id='+itemId, 'ViewJob', 750, 500); 113 113 } 114 114 function itemOnClick(evt, itemId)
Note: See TracChangeset
for help on using the changeset viewer.