Code Search for Developers
 
 
  

modifyMenu.html from SME Web Application Framework at Krugle


Show modifyMenu.html syntax highlighted

      <table width="100%" cellspacing="0" cellpadding="0" align="center" border="0">
        <tbody> 
        <tr> 
          <td bgcolor="#000000" colspan="2"><img height=1 alt="" hspace=0 
      src="{{GRAPHICS}}pixel.gif" width=1 border=0></td>
        </tr>
        <tr valign=center bgcolor=#ffffff>
	  <td>
	    <table border="0" cellspacing="0" cellpadding="0">
	      <tr>
	        <td width="30"> &nbsp; </td> 
		<td> 
		   <img src="{{GRAPHICS}}arrow.gif" border=0> 
		   <a href="javascript: GoTo('thisPage?event=modify.list')">
		     List Selected Projects
		   </a> 
		</td>
	        <td width="20"> &nbsp; </td>
		<If condition="'{{mainMenu->financ}}'=='true'"> 
		  <td> 
		     <img src="{{GRAPHICS}}arrow.gif" border=0> 
		     <a href="javascript: GoTo('thisPage?event=modify.editNSR')">
		       Enter NSR
		     </a> 
		  </td>
		  <td width="20"> &nbsp; </td>
		</If> 
	      </tr>
	    </table>
	  </td>
          <td align="right">
	    <br>
            [<a href="javascript: GoTo('thisPage?')">Refresh</a>] 
	    [<a href="javascript: addProject()">Add New Project</a>]
	    <br><br>
	  </td>
        </tr>
        <tr> 
          <td bgcolor="#000000" colspan="2"><img height=1 alt="" hspace=0 
      src="{{GRAPHICS}}pixel.gif" width=1 border=0></td>
        </tr>
        </tbody> 
      </table>




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

  editNSR/
    editNSR.db
    editNSR.html
    editNSR.js
    editNSR.php
    select.html
    select_by_dept.js
  editProject/
    bids/
      bids.db
      bids.html
      bids.js
      bids.php
    deptDistrib/
      deptDistrib.db
      deptDistrib.html
      deptDistrib.js
      deptDistrib.php
    editContracted/
      editContracted.db
      editContracted.html
      editContracted.js
      editContracted.php
    editOpportunity/
      editOpportunity.db
      editOpportunity.html
      editOpportunity.js
      editOpportunity.php
    editProposal/
      editProposal.db
      editProposal.html
      editProposal.js
      editProposal.php
    managers/
      managers.db
      managers.html
      managers.js
      managers.php
    partners/
      partners.db
      partners.html
      partners.js
      partners.php
    projTeam/
      projTeam.db
      projTeam.html
      projTeam.js
      projTeam.php
    timeDistrib/
      timeDistrib.db
      timeDistrib.html
      timeDistrib.js
      timeDistrib.php
    calendar.js
    edit.db
    edit.html
    edit.php
    editProject.db
    editProject.html
    editProject.js
    editProject.php
  projectList/
    projectList.db
    projectList.html
    projectList.js
    projectList.php
    selection.html
    selection.php
  modify.html
  modify.js
  modify.php
  modifyMenu.html