<%doc> Generic page for a tool <%inherit file="base.mako"/> <%namespace name="w" file="pawsapp:templates/lib/widgets.mako"/> <%def name="css_slot()"> ${h.stylesheet_link(request.static_url("pawsapp:static/css/jq/jquery.jqzoom-min.css"), media="all")} <%def name="js_slot()"> ${h.javascript_link(request.static_url("pawsapp:static/jq/jquery.jqzoom-core-pack-min.js"))} ${h.javascript_link(request.static_url("pawsapp:static/js/tutorial.js"))} ## ONE COLUMN <%def name="content()">

${h.image(request.static_url("pawsapp:static/img/favicon-trans.gif"), u"PAWS icon")} ${info["title"]}

${info["descr"]|n}
% if step==0 and not initialized: % else: ${w.tutorial_paginator()} % endif
% if images: ${w.images_page(images)} % else: SOURCE % if step == 0: % else: ${source|n} % endif % endif
SCRIPT
${tpips|n}