Editing Communication Processor
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 76: | Line 76: | ||
Once on the page, it is fairly easy to do a right click on your favorite web browser and save it as source, assuming you did not mistakenly save the top.cgi page instead, this is the result you should get: | Once on the page, it is fairly easy to do a right click on your favorite web browser and save it as source, assuming you did not mistakenly save the top.cgi page instead, this is the result you should get: | ||
< | <pre> | ||
<html> | <html> | ||
<head> | <head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | ||
<title>Save | <title>Save & load</title> | ||
<link rel="stylesheet" href="/style.css"> | <link rel="stylesheet" href="/style.css"> | ||
</head> | </head> | ||
<body> | <body> | ||
<div class="title">Save | <div class="title">Save & load</div> | ||
<div class="abstract">Download of the current settings or upload of setting with a file.</div><br><hr> | <div class="abstract">Download of the current settings or upload of setting with a file.</div><br><hr> | ||
<div class="contents"> | <div class="contents"> | ||
Line 133: | Line 133: | ||
</body> | </body> | ||
</html> | </html> | ||
</ | </pre> | ||