示例#1
0
    $arr = $c->Controle_aula($_GET['aula'], null);
    for ($i = 0; $i < count($arr); $i++) {
        ?>
												<div id="tabs">
													<ul>
												    	<li><a href="#tabs-2">Aula: <?php 
        echo $arr[$i]->nome['nome'];
        ?>
</a></li>
												  	</ul>																								
													<div id="tabs-2">
														<table align="center" width="100%">
															<tr>
																<td width="55%">
																<?php 
        $arre = $c->Controle_material($arr[$i]->idaula['idaula']);
        for ($j = 0; $j < count($arre); $j++) {
            echo "<iframe src=\"pdf.php?pdf=../../material/" . FOLDER . "/" . $arre[$j]->endereco['endereco'] . "\" width=\"100%\" height=\"384px\" frameborder=\"0\"></iframe>";
        }
        ?>
																</td>															
																<td align="right">
																	<video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" width="640" height="384" data-setup="{}">
																		<source src="video.php?tar=<?php 
        echo $arr[$i]->idaula['idaula'];
        ?>
" type='video/mp4' />
    																	<track kind="captions" src="vtt/<?php 
        echo $_SESSION['emailAluno'];
        ?>
.vtt" srclang="en" default><!-- Tracks need an ending tag thanks to IE9 -->																		
示例#2
0
							<!--[if !IE]>start section content bottom<![endif]-->
							<span class="scb"><span class="scb_left"></span><span class="scb_right"></span></span>
							<!--[if !IE]>end section content bottom<![endif]-->

						</div>
						<!--[if !IE]>end section content<![endif]-->
					</div>
					<!--[if !IE]>end section<![endif]-->
				</div>
			</div>
			<div id="sidebar">
				<div class="inner">
				<?php 
if (isset($_GET['ed'])) {
    $c = new Control();
    $arr = $c->Controle_material($_GET['ed']);
    for ($i = 0; $i < count($arr); $i++) {
        ?>
				
					<div class="quick_info">
						<div class="quick_info_top">
							<h2>Dados do arquivo</h2>
						</div>
						<div class="quick_info_content">
							<dl>
								<dt>Nome:</dt>
								<dd><?php 
        echo $arr[$i]->endereco['endereco'];
        ?>
</dd>
							</dl>