Code Search for Developers
 
 
  

deptDistrib.html from SME Web Application Framework at Krugle


Show deptDistrib.html syntax highlighted

<WebBox ID="deptDistrib">
       Portion of Work:
       <form name="deptDistrib">
       <table cellspacing="1" cellpadding="3" bgcolor="#aaaaaa" border="0">
	 <tr><td bgcolor=#eeeeee>
	   <table border="0" cellspacing="2" cellpadding="0">
	     <Repeat rs="deptDistrib_departments">
	       <tr>
	         <td>
		   <input type="hidden" name="dept_id" value="{{dept_id}}">
		   <input type="text" class="textbox25"
			name="dept_{{dept_id}}"
			value="{{dept_{{dept_id}}}}">%
		 </td>
		 <td>&nbsp;&nbsp;{{name}}</td>
	       </tr>
	     </Repeat>
	     <tr>
	       <td colspan="2">
	         [ <a href="javascript: deptDistrib_save()"> Save </a> ]
	       </td>
	     </tr>
	   </table>
	 </td></tr>
       </table>
       </form>
</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

  deptDistrib.db
  deptDistrib.html
  deptDistrib.js
  deptDistrib.php