'+thePhotogalleryHTML+' '); newWin.document.close(); setTimeout(function(){newWin.close();},1000); }); $(".photogallery-tinyimages").mouseover(function() { var thisid = this.id; thisid = thisid.substring(("photogallery-tiny").length); proceedFurther("+", thisid); }); $(".photogallery-tinyimages").click(function() { clicktiny(this.id); }); $(".floating-box").click(function() { clicktiny(this.id); }); $("#toptip").mousemove(function(e) { var leftSideWidth = $(".leftsidewm").width(); var tooltipWidth = $(".tooltip").width(); var posX, posXMargin = 10; if(e.pageX + tooltipWidth + posXMargin > leftSideWidth) { posX = leftSideWidth - tooltipWidth; } else { posX = e.pageX + posXMargin; } posY = e.pageY; showtip('Ved D. K., Suma T. S., Bhutia T. G., Ravikumar K., Barve V., Somashekar B. S., Tandon V., Goraya G. S., Sumanth M. V. and Soumyashree N. 2017. Conservation Assessment and Management Prioritisation (CAMP) for the Wild Medicinal Plants of Sikkim. FRLHT-TDU, Bengaluru and SMPB-FEWMD, Gangtok.', posX, posY); }); $("#toptip").mouseout(function() { hidetip(); }); $(".xClose").click(function() { $("#printarea").html("Print Area"); var thisid = this.id; thisid = thisid.substring(("xClose").length); if($("#xBox" + thisid).length != 0) { $("#xBox" + thisid).fadeOut(500, function(){ $(".leftsidewm").show(); }); } $("#" + activePopupDisplayed + thisid).fadeOut(500, function() { $(".nblack_overlay").fadeOut(500); }); }); function clicktiny(thisid) { thisid = thisid.substring(("photogallery-tiny").length); activePopupDisplayed = "plant"; if($("#xBox" + thisid).length != 0) { $(".nblack_overlay").fadeIn(500); $("#plant" + thisid).fadeIn(500, function() { $(".leftsidewm").hide(); }); $("#xBox" + thisid).fadeIn(500); } } /* Tool Tip Set starts */ function showtip(thetip, posX, posY, theToolTipId) { if(theToolTipId == undefined) theToolTipId = "tooltip"; $("#" + theToolTipId).css("position", "absolute"); $("#" + theToolTipId).css("left", (posX + 10) + "px"); $("#" + theToolTipId).css("top", (posY + 10) + "px"); $("#" + theToolTipId).css("display", "block"); $("#" + theToolTipId).css("height", "auto"); $("#" + theToolTipId).html(thetip); } function hidetip(theToolTipId) { if(theToolTipId == undefined) theToolTipId = "tooltip"; $("#" + theToolTipId).css("display", "none"); } /* Tool Tip Set Ends */ function proceedFurther(direction, directgoto, moolcontrol="photogallery", moolArray = allPhotogalleryImages) { var formerCurrentPid = moolArray[currentImgPointer[moolcontrol]].pid; if(direction == "-") { currentImgPointer[moolcontrol] = (currentImgPointer[moolcontrol] + 1) % moolArray.length; } else { currentImgPointer[moolcontrol] = ((moolArray.length + currentImgPointer[moolcontrol]) - 1) % moolArray.length; } if(moolcontrol == "photogallery" || moolcontrol == "apps") { $("#" + moolcontrol + formerCurrentPid).fadeOut(500, function(){ $("." + moolcontrol + "-image-label").hide(); $("." + moolcontrol + "-image-label").html(moolArray[currentImgPointer[moolcontrol]].plantname); $("#" + moolcontrol + moolArray[currentImgPointer[moolcontrol]].pid).fadeIn(500, function() { $("." + moolcontrol + "-image-label").show(); }); }); } else { $("." + moolcontrol + "-images").fadeOut(500, function(){ $("." + moolcontrol + "-image-label").hide(); $("." + moolcontrol + "-images").attr("id", moolcontrol + moolArray[currentImgPointer[moolcontrol]].pid); $("." + moolcontrol + "-images").attr("src", moolArray[currentImgPointer[moolcontrol]].image_url); $("." + moolcontrol + "-image-label").html(moolArray[currentImgPointer[moolcontrol]].plantname); $("." + moolcontrol + "-images").fadeIn(500, function() { $("." + moolcontrol + "-image-label").show(); }); }); } } function openAppsUrl(thisid) { thisid = thisid.substring(("apps").length); window.open(allAppImages[thisid-1].linkto, "_blank"); } function readjustSize() { var windowWidth = parseInt($(window).width()); var windowTop = 0; var windowHeight = parseInt($(window).height()) - windowTop; var entireBoxWidth = windowWidth * 0.95; var entireBoxHeight = windowHeight * 0.95; var boxContentHeight = parseInt($(".nbox_content").height()); var entireBoxLeft = (windowWidth - entireBoxWidth) / 2; var boxContentTop = (windowHeight - entireBoxHeight) / 2; var whiteContentTop = boxContentTop + boxContentHeight + 3; var whiteContentHeight = entireBoxHeight - boxContentHeight - 3; var whiteContentPadding = parseInt($(".nwhite_content").css("padding-left")); $(".nbox_content").css({"left":entireBoxLeft, "top":boxContentTop + windowTop, "width":entireBoxWidth, "height": boxContentHeight}); $(".nwhite_content").css({"left":entireBoxLeft, "top":whiteContentTop + windowTop, "width":entireBoxWidth - whiteContentPadding * 2, "height": whiteContentHeight - whiteContentPadding * 2}); $(".nblack_overlay").css({"top":windowTop, "height":windowHeight}); } /* Exit jqhomepage_fi */ $(".imageenlarge").fancybox({ helpers : { overlay : { closeClick:false, css : { 'background' : 'rgba(58, 42, 45, 1)', }, } }, beforeShow: function() { /* Disable right click */ $.fancybox.wrap.on("contextmenu", function (e) { return false; }); /* Disable drag */ $.fancybox.wrap.on("dragstart", function (e) { return false; }); }, beforeLoad: function() { this.title = $(this.element).attr('caption'); } }); /* End of Fancybox() Function */ /* More functions inside jquery, if required */ }); tmrLogobanChange = setInterval(function() { $(".logoandimage img").eq(0).fadeOut(200, function(){ init_logoban_number = init_logoban_number % 2 + 1; $(".logoandimage img").eq(0).attr("src", logobandisplayed[init_logoban_number]); $(".logoandimage img").eq(0).fadeIn(200); }); }, 10000); function externalMailJoin() { $("#emailid").val($.trim($("#emailid").val())); var mdata = $("#formextjoin").serialize(); if(ajaxStatus != null) { ajaxStatus.abort(); ajaxStatus = null; } var origMailingListHtml = $("#mailinglist").html(); $("#mailinglist").html(""); ajaxStatus = $.ajax({url:"https://envis.frlht.org/externalsubscribe", type:"POST", data:mdata, success:function(result){ if(result == "Already there"){ $("#mailinglist").html(origMailingListHtml); $("#formextjoin").submit(function() { externalMailJoin(); return false; }); $(".mailingunsubscribe").click(function() { externalMailUnsubscribe(); }); alert("You have already subscribed"); } else $("#mailinglist").html(result); }}); } function externalMailUnsubscribe() { if($.trim($("#emailid").val()) != "") { var mdata = $("#formextjoin").serialize(); if(ajaxStatus != null) { ajaxStatus.abort(); ajaxStatus = null; } var origMailingListHtml = $("#mailinglist").html(); $("#mailinglist").html(""); ajaxStatus = $.ajax({url:"https://envis.frlht.org/externalunsubscribe", type:"POST", data:mdata, success:function(result){ if(result == "No user present"){ $("#mailinglist").html(origMailingListHtml); $("#formextjoin").submit(function() { externalMailJoin(); return false; }); $(".mailingunsubscribe").click(function() { externalMailUnsubscribe(); }); alert("This Email is not subscribed"); } else $("#mailinglist").html(result); }}); } } /* More functions outside jquery, if required */ Environmental Information System (Envis) on Conseravtion of Medicinal Plants - FRLHT,medicinal plants list
FRLHT’s ENVIS Resource Partner on Medicinal Plants

