Code Search for Developers
 
 
  

scheduleMenu.html from SME Web Application Framework at Krugle


Show scheduleMenu.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: gotobox('list')">
		    Project List
		  </a>
		</td>
		<td> 
                  <img src="{{GRAPHICS}}arrow.gif" border="0">
                  <a href="javascript: gotobox('report')">
		    Schedule
		  </a>
		</td>
		<td>
                  <img src="{{GRAPHICS}}arrow.gif" border="0">
                  <a href="javascript: gotobox('conflicts')">
		    Conflicts
		  </a>
		</td>
              </tr>
            </table>
          </td>
	  <td align="center" nowrap="true">
	    <br>
            [<a href="javascript: GoTo('thisPage?')">Refresh</a>] 
            [<a href="javascript: GoTo('schedule/printable.html')">Print</a>] 
            [<a href="javascript:  GoTo('schedule/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

  conflicts/
    conflicts.db
    conflicts.html
    conflicts.js
    conflicts.php
  proj_list/
    proj_list.db
    proj_list.html
    proj_list.js
    proj_list.php
    selection.html
    selection.php
  proj_schedule/
    projTeam/
      projTeam.db
      projTeam.html
      projTeam.js
      projTeam.php
    proj_schedule.db
    proj_schedule.html
    proj_schedule.js
    proj_schedule.php
  report/
    report.db
    report.html
    report.js
    report.php
  user_proj/
    user_proj.db
    user_proj.html
    user_proj.js
    user_proj.php
  email.html
  email.php
  printable.html
  schedule.html
  schedule.js
  schedule.php
  scheduleMenu.html