Ignore:
Timestamp:
2000-01-27T09:33:49+13:00 (24 years ago)
Author:
sjboddie
Message:

lots of changes - including separating out all language strings
into separate files.

File:
1 edited

Legend:

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

    r725 r876  
    4040<html>
    4141<head>
    42 <title>Maintainance and Administration</title>
     42<title>_titlewelcome_</title>
    4343</head>
    4444
    4545<frameset cols="170,*" border=0>
    4646  <noframes><body bgcolor="#ffffff">
    47   <p>You must have a frame enabled browser to view this.</p>
     47  <p>_textframebrowser_</p>
    4848  </body>
    4949  </noframes>
     
    5959
    6060_If_("_cgiarguma_" ne "\_cgiarguma\_",
    61 <p><b>User Management</b><br>
    62 <a href="_gwcgi_?e=_compressedoptions_&a=um&uma=listusers" target=infoframe>list users</a><br>
    63 <a href="_gwcgi_?e=_compressedoptions_&a=um&uma=adduser" target=infoframe>add a new user</a><br>
     61<p><b>_textusermanage_</b><br>
     62<a href="_gwcgi_?e=_compressedoptions_&a=um&uma=listusers" target=infoframe>_textlistusers_</a><br>
     63<a href="_gwcgi_?e=_compressedoptions_&a=um&uma=adduser" target=infoframe>_textaddusers_</a><br>
    6464)
    6565
    66 <p><b>Information</b><br>
    67 <a href="_gwcgi_?e=_compressedoptions_&a=status&sp=generalinfo" target=infoframe>general</a><br>
    68 <a href="_gwcgi_?e=_compressedoptions_&a=status&sp=argumentinfo" target=infoframe>arguments</a><br>
    69 <a href="_gwcgi_?e=_compressedoptions_&a=status&sp=actioninfo" target=infoframe>actions</a><br>
    70 <a href="_gwcgi_?e=_compressedoptions_&a=status&sp=protocolinfo" target=infoframe>protocols</a>
     66<p><b>_textinfo_</b><br>
     67<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=generalinfo" target=infoframe>_textgeneral_</a><br>
     68<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=argumentinfo" target=infoframe>_textarguments_</a><br>
     69<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=actioninfo" target=infoframe>_textactions_</a><br>
     70<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=protocolinfo" target=infoframe>_textprotocols_</a>
    7171
    72 <p><b>Collections</b><br>
    73 <a href="_gwcgi_?e=_compressedoptions_&a=bc&bca=newcol&wizard=textinfo" target=infoframe>new collection</a><br>
    74 <a href="_gwcgi_?e=_compressedoptions_&a=bc&bca=editcol" target=infoframe>edit collection</a><br>
    75 <a href="_gwcgi_?e=_compressedoptions_&a=bc&bca=buildcol&wizard=buildcol" target=infoframe>build collection</a><br>
    76 <a href="_gwcgi_?e=_compressedoptions_&a=bc&bca=delcol" target=infoframe>delete collection</a><br>
     72<p><b>_textcollections_</b><br>
     73<a href="_gwcgi_?e=_compressedoptions_&a=bc&bca=newcol&wizard=textinfo" target=infoframe>_textnewcoll_</a><br>
     74<a href="_gwcgi_?e=_compressedoptions_&a=bc&bca=editcol" target=infoframe>_texteditcoll_</a><br>
     75<a href="_gwcgi_?e=_compressedoptions_&a=bc&bca=buildcol&wizard=buildcol" target=infoframe>_textbuildcoll_</a><br>
     76<a href="_gwcgi_?e=_compressedoptions_&a=bc&bca=delcol" target=infoframe>_textdeletecoll_</a><br>
    7777
    7878
    79 <p><b>Logs</b><br>
    80 <a href="_gwcgi_?e=_compressedoptions_&a=status&sp=initlog" target=infoframe>init log</a><br>
    81 <a href="_gwcgi_?e=_compressedoptions_&a=status&sp=errorlog" target=infoframe>error log</a>
     79<p><b>_textlogs_</b><br>
     80<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=initlog" target=infoframe>_textinitlog_</a><br>
     81<a href="_gwcgi_?e=_compressedoptions_&a=status&sp=errorlog" target=infoframe>_texterrorlog_</a>
    8282
    8383<p>
    84 <a href="_httppagehome_" target=_top>Return to home page</a>
     84<a href="_httppagehome_" target=_top>_textreturnhome_</a>
    8585}
    8686
    87 _titlewelcome_ { Maintainence and Administration }
    8887
    89 _welcome_ {
    90 
    91 <p> Maintainence and administration serives available include:
    92     view on-line logs;
    93     create, maintain and update collections;
    94     and access technical information suchas CGI arguments. 
    95     These services are accessed using the
    96     side navigation bar on the lefthand side of the page.
    97 }
Note: See TracChangeset for help on using the changeset viewer.