This ENVIS Resource Partner is an integral and inseparable part of TDU — FRLHT, Bengaluru. It started in 2002 as node and now a Centre. Today, we see ourselves as a unique podium to Collect, Curate and Disseminate authentic Multi-Dimensional Information on Indian Medicinal Plants via communication media. The website’s statistics show 12.5 million hits every year. (More)

Redlisted Plants' Photogallery (2017 - 2018)
Wild Medicinal Plants of Sikkim
Image
Aconitum ferox
Image
Image
Our Apps
 
Image
Envis App
Image
Image
Latest News and Events
5-10 June 2021: C.M Dubey Post Graduate College, Bilaspur - World Environment Day Celebration
5-12 June 2021: World Environmental Day. A series of live Webinars — 8 days Live Session by Paryavaran Sanrakshan, Karnataka. Day 8
5-12 June 2021: World Environmental Day. A series of live Webinars — 8 days Live Session by Paryavaran Sanrakshan, Karnataka. Day 7
5-12 June 2021: World Environmental Day. A series of live Webinars — 8 days Live Session by Paryavaran Sanrakshan, Karnataka. Day 6
5-12 June 2021: World Environmental Day. A series of live Webinars — 8 days Live Session by Paryavaran Sanrakshan, Karnataka. Day 5
5-12 June 2021: World Environmental Day. A series of live Webinars — 8 days Live Session by Paryavaran Sanrakshan, Karnataka. Day 4
5-12 June 2021: World Environmental Day. A series of live Webinars — 8 days Live Session by Paryavaran Sanrakshan, Karnataka. Day 3
5-12 June 2021: World Environmental Day. A series of live Webinars — 8 days Live Session by Paryavaran Sanrakshan, Karnataka. Day 2
 

Print Area
TS.
VTS.