Changeset 6621
- Timestamp:
- Nov 24, 2014, 2:15:23 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Select.java
r6605 r6621 611 611 if (recent != null && recent.size() > 0) 612 612 { 613 sb.append("<option value=\"0\" disabled class=\"recentheader\"> - recently used -\n");613 sb.append("<option value=\"0\" disabled class=\"recentheader\">› recently used\n"); 614 614 int i = 1; 615 615 for (BasicItem item : recent) 616 616 { 617 617 String name = getName(item); 618 String clazz = " recent";618 String clazz = "selectoptionindent recent"; 619 619 if (item instanceof Removable && ((Removable)item).isRemoved()) 620 620 { … … 635 635 if (defaultItems != null && defaultItems.size() > 0) 636 636 { 637 sb.append("<option value=\"0\" disabled class=\"defaultheader\"> - project default -\n");637 sb.append("<option value=\"0\" disabled class=\"defaultheader\">› project default\n"); 638 638 for (BasicItem defaultitem : defaultItems) 639 639 { … … 641 641 642 642 sb.append("<option value=\"").append(defaultitem.getId()).append("\""); 643 sb.append(" class=\"default \"");643 sb.append(" class=\"default selectoptionindent\""); 644 644 if (!hasSelected && isNewitem() && getSelectdefault()) 645 645 { … … 655 655 656 656 sb.append("<td>"); 657 sb.append("<div class=\" ").append(getButtonclass()).append(disabled ? " disabled": "").append("\"");657 sb.append("<div class=\"interactable ").append(getButtonclass()).append(disabled ? " disabled": "").append("\""); 658 658 sb.append(" id=\"").append(getId()).append(".select\""); 659 659 sb.append(" data-list-name=\"").append(getId()).append("\""); -
trunk/www/admin/diskusage/details/view_details.jsp
r6605 r6621 159 159 table.special 160 160 { 161 border-collapse: collapse;162 161 width: auto; 163 162 } … … 165 164 { 166 165 text-align: right; 167 border-right: 1px dotted #A0A0A0; 166 border-right-width: 1px; 167 border-right-style: dotted; 168 168 } 169 169 </style> … … 267 267 <th style="width: 12em;">External</td> 268 268 </tr> 269 <tr style="border-top : 1px solid #A0A0A0;" class="highlight">269 <tr style="border-top-width: 1px;" class="highlight"> 270 270 <th>Total</th> 271 271 <td><%=Values.formatBytes(summary.getTotal())%></td> … … 369 369 title="Description" 370 370 /> 371 <div class="panelgroup topborder leftborder rightborder ">372 <tbl:toolbar subclass="bottomborder bg-filled-50">371 <div class="panelgroup topborder leftborder rightborder bg-filled-50"> 372 <tbl:toolbar subclass="bottomborder"> 373 373 <tbl:button 374 374 id="btnDeleteItems" -
trunk/www/admin/diskusage/overview.jsp
r6305 r6621 82 82 { 83 83 text-align: right; 84 border-right: 1px dotted #A0A0A0; 84 border-right-width: 1px; 85 border-right-style: dotted; 85 86 } 86 87 </style> … … 104 105 <th style="width: 12em;">External</th> 105 106 </tr> 106 <tr style="border-top : 1px solid #A0A0A0;" class="highlight">107 <tr style="border-top-width: 1px;" class="highlight"> 107 108 <th>Total</th> 108 109 <td><%=Values.formatBytes(summary.getTotal())%></td> -
trunk/www/admin/jobagents/edit_agent.jsp
r6305 r6621 254 254 </td> 255 255 </tr> 256 <tbody class="sectionheader"> 257 <tr> 258 <th colspan="2">Settings for the selected plug-in</th> 259 </tr> 260 </tbody> 256 261 <tbody id="pluginsettings" style="display: none;"> 257 <tr>258 <th colspan="2" class="bottomborder" style="border-top: 1px solid #A0A0A0;">Settings for the selected plug-in</th>259 </tr>260 262 <tr> 261 263 <th class="subprompt">Max memory</th> -
trunk/www/admin/plugindefinitions/edit_plugin.jsp
r6305 r6621 505 505 class="auto-init" data-auto-init="link-container" 506 506 data-initial-items="[<%=HTML.encodeTags(jsonAgents.toJSONString()) %>]" 507 size="1 5" multiple>507 size="12" multiple> 508 508 </select> 509 509 </td> … … 535 535 </td> 536 536 </tr> 537 <tbody class="sectionheader"> 538 <tr class="sectionheader"> 539 <th colspan="2">Settings for the selected job agent</th> 540 </tr> 541 </tbody> 537 542 <tbody id="agentsettings" style="display: none;"> 538 <tr>539 <th colspan="2" class="bottomborder" style="border-top: 1px solid #A0A0A0;">Settings for the selected job agent</th>540 </tr>541 543 <tr> 542 544 <th class="subprompt">Max memory</th> -
trunk/www/admin/quota/edit_quota.jsp
r6305 r6621 163 163 </tr> 164 164 <tr> 165 <th style="border-top: 0px; border-bottom: 1px dotted #A0A0A0;">Total quota</th>165 <th>Total quota</th> 166 166 <td><%=getQuotaInput(quota, total, Location.PRIMARY)%></td> 167 167 <td><%=getQuotaInput(quota, total, Location.SECONDARY)%></td> -
trunk/www/admin/quota/view_quota.jsp
r6605 r6621 126 126 table.special th, table.special td 127 127 { 128 border-right: 1px dotted #A0A0A0; 128 border-right-width: 1px; 129 border-right-style: dotted; 129 130 } 130 131 </style> … … 240 241 <th></th> 241 242 <td> 242 <table class="fullborder special" style="margin: 5px; border-collapse: collapse;">243 <tr style="border-bottom: 1px solid #A0A0A0; background: #E8E8E8;">243 <table class="fullborder special" style="margin: 5px;"> 244 <tr class="bottomborder bg-filled-100"> 244 245 <th style="width: 10em;"></th> 245 246 <th style="width: 12em;">Primary location</th> 246 247 <th style="width: 12em;">Secondary location</th> 247 248 </tr> 248 <tr style="border-bottom: 1px dotted #A0A0A0;">249 <tr class="bottomborder"> 249 250 <th><%=Base.getLinkedName(ID, total, false, true)%></th> 250 251 <td><%=displayQuota(quota, total, Location.PRIMARY)%></td> -
trunk/www/common/overview/failures.jsp
r6607 r6621 89 89 tr.failure 90 90 { 91 border-top: 1px dotted #A0A0A0; 91 border-top-width: 1px; 92 border-top-style: dotted; 93 border-bottom-width: 1px; 94 border-bottom-style: dotted; 92 95 cursor: pointer; 93 96 } 94 97 tr.failure:first-child 95 98 { 96 border-top : 1px dottedtransparent;99 border-top-color: transparent; 97 100 } 98 101 tr.failure td -
trunk/www/common/plugin/parse_file.jsp
r6607 r6621 173 173 %> 174 174 <base:page type="iframe" title="Test with file"> 175 <base:head scripts="tabcontrol-2.js,~parse_file.js" styles="table.css,tabcontrol.css"> 176 <style> 177 table.special 178 { 179 border-collapse: collapse; 180 } 181 table.special > tbody > tr.highlight > td 182 { 183 border-top: 1px solid transparent; 184 } 185 table.special > tbody > tr.highlight:hover > td 186 { 187 background-color: #F8F8E8 !important; 188 border-top: 1px solid #2288AA !important; 189 border-bottom: 1px solid #2288AA !important; 190 } 191 </style> 192 </base:head> 175 <base:head scripts="tabcontrol-2.js,~parse_file.js" styles="table.css,tabcontrol.css" /> 193 176 <base:body> 194 177 <div class="absolutefull bottomborder"> … … 435 418 %> 436 419 <form name="mappings"> 437 <div class="absolutefull " style="height: 2em;">420 <div class="absolutefull bg-filled-100" style="height: 2em;"> 438 421 <table> 439 422 <tr> 440 <td style="padding-left: 2px;">423 <td style="padding-left: 4px;"> 441 424 <b>Mapping style:</b> 442 425 <input type="radio" name="expressionStyle" id="expressionStyleSimple" value="1" checked><label for="expressionStyleSimple">Simple</label> -
trunk/www/include/scripts/main-2.js
r6617 r6621 1958 1958 controllers['ITEMSUBTYPE'] = { url:'admin/itemsubtypes/index.jsp', width:690, height:460 }; 1959 1959 controllers['JOB'] = { url:'views/jobs/index.jsp', width:750, height:500, popup:true, edit:false }; 1960 controllers['JOBAGENT'] = { url:'admin/jobagents/index.jsp', width: 600, height:400 };1960 controllers['JOBAGENT'] = { url:'admin/jobagents/index.jsp', width:750, height:500 }; 1961 1961 controllers['MESSAGE'] = { url:'my_base/messages/index.jsp', width:600, height:400, popup:true, edit:false }; 1962 1962 controllers['MIMETYPE'] = { url:'admin/mimetypes/index.jsp', width:600, height:400 }; -
trunk/www/include/scripts/subtypes.js
r6297 r6621 254 254 { 255 255 // Add recently used items 256 var recentlyUsedHeader = new Option(' - recently used -', 0);256 var recentlyUsedHeader = new Option('› recently used', 0); 257 257 recentlyUsedHeader.className = 'recentheader'; 258 258 recentlyUsedHeader.disabled = true; … … 262 262 { 263 263 var selected = reselectValue == recentItems[i].id; 264 list[list.length] = new Option((i+1) + '. ' + recentItems[i].name, recentItems[i].id, false, selected); 264 var opt = new Option((i+1) + '. ' + recentItems[i].name, recentItems[i].id, false, selected); 265 opt.className = 'selectoptionindent'; 266 list[list.length] = opt; 265 267 } 266 268 } … … 269 271 { 270 272 // Add project default items 271 var projectDefaultHeader = new Option(' - project default -', 0);273 var projectDefaultHeader = new Option('› project default', 0); 272 274 projectDefaultHeader.className = 'defaultheader'; 273 275 projectDefaultHeader.disabled = true; … … 277 279 { 278 280 var selected = reselectValue == projectDefaults[i].id; 279 list[list.length] = new Option( projectDefaults[i].name, projectDefaults[i].id, false, selected); 281 var opt = new Option( projectDefaults[i].name, projectDefaults[i].id, false, selected); 282 opt.className = 'selectoptionindent'; 283 list[list.length] = opt; 280 284 } 281 285 } -
trunk/www/include/styles/calendar.css
r6608 r6621 36 36 37 37 .calendar > tbody > tr 38 { 39 xheight: 20%; 40 } 38 {} 41 39 42 40 .calendar > tbody > tr > td -
trunk/www/include/styles/main.css
r6618 r6621 287 287 288 288 289 .filled .basicbutton290 {291 background: #F8F8F8;292 }293 294 289 img.helpicon, img.zoomicon 295 290 { … … 319 314 font-weight: normal !important; 320 315 border-color: #A00000 !important; 321 filter: none !important;322 316 } 323 317 … … 596 590 { 597 591 font-weight: bold; 598 background-color: #E8E8E8; 599 border-top: 1px dotted #A0A0A0; 600 border-bottom: 1px dotted #A0A0A0; 601 margin-top: 2px; 592 color: #000000; 602 593 } 603 594 … … 609 600 .selectoptionindent 610 601 { 611 padding-left: 1em;602 padding-left: 0.5em; 612 603 } 613 604 -
trunk/www/include/styles/popup.css
r6610 r6621 77 77 } 78 78 79 /* Fill the content area with a background color and a bottom border */80 .popup .content.filled81 {82 background: #E8E8E8;83 border-bottom: 1px solid #A0A0A0;84 }85 86 79 /* fullcc is used for 100% width+height content that is centered vertically+horizontally */ 87 80 table.fullcc -
trunk/www/include/styles/progressbar.css
r6607 r6621 33 33 } 34 34 35 .progressbar.failed .bar 36 { 37 border-color: #A00000; 38 } 39 35 40 .progressbar .percentDone 36 41 { … … 45 50 .progressbar .percentUnknown 46 51 { 47 background-color: #cccccc;48 52 text-align: center; 49 53 font-style: italic; … … 58 62 .progressbar.failed .percentDone, .progressbar.failed .percentUnknown 59 63 { 60 background-color: #C C0000;64 background-color: #C80000; 61 65 } 62 66 .progressbar.failed .percentRemain -
trunk/www/my_base/index.jsp
r6613 r6621 431 431 </tr> 432 432 <tr> 433 <td colspan="6" style="border-top : 1px dotted #A0A0A0;"></td>433 <td colspan="6" style="border-top-width: 1px; border-top-style: dotted;"></td> 434 434 </tr> 435 435 <% … … 456 456 %> 457 457 <tr> 458 <td colspan="6" style="border-top : 1px dotted #A0A0A0;"></td>458 <td colspan="6" style="border-top-width: 1px; border-top-style: dotted;"></td> 459 459 </tr> 460 460 </table> -
trunk/www/my_base/messages/view_message.jsp
r6520 r6621 105 105 final boolean deletePermission = message.hasPermission(Permission.DELETE); 106 106 final boolean isRemoved = message.isRemoved(); 107 final boolean isUsed = isRemoved && message.isUsed();107 final boolean isUsed = true || isRemoved && message.isUsed(); 108 108 final boolean deletePermanentlyPermission = deletePermission && !isUsed; 109 109 %> … … 121 121 %> 122 122 <tr> 123 <td colspan="2" style="background: #E8E8E8; border-bottom: 1px solid #A0A0A0;"> 123 <th></th> 124 <td> 124 125 <div class="itemstatus"> 125 126 <base:icon … … 134 135 image="used.png" 135 136 tooltip="Show the items that are using this one" 136 visible="<%=isUsed%>"> This item is used by other items and can't be permanently deleted<br></base:icon>137 visible="<%=isUsed%>"> This item is used by other items</base:icon> 137 138 </div> 138 139 </td> -
trunk/www/plugins/net/sf/basedb/plugins/executor/external_plugin_parameters.jsp
r6605 r6621 131 131 <div class="content"> 132 132 133 <div class="absolutefull filled" style="height: 4.5em;">133 <div class="absolutefull bg-filled-100" style="height: 4.5em;"> 134 134 <table style="height: 100%; margin:auto;"><tr><td style="padding: 3px;"> 135 135 <b> … … 142 142 143 143 <div class="absolutefull topborder bottomborder" style="top: 4.5em;"> 144 <div class="absolutefull filled" style="width: 18em;">144 <div class="absolutefull" style="width: 18em;"> 145 145 146 146 <tbl:toolbar subclass="bottomborder bg-filled-50"> -
trunk/www/views/experiments/explorer/view/view.jsp
r6612 r6621 211 211 .special td.cell:first-of-type 212 212 { 213 border-right : 1px solid #A0A0A0;213 border-right-width: 1px; 214 214 } 215 215 </style> -
trunk/www/views/jobs/view_job.jsp
r6604 r6621 212 212 %> 213 213 <tr> 214 <td colspan="2" style="background: #E8E8E8; border-bottom: 1px solid #A0A0A0;"> 214 <th></th> 215 <td colspan="2"> 215 216 <div class="itemstatus"> 216 217 <base:icon … … 233 234 %> 234 235 <tr> 235 <th style="border-top: 0px;">Name</th>236 <th>Name</th> 236 237 <td><%=HTML.encodeTags(job.getName())%></td> 237 238 </tr> … … 281 282 <th class="subprompt">- percent complete</th> 282 283 <td> 283 <table class="progressbar" >284 <table class="progressbar" style="margin-bottom: 2px;"> 284 285 <tr> 285 286 <td>
Note: See TracChangeset
for help on using the changeset viewer.