/* Copyright (c) Perforce Software, Inc., 1997-2010. All rights reserved Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL PERFORCE SOFTWARE, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. User contributed content on the Perforce Public Depot is not supported by Perforce, although it may be supported by its author. This applies to all contributions even those submitted by Perforce employees. */ div.interchanges { overflow:auto; height:100px; width:200px; } div.integ { overflow:auto; height:100px; width:400px; } body.applet { font-family: Sans-Serif; font-size: 12px; } table.applet { font-family: Sans-Serif; font-size: 12px; margin-left: 45px; margin-right: 45px; text-align: center; border-collapse: collapse; border-top: 7px solid #9baff1; border-bottom: 7px solid #9baff1; } table.interchanges { width: 1200px; } table.eighty { width: 80%; } th.applet { font-size: 13px; font-weight: normal; padding: 8px; background: #e8edff; border-right: 1px solid #9baff1; border-left: 1px solid #9baff1; color: #039; } td.applet { padding: 8px; background: #e8edff; border: 1px solid #aabcfe; color: black; text-align:left; vertical-align:text-top; } div.info { font: normal 12px sans-serif; padding: 3px; border: solid 1px; background: #00FFCC; margin-left: 45px; margin-top: 10px; margin-bottom: 10px; width: 60%; } div.tooltip { visibility: hidden; position: absolute; top: 0; left: 0; z-index: 2; font: normal 12px sans-serif; padding: 3px; border: solid 1px; background: #FFFF99; } .colone { width: 200px; } .coltwo { width: 200px; } .colinterchanges { width: 200px; } .colinteg { width: 400px; } th.filter { font-size: 13px; font-weight: normal; padding: 8px; background: #99FFCC; border-right: 1px solid #9baff1; border-left: 1px solid #9baff1; color: #039; } td.filter { padding: 8px; background: #99FFCC; border: 1px solid #aabcfe; color: black; text-align:left; vertical-align:text-top; } textarea.results { width: 80%; height: 100px; margin-left: 45px; margin-right: 45px; border-collapse: collapse; border-top: 7px solid #9baff1; border-bottom: 7px solid #9baff1; border-left: 1px solid #9baff1; border-right: 1px solid #9baff1; } ul { margin: 1px; } li { margin: 1px; }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 7957 | Randy DeFauw |
Added a very simple promote-by-job function. Added interchanges output. REQUIRES 2011.1 P4V. |
||
#1 | 7725 | Randy DeFauw |
New features: CSS for style Documentation applet Provide flexible branch filtering Display full branch view in tool-tip Limit number of branches/files displayed |