Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
joselitojunior94 committed Oct 29, 2024
1 parent 35d94e4 commit cf549f6
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 385 deletions.
68 changes: 2 additions & 66 deletions en/ctdqs-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ <h3>Monday (05/11/2024)</h1>
<h3>Location: Raul Chaves Space</h1>
<h4>Coordinators: Davi Viana e Sérgio Soares</h4>
<h4>Examination board: Alfredo Goldman (USP), Anna Beatriz Marques (UFC) e Carla Silva (UFPE)</h4>
<button class="active" onclick="mostrarDia('sess1', this)">01:30 PM</button>
<button onclick="mostrarDia('sess2', this)">02:00 PM</button>
<button onclick="mostrarDia('sess3', this)">02:30 PM</button>
<button onclick="mostrarDia('sess4', this)">03:00 PM</button>

</div>

<!-- Tabela de Programação -->
Expand Down Expand Up @@ -64,18 +61,7 @@ <h4>Examination board: Alfredo Goldman (USP), Anna Beatriz Marques (UFC) e Carla
<br>
Marcos Kalinowski (PUC-Rio)
</td>
</tr>
</tbody>
</table>

<table id="sess2" class="tabela-programacao">
<thead>
<tr>
<th>Time</th>
<th>Paper</th>
</tr>
</thead>
<tbody>
<tr >
<td><strong>02:00 PM</strong></td>
<td >
Expand All @@ -96,18 +82,7 @@ <h4>Examination board: Alfredo Goldman (USP), Anna Beatriz Marques (UFC) e Carla
<br>
Paulo Malcher (UFRA & UNIRIO)
</td>
</tr>
</tbody>
</table>

<table id="sess3" class="tabela-programacao">
<thead>
<tr>
<th>Time</th>
<th>Paper</th>
</tr>
</thead>
<tbody>
<tr >
<td><strong>02:30 PM</strong></td>
<td >
Expand All @@ -125,18 +100,7 @@ <h4>Examination board: Alfredo Goldman (USP), Anna Beatriz Marques (UFC) e Carla
Marcos Kalinowski (PUC-Rio)

</td>
</tr>
</tbody>
</table>

<table id="sess4" class="tabela-programacao">
<thead>
<tr>
<th>Time</th>
<th>Paper</th>
</tr>
</thead>
<tbody>
<tr >
<td><strong>03:00 PM</strong></td>
<td>
Expand All @@ -147,7 +111,7 @@ <h4>Examination board: Alfredo Goldman (USP), Anna Beatriz Marques (UFC) e Carla


</td>
</tr>
</tr>
</tbody>
</table>
</div>
Expand All @@ -156,33 +120,5 @@ <h4>Examination board: Alfredo Goldman (USP), Anna Beatriz Marques (UFC) e Carla
<footer class="footnote-text">
<p > © Created by Aries Lab by Joselito Júnior - 2024 </p>
</footer>

<script>
function mostrarDia(dia, botao) {
// Ocultar todas as tabelas
var dias = document.querySelectorAll('.tabela-programacao');
dias.forEach(function(el) {
el.style.display = 'none';
});

// Mostrar a tabela correspondente ao botão clicado
document.getElementById(dia).style.display = 'table';

// Remover a classe "active" de todos os botões
var botoes = document.querySelectorAll('.botoes-dias button');
botoes.forEach(function(btn) {
btn.classList.remove('active');
});

// Adicionar a classe "active" ao botão clicado
botao.classList.add('active');
}

// Mostrar o primeiro dia por padrão
window.onload = function() {
mostrarDia('sess1', document.querySelector('.botoes-dias button.active'));
};

</script>
</body>
</html>
41 changes: 6 additions & 35 deletions en/ctdqs-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,7 @@ <h4>Examination board: Heitor Costa (UFLA), Sheila Reinehr (PUCPR) e Uirá Kules
<br>
Marcos Kalinowski (PUC-Rio)
</td>
</tr>
</tbody>
</table>

