tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

locnote9html.html (632B)


      1 <!DOCTYPE html>
      2 <html lang=en>
      3   <head>
      4 <script type="application/its+xml">
      5  <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml" version="2.0">
      6   <its:param name="locnoteparam">DisableInfo</its:param>
      7   <its:locNoteRule locNoteType="alert" selector="//h:p[@id=$locnoteparam]">
      8    <its:locNote>The variable {0} has three possible values: 'printer', 
      9    'stacker' and 'stapler options'.</its:locNote>
     10   </its:locNoteRule>
     11  </its:rules>
     12 </script>	
     13  <meta charset=utf-8>
     14   <title>Example</title>	
     15  </head>	
     16 <body>
     17  <p id="DisableInfo">The {0} has been disabled.</p>
     18 </body>
     19 </html>