CPAN-Testers-WWW-Admin

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

vhost/cgi-bin/templates/menus/menu_adminlist.html
vhost/cgi-bin/templates/public/analytics.html
vhost/cgi-bin/templates/public/badaccess.html
vhost/cgi-bin/templates/public/badcommand.html
vhost/cgi-bin/templates/public/badlayout.html
vhost/cgi-bin/templates/public/badmail.html
vhost/cgi-bin/templates/public/badpage.html
vhost/cgi-bin/templates/public/baduser.html
vhost/cgi-bin/templates/public/banuser.html
vhost/cgi-bin/templates/public/blank.html
vhost/cgi-bin/templates/public/box-prefs.html
vhost/cgi-bin/templates/public/box-sites.html
vhost/cgi-bin/templates/public/error_message.html
vhost/cgi-bin/templates/public/footer.html
vhost/cgi-bin/templates/public/layout.html
vhost/cgi-bin/templates/public/layout.json
vhost/cgi-bin/templates/public/navigation.html
vhost/cgi-bin/templates/public/pagenav.html
vhost/cgi-bin/templates/public/quote.html
vhost/cgi-bin/templates/public/rssfeed.xml
vhost/cgi-bin/templates/public/sponsors.html

vhost/cgi-bin/templates/content/author-dist.html  view on Meta::CPAN

[%

    title = 'Browse by Distribution' ;
    crumb2_name = 'Author' ;
    crumb2_href = '/' ;
    crumb1_name = 'Browse by Distribution' ;

    box_prefs = 1 ;
    javascript = 1 ;

%]

[% INCLUDE "content/moreinfo.html" %]

<h2>Reports for [% data.distribution %]-[% data.version %]</h2>

<p>You may select reports for this distribution version, or select an alternative version from the drop-down box below.</p>

vhost/cgi-bin/templates/content/author-distro.html  view on Meta::CPAN

[%

    title = 'Browse by Distribution' ;
    crumb2_name = 'Author' ;
    crumb2_href = '/' ;
    crumb1_name = 'Browse by Distribution' ;

    box_prefs = 1 ;
    javascript = 1 ;

%]

<h2>Browse by Distribution</h2>

<p>Select the distribution to view reports.</p>

[% IF data.distros %]
<ul>

vhost/cgi-bin/templates/content/author-list.html  view on Meta::CPAN

[%

    title = 'List Marked Reports' ;
    IF realm == 'admin' && !user.fakename ; THEN ; crumb2_name = 'Admin' ;
    ELSE ; crumb2_name = 'Author' ; END ;
    crumb2_href = '/' ;
    crumb1_name = 'List Marked Reports' ;

    javascript = 1 ;
    box_prefs = 1 ;

%]

<p>Select the reports you wish to delete from the list below. Click on the
report ID to view more information about that report.</p>

[% INCLUDE "content/moreinfo.html" %]

[% IF data.reports %]
<form id="reports-form" name="reports" action="[% cgipath %]/pages.cgi" method="post" onsubmit="return UnmarkReports();">

vhost/cgi-bin/templates/content/author-reports.html  view on Meta::CPAN

    IF searched ; THEN ; 
      title = 'Find Reports by GUID' ;
      crumb1_name = 'Find by GUID' ;
      subtitle = 'Find by GUID' ;
    ELSE ;
      title = 'Browse Reports by Date' ;
      crumb1_name = 'Browse by Date' ;
      subtitle = 'Reports for ' _ data.date ;
    END ;

    box_prefs = 1 ;
    javascript = 1 ;

%]

<p>Select the reports you wish to delete from the list below. Click on the
report ID to view more information about that report.</p>

[% INCLUDE "content/moreinfo.html" %]

<h2>[% subtitle %]</h2>

vhost/cgi-bin/templates/content/author-tester.html  view on Meta::CPAN


    title = 'Browse by Tester: ' _ display;
    crumb4_name = 'Author' ;
    crumb4_href = '/' ;
    crumb3_name = 'Browse by Tester' ;
    crumb3_href = '/author/testers' ;
    crumb2_name = data.letter ;
    crumb2_href = '/author/testers/' _ data.letter ;
    crumb1_name = display ;

    box_prefs = 1 ;
    javascript = 1 ;

%]

[% INCLUDE "content/moreinfo.html" %]

<p>Select the reports you wish to delete from the list below. 
Click on the report ID to view more information about that report. 
Click the column headings to sort in ascending or descending order.</p>

vhost/cgi-bin/templates/content/author-testers.html  view on Meta::CPAN


  ELSE ;

    crumb2_name = 'Author' ;
    crumb2_href = '/' ;
    crumb1_name = 'Browse by Tester' ;

  END ;

  box_help   = 1 ;
  box_prefs  = 1 ;
  javascript = 1 ;

%]

<p>
<a href="/author/testers/9">9</a>
[% FOREACH char = ['A' .. 'Z'] %]
<a href="/author/testers/[% char %]">[% char %]</a>
[% END %]
</p>

vhost/cgi-bin/templates/content/tester-list.html  view on Meta::CPAN

[%

    title = 'List Marked Reports' ;
    IF realm == 'admin' && !user.fakename ; THEN ; crumb2_name = 'Admin' ;
    ELSE ; crumb2_name = 'Tester' ; END ;
    crumb2_href = '/' ;
    crumb1_name = 'List Marked Reports' ;

    javascript = 1 ;
    box_prefs = 1 ;

%]

<p>Select the reports you wish to delete from the list below. Click on the
report ID to view more information about that report.</p>

[% INCLUDE "content/moreinfo.html" %]

[% IF data.reports %]
<form id="reports-form" name="reports" action="[% cgipath %]/pages.cgi" method="post" onsubmit="return UnmarkReports();">

vhost/cgi-bin/templates/content/tester-reports.html  view on Meta::CPAN

    IF searched ; THEN ; 
      title = 'Find Reports by GUID' ;
      crumb1_name = 'Find by GUID' ;
      subtitle = 'Find by GUID' ;
    ELSE ;
      title = 'Browse Reports' ;
      crumb1_name = 'Browse Reports' ;
      subtitle = 'Reports for ' _ data.date ;
    END ;

    box_prefs = 1 ;
    javascript = 1 ;

%]

<p>Select the reports you wish to delete from the list below. Click on the
report ID to view more information about that report.</p>

[% INCLUDE "content/moreinfo.html" %]

<h2>[% subtitle %]</h2>

vhost/cgi-bin/templates/public/box-sites.html  view on Meta::CPAN

        <!-- Navigation Level 0 -->
        <div class="nav0">
          <ul>
          <li class="purple"  ><a href="http://blog.cpantesters.org"      title="CPAN Testers Blog"       >Blog</a></li>
          <li class="orange"  ><a href="http://www.cpantesters.org"       title="CPAN Testers Reports"    >Reports</a></li>
          <li class="violet"  ><a href="http://wiki.cpantesters.org"      title="CPAN Testers Wiki"       >Wiki</a></li>
          <li class="blue"    ><a href="http://stats.cpantesters.org"     title="CPAN Testers Statistics" >Statistics</a></li>
          <li class="yellow"  ><a href="http://pass.cpantesters.org"      title="CPAN Testers PASS Matrix">PASS Matrix</a></li>
          <li class="green"   ><a href="http://prefs.cpantesters.org"     title="CPAN Testers Preferences">Preferences</a></li>
          <li class="cornblue"><a href="http://metabase.cpantesters.org"  title="CPAN Testers Metabase"   >Metabase</a></li>
          <li class="cyan"    ><a href="http://devel.cpantesters.org"     title="CPAN Testers Development">Development</a></li>
          <li class="brown"   ><a href="http://deps.cpantesters.org"      title="CPAN Dependencies"       >CPAN Deps</a></li>
          <li class="grey"    ><a href="http://matrix.cpantesters.org"    title="CPAN Testers Matrix"     >CPAN Matrix</a></li>
          <li class="teal"    ><a href="http://analysis.cpantesters.org"  title="CPAN Testers Analysis"   >Analysis</a></li>
          <li class="red"     ><a href="http://admin.cpantesters.org"     title="CPAN Testers Admin"      >Admin</a></li>
          </ul>
        </div>

vhost/cgi-bin/templates/public/footer.html  view on Meta::CPAN

		[% copyright %] Comments and design patches to barbie@cpan.org.
    <p>
    
		<p>
    The CPAN Testers Family: <br />
      <a href="http://blog.cpantesters.org"     title="CPAN Testers Blog"       >Blog</a>         &#8226;
      <a href="http://www.cpantesters.org"      title="CPAN Testers Reports"    >Reports</a>      &#8226;
      <a href="http://wiki.cpantesters.org"     title="CPAN Testers Wiki"       >Wiki</a>         &#8226;
      <a href="http://stats.cpantesters.org"    title="CPAN Testers Statistics" >Statistics</a>   &#8226;
      <a href="http://pass.cpantesters.org"     title="CPAN Testers PASS Matrix">PASS Matrix</a>  &#8226;
      <a href="http://prefs.cpantesters.org"    title="CPAN Testers Preferences">Preferences</a>  &#8226;
      <a href="http://metabase.cpantesters.org" title="CPAN Testers Metabase"   >Metabase</a>     &#8226;
      <a href="http://devel.cpantesters.org"    title="CPAN Testers Development">Development</a>  &#8226;
      <a href="http://deps.cpantesters.org"     title="CPAN Dependencies"       >Dependencies</a> &#8226;
      <a href="http://matrix.cpantesters.org"   title="CPAN Testers Matrix"     >Matrix</a>       &#8226;
      <a href="http://analysis.cpantesters.org" title="CPAN Testers Analysis"   >Analysis</a>     &#8226;
      <a href="http://admin.cpantesters.org"    title="CPAN Testers Admin"      >Admin</a>
	  </p>

    <p>
    CPAN Testers, supporting the Perl programming language since 1999.

vhost/cgi-bin/templates/public/layout.html  view on Meta::CPAN

    <!-- B. MAIN -->
    <div class="main">

      <!-- B.1 MAIN NAVIGATION -->
      <div class="main-navigation">

        <!-- Navigation Level 3 -->
        <div class="round-border-topright"></div>

        [% INCLUDE "public/navigation.html" %]
        [% IF box_prefs ; THEN ; INCLUDE "public/box-prefs.html"   ; END %]
        [% INCLUDE "public/quote.html" %]

      </div>

      <!-- B.1 MAIN CONTENT -->
      <div class="main-content">

        <!-- Pagetitle -->
        <h1 class="pagetitle">[% title %]</h1>
        <div class="column1-unit">

vhost/html/js/cpanadmin.js  view on Meta::CPAN

/* ** DEFAULTS ** */

var prefs = {
  "status":  "ALL",
  "oncpan":  1,
  "distmat": 1,
  "perlmat": 1,
  "patch":   1,
  "osname":  'ALL',
  "perlver": 'ALL'
};

/* ** PREFERENCES ** */

vhost/html/js/cpanadmin.js  view on Meta::CPAN

  checkCSS2(42,'cbNArelunp');

  checkCSS2(21,'cbUNKNOWNdevpat');
  checkCSS2(22,'cbUNKNOWNdevunp');
  checkCSS2(25,'cbUNKNOWNrelpat');
  checkCSS2(26,'cbUNKNOWNrelunp');

  OLDPREFS1 = NEWPREFS1;
}

function reset_grade(item)   {       if (item[0].selected) { NEWPREFS1 = (NEWPREFS1 & 15) + 240; prefs.status = 'ALL';     } // ALL
                                else if (item[1].selected) { NEWPREFS1 = (NEWPREFS1 & 15) + 128; prefs.status = 'PASS';    } // PASS
                                else if (item[2].selected) { NEWPREFS1 = (NEWPREFS1 & 15) +  64; prefs.status = 'FAIL';    } // FAIL
                                else if (item[3].selected) { NEWPREFS1 = (NEWPREFS1 & 15) +  32; prefs.status = 'NA';      } // NA
                                else if (item[4].selected) { NEWPREFS1 = (NEWPREFS1 & 15) +  16; prefs.status = 'UNKNOWN'; } // UNKNOWN
}
function reset_perlmat(item) {       if (item[0].selected) { NEWPREFS1 = (NEWPREFS1 & 243) + 12; prefs.perlmat = 0; } // All
                                else if (item[1].selected) { NEWPREFS1 = (NEWPREFS1 & 243) +  8; prefs.perlmat = 1; } // Offical Only
                                else if (item[2].selected) { NEWPREFS1 = (NEWPREFS1 & 243) +  4; prefs.perlmat = 2; } // Development Only
}
function reset_patches(item) {       if (item[0].selected) { NEWPREFS1 = (NEWPREFS1 & 252) + 3; prefs.patch = 0; }  // All
                                else if (item[1].selected) { NEWPREFS1 = (NEWPREFS1 & 252) + 2; prefs.patch = 1; }  // Exclude Patches
                                else if (item[2].selected) { NEWPREFS1 = (NEWPREFS1 & 252) + 1; prefs.patch = 2; }  // Patches Only
}

function check_grade(item)   { reset_grade(item); checkVis1(); }



/* CSS/JS code for OS and Perl version filtering */

function reset_perlver(item) {  prefs.perlver = item[item.selectedIndex].value; }
function reset_osname(item)  {  prefs.osname  = item[item.selectedIndex].value; }

function check_perlver(item) { reset_perlver(item); }
function check_osname(item)  { reset_osname(item);  }


/* More Info Popup */

function more_info(guid,grade,dist,vers,perl,os,tester,author,date) {
  document.getElementById( 'info_guid'   ).innerHTML = guid;
  document.getElementById( 'info_grade'  ).innerHTML = grade;



( run in 0.937 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )