Update of /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17319
Modified Files:
calendar.tpl searchPage.tpl slashHead-htmlarea3.tpl
slashHead.tpl story.tpl
Log Message:
Minor tidy-ups to ShankZen skin - trying to reduce the number of styles needed
Index: calendar.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/calendar.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** calendar.tpl 8 Apr 2003 21:12:31 -0000 1.1
--- calendar.tpl 2 Sep 2004 17:32:13 -0000 1.2
***************
*** 1,20 ****
! <!-- start calendar.tpl -->
! <table class="psl-calendar">
! <tr>
! <th>S</th><th>M</th><th>T</th><th>W</th><th>T</th><th>F</th><th>S</th>
! </tr>
! <!-- BEGIN row -->
! <tr>
! <!-- customize this td block for regular cells -->
! <!-- BEGIN cell -->
! <td>{DATA}</td>
! <!-- END cell -->
! <!-- customize this td block for linked cells -->
! <!-- BEGIN linked_cell -->
! <td class="psl-linkedCell"><a href="{URL}">{LINKED_DATA}</a></td>
! <!-- END linked_cell -->
! </tr>
! <!-- END row -->
! </table> <!-- id="calendar" -->
! <!-- end calendar.tpl -->
!
--- 1,20 ----
! <!-- start calendar.tpl -->
! <table class="psl-calendar" summary="Calendar of current month">
! <tr>
! <th>S</th><th>M</th><th>T</th><th>W</th><th>T</th><th>F</th><th>S</th>
! </tr>
! <!-- BEGIN row -->
! <tr>
! <!-- customize this td block for regular cells -->
! <!-- BEGIN cell -->
! <td>{DATA}</td>
! <!-- END cell -->
! <!-- customize this td block for linked cells -->
! <!-- BEGIN linked_cell -->
! <td class="psl-linkedCell"><a href="{URL}">{LINKED_DATA}</a></td>
! <!-- END linked_cell -->
! </tr>
! <!-- END row -->
! </table> <!-- id="calendar" -->
! <!-- end calendar.tpl -->
!
Index: searchPage.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/searchPage.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** searchPage.tpl 8 Apr 2003 21:12:33 -0000 1.1
--- searchPage.tpl 2 Sep 2004 17:32:14 -0000 1.2
***************
*** 29,36 ****
<div class="psl-block">
<h4>Search Results: {TOPIC_ALT_TEXT}</h4>
! <!-- BEGIN previous_match -->
! <p class="psl-prevMatch"><a href="{PREV_MATCHES_URL}">{PREV_COUNT} previous matches...</a></p>
! <!-- END previous_match -->
! <table>
<tr>
<th>Title</th>
--- 29,33 ----
<div class="psl-block">
<h4>Search Results: {TOPIC_ALT_TEXT}</h4>
! <table summary="Search results">
<tr>
<th>Title</th>
***************
*** 50,58 ****
<!-- BEGIN next_match -->
! <p class="psl-nextMatch"><a href="{MORE_MATCHES_URL}">remaining matches...</a></p>
<!-- END next_match -->
<!-- BEGIN no_match -->
! <p class="psl-noMatches">No Matches found to your query</p>
<!-- END no_match -->
</div> <!-- id="searchPage" -->
--- 47,60 ----
<!-- BEGIN next_match -->
! <div class="psl-more">
! <!-- BEGIN previous_match -->
! <a href="{PREV_MATCHES_URL}">« {PREV_COUNT} Previous matches</a> |
! <!-- END previous_match -->
! | <a href="{MORE_MATCHES_URL}">Remaining matches »</a>
<!-- END next_match -->
+ </div>
<!-- BEGIN no_match -->
! <p class="psl-error">No Matches found to your query</p>
<!-- END no_match -->
</div> <!-- id="searchPage" -->
Index: slashHead-htmlarea3.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/slashHead-htmlarea3.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** slashHead-htmlarea3.tpl 2 Sep 2004 03:22:18 -0000 1.5
--- slashHead-htmlarea3.tpl 2 Sep 2004 17:32:14 -0000 1.6
***************
*** 1,5 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!-- START slashHead.tpl -->
-
<html>
<head>
--- 1,4 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- START slashHead.tpl -->
<html>
<head>
***************
*** 229,234 ****
</head>
! <body onLoad="PSL_chooseEditor()">
!
<a name="top"> </a>
<table id="header" width=80%>
--- 228,232 ----
</head>
! <body onload="PSL_chooseEditor()">
<a name="top"> </a>
<table id="header" width=80%>
***************
*** 237,241 ****
<div style="vertical-align:bottom">
<div class="psl-logo">
! <a href="{ROOTDIR}"><img src="{IMAGEDIR}/topics/topicphpslash.gif" alt="{SITE_NAME}" border="0" width="100" height="40"/></a>
</div>
<div class="psl-title">
--- 235,239 ----
<div style="vertical-align:bottom">
<div class="psl-logo">
! <a href="{ROOTDIR}"><img src="{IMAGEDIR}/topics/topicphpslash.gif" alt="{SITE_NAME}" width="100" height="40"/></a>
</div>
<div class="psl-title">
***************
*** 247,251 ****
<div class="psl-search">
<form method="get" action="{SEARCH_ACTION_URL}">
! <input type="text" name=query value="" size="15" class="psl-text" />
<input type="submit" value="Search" class="psl-button" />
<input type="hidden" name="topic_id" value="" />
--- 245,249 ----
<div class="psl-search">
<form method="get" action="{SEARCH_ACTION_URL}">
! <input type="text" name="query" value="" size="15" class="psl-text" />
<input type="submit" value="Search" class="psl-button" />
<input type="hidden" name="topic_id" value="" />
Index: slashHead.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/slashHead.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** slashHead.tpl 8 Apr 2003 21:12:33 -0000 1.1
--- slashHead.tpl 2 Sep 2004 17:32:14 -0000 1.2
***************
*** 1,5 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!-- START slashHead.tpl -->
-
<html>
<head>
--- 1,4 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- START slashHead.tpl -->
<html>
<head>
***************
*** 37,41 ****
<div class="psl-search">
<form method="get" action="{SEARCH_ACTION_URL}">
! <input type="text" name=query value="" size="15" class="psl-text" />
<input type="submit" value="Search" class="psl-button" />
<input type="hidden" name="topic_id" value="" />
--- 36,40 ----
<div class="psl-search">
<form method="get" action="{SEARCH_ACTION_URL}">
! <input type="text" name="query" value="" size="15" class="psl-text" />
<input type="submit" value="Search" class="psl-button" />
<input type="hidden" name="topic_id" value="" />
Index: story.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/story.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** story.tpl 27 Aug 2004 17:19:26 -0000 1.2
--- story.tpl 2 Sep 2004 17:32:14 -0000 1.3
***************
*** 14,23 ****
</span> <!-- id="storyAdditional" -->
<small><a href="{URL}">{NAME}</a>:{DEPT}:{DATEF}</small>
! <p class="psl-intro">
{INTRO_TEXT}
! </p>
{BODY_TEXT}
! <div>{ARROWS}</div>
</div>
<!-- END story.tpl -->
-
--- 14,25 ----
</span> <!-- id="storyAdditional" -->
<small><a href="{URL}">{NAME}</a>:{DEPT}:{DATEF}</small>
! <div class="psl-intro">
{INTRO_TEXT}
! </div>
{BODY_TEXT}
! <!-- BEGIN comment_block -->
! <!-- No comments shown -->
! <!-- END comment_block -->
! <div class="psl-arrows">{ARROWS}</div>
</div>
<!-- END story.tpl -->
|