Log updates
[beagleboard.org.git] / code / .docs / prototype_Root / skin_redirect.html
blob85a51c652f249345a7d0a4976def1cb985cdf425
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html>
4 <head>
5 <title></title>
6 <style type="text/css">
8 body, p, td, th, li {
9 font-family: verdana, sans-serif;
10 font-size: 10pt;
13 big.top {
14 font-size: 18pt;
15 font-weight: bold;
18 big {
19 font-size: 13pt;
20 font-weight: bold;
23 a {
24 font-weight:bold;
25 color: #cc3333;
26 text-decoration:none;
28 a:hover {
29 text-decoration:underline;
32 .navig {
33 font-size: 9px;
34 text-decoration: none;
35 font-weight:normal;
38 li {
39 padding-bottom: 5px;
43 .mainbox {
44 border-color:#999999;
45 padding-top:5px;
46 padding-bottom:5px;
47 border-bottom-width:1px;
48 border-bottom-style:dotted;
51 .headline {
52 font-weight:bold;
53 background:#dfdfdf;
54 border-color:#999999;
55 padding-top:5px;
56 padding-bottom:5px;
59 </style>
60 </head>
62 <body>
64 <table width="90%" border="0" cellspacing="1" cellpadding="5">
65 <tr>
66 <td class="headline">
67 <big><tt>Root/redirect.skin</tt></big><br>
68 </td>
69 </tr>
71 <tr>
72 <td class="mainbox">
74 general parameters used in this skin:<ul><li><code>response.message</code></ul><br>
75 <ul>
82 </ul>
83 </td>
84 </tr>
85 </table>
87 <table width="90%" border="0" cellspacing="1" cellpadding="5">
88 <tr>
89 <td>Sourcecode in /root/helma-1.6.1/apps/beagle/code/Root/redirect.skin:
90 <pre><font color="#aaaaaa">0:</font> &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
91 <font color="#aaaaaa">1:</font> &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
92 <font color="#aaaaaa">2:</font> &lt;head&gt;
93 <font color="#aaaaaa">3:</font> &lt;title&gt;OpenID HTML FORM Redirection&lt;/title&gt;
94 <font color="#aaaaaa">4:</font> &lt;/head&gt;
95 <font color="#aaaaaa">5:</font> &lt;body onload=&quot;document.forms['openid-form-redirection'].submit();&quot;&gt;
96 <font color="#aaaaaa">6:</font> &lt;form name=&quot;openid-form-redirection&quot; action=&quot;<font color="#aa3300">&lt;% response.message %&gt;</font>&quot;
97 <font color="#aaaaaa">7:</font> method=&quot;post&quot; accept-char-set=&quot;utf-8&quot;&gt;<font color="#aa3300">&lt;% this.parameters %&gt;</font>
98 <font color="#aaaaaa">8:</font> &lt;button type=&quot;submit&quot;&gt;Continue...&lt;/button&gt;
99 <font color="#aaaaaa">9:</font> &lt;/form&gt;
100 <font color="#aaaaaa">10:</font> &lt;/body&gt;
101 <font color="#aaaaaa">11:</font> &lt;/html&gt;
102 <font color="#aaaaaa">12:</font>
103 </pre>
104 </td>
105 </tr>
107 </table>
113 </body>
114 </html>