Changeset 11999


Ignore:
Timestamp:
2006-07-04T15:24:34+12:00 (18 years ago)
Author:
davidb
Message:

First cut at macros used to support 'The Depository' -- Greenstone's runtime
action for institutional repository support.

Location:
trunk/gsdl/macros
Files:
1 added
5 edited

Legend:

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

    r11820 r11999  
    181181_httppagetranslator_ {_gwcgi_?e=_compressedoptions_&a=gti&p=home}
    182182_httppagecollector_ {_gwcgi_?e=_compressedoptions_&a=collector&p=intro}
     183_httppagedepositor_ {_gwcgi_?e=_compressedoptions_&a=depositor&p=select}
    183184_httppagegli_ {_httppagex_(gli)}
    184185_httppageabout_ {_httppagex_(about)}
     
    204205_httpdoc_  {_gwcgi_?e=_compressedoptions_&a=d}
    205206
     207_httpdocumenthandle_ {_httpprefix_handle/_1_/_2_}
     208
    206209_httpextlink_ {_gwcgi_?e=_compressedoptions_&a=extlink}
    207210_httpbuild_ {_gwcgi_?e=_compressedoptions_&a=bc}
  • trunk/gsdl/macros/collect.dm

    r11167 r11999  
    182182
    183183<p>_texttsosn_
    184 <table class=collectorbar cellspacing=6>
     184<table class=wizardbar cellspacing=6>
    185185<tr><td width=20 align=right valign=bottom>1.</td>
    186     <td class=collectorbargrey valign=bottom>_textinfo_</td>
     186    <td class=wizardbargrey valign=bottom>_textinfo_</td>
    187187    <td valign=bottom>_textsin_</td></tr>
    188188<tr><td align=right valign=bottom>2.</td>
    189     <td class=collectorbargrey valign=bottom>_textsrce_</td>
     189    <td class=wizardbargrey valign=bottom>_textsrce_</td>
    190190    <td valign=bottom>_textswts_</td></tr>
    191191<tr><td align=right valign=bottom>3.</td>
    192     <td class=collectorbargrey valign=bottom>_textconf_</td>
     192    <td class=wizardbargrey valign=bottom>_textconf_</td>
    193193    <td valign=bottom>_textatco_</td></tr>
    194194<tr><td align=right valign=bottom>4.</td>
    195     <td class=collectorbargrey valign=bottom>_textbild_</td>
     195    <td class=wizardbargrey valign=bottom>_textbild_</td>
    196196    <td valign=bottom>_textbtc_</td></tr>
    197197<tr><td align=right valign=bottom>5.</td>
    198     <td class=collectorbargrey valign=bottom>_textview_</td>
     198    <td class=wizardbargrey valign=bottom>_textview_</td>
    199199    <td valign=bottom>_textpvyh_</td></tr>
    200200</table>
  • trunk/gsdl/macros/english.dm

    r11961 r11999  
    6464# macro will always be set to another value)
    6565_collectorextra_ {
    66 <p>This collection contains _numdocs_ _If_("_numdocs_" eq "1",document,documents), a total of _numbytes_.
     66<p>This collection contains _numdocs_ _If_("_numdocs_" eq "1",document,documents), a total of _numbytes_ of indexed text and metadata.
    6767<p><a href="_httppagex_(bsummary)">Click here</a> to view the build summary for this collection.
    6868}
  • trunk/gsdl/macros/english2.dm

    r11872 r11999  
    55# -- this file contains text that is of less importance
    66######################################################################
    7 
    87
    98
     
    3433_textdescrcollector_ {
    3534This predates the librarian interface, and for most practical purposes the librarian interface should be used instead
     35}
     36
     37_textdescrdepositor_  {
     38Helps you to add documents to existing collections
    3639}
    3740
     
    269272######################################################################
    270273# collectoraction
     274package wizard
     275
     276_textbild_ {Build collection}
     277_textbildsuc_ {Collection built successfully.}
     278_textviewbildsummary_ {
     279You may <a href="_httppagex_(bsummary)&c=_cgiargbc1dirname_" target=_top>view the build
     280summary</a> of this collection for further details.
     281}
     282_textview_ {View collection}
     283
     284_textbild1_ {
     285The collection is now being built: this might take some time. The building
     286status line below gives feedback on how the operation is progressing.
     287}
     288
     289_textbild2_ {
     290To stop the building process at any time, click here.
     291<br>The collection you are working on will remain intact.
     292}
     293
     294_textstopbuild_ {stop building}
     295
     296_textbild3_ {
     297If you leave this page (and have not cancelled the building process with
     298the "stop building" button) the collection will continue to build and will
     299be installed upon successful completion.
     300}
     301
     302_textbuildcancelled_ {Build cancelled}
     303
     304_textbildcancel1_ {
     305The collection building process was cancelled. Use the yellow buttons below
     306to make changes to your collection or restart the building process.
     307}
     308
     309_textbsupdate1_ {Building status update in 1 second}
     310_textbsupdate2_ {Building status update in}
     311_textseconds_ {seconds}
     312
     313######################################################################
     314# collectoraction
    271315package collector
    272316######################################################################
     317
    273318
    274319
     
    283328_textsrce_ {Source data}
    284329_textconf_ {Configure collection}
    285 _textbild_ {Build collection}
    286 _textview_ {View collection}
     330_textbild_ {_wizard:textbild_}
     331_textview_ {_wizard:textview_}
    287332_textdel_ {Delete collection}
    288333_textexpt_ {Export collection}
     334_textbildsuc_ {_wizard:textbildsuc_}
     335_textviewbildsummary_ {_wizard:textviewbildsummary_}
    289336
    290337_textdownloadingfiles_ {Downloading files ...}
     
    497544_textreset_ {Reset}
    498545
    499 _textbild1_ {
    500 The collection is now being built: this might take some time. The building
    501 status line below gives feedback on how the operation is progressing.
    502 }
    503 
    504 _textbild2_ {
    505 To stop the building process at any time, click here.
    506 <br>The collection you are working on will remain intact.
    507 }
    508 
    509 _textstopbuild_ {stop building}
    510 
    511 _textbild3_ {
    512 If you leave this page (and have not cancelled the building process with
    513 the "stop building" button) the collection will continue to build and will
    514 be installed upon successful completion.
    515 }
    516 
    517 _textbuildcancelled_ {Build cancelled}
    518 
    519 _textbildcancel1_ {
    520 The collection building process was cancelled. Use the yellow buttons below
    521 to make changes to your collection or restart the building process.
    522 }
    523 
    524 _textbsupdate1_ {Building status update in 1 second}
    525 _textbsupdate2_ {Building status update in}
    526 _textseconds_ {seconds}
    527 _textbildsuc_ {Collection built successfully.}
    528 
    529 _textviewbildsummary_ {
    530 You may <a href="_httppagex_(bsummary)&c=_cgiargbc1dirname_" target=_top>view the build
    531 summary</a> of this collection for further details.
    532 }
     546_textbild1_ {_wizard:textbild1_}
     547
     548_textbild2_ {_wizard:textbild2_}
     549
     550_textstopbuild_ {_wizard:textstopbuild_}
     551
     552_textbild3_ {_wizard:textbild3_}
     553
     554_textbuildcancelled_ {_wizard:textbuildcancelled_}
     555
     556_textbildcancel1_ {_wizard:textbildcancel1_}
     557
     558
     559_textbsupdate1_ {_wizard:textbsupdate1_}
     560_textbsupdate2_ {_wizard:textbsupdate2_}
     561_textseconds_ {_wizard:textseconds_}
     562
    533563
    534564_textfailmsg11_ {
     
    642672}
    643673
     674######################################################################
     675# collectoraction
     676package depositor
     677######################################################################
     678
     679_textdepositor_ {The Depositor}
     680
     681_textdepositorblurb_ {
     682
     683<p> Please specify the following file information and select the file below. </p>
     684
     685}
     686
     687_textbsupdate1_ {_wizard:textbsupdate1_}
     688_textbsupdate2_ {_wizard:textbsupdate2_}
     689_textseconds_ {_wizard:textseconds_}
     690
     691_textcaec_ {Adding to an Existing Collection}
     692_textbild_ {Deposit Item}
     693_textintro_ {Select File}
     694_textbildsuc_ {_wizard:textbildsuc_}
     695_textviewbildsummary_ {_wizard:textviewbildsummary_}
     696_textselect_ {Select Collection}
     697_textmeta_ {Specify Metadata}
     698_textview_ {_wizard:textview_}
     699_textbild1_ {_wizard:textbild1_}
     700
     701_textbild2_ {_wizard:textbild2_}
     702
     703_textstopbuild_ {_wizard:textstopbuild_}
     704
     705_textbild3_ {_wizard:textbild3_}
     706
     707_textbuildcancelled_ {_wizard:textbuildcancelled_}
     708
     709_textbildcancel1_ {_wizard:textbildcancel1_}
    644710
    645711######################################################################
  • trunk/gsdl/macros/home.dm

    r11357 r11999  
    4747_imagecollector_ {_button_(_httppagecollector_,_collector:textcollector_,_collector::textcollector_)}
    4848
     49_imagedepositor_ {_button_(_httppagedepositor_,_depositor:textdepositor_,_depositor::textdepositor_)}
     50
    4951_imagetranslator_ {_button_(_httppagetranslator_,_gti:textgti_)}
    5052
     
    7981_textgogli_
    8082_textgocollector_
     83_textgodepositor_
    8184_textgotranslator_
    8285_textgoadmin_
     
    112115<td valign=top>_imagecollector_</td>
    113116<td>_textdescrcollector_</td>
     117</tr>
     118}
     119
     120_textgodepositor_ {
     121<tr valign=top>
     122<td valign=top>_imagedepositor_</td>
     123<td>_textdescrdepositor_</td>
    114124</tr>
    115125}
Note: See TracChangeset for help on using the changeset viewer.