Skip to content

Instantly share code, notes, and snippets.

@renatooliveira
Created October 4, 2012 23:16
Show Gist options
  • Save renatooliveira/3837070 to your computer and use it in GitHub Desktop.
Save renatooliveira/3837070 to your computer and use it in GitHub Desktop.
#encoding: utf-8
itens = ['Perfil', 'Formação','Disciplinas','Pesquisa','Produção','Orientação','Eventos','Bancos','Lotes','PAAD','RAAD','Relatórios']
for b in itens:
print '<h:commandLink value="%s" />' % b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment