<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% Response.Charset="UTF8" %> <% nLingua = Request("idioma") if nLingua = "" then nLingua = 1 end if '**************************************************** '* Pega informacoes do browse '**************************************************** cBrowser = Request.ServerVariables("HTTP_USER_AGENT") if instr(uCase(cBrowser),"IPAD") > 0 then ciPad = true end if if instr(uCase(cBrowser),"SAFARI") > 0 then cHand = "pointer" elseif instr(uCase(cBrowser),"MOZILLA") > 0 then cHand = "pointer" else cHand = "hand" end if cInclude = Request("Include") if cInclude = "" then cInclude = "principal" end if %> XXV Curso de Editoração Científica
<% if nLingua = 1 then %>XXV Curso de Editoração Científica<% else %>XXV Curso de Editoração Científica<% end if %>
<% if cInclude = "principal" then %> <% elseif cInclude = "inscricoes" then %> <% elseif cInclude = "organizacao" then %> <% elseif cInclude = "local" then %> <% elseif cInclude = "hoteis" then %> <% elseif cInclude = "programacao" then %> <% elseif cInclude = "convidados" then %> <% elseif cInclude = "sessaoposter" then %> <% elseif cInclude = "procpc" then %> <% elseif cInclude = "listaalunos" then %> <% elseif cInclude = "listaalunos_mini" then %> <% elseif cInclude = "fotos" then %> <% elseif cInclude = "prog_acomp" then %> <% elseif cInclude = "premioeditor" then %> <% elseif cInclude = "patrocinador" then %> <% end if %>