|
From: Jon O. <jon...@us...> - 2006-08-04 20:10:47
|
Update of /cvsroot/mxbb/mx_kb/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4946/modules/mx_kb/templates/subSilver Modified Files: kb_article_body.tpl kb_article_body_print.tpl kb_cat_body.tpl kb_stats_body.tpl Log Message: statistics print view Index: kb_cat_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/kb_cat_body.tpl,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** kb_cat_body.tpl 1 Aug 2006 21:00:39 -0000 1.14 --- kb_cat_body.tpl 4 Aug 2006 20:10:43 -0000 1.15 *************** *** 147,152 **** </tr> </table> ! <!-- END no_articles --> ! ! ! --- 147,149 ---- </tr> </table> ! <!-- END no_articles --> \ No newline at end of file Index: kb_stats_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/kb_stats_body.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** kb_stats_body.tpl 1 Aug 2006 21:00:39 -0000 1.7 --- kb_stats_body.tpl 4 Aug 2006 20:10:43 -0000 1.8 *************** *** 2,13 **** <tr> <td align="left" class="nav"> ! <a href="{U_KB}" class="nav">{L_KB}</a> ! <!-- BEGIN navlinks --> ! » <a href="{navlinks.U_VIEW_CAT}" class="nav">{navlinks.CAT_NAME}</a> ! <!-- END navlinks --> </td> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0" class="forumline"> <tr> --- 2,11 ---- <tr> <td align="left" class="nav"> ! <a href="{U_KB}" class="nav">{L_KB}</a>{PATH} </td> </tr> </table> + <!-- BEGIN ARTICLELIST --> <table width="100%" cellpadding="0" cellspacing="0" class="forumline"> <tr> *************** *** 19,32 **** <!-- BEGIN articlerow --> <tr> ! <td rowspan="2" class="{articlerow.COLOR}" valign="middle"> <img src="{articlerow.ARTICLE_IMAGE}" border="0" class="mx_icon"></td> ! <td width="100%" class="{articlerow.COLOR}"> ! <a href="{articlerow.U_ARTICLE}" class="topictitle">{articlerow.ARTICLE}</a> ! <br><span class="genmed">{articlerow.ARTICLE_DESCRIPTION}</span> </td> </tr> <tr> ! <td valign="top" align="left" class="{articlerow.COLOR}"><span class="gensmall">{L_ARTICLE_TYPE}: {articlerow.ARTICLE_TYPE} • {L_ARTICLE_DATE}: {articlerow.ARTICLE_DATE} • {L_VIEWS}: {articlerow.ART_VIEWS} • {L_ARTICLE_AUTHOR}: {articlerow.ARTICLE_AUTHOR} <!-- BEGIN show_ratings --> ! • {articlerow.L_RATING}: {articlerow.RATING} ({articlerow.ARTICLE_VOTES} {L_VOTES}) <!-- END show_ratings --> </span> --- 17,30 ---- <!-- BEGIN articlerow --> <tr> ! <td rowspan="2" class="{ARTICLELIST.articlerow.COLOR}" valign="middle"> <img src="{ARTICLELIST.articlerow.ARTICLE_IMAGE}" border="0" class="mx_icon"></td> ! <td width="100%" class="{ARTICLELIST.articlerow.COLOR}"> ! <a href="{ARTICLELIST.articlerow.U_ARTICLE}" class="topictitle">{ARTICLELIST.articlerow.ARTICLE}</a> ! <br><span class="genmed">{ARTICLELIST.articlerow.ARTICLE_DESCRIPTION}</span> </td> </tr> <tr> ! <td valign="top" align="left" class="{ARTICLELIST.articlerow.COLOR}"><span class="gensmall">{L_ARTICLE_TYPE}: {ARTICLELIST.articlerow.ARTICLE_TYPE} • {L_ARTICLE_DATE}: {ARTICLELIST.articlerow.ARTICLE_DATE} • {L_VIEWS}: {ARTICLELIST.articlerow.ART_VIEWS} • {L_ARTICLE_AUTHOR}: {ARTICLELIST.articlerow.ARTICLE_AUTHOR} <!-- BEGIN show_ratings --> ! • {ARTICLELIST.articlerow.L_RATING}: {ARTICLELIST.articlerow.RATING} ({ARTICLELIST.articlerow.ARTICLE_VOTES} {L_VOTES}) {ARTICLELIST.articlerow.DO_RATE} <!-- END show_ratings --> </span> *************** *** 38,41 **** --- 36,62 ---- </td> </tr> + <form action="{S_ACTION_SORT}" method="post"> + <input type="hidden" name="action" value="category"> + <input type="hidden" name="cat_id" value="{ID}"> + <input type="hidden" name="start" value="{START}"> + <tr> + <td align="center" colspan="2" class="cat"><span class="genmed">{L_SELECT_SORT_METHOD}: + <select name="sort_method"> + <option {SORT_ALPHABETIC} value='Alphabetic'>{L_ALPHABETIC}</option> + <option {SORT_LATEST} value='Latest'>{L_LATEST}</option> + <option {SORT_TOPRATED} value='Toprated'>{L_TOPRATED}</option> + <option {SORT_MOST_POPULAR} value='Most_popular'>{L_MOST_POPULAR}</option> + <option {SORT_USERRANK} value='Userrank'>{L_USERRANK}</option> + <option {SORT_ID} value='Id'>{L_ID}</option> + </select> + {L_ORDER}: + <select name="sort_order"> + <option {SORT_ASC} value="ASC">{L_ASC}</option> + <option {SORT_DESC} value="DESC">{L_DESC}</option> + </select> + <input type="submit" name="submit" value="{L_SORT}" class="liteoption" /> + </span></td> + </tr> + </form> </table> *************** *** 46,47 **** --- 67,80 ---- </tr> </table> + <!-- END ARTICLELIST --> + + <!-- BEGIN no_articles --> + <table class="forumline" width="100%" cellspacing="1" cellpadding="3"> + <tr> + <th class="thHead">{no_articles.L_NO_ARTICLES}</th> + </tr> + <tr> + <td class="row1" align="center" height="30"><span class="genmed">{no_articles.L_NO_ARTICLES_CAT}</span></td> + </tr> + </table> + <!-- END no_articles --> \ No newline at end of file Index: kb_article_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/kb_article_body.tpl,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** kb_article_body.tpl 4 Aug 2006 16:30:30 -0000 1.20 --- kb_article_body.tpl 4 Aug 2006 20:10:43 -0000 1.21 *************** *** 15,18 **** --- 15,29 ---- </script> + <style type="text/css"> + <!-- + .articleDetails { + width: 200px; + display: block; + border: 1px solid {T_TH_COLOR1}; + float:right; + } + --> + </style> + <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> *************** *** 31,69 **** <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> <tr> ! <td class="row2"><hr> ! <span class="gensmall"><b>{L_ARTICLE_AUTHOR}</b></span> <span class="gensmall">{ARTICLE_AUTHOR}</span> ! <span class="gensmall"><b>{L_ARTICLE_DATE}</b></span> <span class="gensmall">{ARTICLE_DATE}</span> ! <span class="gensmall">{VIEWS}<br /></span> ! <span class="gensmall"><b>{L_ARTICLE_DESCRIPTION}</b></span> <span class="gensmall">{ARTICLE_DESCRIPTION}<br /></span> ! <span class="gensmall"><b>{L_ARTICLE_CATEGORY}</b></span> <span class="gensmall">{ARTICLE_CATEGORY}</span> ! <span class="gensmall"><b>{L_ARTICLE_TYPE}</b></span> <span class="gensmall">{ARTICLE_TYPE}</span> ! ! <!-- BEGIN custom_field --> ! <span class="gensmall"><br /><b>{custom_field.CUSTOM_NAME}</b> </span> <span class="gen">{custom_field.DATA} </span> ! <!-- END custom_field --> ! <!-- BEGIN switch_ratings --> ! <hr> ! <span class="gensmall"><b>{L_RATINGS}</b></span> <span class="gensmall">{switch_ratings.RATING} ({switch_ratings.VOTES} {switch_ratings.L_VOTES})</span> ! <span class="gensmall"><a href="{switch_ratings.U_RATE}" class="gensmall">{switch_ratings.DO_RATE}</a></span> ! <!-- END switch_ratings --> ! </td> </tr> - <tr> <td class="row1" wrap="wrap"> ! <span class="maintitle"style="font-size: 9pt;">{ARTICLE_TITLE}</span> ! </tr> ! <!-- BEGIN switch_toc --> ! <tr> ! <td class="row1" align="left"><br /><span class="maintitle">{L_TOC}</span><br /><br /> ! <span class="nav"> ! <!-- BEGIN pages --> ! {switch_toc.pages.TOC_ITEM} ! <!-- END pages --> ! </span></td> ! </tr> ! <!-- END switch_toc --> ! <tr> ! <td class="row1" wrap="wrap"><span class="postbody">{ARTICLE_TEXT}</span></td> </tr> <!-- BEGIN switch_pages --> --- 42,91 ---- <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> <tr> ! <th class="thTop" align="left"> ! {ARTICLE_TITLE} ! </th> </tr> <tr> <td class="row1" wrap="wrap"> ! ! <div class="articleDetails" align="right"> ! <table width="100%" cellpadding="4" cellspacing="1" border="0"> ! <tr> ! <td class="row2"> ! <span class="gensmall"><b>{L_ARTICLE_AUTHOR}</b></span> <span class="gensmall">{ARTICLE_AUTHOR}</span><br /> ! <span class="gensmall"><b>{L_ARTICLE_DATE}</b></span> <span class="gensmall">{ARTICLE_DATE}</span><br /> ! <span class="gensmall">{VIEWS}</span><br /> ! <span class="gensmall"><b>{L_ARTICLE_CATEGORY}</b></span> <span class="gensmall">{ARTICLE_CATEGORY}</span><br /> ! <span class="gensmall"><b>{L_ARTICLE_TYPE}</b></span> <span class="gensmall">{ARTICLE_TYPE}</span><br /> ! ! <!-- BEGIN custom_field --> ! <span class="gensmall"><b>{custom_field.CUSTOM_NAME}</b> </span> <span class="gensmall">{custom_field.DATA} </span><br /> ! <!-- END custom_field --> ! <!-- BEGIN switch_ratings --> ! <hr> ! <span class="gensmall"><b>{L_RATINGS}</b></span> <span class="gensmall">{switch_ratings.RATING} ({switch_ratings.VOTES} {switch_ratings.L_VOTES})</span> ! <span class="gensmall"><a href="{switch_ratings.U_RATE}" class="gensmall">{switch_ratings.DO_RATE}</a></span> ! <!-- END switch_ratings --> ! </td> ! </tr> ! </table> ! </div> ! ! <span class="maintitle"style="font-size: 9pt;">{ARTICLE_TITLE}</span> ! <p><span class="gensmall"><b>{ARTICLE_DESCRIPTION}</b></span> ! ! <!-- BEGIN switch_toc --> ! <br /> ! <span class="maintitle">{L_TOC}</span><br /><br /> ! <span class="nav"> ! <!-- BEGIN pages --> ! {switch_toc.pages.TOC_ITEM} ! <!-- END pages --> ! </span> ! <!-- END switch_toc --> ! ! <p><span class="postbody">{ARTICLE_TEXT}</span> ! ! </td> </tr> <!-- BEGIN switch_pages --> Index: kb_article_body_print.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/kb_article_body_print.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** kb_article_body_print.tpl 5 Apr 2006 21:19:50 -0000 1.5 --- kb_article_body_print.tpl 4 Aug 2006 20:10:43 -0000 1.6 *************** *** 6,11 **** {META} {NAV_LINKS} ! <title>{SITENAME} :: {PAGE_TITLE}</title> ! <link rel="stylesheet" href="templates/print_version.css" type="text/css" > </head> --- 6,23 ---- {META} {NAV_LINKS} ! <title>{ARTICLE_TITLE}</title> ! <link rel="stylesheet" href="modules/mx_kb/templates/print_version.css" type="text/css" > ! ! <style type="text/css"> ! <!-- ! .articleDetails { ! width: 200px; ! display: block; ! border: 1px solid {T_TH_COLOR1}; ! float:right; ! } ! --> ! </style> ! </head> *************** *** 13,56 **** <a name="top"></a> ! <table align ="center" width="80%" cellpadding="4" cellspacing="1" border="0" class="forumline"> ! <tr> ! <td class="row2"> ! <span class="gensmall"><b>{L_ARTICLE_AUTHOR}</b></span> <span class="gensmall">{ARTICLE_AUTHOR}</span> ! <span class="gensmall"><b>{L_ARTICLE_DATE}</b></span> <span class="gensmall">{ARTICLE_DATE}</span> ! <span class="gensmall">{VIEWS}</span><br /> ! ! <span class="gensmall"><b>{L_ARTICLE_KEYWORDS}</b></span> <span class="gensmall">{ARTICLE_KEYWORDS}</span><br /> ! <span class="gensmall"><b>{L_ARTICLE_DESCRIPTION}</b> </span><span class="gensmall">{ARTICLE_DESCRIPTION}</span> ! ! <!-- BEGIN custom_field --> ! <span class="gensmall"><br /><b>{custom_field.CUSTOM_NAME}</b> </span> <span class="gen">{custom_field.DATA} </span> ! <!-- END custom_field --> ! <br /> ! <!-- BEGIN switch_comments --> ! <span class="gensmall"><br />{COMMENTS}</span> ! <!-- END switch_comments --> ! <!-- BEGIN switch_ratings --> ! <span class="gensmall"><br />{RATINGS}</span> ! <!-- END switch_ratings --> ! </td> ! <!-- BEGIN switch_toc --> ! <tr> ! <td class="row1" align="left"><span class="maintitle">{L_TOC}</span><br /><br /> ! <span class="nav"> ! <!-- BEGIN pages --> ! {switch_toc.pages.TOC_ITEM} ! <!-- END pages --> ! </span></td> ! </tr> ! <!-- END switch_toc --> <tr> ! <td class="maintitle" nowrap="nowrap"><br />{ARTICLE_TITLE} <br /><hr></td> ! </tr> ! <tr> ! <td class="row1" wrap="wrap"><span class="postbody">{ARTICLE_TEXT}</span></td> </tr> <!-- BEGIN switch_pages --> <tr> ! <td class="row1" align="center"><span class="nav">{L_GOTO_PAGE} <!-- BEGIN pages --> {switch_pages.pages.PAGE_LINK} --- 25,74 ---- <a name="top"></a> ! <table align="center" width="70%" cellpadding="20" cellspacing="1" border="0" class="forumline"> <tr> ! <td class="row1" wrap="wrap"> ! ! <div class="articleDetails" align="right"> ! <table width="100%" cellpadding="4" cellspacing="1" border="0"> ! <tr> ! <td class="row2"> ! <span class="gensmall"><b>{L_ARTICLE_AUTHOR}</b></span> <span class="gensmall">{ARTICLE_AUTHOR}</span><br /> ! <span class="gensmall"><b>{L_ARTICLE_DATE}</b></span> <span class="gensmall">{ARTICLE_DATE}</span><br /> ! <span class="gensmall">{VIEWS}</span><br /> ! <span class="gensmall"><b>{L_ARTICLE_CATEGORY}</b></span> <span class="gensmall">{ARTICLE_CATEGORY}</span><br /> ! <span class="gensmall"><b>{L_ARTICLE_TYPE}</b></span> <span class="gensmall">{ARTICLE_TYPE}</span><br /> ! ! <!-- BEGIN custom_field --> ! <span class="gensmall"><b>{custom_field.CUSTOM_NAME}</b> </span> <span class="gensmall">{custom_field.DATA} </span><br /> ! <!-- END custom_field --> ! <!-- BEGIN switch_ratings --> ! <hr> ! <span class="gensmall"><b>{L_RATINGS}</b></span> <span class="gensmall">{switch_ratings.RATING} ({switch_ratings.VOTES} {switch_ratings.L_VOTES})</span> ! <!-- END switch_ratings --> ! </td> ! </tr> ! </table> ! </div> ! ! <span class="maintitle"style="font-size: 9pt;">{ARTICLE_TITLE}</span> ! <p><span class="gensmall"><b>{ARTICLE_DESCRIPTION}</b></span> ! ! <!-- BEGIN switch_toc --> ! <br /> ! <span class="maintitle">{L_TOC}</span><br /><br /> ! <span class="nav"> ! <!-- BEGIN pages --> ! {switch_toc.pages.TOC_ITEM} ! <!-- END pages --> ! </span> ! <!-- END switch_toc --> ! ! <p><span class="postbody">{ARTICLE_TEXT}</span> ! ! </td> </tr> <!-- BEGIN switch_pages --> <tr> ! <td class="row1" align="center"><span class="nav">{L_GOTO_PAGE} <!-- BEGIN pages --> {switch_pages.pages.PAGE_LINK} *************** *** 70,74 **** <!-- END switch_comments_show --> <!-- BEGIN postrow --> ! <tr> <td class="row1" width="100%" height="28" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> --- 88,92 ---- <!-- END switch_comments_show --> <!-- BEGIN postrow --> ! <tr> <td class="row1" width="100%" height="28" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> *************** *** 76,80 **** <td width="100%"><span class="genmed"><b>{postrow.POSTER_NAME}</b></span><span class="postdetails"> {L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT} {postrow.POST_SUBJECT}</span></td> </tr> ! <tr> <td ><hr /></td> </tr> --- 94,98 ---- <td width="100%"><span class="genmed"><b>{postrow.POSTER_NAME}</b></span><span class="postdetails"> {L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT} {postrow.POST_SUBJECT}</span></td> </tr> ! <tr> <td ><hr /></td> </tr> *************** *** 84,88 **** </table></td> </tr> ! <tr> <td class="spaceRow" colspan="2" height="1"><img src="{SPACER_IMG}" alt="" width="1" height="1" /></td> </tr> --- 102,106 ---- </table></td> </tr> ! <tr> <td class="spaceRow" colspan="2" height="1"><img src="{SPACER_IMG}" alt="" width="1" height="1" /></td> </tr> |