|
From: <rv...@us...> - 2010-03-11 16:45:06
|
Revision: 545
http://treebase.svn.sourceforge.net/treebase/?rev=545&view=rev
Author: rvos
Date: 2010-03-11 16:44:59 +0000 (Thu, 11 Mar 2010)
Log Message:
-----------
Adding people page as per http://docs.google.com/Doc?docid=0AXEQpupFgwYiZGg4bXF6bl82NmZwdm50cmRz&hl=en
Modified Paths:
--------------
trunk/treebase-web/src/main/webapp/WEB-INF/decorators.xml
trunk/treebase-web/src/main/webapp/WEB-INF/treebase-servlet.xml
trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp
trunk/treebase-web/src/main/webapp/styles/styles.css
Modified: trunk/treebase-web/src/main/webapp/WEB-INF/decorators.xml
===================================================================
--- trunk/treebase-web/src/main/webapp/WEB-INF/decorators.xml 2010-03-11 16:44:23 UTC (rev 544)
+++ trunk/treebase-web/src/main/webapp/WEB-INF/decorators.xml 2010-03-11 16:44:59 UTC (rev 545)
@@ -9,6 +9,7 @@
<pattern>/home.html</pattern>
<pattern>/about.html</pattern>
<pattern>/urlAPI.html</pattern>
+ <pattern>/people.html</pattern>
</decorator>
<!-- decoration page for search pages -->
Modified: trunk/treebase-web/src/main/webapp/WEB-INF/treebase-servlet.xml
===================================================================
--- trunk/treebase-web/src/main/webapp/WEB-INF/treebase-servlet.xml 2010-03-11 16:44:23 UTC (rev 544)
+++ trunk/treebase-web/src/main/webapp/WEB-INF/treebase-servlet.xml 2010-03-11 16:44:59 UTC (rev 545)
@@ -858,6 +858,8 @@
<prop key="/home.html">filenameController</prop>
<prop key="/login.html">filenameController</prop>
<prop key="/urlAPI.html">filenameController</prop>
+ <prop key="/people.html">filenameController</prop>
+
<prop key="/user/viewXML.html">filenameController</prop>
<prop key="/test/phylowidget.html">filenameController</prop>
<prop key="/test/newPhylowidget.html">filenameController</prop>
Modified: trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp
===================================================================
--- trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp 2010-03-11 16:44:23 UTC (rev 544)
+++ trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp 2010-03-11 16:44:59 UTC (rev 545)
@@ -9,7 +9,7 @@
<ul id="innerNavlist">
<li><a href="<c:url value="/about.html"/>"><fmt:message key="nav.overview"/></a></li>
<li><a href="#"><fmt:message key="nav.technology"/></a></li>
- <li><a href="#"><fmt:message key="nav.people"/></a></li>
+ <li><a href="<c:url value="/people.html"/>"><fmt:message key="nav.people"/></a></li>
<li><a href="#"><fmt:message key="nav.partnerships"/></a></li>
</ul>
</li>
Modified: trunk/treebase-web/src/main/webapp/styles/styles.css
===================================================================
--- trunk/treebase-web/src/main/webapp/styles/styles.css 2010-03-11 16:44:23 UTC (rev 544)
+++ trunk/treebase-web/src/main/webapp/styles/styles.css 2010-03-11 16:44:59 UTC (rev 545)
@@ -281,6 +281,22 @@
vertical-align: middle
}
+/* People tables
+*******************************************************************************************/
+table.peopleTable td {
+ width: 130px;
+ text-align: center;
+ vertical-align: top;
+ padding-bottom: 20px;
+ padding-top: 20px;
+}
+
+table.peopleTable img {
+ border: 1px solid silver;
+ padding: 5px;
+ background-color: white;
+}
+
/* Left Sidebar Navigation Menu
*******************************************************************************************/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|