blob: 3da585c709d4a7bba7a5b7f6f92b2f71727982d3 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one *
or more contributor license agreements. See the NOTICE file *
distributed with this work for additional information *
regarding copyright ownership. The ASF licenses this file *
to you under the Apache License, Version 2.0 (the *
"License"); you may not use this file except in compliance *
with the License. You may obtain a copy of the License at *
*
http://www.apache.org/licenses/LICENSE-2.0 *
*
Unless required by applicable law or agreed to in writing, *
software distributed under the License is distributed on an *
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY *
KIND, either express or implied. See the License for the *
specific language governing permissions and limitations *
under the License. *
-->
<lift:surround with="base" at="left">
<link rel="stylesheet" type="text/css" href="../style/style.css"/>
<lift:TableSorterSnip/>
<lift:stream_display>
<div id="back-header">
<h1><b><lift:loc>ui_streams_manage</lift:loc></b></h1>
<lift:embed what="templates-hidden/message_update_box"/>
</div>
<div class="container-aux">
<div class="StreamUI">
<table class="tablesorter" >
<thead>
<tr>
<th class="tipelement" title="These are users that you follow">
<lift:loc>ui_streams_filter_resender</lift:loc> <stream:resent/>
</th>
<th align="center" class="tipelement" title="Filter by messages that have been resent by those you follow. ">
<lift:loc>ui_streams_resent_active</lift:loc> <stream:filterResent/>
</th>
<th class="tipelement" title="These are pools in which you are a member">
<lift:loc>ui_streams_filter_pool</lift:loc> <stream:pools/>
</th>
<th align="center">
<lift:loc>ui_streams_pool_active</lift:loc> <stream:filterPools/>
</th>
</tr>
</thead>
</table>
</div>
<div id="stream_timeline_messages">
<stream:cometTimeline />
</div>
</div>
</lift:stream_display>
</lift:surround>