Changeset 6607
- Timestamp:
- Nov 19, 2014, 3:52:20 PM (8 years ago)
- Location:
- trunk/www
- Files:
-
- 42 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/admin/server/broadcast.jsp
r6169 r6607 58 58 <input type="hidden" name="cmd" value="SetBroadcastMessage"> 59 59 60 <div class="content ">60 <div class="content bottomborder"> 61 61 <% 62 62 if (!writePermission) 63 63 { 64 64 %> 65 <table class="fullcc "><tr><td>66 <div class=" error">You do not have permission to broadcast messages to users.</div>65 <table class="fullcc bg-filled-50"><tr><td> 66 <div class="messagecontainer error">You do not have permission to broadcast messages to users.</div> 67 67 </td></tr></table> 68 68 <% … … 71 71 { 72 72 %> 73 <table class="fullform smaller bottomborderinput100">73 <table class="fullform smaller input100"> 74 74 <tr> 75 75 <th>Title</th> -
trunk/www/common/annotations/annotate.jsp
r6319 r6607 321 321 322 322 <div class="absolutefull"> 323 <div class="absolutefull filledrightborder" style="width: 18em;">323 <div class="absolutefull bg-filled-100 rightborder" style="width: 18em;"> 324 324 <div class="absolutefull" style="height: 2em;"> 325 325 <table style="margin: auto; height: 100%;"><tr><td> -
trunk/www/common/annotations/inherit.jsp
r6386 r6607 297 297 <div class="absolutefull"> 298 298 299 <div class="absolutefull filledrightborder" style="width: 28em;">299 <div class="absolutefull bg-filled-100 rightborder" style="width: 28em;"> 300 300 301 301 <div class="absolutefull parameterlist" style="bottom: 3em;"> -
trunk/www/common/annotations/list_annotations.jsp
r6568 r6607 235 235 title="Description" 236 236 /> 237 <div class="panelgroup topborder leftborder rightborder ">237 <div class="panelgroup topborder leftborder rightborder bg-filled-100"> 238 238 <tbl:panel style="height: auto; padding: 2px;"> 239 239 <b>View:</b> -
trunk/www/common/calendar.jsp
r6216 r6607 58 58 59 59 <form name="calendar"> 60 <div class="content filled">60 <div class="content bg-filled-50 bottomborder"> 61 61 62 62 <div style="position: absolute; top: 0px; left: 0px; right: 0px; height: 2em; text-align: center;"> -
trunk/www/common/close_popup.jsp
r6540 r6607 73 73 <h1><%=title%></h1> 74 74 <div class="content"> 75 <table class="fullcc "><tr><td>75 <table class="fullcc bg-filled-50 bottomborder"><tr><td> 76 76 <b><%=message%></b> 77 77 </td></tr></table> -
trunk/www/common/columns/configure.jsp
r6186 r6607 72 72 73 73 <form name="columns"> 74 <div class="content filled">74 <div class="content bg-filled-50 bottomborder"> 75 75 <table style="width: 100%; height: 100%;"> 76 76 <tr> … … 96 96 <td style="width: 45%;"> 97 97 <b>Visible columns</b><br> 98 <select name="visible" id="visible" multiple size="16" style="width: 100%;">98 <select name="visible" id="visible" multiple size="16" style="width: 97%;"> 99 99 </select> 100 100 </td> … … 118 118 <td style="width: 45%; padding-right: 5px;"> 119 119 <b>Hidden columns</b><br> 120 <select name="hidden" id="hidden" multiple size="16" style="width: 100%;">120 <select name="hidden" id="hidden" multiple size="16" style="width: 97%;"> 121 121 </select> 122 122 </td> -
trunk/www/common/columns/save_preset.jsp
r6186 r6607 57 57 58 58 59 <div class="content filled">60 <table class="fullform input100 smaller ">59 <div class="content"> 60 <table class="fullform input100 smaller bottomborder"> 61 61 <tr> 62 62 <th>Name</th> -
trunk/www/common/context/manage.jsp
r6604 r6607 57 57 { 58 58 %> 59 <table class="fullcc "><tr><td>59 <table class="fullcc bg-filled-50 bottomborder"><tr><td> 60 60 <b>You have not saved any presets for 61 61 <%=itemType%> <%="".equals(subContext) ? "" : "(" + subContext + ")" %> … … 90 90 <tbl:toolbar 91 91 visible="true" 92 subclass="bottomborder "92 subclass="bottomborder bg-filled-50" 93 93 style="height: 1.75em;" 94 94 > -
trunk/www/common/expression_builder.jsp
r6605 r6607 106 106 <form name="expression"> 107 107 <div class="content"> 108 <table class=" fullform input100 bottomborder">108 <table class="input100 " style="width: 100%; height: 100%;"> 109 109 <tr> 110 <td class="filled">110 <td> 111 111 <tbl:toolbar subclass="bottomborder bg-filled-50"> 112 112 <tbl:label … … 374 374 </td> 375 375 </tr> 376 <tr class="dynamic">377 <td class="filled">376 <tr style="height: 100%;"> 377 <td> 378 378 <textarea class="autohight" name="expression" rows="16"></textarea> 379 379 </td> -
trunk/www/common/help/view_help.jsp
r6520 r6607 132 132 { 133 133 %> 134 <table class="fullcc " style="border-bottom: 0px;"><tr><td>134 <table class="fullcc bg-filled-50" style="border-bottom: 0px;"><tr><td> 135 135 <b>The help text for the section <b><%=externalId%></b> is not 136 136 written yet.</b> -
trunk/www/common/import/no_fileformat.jsp
r6200 r6607 94 94 95 95 <div class="content"> 96 <table class="fullcc "><tr><td>96 <table class="fullcc bg-filled-50 bottomborder"><tr><td> 97 97 <b>No file format that matches the file 98 98 <code><%=file.getPath().toString()%></code> could be found.</b> -
trunk/www/common/import/select_file.jsp
r6576 r6607 128 128 129 129 <div class="content bottomborder"> 130 <div class="absolutefull filled" style="height: 4.5em;">130 <div class="absolutefull bg-filled-100" style="height: 4.5em;"> 131 131 <table style="height: 100%; margin: auto;"><tr><td> 132 132 Select a file to import from. -
trunk/www/common/import/select_plugin.jsp
r6200 r6607 137 137 138 138 <div class="content bottomborder"> 139 <div class="absolutefull filled" style="height: 4.5em;">139 <div class="absolutefull bg-filled-100" style="height: 4.5em;"> 140 140 <table style="height: 100%; margin: auto;"><tr><td> 141 141 <% -
trunk/www/common/overview/failures.jsp
r6195 r6607 117 117 <div class="absolutefull auto-init" data-auto-init="drag-support"> 118 118 119 <div class="absolutefull filledbottomborder" style="height: 2em; padding-left: 1em;">119 <div class="absolutefull bg-filled-100 bottomborder" style="height: 2em; padding-left: 1em;"> 120 120 <table style="width: 100%; height: 100%;"><tr><td><b> 121 121 <% -
trunk/www/common/overview/frameset.jsp
r6606 r6607 58 58 ></iframe></div> 59 59 60 <div id="d2" class="absolutefull bg-filled-100 bottomborder "60 <div id="d2" class="absolutefull bg-filled-100 bottomborder topborder" 61 61 style="bottom: 245px; height: 5px; top: auto; cursor: row-resize; z-index: 99;" 62 62 ></div> -
trunk/www/common/overview/options.jsp
r6413 r6607 76 76 77 77 table.special 78 { 79 border-collapse: collapse; 80 } 81 82 table.special > tbody > tr 83 { 84 border-top: 1px solid transparent; 85 } 78 {} 86 79 87 80 table.special > tbody > tr > th 88 81 { 89 width: 20em;90 max-width: 20em;82 width: 17em; 83 max-width: 17em; 91 84 } 92 85 -
trunk/www/common/plugin/configure.jsp
r6576 r6607 291 291 <div class="content bottomborder"> 292 292 293 <div class="absolutefull filled" style="height: 4.5em;">293 <div class="absolutefull bg-filled-100" style="height: 4.5em;"> 294 294 <table style="height: 100%; margin:auto;"><tr><td style="padding: 3px;"> 295 295 <b> … … 302 302 303 303 <div class="absolutefull topborder" style="top: 4.5em;"> 304 <div class="absolutefull filledrightborder" style="width: 18em;">304 <div class="absolutefull bg-filled-100 rightborder" style="width: 18em;"> 305 305 <div class="absolutefull parameterlist" id="parameter-list" style="bottom: 2em;"> 306 306 </div> -
trunk/www/common/plugin/download_immediately.jsp
r6372 r6607 50 50 51 51 <div class="content"> 52 <table class="fullcc "><tr><td style="padding-left: 10em; padding-right: 10em;">52 <table class="fullcc bg-filled-50 bottomborder"><tr><td style="padding-left: 10em; padding-right: 10em;"> 53 53 <div id="beforeDownloadInfo" style="font-weight: bold;"> 54 54 The configuration has been successfully completed. -
trunk/www/common/plugin/parse_file.jsp
r6600 r6607 203 203 title="File data" 204 204 > 205 <div>205 206 206 <% 207 207 if (file == null) 208 208 { 209 %> 209 %> 210 <div class="absolutefull bg-filled-50"> 210 211 <div class="messagecontainer error"> 211 212 No file selected. Please select a file to test above. 212 213 </div> 214 </div> 213 215 <% 214 216 } … … 218 220 { 219 221 %> 220 <div class="messagecontainer error"> 222 <div class="bg-filled-50" style="padding: 5px;"> 223 <div class="messagecontainer error" style="margin: 0;"> 221 224 <b>Could not parse the file <code><%=HTML.encodeTags(path)%></code></b> 222 225 <ol> … … 224 227 </ol> 225 228 </div> 229 </div> 226 230 <% 227 231 } 228 232 %> 229 <div class="itemlist" >230 <div class="data" style="<%=messages.size()==0 ? "border-top: 0;" : ""%>">231 <table >232 <thead >233 <div class="itemlist" style="<%=messages.size()==0 ? "" : "border-top-width: 1px;"%>"> 234 <div class="data"> 235 <table style="border: 0;"> 236 <thead class="bg-filled-100"> 233 237 <tr> 234 238 <th>Line</th> … … 244 248 int currentLine = 0; 245 249 int headerLines = parser.getLineCount(); 246 String[] rowclass = new String[] { " oddrow", "evenrow" };250 String[] rowclass = new String[] { "bg-oddrow", "bg-evenrow" }; 247 251 int rowClassIndex = 0; 248 252 … … 371 375 } 372 376 %> 373 </div>374 377 </t:tab> 375 378 -
trunk/www/common/plugin/select_plugin.jsp
r6411 r6607 135 135 <div class="content bottomborder"> 136 136 137 <div class="absolutefull filled" style="height: 4.5em;">137 <div class="absolutefull bg-filled-100" style="height: 4.5em;"> 138 138 <table style="height: 100%; margin:auto;"><tr><td> 139 139 <% … … 143 143 <div class="messagecontainer error"> 144 144 Another plug-in configuration wizard is open, or it hasn't properly 145 clean up after itself. <br>145 clean up after itself. 146 146 If you continue unsaved settings in the other wizard is lost. 147 147 </div> -
trunk/www/common/progress_reporter.jsp
r6203 r6607 61 61 <div class="content"> 62 62 63 <table class="fullcc "><tr><td>63 <table class="fullcc bg-filled-50 bottomborder"><tr><td> 64 64 <table class="progressbar" style="margin: auto;"> 65 65 <tr> -
trunk/www/common/select_color.jsp
r6187 r6607 46 46 .colorchart 47 47 { 48 background: #000000;49 border: 1px solid #000000;50 48 width: 100%; 51 49 height: 100%; … … 55 53 { 56 54 border: 1px solid #000000; 57 padding: 1px;58 55 } 59 56 … … 62 59 cursor: pointer; 63 60 outline: 1px solid #FFFFFF; 64 border: 2px solid #000000;65 padding: 0px;66 61 } 67 62 </style> … … 76 71 77 72 <form name="color"> 78 <div class="content filled">79 <div class="absolutefull" style="bottom: 2 em;">73 <div class="content bg-filled-50 bottomborder"> 74 <div class="absolutefull" style="bottom: 2.5em;"> 80 75 <table class="colorchart"> 81 76 <% … … 141 136 </div> 142 137 143 <div class="absolutefull" style="top: auto; bottom: 0px; height: 2em; border-top: 0px solid #000000;">138 <div class="absolutefull" style="top: auto; height: 2.5em;"> 144 139 <table style="margin: auto; height: 100%; border-spacing: 2px;" > 145 140 <tr> -
trunk/www/common/share/share.jsp
r6387 r6607 233 233 <input type="hidden" name="permissionTemplates" value=""> 234 234 235 <div class="content filled">235 <div class="content bg-filled-50 bottomborder"> 236 236 <table style="width: 100%;"> 237 237 <tr> … … 245 245 class="auto-init" data-auto-init="link-container" 246 246 data-initial-items="<%=HTML.encodeTags(jsonShare.toJSONString()) %>" 247 size="1 6" multiple style="width: 100%;"247 size="14" multiple style="width: 97%;" 248 248 <%=!writePermission ? "disabled" : ""%>> 249 249 </select> -
trunk/www/common/zoom.jsp
r6605 r6607 288 288 %> 289 289 <div class="absolutefull" style="<%=useToolbar ? "top: 2em;" : ""%>"> 290 <table class="fullcc input100 "><tr><td>290 <table class="fullcc input100 bg-filled-50 bottomborder"><tr><td style="padding: 5px;"> 291 291 <textarea class="autohight" id="zoom" name="zoom" rows="30" 292 292 <%=disabled ? "disabled" : ""%>></textarea> -
trunk/www/filemanager/files/edit_file.jsp
r6416 r6607 290 290 <th>Description</th> 291 291 <td> 292 <textarea class="text" rows="4" name="description" id="description" style="height: 97%;"292 <textarea class="text" rows="4" name="description" id="description" 293 293 ><%=HTML.encodeTags(file == null ? cc.getPropertyValue("description") : file.getDescription())%></textarea> 294 294 </td> -
trunk/www/filemanager/upload/index.jsp
r6309 r6607 329 329 <th>Description</th> 330 330 <td> 331 <textarea class="text" rows="4" name="temp_description" id="temp_description" style="height: 97%;"331 <textarea class="text" rows="4" name="temp_description" id="temp_description" 332 332 ><%=HTML.encodeTags(file == null ? cc.getPropertyValue("description") : file.getDescription())%></textarea> 333 333 </td> … … 353 353 <h1 class="docked" id="fileName">Preparing file upload...</h1> 354 354 <div class="content"> 355 <table class="fullcc "><tr><td>355 <table class="fullcc bg-filled-50 bottomborder"><tr><td> 356 356 <table class="progressbar" style="width: 100%;"> 357 357 <tr> -
trunk/www/filemanager/wait.jsp
r6137 r6607 29 29 <base:head /> 30 30 <base:body> 31 <div class=" filledabsolutefull">31 <div class="bg-filled-50 absolutefull"> 32 32 <table style="margin: auto; height: 100%;"><tr><td> 33 33 <b>Please wait. The files are loading...</b> -
trunk/www/include/menu.jsp
r6576 r6607 1155 1155 title="<%=menu.getString("switchuser.title") + "…"%>" 1156 1156 url="<%=root+"switch.jsp?ID="+ID%>" 1157 data-popup="Switch, 4 50, 300"1157 data-popup="Switch, 480, 320" 1158 1158 tooltip="<%=menu.getString("switchuser.tooltip")%>" 1159 1159 /> … … 1161 1161 title="<%=menu.getString("impersonate.title") + "…"%>" 1162 1162 url="<%=root+"impersonate.jsp?ID="+ID%>" 1163 data-popup="Impersonate, 4 50, 300"1163 data-popup="Impersonate, 480, 320" 1164 1164 tooltip="<%=menu.getString("impersonate.tooltip")%>" 1165 1165 visible="<%=hasImpersonate%>" … … 1168 1168 title="<%=menu.getString("logout.title") + "…"%>" 1169 1169 url="<%=root+"logout.jsp?ID="+ID%>" 1170 data-popup="Logout, 3 00, 200"1170 data-popup="Logout, 360, 240" 1171 1171 tooltip="<%=menu.getString("logout.tooltip")%>" 1172 1172 /> -
trunk/www/include/styles/calendar.css
r6097 r6607 32 32 width: 100%; 33 33 height: 100%; 34 border-collapse: separate; 34 35 } 35 36 36 .calendar > t r37 .calendar > tbody > tr 37 38 { 38 height: 20%; 39 xheight: 20%; 40 } 41 42 .calendar > tbody > tr > td 43 { 44 width: 14.286%; 39 45 } 40 46 41 47 .day 42 48 { 43 border-top : 1px solid #A0A0A0;44 border-bottom : 1px solid #A0A0A0;49 border-top-width: 1px; 50 border-bottom-width: 1px; 45 51 font-weight: bold; 46 52 text-align: center; … … 49 55 .date 50 56 { 51 border-bottom: 1px dotted #A0A0A0; 57 border-bottom-width: 1px; 58 border-bottom-style: dotted; 52 59 text-align: center; 53 60 padding: 2px 2px 1px 2px; … … 55 62 56 63 57 .time { 64 .time 65 { 58 66 padding-left: 2px; 59 67 font-weight: bold; … … 63 71 { 64 72 font-weight: bold; 65 background : #FFFFFF !important;73 background-color: #FFFFFF !important; 66 74 border: 1px solid #2288AA; 67 75 border-radius: 3px; … … 74 82 border: 2px solid #2288AA; 75 83 border-radius: 3px; 76 padding: 0 px;84 padding: 0; 77 85 outline: 0; 78 86 } -
trunk/www/include/styles/main.css
r6605 r6607 76 76 } 77 77 78 ul, ol 79 { 80 padding-left: 2em; 81 } 78 82 79 83 /* Tables should have no border, padding or cellspacing by default */ … … 291 295 .messagecontainer 292 296 { 293 margin: 0. 5em;294 padding: 0. 5em;297 margin: 0.25em; 298 padding: 0.25em; 295 299 border-width: 1px; 296 300 border-radius: 5px; … … 303 307 background-color: #C80000 !important; 304 308 font-weight: normal !important; 305 border-color: #A00000; 309 border-color: #A00000 !important; 310 filter: none !important; 306 311 } 307 312 -
trunk/www/include/styles/parameters.css
r6178 r6607 35 35 .parameterlist .param 36 36 { 37 padding: 0px 2px 0px 2px; 38 margin: 2px 0px 0px 0px; 39 border: 0px; 37 padding: 0 2px 0 2px; 38 margin: 2px 0 0 0px; 40 39 border-radius: 4px; 41 40 white-space: nowrap; … … 54 53 border: 2px solid #2288AA; 55 54 padding: 0px; 56 margin: 0 px 0px -2px 0px;55 margin: 0 0 -2px 0; 57 56 } 58 57 … … 63 62 font-weight: bold; 64 63 padding: 1px 2px 1px 2px; 65 margin: 1px 0 px -1px 0px;66 border-radius: 0 px;64 margin: 1px 0 -1px 0; 65 border-radius: 0; 67 66 } 68 67 69 68 .parameterlist .param.selected:hover 70 69 { 71 border: 0 px;70 border: 0; 72 71 } 73 72 … … 87 86 { 88 87 font-weight: bold; 89 border-bottom : 1px solid #A0A0A0;90 padding: 0 px;91 margin: 6px 2px 0 px2px;88 border-bottom-width: 1px; 89 padding: 0; 90 margin: 6px 2px 0 2px; 92 91 white-space: nowrap; 93 92 overflow: hidden; … … 98 97 cursor: pointer; 99 98 border: 2px solid #2288AA; 100 padding: 0 px;101 margin: 4px 0 px-1px 0px;99 padding: 0; 100 margin: 4px 0 -1px 0px; 102 101 border-radius: 4px; 103 102 } -
trunk/www/include/styles/popup.css
r6603 r6607 85 85 86 86 /* fullcc is used for 100% width+height content that is centered vertically+horizontally */ 87 .popup .contenttable.fullcc87 table.fullcc 88 88 { 89 89 height: 100%; … … 93 93 /* needed for scrollbars to appear if content is overflowing */ 94 94 min-height: 100px; 95 background: #E8E8E8;96 border-bottom: 1px solid #A0A0A0;95 xbackground: #E8E8E8; 96 xborder-bottom: 1px solid #A0A0A0; 97 97 } 98 98 -
trunk/www/include/styles/progressbar.css
r6142 r6607 28 28 */ 29 29 30 .progressbar31 {32 margin: 0px;33 padding: 0px;34 }35 36 30 .progressbar .bar 37 31 { 38 border : 1px solid #224488;32 border-width: 1px; 39 33 } 40 34 41 35 .progressbar .percentDone 42 36 { 43 background : #2288AA;37 background-color: #2288AA; 44 38 } 45 39 46 40 .progressbar .percentRemain 47 41 { 48 background : #FFFFFF;42 background-color: #FFFFFF; 49 43 } 50 44 51 45 .progressbar .percentUnknown 52 46 { 53 background : #cccccc;47 background-color: #cccccc; 54 48 text-align: center; 55 49 font-style: italic; … … 64 58 .progressbar.failed .percentDone, .progressbar.failed .percentUnknown 65 59 { 66 background : #CC0000;60 background-color: #CC0000; 67 61 } 68 62 .progressbar.failed .percentRemain 69 63 { 70 background : #D0D0D0;64 background-color: #D0D0D0; 71 65 } 72 66 -
trunk/www/lims/arrayslides/paste_multiple.jsp
r6412 r6607 67 67 ></div> 68 68 <form name="paste"> 69 <div class="content ">70 <div class="absolutefull padded filled" style="height: 3em;">69 <div class="content bg-filled-50 bottomborder"> 70 <div class="absolutefull padded" style="height: 3.5em;"> 71 71 Enter one name or barcode per line. Click <b>Ok</b> to store the 72 72 result in the parent form. 73 73 </div> 74 <div class="absolutefull" style="top: 3 em;">75 <table class="fullcc input100"><tr><td >74 <div class="absolutefull" style="top: 3.5em;"> 75 <table class="fullcc input100"><tr><td style="padding: 4px;"> 76 76 <textarea class="autohight" rows="20" name="text"></textarea> 77 77 </td></tr></table> -
trunk/www/logout.jsp
r6540 r6607 75 75 <h1><%=title%></h1> 76 76 <div class="content"> 77 <table class="fullcc "><tr><td>77 <table class="fullcc bg-filled-50 bottomborder"><tr><td> 78 78 <form action="logout.jsp" method="post" name="logout"> 79 79 <input type="hidden" name="ID" value="<%=ID%>"> -
trunk/www/my_base/projects/set_active.jsp
r6307 r6607 107 107 <h1><%=title %></h1> 108 108 <div class="content"> 109 <table class="fullcc "><tr><td>109 <table class="fullcc bg-filled-50 bottomborder"><tr><td> 110 110 <%=message %> 111 111 </td></tr></table> -
trunk/www/my_base/user/reset_filters.jsp
r6166 r6607 79 79 <input type=hidden name="cmd" value="ResetFilters"> 80 80 81 <div class="content filled"> 82 <div> 81 <div class="content"> 83 82 <table class="fullform smaller bottomborder"> 84 83 <tr> … … 96 95 %> 97 96 </select><br> 97 * = This setting is only in the database 98 98 </td> 99 99 </tr> … … 105 105 </td> 106 106 </tr> 107 <tr class="dynamic"> 108 <th></th> 109 <td> 110 <div class="padded"> 111 Use this functionality if you are experiencing problems when listing 112 items on a list page. Try first with only the 'In-memory' option selected. 113 If that doesn't help, try the 'In-database' option. 114 </div> 115 </td> 116 </tr> 107 117 </table> 108 </div> 109 110 <div class="padded"> 111 * = This setting is only in the database 112 </div> 113 114 <div class="padded"> 115 Use this functionality if you are experiencing problems when listing 116 items on a list page. Try first with only the 'In-memory' option selected. 117 If that doesn't help, try the 'In-database' option. 118 </div> 119 118 120 119 </div> 121 120 </form> -
trunk/www/switch.jsp
r6426 r6607 93 93 <input type="hidden" name="redirect" value=""> 94 94 95 <div class="content filled"> 96 <div> 95 <div class="content"> 97 96 <table class="fullform input100 bottomborder "> 98 97 <tr <%=valueIfNotNull("class=\"", loginField.getClazz(), "\"")%> id="login-row"> … … 125 124 <td><input type="checkbox" name="remainOnPage" id="remainOnPage" checked value="1"></td> 126 125 </tr> 126 <% 127 if (loginAction.getHelp() != null) 128 { 129 %> 130 <tr class="dynamic bg-filled-50 topborder"> 131 <td colspan="2"> 132 <div class="padded"> 133 <div class="messagecontainer help" style="font-style: italic;" id="login-help"> 134 <%=loginAction.getHelp() %> 135 </div> 136 </div> 137 </td> 138 </tr> 139 <% 140 } 141 else 142 { 143 %> 144 <tr class="dynamic"> 145 <th></th> 146 <td></td> 147 </tr> 148 <% 149 } 150 %> 127 151 </table> 128 </div>129 130 <div class="padded">131 <%132 if (loginAction.getHelp() != null)133 {134 %>135 <div class="messagecontainer help" style="font-style: italic;" id="login-help">136 <%=loginAction.getHelp() %>137 </div>138 <%139 }140 %>141 </div>142 152 143 153 </div> -
trunk/www/views/experiments/plotter/download.jsp
r6315 r6607 44 44 ></div> 45 45 <div class="content"> 46 <table class="fullcc "><tr><td>46 <table class="fullcc bg-filled-50 bottomborder"><tr><td> 47 47 <b>Generating plot. Please wait...</b> 48 48 </td></tr></table> -
trunk/www/views/experiments/plotter/save_as.jsp
r6315 r6607 81 81 82 82 <div class="content" id="generating" style="display: none"> 83 <table class="fullcc "><tr><td>83 <table class="fullcc bg-filled-50 bottomborder"><tr><td> 84 84 <b>Generating plot. Please wait...</b> 85 85 </td></tr></table> -
trunk/www/views/experiments/plotter/view.jsp
r6315 r6607 42 42 <h1><%=title%></h1> 43 43 <div class="content"> 44 <table class="fullcc "><tr><td>44 <table class="fullcc bg-filled-50 bottomborder"><tr><td> 45 45 <img 46 46 id="plot" alt="please wait..."
Note: See TracChangeset
for help on using the changeset viewer.