Code Search for Developers
 
 
  

select_by_role.html from SME Web Application Framework at Krugle


Show select_by_role.html syntax highlighted

<WebBox ID="select_by_role">
          <script language="javascript" src="{{./}}select_by_role.js"></script>
	  <form name="select_by_role">
          <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 Role</b></font> </td>
          </tr>
          <tr>
            <td bgcolor=#eeeeee>
	      <table width="100%" border="0" cellspacing="0" cellpadding="0">

		    <Repeat rs="role">
		      <tr>
		        <td><input type="checkbox" name="role" value="{{role_id}}"
			   {{notChecked_{{role_id}}}} onClick="update_selectedrole(this)">
			{{role_name}}
		      </td>
		    </tr>
	        </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_role.db
  select_by_role.html
  select_by_role.js
  select_by_role.php