[sword-svn] r222 - trunk
scribe at crosswire.org
scribe at crosswire.org
Wed Oct 12 11:05:19 MST 2005
Author: scribe
Date: 2005-10-12 11:05:19 -0700 (Wed, 12 Oct 2005)
New Revision: 222
Modified:
trunk/blues.css
trunk/bookdisplay.jsp
trunk/print.css
trunk/sandy.css
trunk/wash.css
Log:
added copytag line to genbook
We seem to have lost it on the other screens
Joachim? :) Other screens cannot be updated to the live
site until copytag lines are working. We have agreements
the make us show these.
Modified: trunk/blues.css
===================================================================
--- trunk/blues.css 2005-10-12 17:58:05 UTC (rev 221)
+++ trunk/blues.css 2005-10-12 18:05:19 UTC (rev 222)
@@ -422,7 +422,7 @@
position:absolute;
left:50px;
top:50px;
- width:275px;
+ width:300px;
background-color: #fff3cf;
margin-left : 0;
overflow: visible;
Modified: trunk/bookdisplay.jsp
===================================================================
--- trunk/bookdisplay.jsp 2005-10-12 17:58:05 UTC (rev 221)
+++ trunk/bookdisplay.jsp 2005-10-12 18:05:19 UTC (rev 222)
@@ -202,11 +202,18 @@
</div>
<%
}
- %>
- </div>
- <%
+ String copyLine = module.getConfigEntry("ShortCopyright");
+ if (copyLine.equalsIgnoreCase("<swnull>"))
+ copyLine = "";
+ if (module.getCategory().equals("Cults / Unorthodox / Questionable Material")) {
+ copyLine = "<t:t>WARNING: This text is considered unorthodox by most of Christendom.</t:t> " + copyLine;
+ }
+%>
+ <div class="copyLine"><%= copyLine %></div>
+ </div>
+<%
}
- %>
+%>
</tiles:put>
</tiles:insert>
Modified: trunk/print.css
===================================================================
--- trunk/print.css 2005-10-12 17:58:05 UTC (rev 221)
+++ trunk/print.css 2005-10-12 18:05:19 UTC (rev 222)
@@ -91,7 +91,7 @@
position:absolute;
left:50px;
top:50px;
- width:275px;
+ width:300px;
background-color: #fff3cf;
margin-left : 0;
overflow: visible;
Modified: trunk/sandy.css
===================================================================
--- trunk/sandy.css 2005-10-12 17:58:05 UTC (rev 221)
+++ trunk/sandy.css 2005-10-12 18:05:19 UTC (rev 222)
@@ -643,7 +643,7 @@
margin-left : 0;
left:50px;
top:50px;
- width:275px;
+ width:300px;
visibility: hidden;
background-color: #fff3cf;
overflow: visible;
Modified: trunk/wash.css
===================================================================
--- trunk/wash.css 2005-10-12 17:58:05 UTC (rev 221)
+++ trunk/wash.css 2005-10-12 18:05:19 UTC (rev 222)
@@ -830,7 +830,7 @@
position:absolute;
left:50px;
top:50px;
- width:275px;
+ width:300px;
background-color: #EEEEEE;
margin-left : 0;
overflow: visible;
More information about the sword-cvs
mailing list