Skip to content

Instantly share code, notes, and snippets.

@jcfigueiredo
Created August 6, 2010 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcfigueiredo/511799 to your computer and use it in GitHub Desktop.
Save jcfigueiredo/511799 to your computer and use it in GitHub Desktop.
class BoxUltimas(SSILet):
""" Widget SSI de Ultimas"""
name = "ultimas"
uuid = "b2cb6a4c-d0c4-4d21-8531-351b20e5659a"
ssi_url = "/Folder01/noticia/ultimas/4.html"
#imagens
imagens = {
'thumb': 'ultimas.jpg',
'placeholder': 'ph_ultimas.png'
}
#estaticos
scripts = ['box_ultimas.js',]
#css atomicos
css = ['box_ultimas.css',]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment