Ignore:
Timestamp:
2 Mar 2012, 10:32:47 (13 years ago)
Author:
Henrik Bettermann
Message:

I suggest to use the Unix 'grep' command for searching log files. Indeed, this only works on our preferred OS but who cares?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/datacenterlogsshowfilepage.pt

    r7465 r7749  
    1 <form method="POST">
    2   <input class="btn primary" type="submit" name="back" value="Back" />
     1<form method="post">
     2  <input type="text" name="query"
     3         tal:attributes="value view/query" />
     4    <input class="btn primary" type="submit" name="search"
     5      tal:attributes="value view/search_button"/>
     6    <input class="btn" type="submit" name="back"
     7      tal:attributes="value view/back_button"/>
    38</form>
    49
    5 <div>
    6   <pre tal:content="view/filecontents">
    7     blah, blah
     10<div tal:condition="view/grepresult|nothing">
     11  <pre tal:content="structure view/grepresult">
     12    GREPRESULT
    813  </pre>
    914</div>
    10 
    11 <form method="POST">
    12   <input class="btn primary" type="submit" name="back" value="Back" />
    13 </form>
Note: See TracChangeset for help on using the changeset viewer.