Changeset 5202
- Timestamp:
- Feb 15, 2008, 6:08:38 PM (14 years ago)
- Location:
- OpenPNE/branches/prj/openid/webapp/modules/openid/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/prj/openid/webapp/modules/openid/templates/auth.tpl
r5026 r5202 9 9 10 10 ({t_form m=openid a=do_confirm}) 11 <input type="hidden" name="openid.assoc_handle" value="({$smarty.get.openid_assoc_handle})"> 12 <input type="hidden" name="openid_identity" value="({$smarty.get.openid_identity})"> 13 <input type="hidden" name="openid_mode" value="({$smarty.get.openid_mode})"> 14 #<input type="hidden" name="openid_return" value="({$smarty.get.openid_return})"> 15 <input type="hidden" name="openid_sreg_optional" value="({$smarty.get.openid_sreg_optional})"> 16 <input type="hidden" name="openid_trust_root" value="({$smarty.get.openid_trust_root})"> 11 17 <input type="hidden" name="id" value="({$id})"> 12 18 <input type="submit" class="submit" value=" 許可 "> -
OpenPNE/branches/prj/openid/webapp/modules/openid/templates/home.tpl
r5201 r5202 2 2 <html> 3 3 <head> 4 <link rel="openid.server" href="({$smarty.const.OPENPNE_URL})?m=openid&a=page_auth " />4 <link rel="openid.server" href="({$smarty.const.OPENPNE_URL})?m=openid&a=page_auth&id=({$id})" /> 5 5 </head> 6 6 7 7 <body> 8 FØðµܷ©H9 8 10 ({t_form m=openid a=do_confirm})11 <input type="hidden" name="openid.assoc_handle" value="({$smarty.get.openid_assoc_handle})">12 <input type="hidden" name="openid_identity" value="({$smarty.get.openid_identity})">13 <input type="hidden" name="openid_mode" value="({$smarty.get.openid_mode})">14 <input type="hidden" name="openid_return" value="({$smarty.get.openid_return})">15 <input type="hidden" name="openid_sreg_optional" value="({$smarty.get.openid_sreg_optional})">16 <input type="hidden" name="openid_trust_root" value="({$smarty.get.openid_trust_root})">17 <input type="hidden" name="id" value="({$id})">18 <input type="submit" class="submit" value="@Â@">19 </form>20 <form action="./" method="get">21 <input type="submit" class="submit" value="@Û@">22 </form>23 9 </body> 24 10 </html> 11
Note: See TracChangeset
for help on using the changeset viewer.