Base template for loops on a single multimap.
[shibboleth/cpp-sp.git] / configs / postTemplate.html
1 <html>
2         <head>
3                 <title>Shibboleth Login Post</title>
4         </head>
5         <body onload="document.forms[0].submit()">
6
7                 <!-- <h1>Shibboleth Login Post</h1> -->
8                 
9                 <noscript>
10                 <p>
11                 <strong>Note:</strong> Since your browser does not support JavaScript, you must press the
12                 Continue button to proceed.
13                 </p>
14                 </noscript>
15         
16                 <form method="POST" action="<shibmlp action/>">
17                 <shibmlpfor PostedData>
18                         <input type="hidden" name="<shibmlp $name/>" value="<shibmlp $value/>"/>
19                 </shibmlpfor>
20                 <noscript>
21                 <div>
22                 <input type="submit" name="_shib_continue_" value="Continue"/>
23                 </div>
24                 </noscript>
25                 </form>
26         </body>
27 </html>