Changeset 4082


Ignore:
Timestamp:
2003-04-02T21:55:04+12:00 (21 years ago)
Author:
dana
Message:

last UI tweaks, changed to new about/privacy pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/base.dm

    r4067 r4082  
    197197  //this function is to show the privacy/about data in a new window
    198198  winhtml+='function infowindow(url)\\{  \\
    199    infowin = window.open(url,\\'infowin\\'); \\
     199   infowin = window.open(url,\\'infowin\\',\\'toolbars=0, height=600, width=600\\'); \\
    200200 \\}';
    201201 
     
    309309
    310310#the about and privacy lins separated by a mid dot.
    311 _aboutprivacylinks_ {<p class="label"><a href="javascript:infowindow(\\'_gwcgi_?e=_compressedoptions_&amp;a=p&amp;p=Usability\\')">_textabout_</a> &#8226; <a href="javascript:infowindow(\\'_gwcgi_?e=_compressedoptions_&amp;a=p&amp;p=Privacy\\')">_textprivacy_</a>}
     311_aboutprivacylinks_ {<p class="label"><a href="javascript:infowindow(\\'http://nzdl2.cs.waikato.ac.nz/dana/gsdl/about.html\\')">_textabout_</a> &#8226; <a href="javascript:infowindow(\\'http://nzdl2.cs.waikato.ac.nz/dana/gsdl/privacy.html\\')">_textprivacy_</a>}
    312312
    313313#gives a text only interface with some guff about privacy
     
    370370\\
    371371h1 \{font-size:20px; font-family: sans-serif; vertical-align:middle\\} \\
    372 h2 \{font-size:16px; color: #009966; font-family: sans-serif; font-weight:bold \}\\
     372h2 \{font-size:14px; color: #009966; font-family: sans-serif; font-weight:bold \}\\
    373373p.label \{ font-family:sans-serif; \}\\
    374374</style>\\
Note: See TracChangeset for help on using the changeset viewer.