Changeset 2425


Ignore:
Timestamp:
2001-05-16T15:04:09+12:00 (23 years ago)
Author:
sjboddie
Message:

more minor cosmetic changes to collector interface

File:
1 edited

Legend:

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

    r2418 r2425  
    485485function more () \{
    486486  var form = document.collectorform;
    487   form.bc1inputnum.value = form.bc1inputnum.value * 2;
     487  form.bc1inputnum.value = parseInt(form.bc1inputnum.value) + 3;
    488488  form.p.value = "srce";
     489  if (!form.action.match(/sources$/)) \{
     490    form.action += "#sources";
     491  \}
    489492  form.submit();
    490493\}
     
    519522
    520523_srcenewcontent_ {
    521 <p>Either use the default structure for your new collection, or base its
    522 structure on a collection that exists already.
    523 
    524 <p>If you use the default structure, the new collection may contain html
    525 documents (.htm, .html), plain text documents (.txt, .text), MS Word
    526 documents (.doc), PDF documents (.pdf) or email documents (.email).
    527 
    528 <p>If you base the structure on an existing collection, the files in your
    529 new collection must be exactly the same type as those used to build the
    530 existing one.
     524<p>You may base your collection on either
     525<ul>
     526<li>The default structure
     527<dl><dd>The new collection may contain html documents (.htm, .html), plain text
     528documents (.txt, .text), MS Word documents (.doc), PDF documents (.pdf) or
     529email documents (.email).</dd></dl>
     530<li>An existing collection
     531<dl><dd>The files in your new collection must be exactly the same type as those
     532used to build the existing one.</dd></dl>
     533</ul>
    531534
    532535<p>Base the collection on
     
    562565_If_("_cgiargbc1esrce_" eq "1",_srceappend_,_srcenew_)
    563566
    564 <h4>Input source:</h4>
     567<a name=sources>
     568<h4>Input sources:</h4>
    565569_sourcelist_
    566570
     
    577581its sub-folders will be included in the collection.
    578582
    579 <p>You can specify sources of more than one type.  To specify several
    580 sources of the same type, just click the &quot;more&quot; button to get
    581 more input boxes.
     583<p>Click the &quot;more sources&quot; button to get more input boxes.
    582584
    583585<p>_iconblankbar_
Note: See TracChangeset for help on using the changeset viewer.