Skip to content
Snippets Groups Projects
Commit 54e14030 authored by deuce's avatar deuce
Browse files

Minor cleanups

parent 727d304d
No related branches found
No related tags found
No related merge requests found
<?xjs
/*
* No way to tell the last change date since user changes
* can change the list of groups.
* can change the list of groups. No caching
*/
load(cwd+"functions.js");
......
......@@ -29,8 +29,7 @@ http_reply.header['Last-Modified']=strftime("%a, %d %b %Y %H:%M:%S GMT",last_mod
(Note: Logging in will update your new scan pointer on logout)<br>
</div>
<h4>This site looks worst with Internet Explorer</h4>
<div class="group-list" id="group-list">
</div>
<div class="group-list" id="group-list"></div>
<h2>Your footer goes here...</h2>
</body>
</html>
......@@ -9,7 +9,7 @@ if(new_stats[msg_number].inherit_new)
<div class="message-header" id="message-header-<?xjs write(clean_id(sub_code)+'-'+msg_number) ?>">
<?xjs
if(headers[msg_number].thread_first) {
?> <a class="expander" href="javascript:toggle_replies('<?xjs write(sub_code); ?>',<?xjs write(msg_number); ?>)">
?> <a class="expander" href="javascript:toggle_replies('<?xjs write(sub_code); ?>',<?xjs write(msg_number); ?>)">
<?xjs if(new_stats[msg_number].inherit_new) { /* Will be expanded */
?> <img class="expander" border="0" width="19" height="16" src="minus.gif" id="reply-expander-<?xjs write(clean_id(sub_code)+'-'+msg_number); ?>">
<?xjs } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment