App-SD

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

lib/App/SD/Server/Dispatcher.pm
lib/App/SD/Server/View.pm
lib/App/SD/Test.pm
lib/App/SD/Util.pm
Makefile.PL
MANIFEST			This list of files
MANIFEST.SKIP
META.yml
README
share/web/static/css/main.css
share/web/static/images/gradient.png
share/web/static/images/sd.png
t/01-create.t
t/02-create-with-editor.t
t/03-update-ticket-with-editor.t
t/04-update-ticket-comment-with-editor.t
t/06-ticket-show.t
t/07-sort-group.t
t/attachment-content.t
t/big-hm-rt.t
t/config
t/data/bplogo.gif

lib/App/SD/Server/View.pm  view on Meta::CPAN

            " Prophet $Prophet::VERSION");

    }
};

template header => sub {
    my $self = shift;
    my $title = shift;
    outs_raw($self->page_nav->render_as_menubar) if ($self->page_nav);
        div{ class is 'logowrapper';
        img { src is '/static/sd/images/sd.png';
              alt is 'SD Logo',
              class is 'logo' 
              };
              };
    div { class is 'project-name';
            " for ".$self->app_handle->setting( label => 'project_name' )->get()->[0]};
    h1 { $title };
};

template '/tickets/hot' => sub {

share/web/static/css/main.css  view on Meta::CPAN


html {
  font-family: Helvetica;
  background: url(/static/sd/images/gradient.png) repeat-x;
  background-color: #601;
  padding: 1em;

}
  

div.page {
    position: relative;
    max-width: 800px;
    min-width: 400px;

share/web/static/css/main.css  view on Meta::CPAN


.page-nav a, .page-nav a:visited {
    color: #fff;
    border: none;
}

.page-nav > li:hover > a > .sf-sub-indicator, .page-nav > li:active > a > .sf-sub-indicator,
.page-nav > li.sfHover > a > .sf-sub-indicator

{    
    background-image: url(/static/prophet/jquery/images/arrows-ffffff.png);
}


.page-nav > li > a > .sf-sub-indicator {    
    background-image: url(/static/prophet/jquery/images/arrows-cccccc.png);
}


.prop-summary {
    width: 80%;

}

 table.tablesorter tbody tr:nth-child(odd) td {
    background: #ddd;



( run in 0.972 second using v1.01-cache-2.11-cpan-df04353d9ac )