jaws-project / jaws

Jaws is a Web Application Framework and Content Management System for building dynamic web sites.
htt://jaws-project.com
39 stars 17 forks source link

standardize front-end gadgets output #49

Closed mkhahani closed 10 years ago

mkhahani commented 11 years ago

This template is suggested as standard for a gadget output:

<div class="gadget $gadget $action $view">
  <h2>{title}</h2>
  <div class="gbody">
    <div class="gcontent">{content}</div>
    <div class="gactions">{actions}</div>
  </div>
  <div class="gfooter"></div>
</div>

Also we should find a way to use <h1> instead of <h2> for requested gadget.

afz commented 10 years ago

almost done