2012.igem.org/Team:SYSU-Software/template2/header

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
{{:Team:SYSU-Software/menu}}
{{:Team:SYSU-Software/menu}}
{{:Team:SYSU-Software/menu}}
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
Line 70: Line 71:
</div>
</div>
   <img src=" images/little-boy.png"  id="little-boy"></img>
   <img src=" images/little-boy.png"  id="little-boy"></img>
 +
 +
 
 +
  <div id="content">                  <div class="entry page clear">
 +
        <h1 id="doctitle" class="pagetitle">Our Project</h1>
 +
<table class="doc-toc">
 +
<tbody>
 +
<tr>
 +
<td>
 +
<div id="toctitle">
 +
<h2>Contents</h2>
 +
</div>
 +
<ul id="toc-ul">
 +
<li class="toclevel-1"><a href="#r0"><span class="tocnumber">1</span> <span class="toctext">List Window</span></a></li>
 +
<li class="toclevel-1"><a href="#r1"><span class="tocnumber">2</span> <span class="toctext">Columns</span></a></li>
 +
<li class="toclevel-1"><a href="#r2"><span class="tocnumber">3</span> <span class="toctext">Using the Calendar</span></a></li>
 +
<li class="toclevel-1"><a href="#r3"><span class="tocnumber">4</span> <span class="toctext">Editing Reminders</span></a></li>
 +
<li class="toclevel-1"><a href="#r4"><span class="tocnumber">5</span> <span class="toctext">Filtering</span></a></li>
 +
<li class="toclevel-1"><a href="#r5"><span class="tocnumber">6</span> <span class="toctext">Views and Criteria</span></a></li>
 +
</ul>
 +
</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
<div id="doc-contents">
 +
<h2 id="r0">List Window</h2>
 +
<div>
 +
<p>The List dialog is one of the main places to allow you to view and manage the reminders. To bring up the list dialog, you can double-click on the ribbon icon, or right-click on it and select <code>[View Reminders ..</code>] from the context menu. The list dialog has tabs for your Reminders, ToDo's, as well as any custom lists that you set up. The main dialog displays all of your reminders along with any attributes in the various list columns.</p>
 +
</div>
 +
</div>
 +
              </div><!--end entry-->
 +
          </div><!--end content-->
 +
 +
  <div id="sidebar">
 +
      <div id="doc-nav">
 +
<div>
 +
<h5>Getting Started </h5>
 +
<div>
 +
<ul>
 +
<li>
 +
<a href="/documentation/">Main Page</a>
 +
</li>
 +
<li>
 +
<a href="/documentation-install">Installing Reminderfox</a>
 +
</li>
 +
<li>
 +
<a href="/videos/">How-To Videos</a>
 +
</li>
 +
</ul>
 +
</div>
 +
</div>
 +
 +
<div>
 +
<h5>User Guide</h5>
 +
<div>
 +
<ul>
 +
<li>
 +
<a href="/
 +
documentation-user-guide-main-reminderfox-window">Main ReminderFox Window</a>
 +
</li>
 +
<li>
 +
<a href="/documentation-userguide-reminders">Reminders</a>
 +
</li>
 +
<li>
 +
<a href="/documentation-user-guide-todos">ToDo's</a>
 +
</li>
 +
 +
<li>
 +
<a href="/documentation-user-guide-notifications">Notifications</a>
 +
</li>
 +
<li>
 +
<a href="/documentation-user-guide-sharing-reminders">Sharing Reminders</a>
 +
</li>
 +
 +
<li>
 +
<a href="/documentation-user-guide-options-and-preferences">Options and Preferences</a>
 +
</li>
 +
</ul>
 +
</div>
 +
</div>
 +
 +
<div>
 +
<h5>FAQ </h5>
 +
<div>
 +
<ul>
 +
<li>
 +
<a href="/documentation-faq-questions">Questions</a>
 +
</li>
 +
<li>
 +
<a href="/documentation-faq-troubleshooting">Troubleshooting</a>
 +
</li>
 +
<li>
 +
<a href="/documentation-faq-uninstalling">Uninstalling</a>
 +
</li>
 +
<li>
 +
<a href="/help">Contact Us</a>
 +
</li>
 +
</ul>
 +
</div>
 +
</div>
 +
 +
<div>
 +
<h5>E-mail Integration</h5>
 +
<div>
 +
<ul>
 +
<li>
 +
<a href="/documentation-email-messages">Messages</a>
 +
</li>
 +
<li>
 +
<a href="/documentation-email-invitations">Invitations</a>
 +
</li>
 +
</ul>
 +
</div>
 +
</div>
 +
 +
 +
</div>
 +
  </div><!--end sidebar-->
 +
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
 +
<script type="text/javascript">
 +
var name = "#doc-nav";
 +
var menuYloc = null;
 +
 +
$(document).ready(function(){
 +
menuYloc = parseInt($(name).css("top").substring(0,$(name).css("top").indexOf("px")))
 +
$(window).scroll(function () {
 +
offset = menuYloc+$(document).scrollTop()+"px";
 +
$(name).animate({top:offset},{duration:500,queue:false});
 +
});
 +
});
 +
 +
</script>
 +
 +
</div></div><!--end wrapper-->
 +
<!--end content-background-->
 +
<div id="footer">
 +
  <div class="wrapper clear">
 +
    <div id="footer-about" class="footer-column">
 +
      <h2>About</h2>
 +
                  <ul>
 +
<li>
 +
<a href="/developers">Developers</a>
 +
</li>
 +
<li>
 +
<a href="/help/">Contact Us</a>
 +
</li>
 +
</ul>
 +
            </div>
 +
    <div id="footer-flickr" class="footer-column">
 +
                              <h2>Links</h2>
 +
              <ul>
 +
                <li><a href="http://www.twitter.com/reminderfox">ReminderFox on Twitter</a></li>
 +
                <li><a href="https://addons.mozilla.org/en-US/firefox/addon/1191/">Mozilla Add-ons Page</a></li>
 +
              </ul>
 +
            </li>
 +
                    </div>
 +
    <div id="footer-search" class="footer-column">
 +
      <h2>Facebook</h2>
 +
 +
<iframe src="http://www.facebook.com/plugins/likebox.php?id=319600074107&amp;width=292&amp;connections=0&amp;stream=false&amp;header=false&amp;height=62" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:62px;" allowTransparency="true"></iframe>
 +
 +
    </div>
 +
    <div id="copyright">
 +
    </div><!--end copyright-->
 +
  </div><!--end wrapper-->
 +
</div><!--end footer-->
 +
 +
<script type="text/javascript">
 +
 +
  var _gaq = _gaq || [];
 +
  _gaq.push(['_setAccount', 'UA-15948744-2']);
 +
  _gaq.push(['_trackPageview']);
 +
 +
  (function() {
 +
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 +
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 +
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 +
  })();
 +
 +
</script></body>
</body>
</body>
</html>
</html>

Revision as of 21:42, 19 September 2012

无标题 1

Our Project

Contents

List Window

The List dialog is one of the main places to allow you to view and manage the reminders. To bring up the list dialog, you can double-click on the ribbon icon, or right-click on it and select [View Reminders ..] from the context menu. The list dialog has tabs for your Reminders, ToDo's, as well as any custom lists that you set up. The main dialog displays all of your reminders along with any attributes in the various list columns.