コード例 #1
0
ファイル: myAdol.php プロジェクト: Nacked15/schoolcontrol
</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>Ape. Paterno</th>
                  <th>Ape. Materno</th>
                  <th>Nombre</th>
                  <th>Edad</th>
                  <th>Curso</th>
                  <th>Grupo</th>
                  <th>Opciones</th>
               </tr>
            </thead>
            <tbody>
               <?php 
echo myStudents(3);
?>
            </tbody>
         </table>
      </div>
   </aside>
</section>
<!-- FIN DE SECCION DE ALUMNOS CLUB -->
コード例 #2
0
ファイル: myClub.php プロジェクト: Nacked15/schoolcontrol
            <thead>
               <tr class="info">
                  <th>#</th>
                  <th>Foto</th>
                  <th>Ape. Paterno</th>
                  <th>Ape. Materno</th>
                  <th>Nombre</th>
                  <th>Edad</th>
                  <th>Curso</th>
                  <th>Grupo</th>
                  <th>Opciones</th>
               </tr>
            </thead>
            <tbody>
               <?php 
echo myStudents('1');
?>
            </tbody>
         </table>
      </div>
   </aside>
</section>
<!-- FIN DE SECCION DE ALUMNOS CLUB -->

<script>
$(function(){
 var id = 4;
 alert('this: '+id);
  if (id == 0) {
      $('li#pestana4').addClass('hidden');
   }
コード例 #3
0
ファイル: myPrimary.php プロジェクト: Nacked15/schoolcontrol
</span></strong></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>Ape. Paterno</th>
                  <th>Ape. Materno</th>
                  <th>Nombre</th>
                  <th>Edad</th>
                  <th>Curso</th>
                  <th>Grupo</th>
                  <th>Opciones</th>
               </tr>
            </thead>
            <tbody>
               <?php 
echo myStudents('2');
?>
            </tbody>
         </table>
      </div>
   </aside>
</section>
<!-- FIN DE SECCION DE ALUMNOS CLUB -->
コード例 #4
0
ファイル: myAdult.php プロジェクト: Nacked15/schoolcontrol
</span></strong></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>Ape. Paterno</th>
                  <th>Ape. Materno</th>
                  <th>Nombre</th>
                  <th>Edad</th>
                  <th>Curso</th>
                  <th>Grupo</th>
                  <th>Opciones</th>
               </tr>
            </thead>
            <tbody>
               <?php 
echo myStudents('4');
?>
            </tbody>
         </table>
      </div>
   </aside>
</section>
<!-- FIN DE SECCION DE ALUMNOS CLUB -->