App-SD
    
    
  
  
  
view release on metacpan or search on metacpan
lib/App/SD/CLI/Command/Help/ticket_summary_format.pm view on Meta::CPAN
print <<EOF
The ticket.summary-format configuration directive consists of any number
of comma-separated groups, with each group separated from the next by a
vertical bar (|). Any amount of whitespace may appear before or after the | and
will not affect the summary format.
Here is an example:
    [ticket]
        summary-format = %5.5s },\$luid | %8.8s,status,bold green | %-52.52s,summary
Let's deconstruct this example. It consists of three groups. The first group is
'%5.5s },\$luid'. The first item of the group should look somewhat familiar to
anyone who's programmed in Perl or C before. It consists of a format string,
like that used in Perl's and C's printf function, and can be prefixed or
followed by any other characters (' }' in this case).
The second item is the property to be formatted. It can be any ticket property,
but if you want the local uid (luid) or the universal uid (uuid), it must be
prefixed with the \$ character (see the first group in the example).
The third (optional) item is the color to print the text for the given
property in, using the grammer
"<modifier> <foreground color> <background color>" and drawing from the
options:
modifiers:
    bold, dark, underline, underscore, reverse, concealed
foreground colors:
    black, red, green, yellow, blue, magenta, cyan, white
background colors:
    on_black, on_red, on_green, on_yellow, on_blue, on_magenta, on_cyan,
    on_white
share/web/static/css/main.css view on Meta::CPAN
div.project-name {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-left: 70px;
    color: #fff;
    background-color: #000;
    display: inline;
    font-weight: bold;
    padding-top: 0.25em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    -moz-border-radius-topright: 1em;
    -moz-border-radius-bottomright: 0em;
    -webkit-border-top-right-radius: 1em;
    -webkit-border-bottom-right-radius: 0em;
    z-index: 30;
}
share/web/static/css/main.css view on Meta::CPAN
   color: #fff;
   text-decoration: none;
   font-size: 1.6em;
   border-bottom: 0.25em solid #666;
   z-index: 0;
}
h2 {
   padding:  0.5em;
 text-decoration: none;
   font-weight: bold;
   font-size: 1.4em;
}
.log h2 {
    font-weight: normal;
}
.log h2 a.ticket-summary {
  font-weight: normal;
share/web/static/css/main.css view on Meta::CPAN
}
div.widget label {
    display: inline-block;
    width: 8em;
    font-size: 0.8em;
    text-align: right;
    padding-right: 0.5em;
    color: #666;
    background-color: transparent;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: 0;
    padding-bottom: 0.8em;
}
div.widget div.value {
    display: inline-block;
    padding-top: 0.35em;
    padding-left: 0.6em;
share/web/static/css/main.css view on Meta::CPAN
    position: absolute;
    top: 0;
    right: 1.25em;
    font-size: 0.7em;
    z-index: 1000;
    color: #ccc;
    padding: 0;
}
ul.page-nav li, ul.page-nav li a {
    font-weight: bold;
    border: none;
    color: #fff;
}
ul.page-nav li, ul.page-nav li ul li {
    background-image: none;
    background-color: #000;
    opacity: 0.85;
    -moz-opacity: 0.85; /* older Gecko-based browsers */
    filter:alpha(opacity=85); /* For IE6&7 */
share/web/static/css/main.css view on Meta::CPAN
}
dl.history dd ul li:nth-child(odd) {
    background: #ddd;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
}
dl.history span.property {
    font-weight: bold;
    display: block;
    width: 8em;
    float: left; /* firefox can't text-align an inline block. nfc why */
    padding-right: 0.25em;
    text-align: right;
    overflow: hidden;
}
dl.history span.prose {
    color: #666;    
share/web/static/css/main.css view on Meta::CPAN
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    padding-right: 2em;
}
table.tablesorter td {
    border-bottom: 1px solid #ccc;
}
table.tablesorter tbody td {
 color: #555;
 font-weight: bold;
 height: 4em;
 padding-top: 3em;
}
table.tablesorter td.summary a, table.tablesorter td.id a {
 font-size: 1.6em;
 text-decoration: none;
 color: #700;
}
share/web/static/css/main.css view on Meta::CPAN
 }
.pagesection li {
 font-size: 0.8em;
}
.pagesection li a {
  color: #000;
  padding-left: 0.1em;
  text-decoration: none;
 font-weight: bold;
}
div.overview {
 position: absolute;
 top: 80px;
 left: 160px;
 right: 20px;
( run in 0.295 second using v1.01-cache-2.11-cpan-5dc5da66d9d )