Home | History | Annotate | Line # | Download | only in misc
      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
      2           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      3 <!--
      4   Copyright 2012 Google Inc.
      5   All rights reserved.
      6 
      7   Redistribution and use in source and binary forms, with or without
      8   modification, are permitted provided that the following conditions are
      9   met:
     10 
     11   * Redistributions of source code must retain the above copyright
     12     notice, this list of conditions and the following disclaimer.
     13   * Redistributions in binary form must reproduce the above copyright
     14     notice, this list of conditions and the following disclaimer in the
     15     documentation and/or other materials provided with the distribution.
     16   * Neither the name of Google Inc. nor the names of its contributors
     17     may be used to endorse or promote products derived from this software
     18     without specific prior written permission.
     19 
     20   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
     21   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
     22   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
     23   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
     24   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
     25   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
     26   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     27   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     28   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     29   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
     30   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     31 -->
     32 <html>
     33 <head>
     34   <title>Execution context for action %%action_id%%</title>
     35   <link rel="stylesheet" type="text/css" href="%%css%%" />
     36 </head>
     37 
     38 <body>
     39 
     40 <h1>Execution context for action %%action_id%%</h1>
     41 
     42 <ul>
     43   <li>Work directory: %%cwd%%</li>
     44 </ul>
     45 
     46 <h2>Environment variables</h2>
     47 
     48 <ul>
     49 %loop env_var iter
     50   <li>%%env_var(iter)%%: %%env_var_value(iter)%%</li>
     51 %endloop
     52 </ul>
     53 
     54 </body>
     55 </html>
     56