Diff for /loncom/publisher/publisher.html between versions 1.30 and 1.31

version 1.30, 2003/08/01 18:06:33 version 1.31, 2003/08/01 20:32:05
Line 4 Line 4
 <script language="JavaScript">  <script language="JavaScript">
   
 function frameloc() {  function frameloc() {
     if (parent.LONCAPAToBePublished.location.href.indexOf("/~")!=-1) {      if (parent.LONCAPAToBePublished.location.pathname.indexOf("/~")!=-1) {
        parent.lastknownpriv=parent.LONCAPAToBePublished.location.href;         parent.lastknownpriv=parent.LONCAPAToBePublished.location.pathname;
     }      }
   // alert ('We are at '+parent.lastknownpriv);
     return unescape(parent.lastknownpriv);      return unescape(parent.lastknownpriv);
 }  }
   
Line 78  function getpostdata() { Line 79  function getpostdata() {
     <body bgcolor="#ccffdd" text='#002200' link='#003333' vlink='#006666'>      <body bgcolor="#ccffdd" text='#002200' link='#003333' vlink='#006666'>
       <font size="-2">        <font size="-2">
  <table border="0" align="center"><tr><th bgcolor="#004400" height="20">   <table border="0" align="center"><tr><th bgcolor="#004400" height="20">
       <table border="0" cellspacing="4"><tr valign="middle">        <table border="0" cellspacing="2" cellpadding="2"><tr valign="middle">
   <form name="publisher" action="/adm/publish" target="_parent" method="post">    <form name="publisher" action="/adm/publish" target="_parent" method="post">
     <td bgcolor="#ccddaa" align="center">      <td bgcolor="#ccddaa" align="center">
       <input type="hidden" name="filename" value="" />        <input type="hidden" name="filename" value="" />

Removed from v.1.30  
changed lines
  Added in v.1.31


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>