blob: a35e2c8363a6252c3d7626590e302b10ef72aa91 [file]
<!--
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:UserSnip.loggedIn>
<logged:in>
<lift:surround with="message" at="content"/>
<div id="messages"></div>
<lift:Msgs>
<lift:error_class>error_major</lift:error_class>
<lift:notice_msg>
<lift:loc>ui_base_note</lift:loc>
</lift:notice_msg>
<lift:notice_class>note_major</lift:notice_class>
</lift:Msgs>
</logged:in>
<logged:out>
<lift:surround with="default" at="content">
<head>
<script id="jquery" src="/classpath/jquery.js" type="text/javascript"/>
<script id="json" src="/classpath/json.js" type="text/javascript"/>
<script src="scripts/display_single_message.js" type="text/javascript"/>
<script src="scripts/pretty.js" type="text/javascript"/>
<link rel="stylesheet" href="style/style.css" type="text/css" media="screen" />
</head>
<!---BLUE HEADER-->
<div id="container-2nd-level-bg">
<div id="container-2nd-level">
<h1>
<span>
<lift:loc>custom_opening_main_title</lift:loc>
</span>
</h1>
<lift:loc>custom_opening_main_body</lift:loc>
</div>
<!--container-2nd-level-->
</div>
<!--container-2nd-level-bg-->
<!--END BLUE HEADER-->
<lift:comet type="SinglePublicTimeline"/>
<!--updates-box -->
<h1><lift:loc>ui_default_on_esme</lift:loc></h1>
<div id="timeline_messages" class="gray-box">
<div class="updates-box" id="message" style ="">
<div class="avatar">
<img id="avatar" width="40px" />
</div>
<!--end avatar-->
<div class="info2">
<a href="" id="author" />
<div id="msgbody" />
<div class="supp_data_class" id="supp_data" />
</div>
</div>
</div><!--gray-box-->
</lift:surround>
</logged:out>
</lift:UserSnip.loggedIn>