<!DOCTYPE html>
2<html>
3    <head>
4                <title>iSimulate @ World Bank</title>
5                                          <meta charset="UTF-8">
6        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7        <!--[if lt IE 7]>
8             <script defer type="text/javascript" src="/js/pngfix.js"></script>
9                <style>
10               /* style for IE6 + IE5.5 + IE5.0 */
11               .gainlayout { height: 0; }
12             </style>
13        <![endif]-->   
14        <!--[if IE 7]>
15             <style>
16               .gainlayout { zoom: 1; }
17             </style>
18        <![endif]-->
19        <link rel="shortcut icon" href="/images/favicon.ico"/>
20        <link href="/css/layouts/default/layout.css" rel="stylesheet">
21        <link href="/css/common/entities.css" rel="stylesheet">
22        <link href="/css/misc/registration.css" rel="stylesheet">
23   
24            <script type="text/javascript">
25        //<![CDATA[
26        var timeoutMilliseconds = 1740000; // 29 minutes
27        var warnMilliseconds = 1500000; // 25 minutes
28        var timeoutTimer;
29
30        function setSecurityTimer() {
31            timeoutTimer = window.setTimeout("location.href='/timeout'", timeoutMilliseconds);
32        }
33
34        function startTimeout() {
35            window.setTimeout('displayAlert()', warnMilliseconds);
36            setSecurityTimer();
37        }
38
39        function displayAlert() {
40            timeOutWin = window.open("/timeout/warning", "smallwindow", 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=350,height=230');
41            if (timeOutWin)
42                timeOutWin.focus();
43        }
44
45        function keepalive() {
46            window.setTimeout('displayAlert()', warnMilliseconds);
47            window.clearTimeout(timeoutTimer);
48            setSecurityTimer();
49        }
50        //]]>
51    </script>
52
53    <script type="text/javascript" src="/sfPrototypePlugin/web/js/prototype.js"></script>
54    <script type="text/javascript" src="/sfPrototypePlugin/web/js/scriptaculous.js"></script>
55    <script type="text/javascript" src="/sfPrototypePlugin/web/js/effects.js"></script>
56    <script type="text/javascript" src="/sfModalBoxPlugin/web/js/modalbox.js"></script>
57    <link rel="stylesheet" type="text/css" media="screen" href="/sfModalBoxPlugin/web/css/modalbox.css" />
58
59    </head>
60    <body>
61        <div id="pageFrame">
62            <div id="indicator" style="display: none"></div>
63            <div id="header">
64                <div id="repeat">
65                                                                <a href="/"><img src="/images/header.gif" alt="Header" /></a>
66                </div>
67            </div>
68            <div id="content">
69                        <br><h2>Connect with a world of economic experts.</h2>
70
71<table width="100%">
72    <tr>
73        <td width="475" valign="top">
74                <div class="box">
75        <div align="left"><h3>Already a member? Sign in.</h3></div>
76                <form method="post" action="/login">
77            <table cellspacing="5" width="100%">
78                <tr>
79                    <td>
80                        <table>
81                            <tr>
82                                <td align="right" width="88">
83                                    <label for="user">Username or email:</label>
84                                </td>
85                                <td align="left">
86                                    <input type="text" name="username" AUTOCOMPLETE="off" id="user" value="" size="25" required autofocus/>
87                                </td>
88                            </tr>
89                            <tr>
90                                <td align="right">
91                                    <label for="password">Password:</label>
92                                </td>
93                                <td>
94                                    <input type="password" name="password" AUTOCOMPLETE="off" id="password" value="" size="25"/>
95                                </td>
96                            </tr>
97                        </table>
98                    </td>
99                <input type="hidden" name="_csrf_token" value="yuSV553_U00wHnD3xB6Chv2cLJwFZbn4BECrxaC2Ejc" >
100                <td align="right">
101                    <input type="image" name="commit" src="/images/login.gif" alt="Login"/>
102                </td>
103                </tr>
104            </table>
105            <a style="margin-left:5px" title="Forgot your password?" onclick="Modalbox.show(this.href, {title: this.title, width: 525});
106                return false;"
107               href="/forgetpassword">Forgot your password?</a>
108        </form>
109    </div>
110                <div class="box">
111        <div align="left"><h3>Reserve Your Account Now (it's free!)</h3></div>
112        <table width="100%">
113            <tr>
114                <td width="65%" style="padding-right:5px">
115                    <p align="justify">iSimulate is a private beta service that is currently available to
116                        staff of The World Bank
117                        and its partner institutions. However, we are letting in new members on a periodic
118                        basis. Create an account, and
119                        we'll email you as soon as it is activated.<br><br>
120                        <a title="Didn't receive verification email?"
121                           onclick="Modalbox.show(this.href, {title: this.title, width: 525});
122                                   return false;"
123                           href="/resendverificationemail">Didn't receive verification email?</a>
124                    </p>
125                </td>
126                <td align="right" valign="top">
127                    <a title="Reserve an iSimulate @ World Bank Account!"
128                       onclick="Modalbox.show(this.href, {title: this.title, width: 525});
129                               return false;"
130                       href="/register"><img src="/images/reserve.gif" alt="Reserve"/></a>
131                </td>
132            </tr>
133        </table>
134    </div>
135        </td>
136        <td valign="top" style="padding-left:10px">
137            <div class="box">
138                <h3>Welcome to iSimulate @ World Bank.</h3>
139                iSimulate is a free platform for performing economic simulations.  It allows individuals anywhere in the world
140                to access some of The World Bank's macroeconomic models across the internet.<br>
141                <center style="margin-top:20px">
142                    <img src="/images/homepage.gif" alt="Homepage"/>
143                    <br clear="all">
144                    <div style="margin-top: 15px">
145                        <img style="vertical-align:middle; margin-right: 5px" src="/images/Search1.gif" alt="Search1"/>
146                        <a style="font-size:14px;font-weight:bold" href="/tour/page">Take A Tour</a>
147                    </div>
148                </center>
149            </div>
150        </td>
151    </tr>
152</table>
153            </div>
154                            <link href="/css/common/footer.css" rel="stylesheet">
155
156    <div id="footer">
157        <span style="float: right; display: block; padding-right: 7px;">
158            &copy; 2007-2019 <a target="out"  href="http://www.worldbank.org">The World Bank Group</a>
159        </span>
160        <a href="/tour/page" style="margin-right:5px" target="out">tour</a>
161        <a href="/disclaimer" style="margin-right:5px" target="out">disclaimer</a>
162        <a target="out" style="margin-right:5px" href="http://go.worldbank.org/OS6V7NIUD0">legal</a>
163    </div>
164        </div>
165    </body>
166</html>

Popular posts from this blog