Code Search for Developers
 
 
  

monitorMenu.html from SME Web Application Framework at Krugle


Show monitorMenu.html syntax highlighted

      <table cellspacing="0" cellpadding="0" width="100%" 
                 align="center" bgcolor="#fefefe" border="0">
        <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"> 
          <td align="center" width="70%"> 
            <table width="80%" cellspacing="0" cellpadding="0" border="0">
              <tr>
	        <td>
                  <img src="{{GRAPHICS}}arrow.gif" border="0"> 
                  <a href="javascript: report('listOfProj')">
		    List of Projects
		  </a>
		</td>
		<td> 
                  <img src="{{GRAPHICS}}arrow.gif" border="0">
                  <a href="javascript: report('summary')">
		    Summary Report
		  </a>
		</td>
		<td>
                  <img src="{{GRAPHICS}}arrow.gif" border="0">
                  <a href="javascript: report('needToSell')">
		    Need to Sell
		  </a>
		</td>
              </tr>
            </table>
          </td>
	  <td align="center" nowrap="true">
	    <br>
            [<a href="javascript: GoTo('thisPage?')">Refresh</a>] 
            [<a href="javascript: GoTo('monitor/printable.html')">Print</a>] 
            [<a href="javascript:  GoTo('monitor/email.html')">E-mail</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>
      </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

  listOfProjRpt/
    listOfProj.db
    listOfProj.html
    select.html
    selection.html
    selection.php
  needToSellRpt/
    time_frame/
      time_frame.html
      time_frame.js
      time_frame.php
    needToSell.css
    needToSell.db
    needToSell.html
    needToSell.php
    select.html
    select_by_dept.js
  summaryRpt/
    select.html
    summaryReport.db
    summaryReport.html
    summaryReport.php
  email.html
  email.php
  monitor.html
  monitor.js
  monitor.php
  monitorMenu.html
  printable.html