Exemplo n.º 1
0
             "Mahatma Gandhi National Rural Employment Guarantee Act" (or, MGNREGA), is an Indian labour 
             law and social security measure that aims to guarantee the 'right to work'. 
             It aims to ensure livelihood security in rural areas by providing at least 100 days of 
             wage employment in a financial year to every household whose adult members volunteer to do 
             unskilled manual work.It is one of the important scheme being implemented by government to 
             achive inclusive growth.
             
      </p>
   </div>
</div>
<!--   ---------------------- Start Details Page video Content -----------------------    -->

<div id="courseslink-details" class="container">
    <?php 
    $courseID = $_SESSION[constant("SESSION_COURSEID")];
    echo youtubeBuilder($courseID);
    ?>
   
    <div class="col-xs-12">
        <a href="assessment.php">
        <input id="AssessmentTestBttn" class="btn btn-default pull-right" value="Go for Assesment"/>
        </a>
    </div>
    

    
    </div>
    
    <!--   ---------------------- End Details Page video Content -----------------------    -->
    
      
Exemplo n.º 2
0
            $html .= '</div>';
        } else {
            if (isset($hindiVideo)) {
                $html .= '<div id="hindiVideo" align="center" class="video-frame">';
                $html .= '<iframe width="92%" height="80%" src="' . $hindiVideo . '" frameborder="0" allowfullscreen onclick="alert(\\"English Video\\")"></iframe>';
                $html .= '</div>';
            } else {
                if (isset($telVideo)) {
                    $html .= '<div id="teluguVideo" align="center" class="video-frame">';
                    $html .= '<a href="' . $telVideo . '"';
                    $html .= '<iframe width="92%" height="80%" src="' . $telVideo . '" frameborder="0" allowfullscreen></iframe>';
                    $html .= '</a>';
                    $html .= '</div>';
                }
            }
        }
        $html .= '<div>';
        $html .= '<a href="' . $engVideo . '" target="new"><div class="english"></div></a>';
        $html .= '<a href="' . $hindiVideo . '" target="new"><div class="hindi"></div></a>';
        $html .= '<a href="' . $telVideo . '" target="new"><div class="telugu"></div></a>';
        $html .= '<a href="' . $engPDF . '" target="new" onclick="pdfDownloadLogs(\'' . $title . '\',\'' . $subcourseId . '\',\'' . $courseId . '\')">';
        $html .= '<div class="pdf-download"></div>';
        $html .= '</a>';
        $html .= '</div>';
        $html .= '</div>';
        $html .= '</div>';
    }
    return $html;
}
youtubeBuilder(1);