Code Search for Developers
 
 
  

printable.html from SME Web Application Framework at Krugle


Show printable.html syntax highlighted

<html>
<head>
  <title>Printable Report</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <link rel="stylesheet" href="{{GRAPHICS}}style.css" type="text/css">
</head>

<body bgcolor="#FFFFFF" text="#000000">

<table cellspacing="0" cellpadding="0" width="100%" border="0">
  <tr>
    <td align="right" valign="top">
      [<a href="javascript: print()">Print Report</a>]
      [<a href="javascript: GoTo('main.html')">Back</a>]
    </td>
  </tr>
  <tr>
    <td colspan="2">
      <Include SRC="{{./}}{{monitor->reportFile}}" />
    </td>
  </tr>
</table>

</body>
</html>




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