[sword-cvs] swordweb blues.css,1.4,1.5 index.jsp,1.1,1.2
sword@www.crosswire.org
sword@www.crosswire.org
Wed, 20 Aug 2003 11:02:21 -0700
Update of /usr/local/cvsroot/swordweb
In directory www:/tmp/cvs-serv10325
Modified Files:
blues.css index.jsp
Log Message:
Index: blues.css
===================================================================
RCS file: /usr/local/cvsroot/swordweb/blues.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- blues.css 20 Jun 2003 22:16:19 -0000 1.4
+++ blues.css 20 Aug 2003 18:02:19 -0000 1.5
@@ -130,14 +130,14 @@
#content-sub-1 {
float: left;
- width: 185px;
+ width: 200px;
text-align: left;
padding-right: 5px;
background-color: #ffffff;
}
#content-wrap > #content-sub-1 {
- width: 170px;
+ width: 190px;
}
#content-sub-1 ul {
@@ -150,14 +150,14 @@
#content-sub-2 {
float: right;
- width: 180px;
+ width: 200px;
text-align: left;
padding-left: 5px;
background-color: #fff;
}
#content-wrap > #content-sub-2 {
- width: 170px;
+ width: 190px;
}
#content-sub-2 ul {
@@ -263,6 +263,37 @@
}
+/* blue panel */
+.bluepanel {
+ background-color: #eeeeee;
+ border: 1px dotted #dddddd;
+ padding: 0px 5px 0px 5px;
+ text-align: left;
+}
+
+.bluepanel input.textinput{
+ border-style: solid;
+ border: 1px solid #555555;
+ width:100px;
+}
+
+.bluepanel input.searchbutton{
+ border: 2px outset #eeeeee;
+ color:#ffffff;
+ background-color:#000099;
+}
+
+.bluepanel input.searchbutton:hover{
+ border: 2px inset #eeeeee;
+ color:#ffffff;
+ background-color:#000099;
+}
+
+.bluepanel fieldset{
+ border: 0;
+ padding: 0;
+ margin: 0;
+}
/* ----------------*/
.quicksearch {
Index: index.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/index.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- index.jsp 20 Aug 2003 05:08:36 -0000 1.1
+++ index.jsp 20 Aug 2003 18:02:19 -0000 1.2
@@ -1,19 +1,32 @@
<%@ include file="defines/tiles.jsp" %>
<tiles:insert beanName="basic" flush="true" >
- <tiles:put name="title" value="XpressBible" />
+ <tiles:put name="title" value="OSIS Bible Tool" />
<tiles:put name="sidebar_left" type="string">
-<h2>Tools And Things</h2>
+<div class="bluepanel">
+<br/>
+<h3>Tools And Things</h3>
+<br/>
<ul>
-<li>SBL Online Resources</li>
-<li>ABS Online Resources</li>
-<li>Interative Maps</li>
-<li>Virtual Bible Library</li>
+<li>SBL Online Resources<br/><br/></li>
+<li>ABS Online Resources<br/><br/></li>
+<li>Interative Maps<br/><br/></li>
+<li>Virtual Bible Library<br/><br/></li>
</ul>
+</div>
</tiles:put>
<tiles:put name="sidebar_right" type="string">
+<div class="bluepanel">
+<center><h4>Library Upload Tool</h4></center><br/>
+<form><input type="submit" class="searchbutton" value="ADD YOUR TEXT HERE" /></form><br/>
+<i>Have you produced serious academic scholarship related to Biblical text? Using our Scholar OSIS Tool, you can upload it for students or fellow scholars to review, or submit it to SBL for inclusion on OSIS Bible Tool.<br/><br>
+Only works reviewed and approved by SBL will be added for viewing by the public at large.</i>
+</div>
+<div class="bluepanel">
+
+</div>
</tiles:put>
<tiles:put name="content" type="string">