Changeset 4067


Ignore:
Timestamp:
2003-04-01T13:36:05+12:00 (21 years ago)
Author:
dana
Message:

changes to interface

Location:
trunk/gsdl/macros
Files:
2 edited

Legend:

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

    r3959 r4067  
    309309
    310310#the about and privacy lins separated by a mid dot.
    311 _aboutprivacylinks_ {<a href="javascript:infowindow(\\'_gwcgi_?e=_compressedoptions_&amp;a=p&amp;p=Usability\\')">_textabout_</a> &#8226; <a href="javascript:infowindow(\\'_gwcgi_?e=_compressedoptions_&amp;a=p&amp;p=Privacy\\')">_textprivacy_</a>}
     311_aboutprivacylinks_ {<p class="label"><a href="javascript:infowindow(\\'_gwcgi_?e=_compressedoptions_&amp;a=p&amp;p=Usability\\')">_textabout_</a> &#8226; <a href="javascript:infowindow(\\'_gwcgi_?e=_compressedoptions_&amp;a=p&amp;p=Privacy\\')">_textprivacy_</a>}
    312312
    313313#gives a text only interface with some guff about privacy
    314314_usabtextonly_{ \\
    315 _textonlyusabinterface_ \\
     315_textwhy_\\
     316_textprivacybasic_\\
     317_textstillsend_\\
    316318_usabyesnosubmit_}
    317319
     
    331333#gives a multipart interface allowing the user to fill out less or more.
    332334_usabmulti_{\\
    333 _textonlyusabinterface_\\
    334 <table width="100%"><tr><td><a href="javascript:viewdetails()">_textviewdetails_</a></td><td align="right"><input type="button" value="_textdontsend_" onClick="window.close()"></td><td align="right"><input type="submit" value="_textsend_"></td></tr></table>\\
     335_textwhy__textextraforform_\\
    335336<h2>_textoptionally_:</h2>\\
    336337<p class="label">_textmoredetails_:\\
     
    345346<option>_textunexpected_\\
    346347<option>_textfunctionality_\\
     348<option>_textother_\\
    347349</select></td></tr>\\
    348350<tr><td><p class="label">_textseverity_? </td>\\
     
    356358</select>\\
    357359</td></tr></table>\\
    358 <br><br>\\
    359 <table><tr><td align="right"><input type="submit" value="_textsend_"></td></tr></table>}
     360_textprivacybasic__textstillsend_\\
     361<table width="100%"><tr><td><a href="javascript:viewdetails()"><p class="label">_textviewdetails_</a></td><td align="right"><button type="button" onClick="window.close()"><b>_textdontsend_</b></button></td><td align="right"><button type="submit"><b>_textsend_</b></button></td></tr></table>\\
     362}
    360363
    361364#style definitions to please NS 4.7
     
    368371h1 \{font-size:20px; font-family: sans-serif; vertical-align:middle\\} \\
    369372h2 \{font-size:16px; color: #009966; font-family: sans-serif; font-weight:bold \}\\
    370 p.label \{ font-family:sans-serif; font-size: 14px \} \\
     373p.label \{ font-family:sans-serif; \}\\
    371374</style>\\
    372375}
  • trunk/gsdl/macros/english.dm

    r3906 r4067  
    12341234_greenstoneusabilitytext_ {Greenstone Usability}
    12351235
    1236 _textonlyusabinterface_ {<p>You are about to tell us that you have found this web page confusing or frustrating. We promise not to take any information other than information about this web page and how you are viewing it. <p>Would you still like to send this data?}
     1236_textwhy_{<p>Sending this report is a way of indicating you have found the web page you were viewing difficult or frustrating.}
     1237_textextraforform_ {You do not have to fill out the form -- any information will help.}
     1238_textprivacybasic_{<p>The report will contain only information about the Greenstone web page you were viewing, and the technology you were using to view it (plus any optional information you provide).}
     1239_textstillsend_{Would you still like to send this report?}
    12371240
    12381241_texterror_ {error}
     
    12481251_textunderdev_{Details preview will be available in the final version.}
    12491252
    1250 _textviewdetails_{View Details}
    1251 _textmoredetails_{More Details}
     1253_textviewdetails_{View details}
     1254_textmoredetails_{More details}
    12521255_texttrackreport_{Track this report}
    12531256_textcharacterise_{What kind of problem is it}
     
    12591262_textunexpected_{Something unexpected happened}
    12601263_textfunctionality_{Hard to find functionality}
     1264_textother_{Other}
    12611265
    12621266_textcritical_{Critical}
Note: See TracChangeset for help on using the changeset viewer.