source: companies/serpro/calendar/templates/serpro/confirm.tpl @ 903

Revision 903, 615 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1<!-- BEGIN list -->
2<html>
3<head>
4<title> .: Expresso :. </title>
5<link href='/phpgwapi/templates/celepar/login.css' rel='stylesheet' type='text/css'>
6</head>
7<body class='body'>
8<br>
9<center>
10<table border='0' cellpading='0' cellspacing='0'>
11        <tr>
12                <td class='td'><b><font face='Verdana, Arial, Helvetica, sans-serif'>{notify_message}</font></b></td>
13        </tr>
14        <tr>
15</table>
16</center>
17<br>
18<center>
19<table border='0' cellpading='0' cellspacing='0'>
20<tr>
21        <td>
22                <form>
23                <input type='submit' value='Ok' onclick='javascript:window.close()'>
24                </form>
25        </td>
26</tr>
27</table>
28</center>
29</body>
30</html>
31<!-- END list -->
Note: See TracBrowser for help on using the repository browser.