Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>$gatewayname Entry</title>
  4. <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
  5. </head>
  6.  
  7. <!--
  8. A client is authenticated by requesting the page $authtarget.
  9. So, href to it here, with an img or link text the user can click on.
  10. Also, note that any images you reference must reside in the
  11. subdirectory that is the value of $imagesdir (default: "images").
  12.  
  13. Available variables:
  14. error_msg: $error_msg
  15. gatewayname: $gatewayname
  16. tok: $tok
  17. redir: $redir
  18. authaction: $authaction
  19. denyaction: $denyaction
  20. authtarget: $authtarget
  21. clientip: $clientip
  22. clientmac: $clientmac
  23. gatewaymac: $gatewaymac
  24. nclients: $nclients
  25. maxclients: $maxclients
  26. uptime: $uptime
  27. imagesdir: $imagesdir
  28. pagesdir: $pagesdir
  29.  
  30. Variables that can be passed back via HTTP GET.
  31. Just append them to the authentication link:
  32. nodoguser
  33. nodogpass
  34. info
  35. voucher
  36. -->
  37.  
  38. <body bgcolor="#DDDDDD" text="#000000">
  39.  
  40. <table border="0" cellpadding="2" cellspacing="0" width="100%">
  41. <tr>
  42. <td align="center"><h2>$gatewayname</h2></td>
  43. </tr>
  44. <tr>
  45. <td align="center" height="120">
  46. <a href="$authtarget">
  47. <img src="$imagesdir/splash.jpg" width="71" height="49" border="0"
  48. alt="Click to enter" title="Click to enter">
  49. terasplash
  50. </a>
  51. </td>
  52. </tr>
  53. </table>
  54.  
  55. </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement