diff --git a/doc/buttons/bn_go.png b/doc/buttons/bn_go.png deleted file mode 100644 index dac836f..0000000 Binary files a/doc/buttons/bn_go.png and /dev/null differ diff --git a/doc/buttons/bn_hide.png b/doc/buttons/bn_hide.png deleted file mode 100644 index 7739c59..0000000 Binary files a/doc/buttons/bn_hide.png and /dev/null differ diff --git a/doc/buttons/bn_post_go_next.png b/doc/buttons/bn_post_go_next.png deleted file mode 100644 index 4c87e8e..0000000 Binary files a/doc/buttons/bn_post_go_next.png and /dev/null differ diff --git a/doc/buttons/bn_post_reload.png b/doc/buttons/bn_post_reload.png deleted file mode 100644 index a3e1c39..0000000 Binary files a/doc/buttons/bn_post_reload.png and /dev/null differ diff --git a/doc/buttons/bn_scribble.png b/doc/buttons/bn_scribble.png deleted file mode 100644 index c7c4ef3..0000000 Binary files a/doc/buttons/bn_scribble.png and /dev/null differ diff --git a/doc/design-goals.html b/doc/design-goals.html index 63d2ff4..a8645ae 100644 --- a/doc/design-goals.html +++ b/doc/design-goals.html @@ -51,7 +51,7 @@
+ <% if (rdat.useHTMLComments()) { %><% } %> + ">" ALT="Topic List" WIDTH=80 HEIGHT=24 + BORDER=0> + + <% if (data.isTopicHidden()) { %> + ">" ALT="Show Topic" WIDTH=80 HEIGHT=24 + BORDER=0> + <% } else { %> + ">" ALT="Hide Topic" WIDTH=80 HEIGHT=24 + BORDER=0> + <% } // end if %> + + <% if (data.canDoNextTopic()) { %> + ">" ALT="Next Topic" WIDTH=80 HEIGHT=24 + BORDER=0> + + <% if (data.getNewMessages()>0) { %> + <%-- TODO: this doesn't do Keep New yet --%> + ">" ALT="Next & Keep New" WIDTH=80 HEIGHT=24 + BORDER=0> + + <% } // end if %> + <% } // end if %> + | ++ <% if (rdat.useHTMLComments()) { %><% } %> + <% if (data.canFreezeTopic()) { %> + + <% if (data.isTopicFrozen()) { %> + ">" ALT="Unfreeze Topic" WIDTH=80 HEIGHT=24 + BORDER=0> + <% } else { %> + ">" ALT="Freeze Topic" WIDTH=80 HEIGHT=24 + BORDER=0> + <% } // end if %> + <% } // end if %> + <% if (data.canArchiveTopic()) { %> + + <% if (data.isTopicArchived()) { %> + ">" ALT="Unarchive Topic" WIDTH=80 + HEIGHT=24 BORDER=0> + <% } else { %> + ">" ALT="Archive Topic" WIDTH=80 HEIGHT=24 + BORDER=0> + <% } // end if %> + <% } // end if %> + <% if (data.canDeleteTopic()) { %> + + ">" ALT="Delete Topic" WIDTH=80 HEIGHT=24 + BORDER=0> + <% } // end if %> + | +
+ <% if (rdat.useHTMLComments()) { %><% } %> + + | +<%= rdat.getStdFontTag(null,2) %> + <% if (rdat.useHTMLComments()) { %><% } %> + <%-- TODO: the number "20" should be configurable --%> + [ + ">View All + <% if (data.canScrollUp()) { %> + | + ">Scroll Up 20 + <% } // end if %> + <% if (data.canScrollDown()) { %> + | + ">Scroll Down 20 + <% } // end if %> + <% if (data.canScrollDown()) { %> + | + ">Scroll To End + <% } // end if %> + | + Bottom + ] + | +
+ <% } // end if %>
+ <%= rdat.getStdFontTag(null,2) %>
+ "><%= msg.getPostNumber() %> of
+ <%= data.getTotalMessages() - 1 %>
+ <%= rdat.getStdFontTag(null,1) %><<%= "TODO" %>> + <%= msg.getPseud() %> + ( + " TARGET="_blank"><%= poster %>, + <%= rdat.formatDateForDisplay(msg.getPostDate()) %> + ) + <%-- TODO: paperclip goes here if we have an attachment --%> + + <% if (msg.isScribbled()) { %> + + (Scribbled by <%= data.getMessageBodyText(msg) %> on + <%= rdat.formatDateForDisplay(msg.getScribbleDate()) %>) + + <% } else if (msg.isHidden() && !(data.showAdvanced())) { %> + + ">(Hidden + Message: <%= msg.getNumLines() %> <% if (msg.getNumLines()==1) { %>Line<% } else { %>Lines<% } %> + + <% } else { %> + <%= data.getMessageBodyText(msg) %>+ <% } // end if %> + <% if (data.showAdvanced()) { %> + |
+ <% if (!(msg.isScribbled())) { %>
+ <% if (msg.canHide()) { %>
+ <% if (msg.isHidden()) { %>
+ ">" ALT="Show" WIDTH=80 HEIGHT=24 BORDER=0> + <% } else { %> + ">" ALT="Hide" WIDTH=80 HEIGHT=24 BORDER=0> + <% } // end if %> + <% } // end if (can hide) %> + <% if (msg.canScribble()) { %> + ">" ALT="Scribble" WIDTH=80 HEIGHT=24 + BORDER=0> + <% } // end if (can scribble) %> + <% } // end if (not already scribbled) %> + <% if (msg.canNuke()) { %> + ">" ALT="Nuke" WIDTH=80 HEIGHT=24 + BORDER=0> + <% } // end if (can nuke) %> + |
+ | <%= rdat.getStdFontTag(null,2) %> + <% if (rdat.useHTMLComments()) { %><% } %> + <%-- TODO: the number "20" should be configurable --%> + [ + ">View All + <% if (data.canScrollUp()) { %> + | + ">Scroll Up 20 + <% } // end if %> + <% if (data.canScrollDown()) { %> + | + ">Scroll Down 20 + <% } // end if %> + <% if (data.canScrollDown()) { %> + | + ">Scroll To End + <% } // end if %> + | + Top + ] + | +
+ <% if (rdat.useHTMLComments()) { %><% } %> + ">" ALT="Topic List" WIDTH=80 HEIGHT=24 + BORDER=0> + + <% if (data.isTopicHidden()) { %> + ">" ALT="Show Topic" WIDTH=80 HEIGHT=24 + BORDER=0> + <% } else { %> + ">" ALT="Hide Topic" WIDTH=80 HEIGHT=24 + BORDER=0> + <% } // end if %> + + <% if (data.canDoNextTopic()) { %> + ">" ALT="Next Topic" WIDTH=80 HEIGHT=24 + BORDER=0> + + <% if (data.getNewMessages()>0) { %> + <%-- TODO: this doesn't do Keep New yet --%> + ">" ALT="Next & Keep New" WIDTH=80 HEIGHT=24 + BORDER=0> + + <% } // end if %> + <% } // end if %> + | ++ |
<%= data.getPreviewData() %>
+ <% if (msg.isScribbled()) { %> + + (Scribbled by <%= data.getMessageBodyText(msg) %> on + <%= rdat.formatDateForDisplay(msg.getScribbleDate()) %>) + + <% } else { %> +
<%= data.getMessageBodyText(msg) %>+ <% } // end if %> +<% } // end while %> +<% if (rdat.useHTMLComments()) { %><% } %> + +