[Comoblog-commit] modules/mod_postbytitle/templates/top mod_postbytitle.tpl.htm,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-11-27 21:10:16
|
Update of /cvsroot/comoblog/modules/mod_postbytitle/templates/top In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24295/mod_postbytitle/templates/top Added Files: mod_postbytitle.tpl.htm Log Message: initial add, just to make sure ive got the hang of it. mod_postbytitle,builds a select box or list of posts by title clicking on a link in it takes you to the post --- NEW FILE: mod_postbytitle.tpl.htm --- <!-- BEGIN: main --> <select name="mod_postbytitle" class="topbar_selector" onchange="if(this.value!='nolink') location=this.value;"> <option value="nolink">{CFG_POSTBYTITLE_TOPLINE} </option> <!-- BEGIN: item --> <option {ITEM.is_selected} value="post.php?/{ITEM.post_id}">{ITEM.post_mail_subject}</option> <!-- END: item --> </select> <!-- END: main --> |