Code Search for Developers
 
 
  

edit_tables.html from SME Web Application Framework at Krugle


Show edit_tables.html syntax highlighted

<WebBox ID="edit_tables">
<table width="100%">
  <tr>
    <td valign="top" nowrap="true">
      <Repeat rs="table_list">
        <li><a href="javascript: {{action}}">{{label}}</a></li>
      </Repeat>
    </td>
    <Include SRC="{{DBTABLE_PATH}}dbTable.html" />
    <Include SRC="{{./}}{{edit_table_file}}" />
  </tr>
</table>
</WebBox>




See more files for this project here

SME Web Application Framework

smewebapp intends to simplify the construction of web applications for informatization of the work of SME-s (small and medium enterprises), institutions, organizations etc.

Project homepage: http://sourceforge.net/projects/smewebapp
Programming language(s): JavaScript,PHP,Shell Script,XML
License: other

  edit_one_table.html
  edit_tables.html
  edit_tables.js
  edit_tables.php
  edit_two_tables.html