|
|
| (20 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) |
| Linha 1: |
Linha 1: |
| /* Códigos JavaScript aqui colocados serão carregados por todos aqueles que acessarem alguma página deste wiki */
| | document.addEventListener("DOMContentLoaded", function () { |
| $(function () {
| | if (mw.config.get('wgPageName') === "Special:UserLogin") { |
| $('body').prepend( | | window.location.href = "https://letrasmais.net.br/index.php?letras=login"; |
| ' <div id="left">
| | } |
| <h4>
| |
| <a href="https://letrasmais.net.br" title="Letras+" target="_parent">Letras+</a> |
| |
|
| |
| <a href="https://letrasmais.net.br/letrodromo" title="Plataforma de jogos de Letras" target="_parent">Letródromo</a> |
| |
| <a href="https://letrasmais.net.br/letropedia" title="A enciclopédia de Letras" target="_parent">Letropédia</a> |
| |
| | |
| <!-- <a href="https://letrasmais.net.br/letraral" title="Material didático de Letras" target="_parent">Letraral</a> |
| |
| <a href="https://letrasmais.net.br/letragogia" title="Ambiente virtual de aprendizagem de Letras" target="_parent">Letragogia</a> |
| |
| <a href="https://letrasmais.net.br/letroteca" title="Biblioteca de domínio público em Letras" target="_parent">Letroteca</a> |
| |
| <a href="https://letrasmais.net.br/letroverso" title="Espaço de criação de Letras" target="_parent">Letroverso</a> |
| |
| <a href="https://letrasmais.net.br/falatorio" title="Fórum de Letras" target="_parent">Falatório</a> -->
| |
|
| |
| <a href="https://letrasmais.net.br/palco" title="Plataforma de Aprendizagem em Letras, Comunicação e Oralidade" target="_parent">PALCO</a> |
| |
| <a href="index.php?letras=about" title="Sobre" target="_parent">Sobre</a> |
| |
| <a href="https://universidade.df.gov.br/" title="UnDF" target="_parent">UnDF</a>
| |
| </h4>
| |
| </div>'
| |
| ); | |
| }); | | }); |
document.addEventListener("DOMContentLoaded", function () {
if (mw.config.get('wgPageName') === "Special:UserLogin") {
window.location.href = "https://letrasmais.net.br/index.php?letras=login";
}
});