Changeset 1098 for TI07-MOLES/trunk/StubB/XSLT/browse/portal/cgi/secure.py
- Timestamp:
- 06/06/06 14:54:19 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI07-MOLES/trunk/StubB/XSLT/browse/portal/cgi/secure.py
r1047 r1098 155 155 def __showSiteList(self,loginList,heading=''): 156 156 '''Show the user a list of trusted hosts, and redirect to one of them ''' 157 html='''<p> Access to resource [<b>%s</b>] requires credentials from one of 158 the following sites, please login ...' 157 html='''<p> Access to resource [<b>%s</b>] requires credentials, please login ...' 159 158 <hr> 160 159 <form action="https://glue.badc.rl.ac.uk/cgi-bin/security.py" method="POST"> … … 169 168 </tr></tbody> 170 169 </table> 171 <input type="hidden" name="returnUR L" value="%s">170 <input type="hidden" name="returnURI" value="%s"> 172 171 </form> 173 172 </body> 174 </html>'''%self.url 173 </html>'''%self.url 175 174 return html 176 175
Note: See TracChangeset
for help on using the changeset viewer.