コード例 #1
0
ファイル: evalAdult.php プロジェクト: Nacked15/schoolcontrol
teacherStCount('4');
?>
</span></a></li>
      </ul>
   </div>
</div>
<section id="club" class="well">
   <aside id="tabla">
      <div class="table-responsive">
         <table id="example" class="table table-bordered table-hover table-striped table-condensed">
            <thead>
               <tr class="info">
                  <th>#</th>
                  <th>Foto</th>
                  <th>Alumno</th>
                  <th>Curso</th>
                  <th>Grupo</th>
                  <th>Opciones</th>
               </tr>
            </thead>
            <tbody>
               <?php 
echo myStudentsEval('4');
?>
            </tbody>
         </table>
      </div>
   </aside>
</section>
<!-- FIN DE SECCION DE ALUMNOS CLUB -->
コード例 #2
0
ファイル: evalClub.php プロジェクト: Nacked15/schoolcontrol
   <aside id="tabla">
      <div class="table-responsive">
         <table id="example" class="table table-bordered table-hover table-striped table-condensed">
            <thead>
               <tr class="info">
                  <th>#</th>
                  <th>Foto</th>
                  <th>Alumno</th>
                  <th>Curso</th>
                  <th>Grupo</th>
                  <th>Opciones</th>
               </tr>
            </thead>
            <tbody>
               <?php 
echo myStudentsEval('1');
?>
            </tbody>
         </table>
      </div>
   </aside>
</section>
<!-- FIN DE SECCION DE ALUMNOS CLUB -->

<script>
// $(function(){
//    var contadorClub = <?php 
teacherStCount('1');
?>
;
//    var contadorPrim = <?php 
コード例 #3
0
ファイル: evalAdol.php プロジェクト: Nacked15/schoolcontrol
teacherStCount('4');
?>
</span></a></li>
      </ul>
   </div>
</div>
<section id="club" class="well">
   <aside id="tabla">
      <div class="table-responsive">
         <table id="example" class="table table-bordered table-hover table-striped table-condensed">
            <thead>
               <tr class="info">
                  <th>#</th>
                  <th>Foto</th>
                  <th>Alumno</th>
                  <th>Curso</th>
                  <th>Grupo</th>
                  <th>Opciones</th>
               </tr>
            </thead>
            <tbody>
               <?php 
echo myStudentsEval('3');
?>
            </tbody>
         </table>
      </div>
   </aside>
</section>
<!-- FIN DE SECCION DE ALUMNOS CLUB -->
コード例 #4
0
teacherStCount('4');
?>
</span></a></li>
      </ul>
   </div>
</div>
<section id="club" class="well">
   <aside id="tabla">
      <div class="table-responsive">
         <table id="example" class="table table-bordered table-hover table-striped table-condensed">
            <thead>
               <tr class="info">
                  <th>#</th>
                  <th>Foto</th>
                  <th>Alumno</th>
                  <th>Curso</th>
                  <th>Grupo</th>
                  <th>Opciones</th>
               </tr>
            </thead>
            <tbody>
               <?php 
echo myStudentsEval('2');
?>
            </tbody>
         </table>
      </div>
   </aside>
</section>
<!-- FIN DE SECCION DE ALUMNOS CLUB -->