Revision 2830
Added by sgarg about 19 years ago
lib/style/skins/esa/esa-login.xsl | ||
---|---|---|
62 | 62 |
searchForm.submit(); |
63 | 63 |
}]]> |
64 | 64 |
</script> |
65 |
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="timerID=setTimeout('search()',2000)">
|
|
65 |
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="timerID=setTimeout('search()',20)"> |
|
66 | 66 |
<p class="text_plain">Welcome <xsl:value-of select="login/name"/>. You are now logged in as moderator.</p> |
67 | 67 |
<form id="search-form" action="@servlet-path@" method="post"> |
68 | 68 |
<input type="hidden" name="action" value="squery"/> |
69 | 69 |
<input type="hidden" name="qformat" value="esa"/> |
70 | 70 |
<input type="hidden" name="enableediting" value="true"/> |
71 |
<input type="hidden" name="message" value="You are now logged in as moderator."/> |
|
71 | 72 |
</form> |
72 | 73 |
</body> |
73 | 74 |
</xsl:when> |
Also available in: Unified diff
Added message to be displayed after login