[Comoblog-commit] modules/mod_postbydate/templates/top mod_postbydate.tpl.htm,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-11-27 19:58:55
|
Update of /cvsroot/comoblog/modules/mod_postbydate/templates/top In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9857/mod_postbydate/templates/top Added Files: mod_postbydate.tpl.htm Log Message: initial add, just to make sure ive got the hang of it. mod_postbydate ,builds a select box or list of posts by month, clicking on a link in it takes you to the first date with posts in that month, Its all working for me, but feel free to provide feed back. (and thanks to all of you whole helped test it, it now supports any language via the admin area, see the welsh sql file in the root of this module if your updating Oh and it really needs its own icon I suppose - but I'm not good at that, I'm open to suggestions --- NEW FILE: mod_postbydate.tpl.htm --- <!-- BEGIN: main --> <select name="mod_postbydate" class="topbar_selector" onchange="if(this.value!='nolink') location=this.value;"> <option value="nolink">{CFG_POSTBYDATE_TOPLINE}</option> <!-- BEGIN: item --> <option value="index.php?/{ITEM.posturl}">{ITEM.monthword} {ITEM.year} ({ITEM.postcount} Posts)</option> <!-- END: item --> </select> <!-- END: main --> |