Ignore:
Timestamp:
2000-07-13T10:21:53+12:00 (24 years ago)
Author:
sjboddie
Message:

merged changes to trunk into New_Config_Format branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/New_Config_Format-branch/gsdl/macros/build.dm

    r725 r1279  
    1010<table width=100%>
    1111  <tr>
    12     <td><img src="/gsdl/images/gsdl_height.gif" width=2 height=77></td>
     12    <td><img src="_httpimg_/spacer.gif" width=2 height=77></td>
    1313    <td>_iconblankbar_
    1414        <center><h2>_1_</h2></center>
     
    4444}
    4545
     46_httpiconstop_ {_httpimg_/stop.gif}
    4647
    4748_iconwizardnext_{<img src="_httpiconmore_" align=absbottom
     
    7374_bcargfileorurl_    {file}
    7475_bcarginputdir_     {}
    75 _bcargcopydir_      {}
     76_bcargcopydir_      {yes}
    7677_bcargingsdlarea_   {no}
    7778_bcargacronyms_     {off}
     
    287288       This process is structured as a series of Web pages, overseen by the
    288289    new-collection &quot;wizard.&quot  The wizard bar at the bottom of the page
    289     shows you the sequences of pages to be completed.  You can return to
    290     a previously page by clicking on the corresponding item in the wizard bar.
     290    shows you the sequence of pages to be completed.  You can return to
     291    a previous page by clicking on the corresponding item in the wizard bar.
    291292  </td>
    292293</tr>
     
    454455          \}
    455456      \}
    456 
    457457        simulate_get_action("_httpbuild_&bca=newcol");
    458458   \}
     
    654654    Note, once a collection has been built it
    655655    is not necessary for the source data to remain in the Greenstone
    656     collection area -- the collection can be safely access, browsed
     656    collection area -- the collection can be safely accessed, browsed
    657657    and searched without this.  If you wish, however, to make changes
    658     to the collection and then rebuilt it then
    659     the source data must still be avialable.
     658    to the collection and then rebuild, the source data must still be available.
    660659     </font>
    661660  </td>
     
    697696
    698697    var cgi_prefix = "webpage_mkcol.pl";
    699     cgi_prefix += "?gsdlhome=" + escape("_gsdlhome_");
    700     cgi_prefix += "&httpbuild=" + escape("_httpbuild_");
     698    cgi_prefix += "?httpbuild=" + escape("_httpbuild_");
    701699    cgi_prefix += "&bc1refine=" + escape(bc1refine);
    702700
     
    861859    \{
    862860        var cgi_prefix = "webpage_editcol.pl";
    863         cgi_prefix += "?gsdlhome=" + escape("_gsdlhome_");
    864         cgi_prefix += "&httpbuild=" + escape("_httpbuild_");
     861        cgi_prefix += "?httpbuild=" + escape("_httpbuild_");
    865862        cgi_prefix += "&bc1cfgfile=" + escape(form.bc1cfgfile.value);
    866863
     
    906903
    907904<tr>
    908   <td>Colletion to edit:</td>
     905  <td>Collection to edit:</td>
    909906  <td colspan=3>
    910907     _fullnamemenu_
     
    10271024
    10281025    var cgi_prefix = "_httpbuild_&bca=buildcol";
    1029     cgi_prefix += "&gsdlhome=" + escape("_gsdlhome_");
    10301026    cgi_prefix += "&httpbuild=" + escape("_httpbuild_");
    10311027    cgi_prefix += "&wizard=buildframe";
     
    10431039
    10441040    var cgi_prefix = "_httpbuild_&bca=buildcol";
    1045     cgi_prefix += "&gsdlhome=" + escape("_gsdlhome_");
    10461041    cgi_prefix += "&httpbuild=" + escape("_httpbuild_");
    10471042    cgi_prefix += "&wizard=buildcol";
     
    11641159
    11651160
     1161# not sure why we need 3 frames here when one appears to always be blank
     1162# - Stefan
     1163#_contentbuildframe_ {
     1164
     1165#<frameset rows="*,150,*" border=0>
     1166#  <noframes><body bgcolor="#ffffff">
     1167#  <p>You must have a frame enabled browser to view this.</p>
     1168#  </body>
     1169#  </noframes>
     1170#  <frame src="_httpbuild_&bca=buildcol&wizard=buildexec&bc1dirname=_bcargdirname_&bc1tmpname=_bcargtmpname_" name=infoframe>
     1171#  <frame src="_httpbuild_&bca=buildstatus&bc1tmpname=_bcargtmpname_" name=execframe>
     1172#  <frame src="_httpbuild_&bca=blankpage" name=blankframe>
     1173#</frameset>
     1174#}
     1175
    11661176_contentbuildframe_ {
    11671177
    1168 <frameset rows="*,150,*" border=0>
     1178<frameset rows="200,150" border=0>
    11691179  <noframes><body bgcolor="#ffffff">
    11701180  <p>You must have a frame enabled browser to view this.</p>
     
    11731183  <frame src="_httpbuild_&bca=buildcol&wizard=buildexec&bc1dirname=_bcargdirname_&bc1tmpname=_bcargtmpname_" name=infoframe>
    11741184  <frame src="_httpbuild_&bca=buildstatus&bc1tmpname=_bcargtmpname_" name=execframe>
    1175   <frame src="_httpbuild_&bca=blankpage" name=blankframe>
    11761185</frameset>
    11771186}
     
    11891198
    11901199   <!-- Hide code from non-js browsers
    1191    var timer = 5;
     1200   var timer = 10;
    11921201   function restart_count_down() \{
    1193     timer=5;
     1202    timer=10;
    11941203    setTimeout("count_down()",1000);
    11951204   \}
     
    12101219   function update_status_page() \{
    12111220    var cgi_cmd = "webpage_buildstatus.pl";
    1212     cgi_cmd += "?gsdlhome=" + escape("_gsdlhome_");
    1213     cgi_cmd += "&httpbuild=" + escape("_httpbuild_");
     1221    cgi_cmd += "?httpbuild=" + escape("_httpbuild_");
    12141222    cgi_cmd += "&bc1dirname=" + escape("_bcargdirname_");
    12151223    cgi_cmd += "&bc1tmpname=" + escape("_bcargtmpname_");
     
    12351243           \}
    12361244
    1237          cgi_cmd += "&gsdlhome=" + escape("_gsdlhome_");
    12381245         cgi_cmd += "&httpbuild=" + escape("_httpbuild_");
    12391246         cgi_cmd += "&bc1dirname=" + escape("_bcargdirname_");
     
    13581365      \{
    13591366        var cgi_prefix = "webpage_delcol.pl";
    1360         cgi_prefix += "?gsdlhome=" + escape("_gsdlhome_");
    1361         cgi_prefix += "&httpbuild=" + escape("_httpbuild_");
     1367        cgi_prefix += "?httpbuild=" + escape("_httpbuild_");
    13621368
    13631369            simulate_get_action(cgi_prefix);
     
    13941400
    13951401<tr>
    1396   <td>Colletion to delete:</td>
     1402  <td>Collection to delete:</td>
    13971403  <td colspan=3>
    13981404     _fullnamemenu_
Note: See TracChangeset for help on using the changeset viewer.