<table id="sess2" class="tabela-programacao">
<thead>
<tr>
<th>Time</th>
<th>Paper</th>
</tr>
</thead>
<tbody>
<tr >
<td><strong>04:30 PM</strong></td>
<td >
Expand All @@ -94,18 +83,7 @@ <h4>Examination board: Heitor Costa (UFLA), Sheila Reinehr (PUCPR) e Uirá Kules
<br>
Márcio Ribeiro (UFAL)
</td>
</tr>
</tbody>
</table>

<table id="sess3" class="tabela-programacao">
<thead>
<tr>
<th>Time</th>
<th>Paper</th>
</tr>
</thead>
<tbody>
</tr>
<tr >
<td><strong>05:00 PM</strong></td>
<td >
Expand All @@ -123,18 +101,7 @@ <h4>Examination board: Heitor Costa (UFLA), Sheila Reinehr (PUCPR) e Uirá Kules
Ricardo Marcacini (ICMC/USP)

</td>
</tr>
</tbody>
</table>

<table id="sess4" class="tabela-programacao">
<thead>
<tr>
<th>Time</th>
<th>Paper</th>
</tr>
</thead>
<tbody>
<tr >
<td><strong>05:30 PM</strong></td>
<td>
Expand All @@ -143,9 +110,13 @@ <h4>Examination board: Heitor Costa (UFLA), Sheila Reinehr (PUCPR) e Uirá Kules
<br>
<br>
</td>
</tr>
</tr>
</tbody>
</table>




</div>
</section>

Expand Down
31 changes: 5 additions & 26 deletions en/cticqs.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ <h4>Examination board: </h4>
<h5>Manoel Mendonça (UFBA), Sheila Reinher (PUC-PR) e Adriano Bessa (Unifor) </h5>


<button class="active" onclick="mostrarDia('sess1', this)">10:30 AM</button>
<button onclick="mostrarDia('sess2', this)">11:00 AM</button>
<button onclick="mostrarDia('sess3', this)">11:30 AM</button>


</div>

Expand Down Expand Up @@ -70,18 +68,7 @@ <h5>Manoel Mendonça (UFBA), Sheila Reinher (PUC-PR) e Adriano Bessa (Unifor) </
<br>
Ismayle Sousa Santos (Universidade Estadual do Ceará - Brasil)
</td>
</tr>
</tbody>
</table>

<table id="sess2" class="tabela-programacao">
<thead>
<tr>
<th>Time</th>
<th>Paper</th>
</tr>
</thead>
<tbody>
<tr >
<td><strong>11:00 AM</strong></td>
<td >
Expand All @@ -105,18 +92,7 @@ <h5>Manoel Mendonça (UFBA), Sheila Reinher (PUC-PR) e Adriano Bessa (Unifor) </
<br>
Tayana Conte (Universidade Federal do Amazonas - Brasil)
</td>
</tr>
</tbody>
</table>

<table id="sess3" class="tabela-programacao">
<thead>
<tr>
<th>Time</th>
<th>Paper</th>
</tr>
</thead>
<tbody>
<tr >
<td><strong>11:30 AM</strong></td>
<td >
Expand All @@ -138,9 +114,12 @@ <h5>Manoel Mendonça (UFBA), Sheila Reinher (PUC-PR) e Adriano Bessa (Unifor) </
<br>
Tayana Conte (Universidade Federal do Amazonas - Brasil)
</td>
</tr>
</tr>
</tbody>
</table>






Expand Down
8 changes: 1 addition & 7 deletions en/wtdqs.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ <h1>WTDQS</h1>
<h3>Monday (11/05/2024)</h1>
<h3>Location: Raul Chaves Space </h1>
<h4>Coordinators: Bruno Gadelha (UFAM) e Rodrigo Santos (UNIRIO) </h4>
<!--
<button class="active" onclick="mostrarDia('sess1', this)">08:30 AM</button>
<button onclick="mostrarDia('sess2', this)">09:00 AM</button>
<button onclick="mostrarDia('sess3', this)">09:30 AM</button>
<button onclick="mostrarDia('sess4', this)">10:00 AM</button>
-->
<h4>Board: Adriano Albuquerque (Unifor), Breno França (Unicamp) & Monalessa Barcellos (UFES)</h4>
</div>

