{: NES 1.0 ('../scripts/index.cgi') :} {: # ----------------------------------------------------------------------------- Nes 1.00 by Skriptke Copyright 2009 - 2010 Enrique F. Castañón Barbero Licensed under the GNU GPL. CPAN: http://search.cpan.org/dist/Nes/ Sample: http://nes.sourceforge.net/ Repository: http://github.com/Skriptke/nes For this example we have modified an HTML template by: Luka Cvrk: http://www.solucija.com/ Sample to use Nes; ----------------------------------------------------------------------------- :} {: * q_item :} - Sample to use Nes;
{: include ./header.html :} {: include ./intro.html :}

Nes {: * nes_ver :} is running. {: * env_MOD_PERL :}

{: ~ ( * q_item eq 'index' ) {: include ('./article_index.html') :} :} {: ~ ( * q_item ne 'index' ) {: include ('{: $ article :}') :} :} {: ~ ( * nes_error_file_not_exist )

ERROR


{: # nes_error_file_not_exist se define cuando el último 'include' no existe :}

No se ha encontrado: "{: * nes_error_file_not_exist :}"

:}

{: include ./comments.nsql :}
{: include ./footer.html :}