Code Search for Developers
 
 
  

email.html from SME Web Application Framework at Krugle


Show email.html syntax highlighted

<html>
<head>
  <title>Email Report</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <script language="javascript">
    function send()
      {
        var addresses = document.email.addresses.value;
        GoTo("thisPage?event=email.send(addresses="+addresses+")");
      }
  </script>
  <link rel="stylesheet" href="{{GRAPHICS}}style.css" type="text/css">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<WebBox ID="email">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
  <tr> 
    <td>
      Enter e-mail addresses:<br>
      <form name="email" onSubmit="return false;">
      <textarea name="addresses" cols="30" rows="3"></textarea>
      </form>
    </td>
    <td align="right" valign="top">
      [<a href="javascript: send()">Send</a>]
      [<a href="javascript: GoTo('main.html')">Back</a>]
    </td>
  </tr>
  <tr>
    <td colspan="3">
      <Include SRC="{{./}}{{schedule->file}}" />
    </td>
  </tr>
</table>
</WebBox>

</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

  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