Changeset 4824

Show
Ignore:
Timestamp:
06/06/07 16:32:19 (2 years ago)
Author:
morris
Message:

Old uncommitted stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • animanga/trunk/templates/www/comment-nested

    r4329 r4824  
    5959<div class="comment clearfix" <? if user.designation > constants.usernormal && comment.writestatus == constants.statusdeleted ?>style="color: #777777"<? end ?>> 
    6060 
    61 [<? if comment.type == constants.typeforum ?><a href="comments.pl?tid=<? comment.tid ?>;reply=<? comment.cid ?>#<? comment.cid ?>"><? elsif comment.type == constants.typestory ?><a href="articles.pl?sid=<? comment.aid ?>#<? comment.cid ?>"><? elsif comment.type == constants.typepoll ?><a href="polls.pl?qid=<? comment.aid ?>#<? comment.cid ?>"><? end ?><img src="<? urls.images ?>/<? site ?>/post.gif" style="vertical-align: middle" border="0" alt="<? comment.cid ?>" /></a> postad <? comment.time filter formattedtime ?> <? if comment.edit ?> | redigerad <? comment.edit filter formattedtime ?><? end ?><? if user.uid != 1 ?> | <a href="comments.pl?do=report;cid=<? comment.cid ?>">Rapportera</a><? end ?><? if user.designation > constants.usernormal ?> | <a href="<? urls.admin ?>/comments.pl?do=edit;cid=<? comment.cid ?>">Sensei</a><? end ?>] 
     61[<? if comment.type == constants.typeforum ?><a href="comments.pl?cid=<? comment.tid ?>;reply=<? comment.cid ?>#<? comment.cid ?>"><? elsif comment.type == constants.typestory ?><a href="articles.pl?sid=<? comment.aid ?>#<? comment.cid ?>"><? elsif comment.type == constants.typepoll ?><a href="polls.pl?qid=<? comment.aid ?>#<? comment.cid ?>"><? end ?><img src="<? urls.images ?>/<? site ?>/post.gif" style="vertical-align: middle" border="0" alt="<? comment.cid ?>" /></a> postad <? comment.time filter formattedtime ?> <? if comment.edit ?> | redigerad <? comment.edit filter formattedtime ?><? end ?><? if user.uid != 1 ?> | <a href="comments.pl?do=report;cid=<? comment.cid ?>">Rapportera</a><? end ?><? if user.designation > constants.usernormal ?> | <a href="<? urls.admin ?>/comments.pl?do=edit;cid=<? comment.cid ?>">Sensei</a><? end ?>] 
    6262 
    6363<br /> 
     
    7979 
    8080 
    81 [<? if !comment.locked || user.senseicomments ?><a href="comments.pl?do=post;pid=<? comment.cid ?>;aid=<? comment.aid ?>;tid=<? comment.tid ?>;type=<? comment.type ?>#form">Svara</a><? if comment.pid != -1 ?> | <? end ?><? end ?><? if comment.pid != -1 ?><a href="comments.pl?<? if comment.pid == comment.tid ?>tid<? else ?>cid<? end ?>=<? comment.pid ?>">Föregående</a><? end ?><? if comment.tid != -1 && comment.cid != comment.tid ?> | <a href="comments.pl?tid=<? comment.tid ?>">Ursprungstråd</a><? end ?> <? if comment.uid == user.uid && user.editcomment?> | <a href="comments.pl?do=edit;cid=<? comment.cid ?>">Redigera</a><? end ?>] 
     81[<? if !comment.locked || user.senseicomments ?><a href="comments.pl?do=post;pid=<? comment.cid ?>;aid=<? comment.aid ?>;tid=<? comment.tid ?>;type=<? comment.type ?>#form">Svara</a><? if comment.pid != -1 ?> | <? end ?><? end ?><? if comment.pid != -1 ?><a href="comments.pl?cid=<? comment.pid ?>">Föregående</a><? end ?><? if comment.tid != -1 && comment.cid != comment.tid ?> | <a href="comments.pl?cid=<? comment.tid ?>">Ursprungstråd</a><? end ?> <? if comment.uid == user.uid && user.editcomment?> | <a href="comments.pl?do=edit;cid=<? comment.cid ?>">Redigera</a><? end ?>] 
    8282<? end ?> 
    8383</div> 
  • animanga/trunk/templates/www/index

    r4329 r4824  
    1515 
    1616<? if page.commentcount > 0 ?> 
    17 <b>&middot;</b> <? page.commentcount ?> <? page.commentcount filter newstring ?> <a href="search.pl?what=listcomments;form=no;time=<? user.lasttime ?>"><? page.commentcount filter commentstring ?></a> i <? page.threadcount ?> <a href="search.pl?what=listthreads;form=no;time=<? user.lasttime ?>"><? page.threadcount filter threadstring ?></a><br /> 
     17<b>&middot;</b> <? page.commentcount ?> <? page.commentcount filter newstring ?> <a href="search.pl?what=listcomments;form=no;time=<? user.lasttime ?>"><? page.commentcount filter commentstring ?></a><? if page.threadcount ?> i <? page.threadcount ?> <a href="search.pl?what=listthreads;form=no;time=<? user.lasttime ?>"><? page.threadcount filter threadstring ?></a><? end ?><br /> 
    1818<? end ?> 
    1919 
  • animanga/trunk/templates/www/users-menu

    r3698 r4824  
    2222</tr> 
    2323 
    24 <tr> 
    25 <td class="listleft"><b>&middot;</b></td> 
    26 <td class="listright"><a href="users.pl?do=article">Skriv artikel</a></td> 
    27 </tr> 
    28  
    2924<? if user.designation > constants.usernormal ?> 
    3025<tr> 
  • animanga/trunk/templates/www/users-user

    r3184 r4824  
    101101<br /> 
    102102 
    103 <? if page.storycount > 0 || page.commentcount > 0 || page.user.time || page.user.signup ?> 
     103<? if page.storycount > 0 || page.commentcount > 0 || page.user.currenttime || page.user.signup ?> 
    104104<b>Statistik</b><br /> 
    105105<? end ?> 
     
    123123<? end ?> 
    124124 
    125 <? if page.user.time ?> 
    126 Senast inloggad <? page.user.time filter formattedtime ?> 
     125<? if page.user.currenttime ?> 
     126Senast inloggad <? page.user.currenttime filter formattedtime ?> 
    127127<? end ?> 
    128128</td>