Changeset 1311


Ignore:
Timestamp:
2000-07-31T15:05:35+12:00 (24 years ago)
Author:
sjboddie
Message:

minor cosmetic changes to end-user collection building

File:
1 edited

Legend:

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

    r1305 r1311  
    712712</script>
    713713
    714 <center><table><tr><td>
    715714<form name="form" method="post" action="_gwcgi_" >
    716715<input type=hidden name="gsdlhome" value="_gsdlhome_">
     
    720719_hiddenargs_
    721720
    722 
     721     
     722<p> To edit the configuration settings for collection, first choose the
     723collection to edit through the pulldown menu, then edit the data that
     724appears.  To commit your changes to disk, click on &quot;Save configuration
     725data&quot;.
     726
     727<br><p>
     728<font color="#909090">
     729Use the pull-down menu below to specify the collection to edit.
     730</font>
     731<br>_fullnamemenu_
     732<input type="hidden" name="bc1dirname" value="_bcargdirname_">
     733
     734<br><p>
     735<font color="#909090">
     736Alter the data below to change the configuration settings for the selected
     737collection.  Click on &quot;Save configuration data&quot; to commit your
     738changes to disk.
     739</font>
     740<br><textarea name="bc1cfgfile" cols=70 rows=18 wrap=off>_cfgfile_</textarea>
     741
     742<br>
     743<center>
    723744<table border=0>
    724 <tr>
    725   <td colspan=4>
    726      
    727       To edit the configuration settings for collection,
    728     first choose the collection to edit through the pulldown
    729     menu, then edit the data that appears.  To commit your
    730     changes to disk, click on &quot;Save&quot;.
    731   </td>
    732 </tr>
    733 
    734 
    735 <tr>
    736   <td>Collection to edit:</td>
    737   <td colspan=3>
    738      _fullnamemenu_
    739     <input type="hidden" name="bc1dirname" value="_bcargdirname_">
    740   </td>
    741 <tr>
    742   <td></td>
    743   <td colspan=3>
    744     <font color="#909090">
    745     Use this pull-down menu to specify the collection to edit.
    746     </font>
    747   </td>
    748 </tr>
    749 
    750 <tr>
    751   <td>Configuration settings:</td>
    752   <td colspan=3>
    753     <textarea name="bc1cfgfile" cols=50 rows=18 wrap=off>_cfgfile_</textarea>
    754   </td>
    755 </tr>
    756 <tr>
    757   <td></td>
    758   <td colspan=3>
    759     <font color="#909090">
    760     Alter the above data to change the configuration settings for a collection.
    761     Click on &quot;Save&quot; to commit your changes to disk.
    762      </font>
    763   </td>
    764 </tr>
    765 
    766 
    767 <tr><td><p>&nbsp;</td></tr>
    768 <tr><td colspan=4 align=middle>
    769  <table border=0>
    770745  <tr>
    771746    <td>
     
    779754    </td>
    780755  </tr>
    781  </table>
    782756</table>
    783757</form>
    784 </td></tr></table></center>
    785 
     758</center>
    786759}
    787760
     
    998971_contentbuildframe_ {
    999972
    1000 <frameset rows="2*,150,*" border=0>
     973<frameset rows="200,150,*" border=0>
    1001974  <noframes><body bgcolor="#ffffff">
    1002975  <p>You must have a frame enabled browser to view this.</p>
     
    12141187<tr>
    12151188  <td colspan=4>
    1216      
    1217       Deletion of data from a collection can be selective or all encompassing.
    1218     Use the options below to specified the required deletion operation.
     1189      Deletion of data from a collection can be selective or all
     1190      encompassing. Use the options below to specify the required
     1191      deletion operation.
    12191192  </td>
    12201193</tr>
     
    12701243    <p> Source data, like cached data, is superflous to a collection
    12711244    that is &quot;live&quot;.  However, you must keep this data if
    1272     indend to rebuild the collection in the future.
     1245    you intend to rebuild the collection in the future.
    12731246
    12741247    <p> The final level to collection deletion is delete &quot;all data&quot;
Note: See TracChangeset for help on using the changeset viewer.