<!-- Tabela de Programação -->
Expand Down
68 changes: 2 additions & 66 deletions pt/ctdqs-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ <h3>Segunda-feira (05/11/2024)</h1>
<h3>Local: Espaço Raul Chaves </h1>
<h4>Coordenadores: Davi Viana e Sérgio Soares</h4>
<h4>Banca: Alfredo Goldman (USP), Anna Beatriz Marques (UFC) e Carla Silva (UFPE)</h4>
<button class="active" onclick="mostrarDia('sess1', this)">13:30</button>
<button onclick="mostrarDia('sess2', this)">14:00</button>
<button onclick="mostrarDia('sess3', this)">14:30</button>
<button onclick="mostrarDia('sess4', this)">15:00</button>

</div>

<!-- Tabela de Programação -->
Expand Down Expand Up @@ -64,18 +61,7 @@ <h4>Banca: Alfredo Goldman (USP), Anna Beatriz Marques (UFC) e Carla Silva (UFPE
<br>
Marcos Kalinowski (PUC-Rio)
</td>
</tr>
</tbody>
</table>

<table id="sess2" class="tabela-programacao">
<thead>
<tr>
<th>Horário</th>
<th>Trabalho</th>
</tr>
</thead>
<tbody>
<tr >
<td><strong>14:00</strong></td>
<td >
Expand All @@ -96,18 +82,7 @@ <h4>Banca: Alfredo Goldman (USP), Anna Beatriz Marques (UFC) e Carla Silva (UFPE
<br>
Paulo Malcher (UFRA & UNIRIO)
</td>
</tr>
</tbody>
</table>

<table id="sess3" class="tabela-programacao">
<thead>
<tr>
<th>Horário</th>
<th>Trabalho</th>
</tr>
</thead>
<tbody>
<tr >
<td><strong>14:30</strong></td>
<td >
Expand All @@ -125,18 +100,7 @@ <h4>Banca: Alfredo Goldman (USP), Anna Beatriz Marques (UFC) e Carla Silva (UFPE
Marcos Kalinowski (PUC-Rio)

</td>
</tr>
</tbody>
</table>

<table id="sess4" class="tabela-programacao">
<thead>
<tr>
<th>Horário</th>
<th>Trabalho</th>
</tr>
</thead>
<tbody>
<tr >
<td><strong>15:00</strong></td>
<td>
Expand All @@ -147,7 +111,7 @@ <h4>Banca: Alfredo Goldman (USP), Anna Beatriz Marques (UFC) e Carla Silva (UFPE


</td>
</tr>
</tr>
</tbody>
</table>
</div>
Expand All @@ -156,33 +120,5 @@ <h4>Banca: Alfredo Goldman (USP), Anna Beatriz Marques (UFC) e Carla Silva (UFPE
<footer class="footnote-text">
<p > © Criado pelo Aries Lab por Joselito Júnior - 2024 </p>
</footer>

<script>
function mostrarDia(dia, botao) {
// Ocultar todas as tabelas
var dias = document.querySelectorAll('.tabela-programacao');
dias.forEach(function(el) {
el.style.display = 'none';
});

// Mostrar a tabela correspondente ao botão clicado
document.getElementById(dia).style.display = 'table';

// Remover a classe "active" de todos os botões
var botoes = document.querySelectorAll('.botoes-dias button');
botoes.forEach(function(btn) {
btn.classList.remove('active');
});

// Adicionar a classe "active" ao botão clicado
botao.classList.add('active');
}

// Mostrar o primeiro dia por padrão
window.onload = function() {
mostrarDia('sess1', document.querySelector('.botoes-dias button.active'));
};

</script>
</body>
</html>
Loading

0 comments on commit cf549f6

Please sign in to comment.