| Current Path : G:/PleskVhosts/mpcdp.in/cmamp.mpcdp.in/CP/ |
Windows NT SG2NWVPWEB022 10.0 build 17763 (Windows Server 2016) i586 |
| Current File : G:/PleskVhosts/mpcdp.in/cmamp.mpcdp.in/CP/SSProject.html |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Publication</title>
<link rel="stylesheet" type="text/css" href="CP.css">
<style type="text/css">
BODY { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; }
TABLE { COLOR: #333333; FONT: 12px "Times New Roman", Times, serif; font-weight: normal }
.title { COLOR: #0033FF; FONT: 12px "Times New Roman", Times, serif; font-weight: bold; }
#NewsDiv { position: absolute; left: 0; top: 0; width: 100% }
a:link { color: #333333; FONT: 12px "Times New Roman", Times, serif; text-decoration: none; }
a:visited { color: #333333; FONT: 12px "Times New Roman", Times, serif; text-decoration: none; }
a:active { color: #333333; FONT: 12px "Times New Roman", Times, serif; text-decoration: none; }
a:hover { color: #333333; FONT: 12px "Times New Roman", Times, serif; text-decoration: none; }
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000" onmouseover="scrollspeed=0" onmouseout="scrollspeed=current" onLoad="NewsScrollStart();">
<div id="NewsDiv">
<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td>
<!--ProjectStartEnd--><table cellpadding='0' cellspacing='0' border='0'><tr><td class='StyleTableBodyMembership'><a href='CPDownload.php?filename=Project/CMAIHSDP15Apr2011.pdf'><strong>IHSDP Scheme</strong><br />Technical Advisory to ULBs for preparation of DPR under IHSDP (As on 15th April 2011)</a></td></tr></table><br /><table cellpadding='0' cellspacing='0' border='0'><tr><td class='StyleTableBodyMembership'><a href='CPDownload.php?filename=Project/CMABUSPUIG15Apr2011.pdf'><strong>UIG & BSUP Scheme</strong><br />Technical Advisory to ULBs for preparation of DPR under UIG & BSUP (As on 15th April 2011)</a></td></tr></table><br /><table cellpadding='0' cellspacing='0' border='0'><tr><td class='StyleTableBodyMembership'><a href='#'><strong>CM/CS Monitoring</strong><br />Monitoring of various modules for UADD like CM Monotring, Lok Sewa, Vidhan Sabha Question Reply Management System, CM Ghoshna Monitoring, Diary Management, etc.</a></td></tr></table><br /><table cellpadding='0' cellspacing='0' border='0'><tr><td class='StyleTableBodyMembership'><a href='#'><strong>Upper Lake Front Development</strong><br /><ul>
<li>Release & Evaluation of EOI.</li>
<li> Technical Presentation of 12 Shortlisted Consultant in-person at UADD, Bhopal & via Video Conferencing.</li>
<li> 3 Consultants finalize for preparation of Concept Plan.</li>
<li> Preparation of Terms of Reference for Concept Plan. </li>
</ul></a></td></tr></table><br /><table cellpadding='0' cellspacing='0' border='0'><tr><td class='StyleTableBodyMembership'><a href='#'><strong>email for all 360 ULBs</strong><br />email IDs for all 360 ULBs has been created for quick information exchange. The IDs are also created for DDs & PO DUDAs</a></td></tr></table><br /><table cellpadding='0' cellspacing='0' border='0'><tr><td class='StyleTableBodyMembership'><a href='CPDownload.php?filename=Project/AchalSampatti.jpg'><strong>Achal Sampatti ki Jankari</strong><br />Monitoring & coordination with CRISP for apt & timely implementation of Immovable assets Module (Achal Sampatti Ki Janki)</a></td></tr></table><br /><table cellpadding='0' cellspacing='0' border='0'><tr><td class='StyleTableBodyMembership'><a href='CPDownload.php?filename=Project/ComputerTraining.jpg'><strong>Computer Training for the employees of UADD, DD & ULB</strong><br />Organized Computer Training at CRISP funded by Madhya Pradesh Urban Services for the Poor (MPUSP)</a></td></tr></table><br /><table cellpadding='0' cellspacing='0' border='0'><tr><td class='StyleTableBodyMembership'><a href='#'><strong>Application Software Loan Management System (LMS)</strong><br />Software developed to keep track of Loan allocated to all the 338 Urban Local Bodies (ULBs) of Madhya Pradesh.</a></td></tr></table><br /><table cellpadding='0' cellspacing='0' border='0'><tr><td class='StyleTableBodyMembership'><a href='CPDownload.php?filename=Project/wwwmpcdpcom.jpg'><strong>Development & Monitoring of Software & website (www.mpcdp.com)</strong><br />www.mpcdp.com provides a convenient means for information dissemination. It is also helpful in monitoring the progress of Consultants preparing CDPs.</a></td></tr></table><br /><table cellpadding='0' cellspacing='0' border='0'><tr><td class='StyleTableBodyMembership'><a href='CPDownload.php?filename=Project/AwardMPURBAN.jpg'><strong>Departmental Website (www.mpurban.gov.in)</strong><br />Monitoring & Content Management of Departmental website (www.mpurban.gov.in). The website is also awarded the Best Government Website of Madhya Pradesh</a></td></tr></table><br /><!--ProjectStartEnd-->
</td></tr></table>
</div>
<!-- YOU DO NOT NEED TO EDIT BELOW THIS LINE -->
<script language="JavaScript" type="text/javascript">
var scrollspeed = "1" // SET SCROLLER SPEED 1 = SLOWEST
var speedjump = "20" // ADJUST SCROLL JUMPING = RANGE 20 TO 40
var startdelay = "2" // START SCROLLING DELAY IN SECONDS
var nextdelay = "0" // SECOND SCROLL DELAY IN SECONDS 0 = QUICKEST
var topspace = "2px" // TOP SPACING FIRST TIME SCROLLING
var frameheight = "260px" // IF YOU RESIZE THE WINDOW EDIT THIS HEIGHT TO MATCH
current = (scrollspeed)
function HeightData(){
AreaHeight=dataobj.offsetHeight
if (AreaHeight==0){
setTimeout("HeightData()",( startdelay * 1000 ))
}
else {
ScrollNewsDiv()
}}
function NewsScrollStart(){
dataobj=document.all? document.all.NewsDiv : document.getElementById("NewsDiv")
dataobj.style.top=topspace
setTimeout("HeightData()",( startdelay * 1000 ))
}
function ScrollNewsDiv(){
dataobj.style.top=parseInt(dataobj.style.top)-(scrollspeed)
if (parseInt(dataobj.style.top)<AreaHeight*(-1)) {
dataobj.style.top=frameheight
setTimeout("ScrollNewsDiv()",( nextdelay * 1000 ))
}
else {
setTimeout("ScrollNewsDiv()",speedjump)
}}
</script>
</body>
</html>