<% //====== Global PAGE ELEMENTS OUTPUT ========================= // Copyright 2005 SiC. All Rights Reserved. // Last Update: 2005-04-23 12:22:38 //============================================================ // Page header ////////////////////////////////////////////////////////////// function pageHeader(strTitle){ %> <%=func.HTMLEncode((!strTitle?"":strTitle+" - ")+theCache.settings["blogTitle"])%> " /> " href="<%=theCache.settings["baseURL"]%>feed.asp" />
<%if(Application(lbsNamespace+"siteClosed")==true){%>
Site is Currently Closed
<%}%> <% } // Sidebar ////////////////////////////////////////////////////////////// function sidebar(){ %> <% } // Message Box while redirect after operation ////////////////////////////////////// function redirectMessage(strTitle, strContent, strRediret, targetURL, bAuto, strStyle){ if(strStyle==undefined){ strStyle="messagebox" } %>
<%=strTitle%>
<%=strContent%>
<% if(bAuto){ %><% } %>
<% } // Comment Box ////////////////////////////////////////////////////////////// function commentForm(strTitle,strActionURL,strContent,strUBBFlags,bHidden,strReply,bShowReplyArea){ if(!strContent) strContent=""; if(!strUBBFlags) strUBBFlags="110011"; if(!bHidden) bHidden=false; %>
<%=func.HTMLEncodeLite(strTitle)%>
<%=lang["smilies"]%>
<%for(var i=0;i /<%=theCache.smilies[i].image%>" alt="<%=theCache.smilies[i].code%>" /> <%if((i+1)%theCache.settings["smiliesPerRow"]==0) write("
\n")%> <%}%>
/> <%=lang["e_ubb"]%>
/> <%=lang["e_autourl"]%>
/> <%=lang["e_smilies"]%>
/> <%=lang["comm_hidden"]%>
<%if(!theUser.loggedIn){%>
<%=lang["username"]%>:   <%=lang["password"]%>:   <%if(theCache.settings["enableRegister"]==1){%> <%=lang["reg_now"]%>? <%}%>
<%}%> <% if(theCache.settings["enableSecurityCode"]==1){ %>
<%=lang[" /> * <%=lang["scode_req"]%>
<% } %> <%if(!bShowReplyArea){%> <%}else{%> <%}%> <%if(theUser.rights["upload"]>0&&theCache.settings["enableUpload"]==1){%>
<%}%>
" onclick="this.disabled=true;document.inputform.submit();" class="button" />  " class="button" />
<% } // Page footer ////////////////////////////////////////////////////////////// function pageFooter(){ // Caculate Execution Time processTime = Number(new Date()) - processTime; %>
<% connBlog.close(); Session.CodePage = Session("OldCodePage"); if(inDebug) showSQL(); } %>