Code Search for Developers
 
 
  

partners.html from SME Web Application Framework at Krugle


Show partners.html syntax highlighted

<WebBox ID="partners">
  Partners:
  <table cellspacing="1" cellpadding="1" bgcolor="#aaaaaa" border="0">
    <Repeat rs="projectPartners">
      <IfEmpty>
	<tr>
	  <td bgcolor="#eeeeee">
	    &nbsp; none selected
	  </td>
	  <td bgcolor="#eeeeee" align="center">
	    &nbsp;
	  </td>
	</tr>
      </IfEmpty>
      <RepeatBody>
	<tr>
	  <td bgcolor="#eeeeee">
	    &nbsp; {{username}}
	  </td>
	  <td bgcolor="#eeeeee" align="center">
	    <a href="javascript: rmPartner({{id}})"> X </a>
	  </td>
	</tr>
      </RepeatBody>
    </Repeat>
    <tr>
      <td bgcolor="#eeeeee">
        <form name="partnerList" onsubmit="return false;">
	<WebObject Class="listbox" Name="partners"
		   width="------------------" />
	</form>
      </td>
      <td bgcolor="#eeeeee">
	[<a href="javascript: addPartner()"> + </a>]
      </td>
    </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

  partners.db
  partners.html
  partners.js
  partners.php