Ignore:
Timestamp:
2000-08-07T11:19:59+12:00 (24 years ago)
Author:
sjboddie
Message:

some tidying up of macro files for end-user collection building

File:
1 edited

Legend:

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

    r1311 r1363  
    269269<input type=hidden name="bc1refine" value="_bcargrefine_">
    270270
    271 <table border=0>
    272 <tr>
    273   <td colspan=4>
    274       To create a new collection you are required to enter some preliminary
    275        information about the source data.
    276        This process is structured as a series of Web pages, overseen by the
    277     new-collection &quot;wizard.&quot  The wizard bar at the bottom of the page
    278     shows you the sequence of pages to be completed.  You can return to
    279     a previous page by clicking on the corresponding item in the wizard bar.
    280   </td>
    281 </tr>
    282 <tr>
    283   <td>Title for collection:</td>
    284   <td colspan=3>
    285     <input type="text" name="bc1fullname"
    286     value="_bcargfullname_") size=50>
    287   </td>
    288 <tr>
    289   <td></td>
    290   <td colspan=3>
    291     <font color="#909090">The collection title is a text phrase that encapsulates
    292       the content of the collection and is used throughout the digital library.
    293       Example titles include &quot;Computer Science Technical Reports&quot; and
    294       &quot;Humanity Development Library.&quot;
    295     </font>
    296   </td>
    297 </tr>
    298 
    299 <tr>
    300   <td>Contact email address:</td>
    301   <td colspan=3>
    302     <input type="text" name="bc1contactemail"
    303     value="_bcargcontactemail_" size=50>
    304   </td>
    305 </tr>
    306 <tr>
    307   <td></td>
    308   <td colspan=3>
    309     <font color="#909090">This email address specifies the first point of
    310         contact for the collection.  If the collection software detects a problem,
    311         then a diagnostic report is sent to this address.  Enter an email address
    312         in its full form: <tt>name@domain</tt>.
    313      </font>
    314   </td>
    315 </tr>
    316 
    317 <tr>
    318   <td>About this collection:</td>
    319 
    320   <td colspan=3>
    321     <textarea name="bc1aboutdesc"  cols=50 rows=6
     271<center><table border=0 width=_pagewidth_><tr><td>
     272
     273<p>
     274To create a new collection you are required to enter some preliminary
     275information about the source data.  This process is structured as a series
     276of Web pages, overseen by the new-collection &quot;wizard.&quot The wizard
     277bar at the bottom of the page shows you the sequence of pages to be
     278completed.  You can return to a previous page by clicking on the
     279corresponding item in the wizard bar.
     280
     281<p>_iconblankbar_<br><br>
     282<h4>Title for collection:</h4>
     283<input type="text" name="bc1fullname" value="_bcargfullname_") size=72>
     284<br>
     285<font color="#909090">
     286The collection title is a text phrase that encapsulates the content of the
     287collection and is used throughout the digital library.  Example titles
     288include &quot;Computer Science Technical Reports&quot; and &quot;Humanity
     289Development Library.&quot;
     290</font>
     291
     292<h4>Contact email address:</h4>
     293<input type="text" name="bc1contactemail" value="_bcargcontactemail_" size=72>
     294<br>
     295<font color="#909090">
     296This email address specifies the first point of contact for the collection.
     297If the collection software detects a problem, then a diagnostic report is
     298sent to this address.  Enter an email address in its full form:
     299<tt>name@domain</tt>.
     300</font>
     301
     302<h4>About this collection:</h4>
     303<textarea name="bc1aboutdesc"  cols=72 rows=6
    322304     wrap=physical>_bcargaboutdesc_</textarea>
    323   </td>
    324 </tr>
    325 <tr>
    326   <td></td>
    327   <td colspan=3>
    328     <font color="#909090">
    329        A statement describing the principles governing what is included in the collection.
    330      </font>
    331   </td>
    332 </tr>
    333 
    334 <tr><td><p>&nbsp;</td></tr>
    335 <tr><td colspan=4 align=middle>
    336   <a href="javascript:next_page();">Next page_iconwizardnext_</a>
    337 </table>
     305<br>
     306<font color="#909090">
     307A statement describing the principles governing what is included in the collection.
     308</font>
     309
     310</td></tr>
     311<tr><td align=right>
     312<br><br><a href="javascript:next_page();">Next page_iconwizardnext_</a>
     313</td></tr>
     314</table></center>
    338315</form>
    339316</td></tr></table></center>
     
    414391<input type=hidden name="bc1refine" value="_bcargrefine_">
    415392
    416 <table border=0>
    417 <tr>
    418   <td>Type of data:</td>
    419   <td>
    420     <input type="hidden" name="bc1srcformat" value="_bcargsrcformat_">
    421     <select name="bc1srcformatmenu" onChange=srcformat_changed()>
    422      <option value="TEXT" _If_("_bcargsrcformat_" eq "TEXT",selected)>Plain TEXT&nbsp;&nbsp;(.txt)
    423      <option value="HTML" _If_("_bcargsrcformat_" eq "HTML",selected)>HTML&nbsp;&nbsp;(.htm, html)
    424      <option value="EMAIL" _If_("_bcargsrcformat_" eq "EMAIL",selected)>E-mail&nbsp;&nbsp;(.email)
    425      <option value="BRS"  _If_("_bcargsrcformat_" eq "BRS",selected)>BBC format&nbsp;&nbsp;(.brs)
    426     </select>
    427   </td>
    428 </tr>
    429 <tr>
    430   <td></td>
    431   <td colspan=3>
    432      <font color="#909090">This pull-down menu specifies the type of file format the
    433     source data is in: TEXT for plain text documents, HTML for Web pages and so for. 
    434     Also listed in the pull-down menu are the permissible file names extensions (for
    435     instance <tt>.htm</tt> and <tt>.html</tt>) for the source files (Web pages
    436     in this case).
    437       </font>
    438   </td>
    439 </tr>
    440 
    441 <tr>
    442   <td>
    443     Input directory:
    444   </td>
    445 
    446   <td colspan=3>
    447      <input type=text name="bc1inputdir" value="_bcarginputdir_" size=40>
    448   </td>
    449   </td>
    450 </tr>
    451 
    452 <tr>
    453   <td></td>
    454   <td colspan=3>
    455      <font color="#909090">
    456     The input directory specifies where on the local disk the source data is
    457     located.
    458      </font>
    459   </td>
    460 </tr>
    461 
    462 <tr><td><p>&nbsp;</td></tr>
    463 <tr><td colspan=4 align=middle>
    464   <a href="javascript:next_page();">Next page_iconwizardnext_</a>
    465 </table>
     393<center><table border=0 width=_pagewidth_><tr><td>
     394
     395<h4>Type of data:</h4>
     396<input type="hidden" name="bc1srcformat" value="_bcargsrcformat_">
     397<select name="bc1srcformatmenu" onChange=srcformat_changed()>
     398<option value="TEXT" _If_("_bcargsrcformat_" eq "TEXT",selected)>Plain TEXT&nbsp;&nbsp;(.txt)
     399<option value="HTML" _If_("_bcargsrcformat_" eq "HTML",selected)>HTML&nbsp;&nbsp;(.htm, html)
     400<option value="EMAIL" _If_("_bcargsrcformat_" eq "EMAIL",selected)>E-mail&nbsp;&nbsp;(.email)
     401</select>
     402<br>
     403<font color="#909090">
     404This pull-down menu specifies the type of file format the source data is
     405in: TEXT for plain text documents, HTML for Web pages and so for.  Also
     406listed in the pull-down menu are the permissible file names extensions (for
     407instance <tt>.htm</tt> and <tt>.html</tt>) for the source files (Web pages
     408in this case).
     409</font>
     410
     411<h4>Input directory:</h4>
     412<input type=text name="bc1inputdir" value="_bcarginputdir_" size=72>
     413<br>
     414<font color="#909090">
     415The input directory specifies where on the local disk the source data is
     416located.
     417</font>
     418
     419</td></tr>
     420<tr><td align=right><br><br>
     421<a href="javascript:next_page();">Next page_iconwizardnext_</a>
     422</td></tr></table></center>
    466423</form>
    467424</td></tr></table></center>
     
    521478<input type=hidden name="bc1refine" value="_bcargrefine_">
    522479
    523 <table border=0>
    524 <tr>
    525 
    526   <td>Copy data:</td>
    527   <td>
    528     <input type="hidden" name="bc1copydir" value="_bcargcopydir_">
    529     <select name="bc1copydirmenu" onChange=copydir_changed()>
    530      <option value="yes" _If_("_bcargcopydir_" eq "yes",selected)>Yes, make a local copy for the digital library
    531      <option value="no" _If_("_bcargcopydir_" eq "no",selected)>No, form a link in digital library to source data
    532     </select>
    533   </td>
    534 </tr>
    535 
    536 <tr>
    537   <td></td>
    538   <td colspan=3>
    539      <font color="#909090">
    540     _If_("_bcargingsdlarea_" eq "yes",
    541     The input directory <tt>_bcarginputdir_</tt> is internal to the
    542     Greenstone collection file area.  In this situation the default
    543     behaviour is to build the collection directly from this
    544     source data.  Use the pull-down menu to alter this behaviour.
    545     ,
    546     The input directory <tt>_bcarginputdir_</tt> is external to the
    547     Greenstone collection file area.  Use this pull-down menu to
    548     control whether or not a copy of the data is made for collection
    549     building purposes.
    550     ) 
    551     Note, once a collection has been built it
    552     is not necessary for the source data to remain in the Greenstone
    553     collection area -- the collection can be safely accessed, browsed
    554     and searched without this.  If you wish, however, to make changes
    555     to the collection and then rebuild, the source data must still be available.
    556      </font>
    557   </td>
    558 </tr>
    559 
    560 <tr><td><p>&nbsp;</td></tr>
    561 <tr><td colspan=4 align=middle>
    562   <a href="javascript:next_page();">Next page_iconwizardnext_</a>
    563 </table>
     480<center><table border=0 width=_pagewidth_><tr><td>
     481
     482<h4>Copy data:</h4>
     483<input type="hidden" name="bc1copydir" value="_bcargcopydir_">
     484<select name="bc1copydirmenu" onChange=copydir_changed()>
     485 <option value="yes" _If_("_bcargcopydir_" eq "yes",selected)>Yes, make a local copy for the digital library
     486 <option value="no" _If_("_bcargcopydir_" eq "no",selected)>No, form a link in digital library to source data
     487</select>
     488<br>
     489<font color="#909090">
     490_If_("_bcargingsdlarea_" eq "yes",
     491The input directory <tt>_bcarginputdir_</tt> is internal to the
     492Greenstone collection file area.  In this situation the default
     493behaviour is to build the collection directly from this
     494source data.  Use the pull-down menu to alter this behaviour.
     495,
     496The input directory <tt>_bcarginputdir_</tt> is external to the
     497Greenstone collection file area.  Use this pull-down menu to
     498control whether or not a copy of the data is made for collection
     499building purposes.
     500
     501Note, once a collection has been built it is not necessary for the source
     502data to remain in the Greenstone collection area -- the collection can be
     503safely accessed, browsed and searched without this.  If you wish, however,
     504to make changes to the collection and then rebuild, the source data must
     505still be available.
     506</font>
     507
     508</td></tr>
     509<tr><td align=right><br><br>
     510<a href="javascript:next_page();">Next page_iconwizardnext_</a>
     511</td></tr>
     512</table></center>
    564513</form>
    565514</td></tr></table></center>
     
    619568<input type=hidden name="bc1refine" value="_bcargrefine_">
    620569
    621 <table border=0>
    622 <tr>
    623   <td>
    624     This concludes the data entry required to create a new collection.
    625 
    626     <p>Select "finish" to save your collection info and create the
    627        collection or select from the wizard bar to go back and change
    628        any of your previous selections.
    629 
    630   </td>
    631 </tr>
    632 
    633 <tr><td><p>&nbsp;</td></tr>
    634 <tr><td align=middle>
    635   <a href="javascript:save();">finish_iconwizardnext_</a>
    636 </table>
     570<center><table border=0 width=_pagewidth_><tr><td>
     571<p>
     572This concludes the data entry required to create a new collection.
     573<p>
     574Select "finish" to save your collection info and create the collection or
     575select from the wizard bar to go back and change any of your previous
     576selections.
     577</td></tr>
     578
     579<tr><td align=right><br><br>
     580<a href="javascript:save();">finish_iconwizardnext_</a>
     581</td></tr>
     582</table></center>
    637583</form>
    638584</td></tr></table></center>
     
    738684changes to disk.
    739685</font>
    740 <br><textarea name="bc1cfgfile" cols=70 rows=18 wrap=off>_cfgfile_</textarea>
     686<br>
     687<center>
     688<textarea name="bc1cfgfile" cols=72 rows=18 wrap=off>_cfgfile_</textarea>
     689</center>
    741690
    742691<br>
     
    761710
    762711#---------------------------------------------------------------------------#
    763 # Build a collection
     712# Rebuild a collection
    764713#---------------------------------------------------------------------------#
    765714
    766 _headmessbuildcol_ { Build a collection }
     715_headmessbuildcol_ { Rebuild a collection }
    767716
    768717
     
    879828
    880829<tr>
    881   <td>Collection to build:</td>
     830  <td>Collection to rebuild:</td>
    882831  <td colspan=3>
    883832     _fullnamemenu_
     
    888837  <td colspan=3>
    889838    <font color="#909090">
    890     Select from the pull-down menu the collection you wish to build.
     839    Select from the pull-down menu the collection you wish to rebuild.
    891840    </font>
    892841  </td>
     
    957906<tr><td colspan=4 align=middle>
    958907  &nbsp;<a href="_httpbuild_&bca=buildcol">_iconwizardreset_Reset page</a>&nbsp;&nbsp;&nbsp;&nbsp;
    959   <a href="javascript:build();">Build collection_iconwizardnext_</a>&nbsp;
     908  <a href="javascript:build();">Rebuild collection_iconwizardnext_</a>&nbsp;
    960909</table>
    961910</form>
     
    12871236        Would you like to:
    12881237    <ul>
    1289       <li><a href="_httpbuild_&bca=newcol">Make a new
     1238      <li><a href="_httpbuild_&bca=newcol">Create a new
    12901239    collection_build:iconwizardnext_</a>
    12911240      <li><a href="_httpbuild_&bca=editcol&bc1dirname=_build:bcargdirname_">Edit
     
    13061255      <li><a href="_httppageabout_&c=_build:bcargdirname_" target="_top">Access
    13071256    this collection_build:iconwizardnext_</a>
    1308       <li><a href="_httpbuild_&bca=newcol">Make a new
     1257      <li><a href="_httpbuild_&bca=newcol">Create a new
    13091258    collection_build:iconwizardnext_</a>
    13101259      <li><a href="_httpbuild_&bca=editcol&bc1dirname=_build:bcargdirname_">Edit
     
    13251274      <li><a href="_httppageabout_&c=_build:bcargdirname_" target="_top">Access
    13261275    this collection_build:iconwizardnext_</a>
    1327       <li><a href="_httpbuild_&bca=newcol">Make a new
     1276      <li><a href="_httpbuild_&bca=newcol">Create a new
    13281277    collection_build:iconwizardnext_</a>
    13291278      <li><a href="_httpbuild_&bca=editcol&bc1dirname=_build:bcargdirname_">Edit
     
    13461295      <li><a href="_httpbuild_&bca=collog&bc1dirname=_build:bcargdirname_">View
    13471296        the build log for this collection_build:iconwizardnext_</a>
    1348       <li><a href="_httpbuild_&bca=newcol">Make a new
     1297      <li><a href="_httpbuild_&bca=newcol">Create a new
    13491298    collection_build:iconwizardnext_</a>
    13501299      <li><a href="_httpbuild_&bca=editcol&bc1dirname=_build:bcargdirname_">Edit
     
    13621311    <p> Files successfully deleted.  Would you like to:
    13631312    <ul>
    1364       <li><a href="_httpbuild_&bca=newcol">Make a new
     1313      <li><a href="_httpbuild_&bca=newcol">Create a new
    13651314    collection_build:iconwizardnext_</a>
    13661315      <li><a href="_httpbuild_&bca=editcol">Edit
     
    13891338      <li><a href="_httppageabout_&c=_build:bcargdirname_" target="_top">Access
    13901339    the existing collection_build:iconwizardnext_</a>
    1391       <li><a href="_httpbuild_&bca=newcol">Make a new
     1340      <li><a href="_httpbuild_&bca=newcol">Create a new
    13921341    collection_build:iconwizardnext_</a>
    13931342      <li><a href="_httpbuild_&bca=editcol&bc1dirname=_build:bcargdirname_">Edit
Note: See TracChangeset for help on using the changeset viewer.