Child: [7af05e] (diff)
Download this file
1 2 3 4 5 6 7 8 9
import ew class Include(ew.Widget): template='genshi:allura.lib.widgets.templates.include' params=['artifact', 'attrs'] artifact=None attrs = { 'style':'width:270px;float:right;background-color:#ccc' }