libraryDirectory.'settings.php'); include($bootstrap->libraryDirectory.'head.php'); include($bootstrap->libraryDirectory.'proclib.php'); echo "NCCS Web Tools\n"; echo "\n"; $tempUser = ''; $tempPwd = ''; if (isset($HTTP_POST_VARS['UsrID'])){ $tempUser = $HTTP_POST_VARS['UsrID']; $tempPwd = $HTTP_POST_VARS['UsrPwd']; $targetPage = $HTTP_POST_VARS['targetPage']; } // echo "pwd: $tempPwd
"; // $targetPage = 'http://communityplatform.us/PubApps/990search.php'; if ( strlen($tempUser)> 0){ $gUser = checkUser($tempUser, $tempPwd); if ( strlen($targetPage) > 0){ echo "\n \n"; } } ?> libraryDirectory.'head2.php'); echo "

NCCS Web Tools

\n"; ?> \n"; /***********************************************************/ // BLOCK 2: CLASSIFICATION /***********************************************************/ echo " \n"; /***********************************************************/ // 2nd line: /***********************************************************/ ?> Geo Search
State Tables
Largest Public Charities by State
Maryland Counties
"; /***********************************************************/ // BLOCK 4: SPECIFIC ORGS: /***********************************************************/ echo " "; /***********************************************************/ // 3d line: /***********************************************************/ ?> NCCS KnowledgeBase
NCCS FAQ+
NCCS Wiki (public)
NCCS Wiki (jot.com)
Learning Modules
(under development)
\n"; /***********************************************************/ // BLOCK 6: Advanced: /***********************************************************/ echo " \n"; /***********************************************************/ echo "
Overview Categorizing and Classifying Organizations
NCCS Nonprofit Overview
  Start here if you are not sure where to begin. (Under construction 6/2008)
Summary Tables
Top 10 Lists
  Choose category, expenses or assets and see the largest 10 organizations.
Show Largest & Sample of Organizations, by IRS Subsection
Table Wizards
  Lots more standard tables.\n"; echo "
NTEE Purpose/Activity Codes
Program-Level Classification
Under development:
  IRS Subsections (501(c)(3), (c)(4), etc.)(Under development)
  Public Charities
  Private Foundations
Geographic Focus Search for Specific Organizations
Search Active Organizations
Search Active and Inactive Organizations (NCCS Master List)
Search Form 990 Images
Learn More Advanced Tools
Data Web (beta)
\"Freehand\" Report Writer (SQL knowledge required)
EON Advanced NTEE Classification Tool
Advanced Classification Menu
Show Largest and a Sample of Organizations: Specify a Custom Filter
Custom Lists
"; /***********************************************************/ if (checkUserAccessRights($gUser, 'SUPER',0) == 1){ /* echo "\n"; echo "
Assignments, Common Codes, & Other Notes
"; echo "
Check progress creating NPC rules
"; echo "
NTEE verification - most recent 500
"; echo "
NTEE bulk updates - most recent 100
"; echo "
NTEE/NPC RULES - most recent 100
"; echo "
NTEE/NPC RULES - most recent 100: summary
"; echo "
List synonyms (under construction)
"; echo "
"; */ } echo "
\n"; include($bootstrap->libraryDirectory.'footer.php'); ?>