Changeset 85 for branches/stable


Ignore:
Timestamp:
11/26/04 17:03:01 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Added "Changes" page as a quick reference for users to see
what has changed in the code recently

Location:
branches/stable
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/header.inc

    r44 r85  
    1414function helpAllocTypes() {
    1515        window.open("/ip/alloctypes.html", "alloc_window", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=750,height=550")
     16}
     17function popNotes(page) {
     18        window.open(page, "IPDB_notes", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=400,height=300");
    1619}
    1720</script>
     
    6063  </tr>
    6164</tbody></table>
    62 <br></br>
     65<table width="98%" border=0><tr><td align=right><a href="javascript:popNotes('/ip/changes.html')">Recent Changes</a></td></tr></table>
     66<br>
Note: See TracChangeset for help on using the changeset viewer.