Skip to content

Commit

Permalink
Removing notes feature and adding slides support
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMoraesF committed Jan 27, 2015
1 parent e73cafd commit 3b66e06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
10 changes: 3 additions & 7 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

define('NOMEEVENTO', 'Nome do Evento'); //Nome da palestra/evento a ser exibido no titulo da página

define('FULLURL','http://localhost/AskSystem'); //Endereço completo da raiz do sistema de perguntas sem / no final
define('FULLURL','http://localhost/asks/AskSystem'); //Endereço completo da raiz do sistema de perguntas sem / no final

define('PALESTRANTE','Fulano de Tal'); //Nome do palestrante

define('SHOWSLIDES', false); //Exibir ou não os slides

define('SENDMETHOD','sqlite'); //Método de envio da pergunta, as opções podem ser 'email', 'pushover' ou 'sqlite'


Expand Down Expand Up @@ -45,10 +47,4 @@

define('FROMNOTIFY','email@exemplo.com'); //Email a enviar a mensagem

$shownotas = false;

$notas = "Linha1
Linha 2
[1]http://example.org";

?>
3 changes: 0 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
<input type="email" name="email" placeholder="Seu Email" class="email" required>
<input type="hidden" name="acao" value="envia">
</form>
<?php if($shownotas == true){echo '<div class="areanotes">
<textarea class="notes" readonly noresize>'.$notas.'</textarea>
</div>';} ?>
</div>
<script src="<?php echo FULLURL ?>/js/jquery.min.js"></script>
<script src="<?php echo FULLURL ?>/js/form.js"></script>
Expand Down

0 comments on commit 3b66e06

Please sign in to comment.