Code Search for Developers
 
 
  

select_by_dept.html from SME Web Application Framework at Krugle


Show select_by_dept.html syntax highlighted

<WebBox ID="select_by_dept">
	  <form name="select_by_dept">
          <table cellspacing=1 cellpadding=3 width="150" bgcolor=#000000 
            border=0>
          <tbody> 
          <tr> 
            <td align=middle bgcolor=#ededed><font color=#363636 
                  size=2><b>Select by Department</b></font> </td>
          </tr>
          <tr> 
            <td bgcolor=#eeeeee>
	      <table width="100%" border="0" cellspacing="0" cellpadding="0">

	        <Repeat rs="offices"> 
		  <tr> 
		    <td> &nbsp; {{office_name}} </td>
 		  </tr>

		  <Repeat rs="office_departments">
		    <tr> 
		      <td> 
		        &nbsp; &nbsp; &nbsp;
			<Var name="name">"{{office_name}}"."/"."{{dept_name}}"</Var>
			<Var name="id">"{{off_id}}"."_"."{{dept_id}}"</Var>
			<input type="checkbox" name="{{name}}" value="{{id}}"
			   {{notChecked_{{id}}}} onClick="update_selectedDepts(this)">
			{{dept_name}}
		      </td>
		    </tr>
		  </Repeat>
	        </Repeat>

	      </table>
            </td>
          </tr>
          </tbody> 
        </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

  select_by_dept.db
  select_by_dept.html
  select_by_dept.js
  select_by_dept.php