Changes between Version 2 and Version 3 of GuiUrls


Ignore:
Timestamp:
Jul 8, 2009, 8:17:18 AM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuiUrls

    v2 v3  
    2525</gui_urls>
    2626}}}
    27 Each entry describes a GUI URL. These URLs (macro-substituted as described below) will be sent to client hosts in the reply to scheduler RPCs. Team-specific entries should be enclosed in <ifteam>; they will be sent only if the user belongs to a team.
     27Each entry describes a GUI URL.
     28These URLs (macro-substituted as described below) will be sent to client hosts in the reply to scheduler RPCs.
     29Team-specific entries should be enclosed in <ifteam>; they will be sent only if the user belongs to a team.
     30
     31All test (including URLs) must be entity-escaped:
     32{{{
     33                Character   Escape Code
     34Ampersand       &       &amp;
     35Single Quote    '       &apos;
     36Double Quote    "       &quot;
     37Greater Than    >       &gt;
     38Less Than       <       &lt;
     39}}}
    2840
    2941The components of a <gui_url> element are: