Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
    <title>Logout</title>
    %.CSSfileRef.%
</head>
<body class='%.CSSclass.%' style="%.BodyStyle.% background-color:gray;">
<table width="100%" height="100%" border="0" cellpadding="2" cellspacing="0">
    <tr>
        <td align="center" valign="middle">
            <form method="post" action="%.SubmitAction.%">
                <input type="submit" name="btn:SignOut" value="Sign Out"/>
            </form>
        </td>
    </tr>
</table>
<div style="display:none" id='Version'>%.Version.%</div><script type="text/javascript" src="%.InitScript.%"></script>
</body>
</html>

Commits for litesoft/trunk/Java/GWT/OldClient/src/org/litesoft/GWT/eventbus/public/portalsupport/templates/Logout.template.html

Diff revisions: vs.
Revision Author Commited Message
2 GeorgeS picture GeorgeS Sun 07 Feb, 2010 12:50:58 +0000