Ignore:
Timestamp:
27 May 2012, 00:28:10 (12 years ago)
Author:
uli
Message:

Do not use session anymore to store requested logfile names in datacenter.

File:
1 edited

Legend:

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

    r7749 r8529  
    1 <form method="post">
     1<form method="post" class="form-horizontal">
    22  <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"/>
     3         tal:attributes="value view/query; placeholder view/placeholder" />
     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" />
     8  <input type="hidden" name="logname"
     9         tal:attributes="value view/filename" />
    810</form>
    911
    10 <div tal:condition="view/grepresult|nothing">
    11   <pre tal:content="structure view/grepresult">
     12<div tal:condition="view/result|nothing">
     13  <pre tal:content="structure view/result">
    1214    GREPRESULT
    1315  </pre>
Note: See TracChangeset for help on using the changeset viewer.