UserPreferences

OpmlJscript


/* from http://www.netcrucible.com/xslt/opml.js */ /*
the UI event handlers
*/

function somethingWasClicked(evt){

}

function mouseOver(evt){

}

function mouseOut(evt){

}

function keyStruck(evt){

}

/*
outline manipulation routines
*/

function hideThisBro(mark,doAll){

}

function showThisBro(mark,doAll){

}

function applyExpansionState(){

}

function editNode(obj){

}

function htmlEdit(obj){

}

function unEdit(obj){

}

function setContext(obj){

}

function unContext(obj){

}

function clearStyle(obj){

}

function blastNode(obj){

}

function nodeUp(obj){

}

function nodeDown(obj){

}

function nodeRight(obj){

}

function nodeLeft(obj){

}

function nodeNew(obj){

}

function nodeLink(obj){

}

function nodeCommentToggle(obj){

}

/*

*/

function getOutlineMarker(obj){

}

function getOutlineText(obj){

}

function getPreviousSibling(obj, className){

}

function getNextSibling(obj, className){

}

/*
manipulate attributes. the 'Ex' functions are a way of storing 'attributes' that are not DHTML attributes; 'Ex' attributes are defined as any child 'SPAN' element with class='outlineAttribute', title=attribName, and the innerHTML content being the value.
*/

function getAttrVal(obj,aname){

}

function setAttrVal(obj,aname,aval){

}

function getAttrValEx(obj,aname){

}

function setAttrValEx(obj,aname,aval){

}

/*
get information about an event and mask browser differences to caller.
*/

function getTarget(evnt){

}

function getButton(evnt){

}

/*
screen refresh functions to compensate for a very peculiar IE bug (and an even stranger Netscape 6 bug!)
*/ function refreshScreen(condition){

}

function squeeze(){

}

function relax(){

}

/*

*/

function toggleOPML(){

}

function genOPML(){

}

function genSubOPML(nRoot,prepend){

}

/*

*/

function initUI(){

}

/*
load event handlers
*/ var isNav6, isIE4, isIE55, contextNode, inEdit, scTopPrevious var inOPMLView = false;

if (parseInt(navigator.appVersion.charAt(0)) >= 4) {

} isIE55 = (isIE4 && ((navigator.appVersion.indexOf("5.5") > -1) || (navigator.appVersion.indexOf("6") > -1)));

if (isNav6) {

} document.onmousedown = somethingWasClicked; document.onmouseover = mouseOver; document.onmouseout = mouseOut; document.onkeyup = keyStruck; window.onload = initUI;

var crlf = "\r\n"; var tab = "\t";

/*

*/ function xmlEncode(strng){

}

function htmlToISO(strEncoded){

}

/*

*/ function cDictionary() {

}

function m_lookup(strKeyName) {

}

function m_add() {

}

function m_remove(strKeyName) {

}

var oEntityDictionary = new cDictionary();

oEntityDictionary.add('quot',34); oEntityDictionary.add('amp',38); oEntityDictionary.add('apos',39); oEntityDictionary.add('lt',60); oEntityDictionary.add('gt',62); oEntityDictionary.add('nbsp',160); oEntityDictionary.add('iexcl',161); oEntityDictionary.add('cent',162); oEntityDictionary.add('pound',163); oEntityDictionary.add('curren',164); oEntityDictionary.add('yen',165); oEntityDictionary.add('brvbar',166); oEntityDictionary.add('sect',167); oEntityDictionary.add('uml',168); oEntityDictionary.add('copy',169); oEntityDictionary.add('ordf',170); oEntityDictionary.add('laquo',171); oEntityDictionary.add('not',172); oEntityDictionary.add('shy',173); oEntityDictionary.add('reg',174); oEntityDictionary.add('macr',175); oEntityDictionary.add('deg',176); oEntityDictionary.add('plusmn',177); oEntityDictionary.add('sup2',178); oEntityDictionary.add('sup3',179); oEntityDictionary.add('acute',180); oEntityDictionary.add('micro',181); oEntityDictionary.add('para',182); oEntityDictionary.add('middot',183); oEntityDictionary.add('cedil',184); oEntityDictionary.add('sup1',185); oEntityDictionary.add('ordm',186); oEntityDictionary.add('raquo',187); oEntityDictionary.add('frac14',188); oEntityDictionary.add('frac12',189); oEntityDictionary.add('frac34',190); oEntityDictionary.add('iquest',191); oEntityDictionary.add('Agrave',192); oEntityDictionary.add('Aacute',193); oEntityDictionary.add('Acirc',194); oEntityDictionary.add('Atilde',195); oEntityDictionary.add('Auml',196); oEntityDictionary.add('Aring',197); oEntityDictionary.add('AElig',198); oEntityDictionary.add('Ccedil',199); oEntityDictionary.add('Egrave',200); oEntityDictionary.add('Eacute',201); oEntityDictionary.add('Ecirc',202); oEntityDictionary.add('Euml',203); oEntityDictionary.add('Igrave',204); oEntityDictionary.add('Iacute',205); oEntityDictionary.add('Icirc',206); oEntityDictionary.add('Iuml',207); oEntityDictionary.add('ETH',208); oEntityDictionary.add('Ntilde',209); oEntityDictionary.add('Ograve',210); oEntityDictionary.add('Oacute',211); oEntityDictionary.add('Ocirc',212); oEntityDictionary.add('Otilde',213); oEntityDictionary.add('Ouml',214); oEntityDictionary.add('times',215); oEntityDictionary.add('Oslash',216); oEntityDictionary.add('Ugrave',217); oEntityDictionary.add('Uacute',218); oEntityDictionary.add('Ucirc',219); oEntityDictionary.add('Uuml',220); oEntityDictionary.add('Yacute',221); oEntityDictionary.add('THORN',222); oEntityDictionary.add('szlig',223); oEntityDictionary.add('agrave',224); oEntityDictionary.add('aacute',225); oEntityDictionary.add('acirc',226); oEntityDictionary.add('atilde',227); oEntityDictionary.add('auml',228); oEntityDictionary.add('aring',229); oEntityDictionary.add('aelig',230); oEntityDictionary.add('ccedil',231); oEntityDictionary.add('egrave',232); oEntityDictionary.add('eacute',233); oEntityDictionary.add('ecirc',234); oEntityDictionary.add('euml',235); oEntityDictionary.add('igrave',236); oEntityDictionary.add('iacute',237); oEntityDictionary.add('icirc',238); oEntityDictionary.add('iuml',239); oEntityDictionary.add('eth',240); oEntityDictionary.add('ntilde',241); oEntityDictionary.add('ograve',242); oEntityDictionary.add('oacute',243); oEntityDictionary.add('ocirc',244); oEntityDictionary.add('otilde',245); oEntityDictionary.add('ouml',246); oEntityDictionary.add('divide',247); oEntityDictionary.add('oslash',248); oEntityDictionary.add('ugrave',249); oEntityDictionary.add('uacute',250); oEntityDictionary.add('ucirc',251); oEntityDictionary.add('uuml',252); oEntityDictionary.add('yacute',253); oEntityDictionary.add('thorn',254); oEntityDictionary.add('yuml',255);