Warning for Ringmasters: If you hard code these forms on your home or join pages, they may not work properly when the system manager upgrades to the latest version of the Ringlink program. So, when notified of a system upgrade, it is best to test all your hard coded forms (Ringlink recommends that you link to these forms within the system, and do not hard code them on your join or home pages).
Above Form's HTML code:
<form method="POST" action="http://www.webringworld.org/cgi-bin/ringlink/siteadmin.pl">
<p>Or to get the Specific <br />HTML Fragment for your Website<br /><br />
Enter your Website ID:
<input type="TEXT" name="siteid" style="font-family: 'courier new', monospace; font-size: 10pt; color: black; background:#ffffff; color:#000033; cursor:pointer" size="9" /><br /><br />
Enter your Password:
<input type="password" name="pw" style="font-family: 'courier new', monospace; font-size: 10pt; color: black; background:#ffffff; color:#000033; cursor:pointer" size="10" /><br /><br />
<input type="SUBMIT" name="routine" value="Get code" style="background:#ffffff; font-size: 13pt; color:#006600; cursor:pointer" /></p>
<p> <input type="submit" name="routine" value="Edit site" style="background:#ffffff; font-size: 13pt; color:#ff6600; cursor:pointer" />
<input type="submit" name="routine" value="Remove site" style="background:#ffffff; font-size: 13pt; color:#ff0000; cursor:pointer" />
<input type="hidden" name="ringid" value="YourRingID" />
</p></form>
|