Template: bstPanel
Syntax: ^include(notename, bstPanel)^
Type: Template
Purpose: Includes a note as a Boostrap Panel
The bstPanel template packs Glyph, title, links (both $URL
and $ReferenceURL
), Undertitle (for Research Notes), and rich text with HTML extras—all inside a compact Bootstrap panel. Just use ^include(
notename
, bstPanel)^
.
bstPanel sample
This is the markup that is rendered below
An included person_note: ^include("I am a sample person_note with image", bstPanel)^ An included article_note: ^include("I am a sample article_note", bstPanel)^ An included book_note: ^include("I am a sample book_note", bstPanel)^ An included quote_note: ^include("I am a sample quote_note", bstPanel)^ An included code_note: ^include("I am a sample code_note", bstPanel)^ This is text from the “current” note. Notice the seamless integration.
An included person_note:
|
I am a sample person_note with image |
(1547 – 1637)
English follower of Paracelsus. People have the qualities of a magnet and that when two people meet, an interactive magnetic field arises.
An included article_note:
Antonuccio, David O. & Danton, William G. (1995) Therapy Versus Meds for Depression. Professional Psychology: Research and Practice, Vol. 26, No. 6, 574–585.
Abstract: Antidepressant medications are the most popular treatment for unipolar depression in the United States, although there may be safer alternatives that are equally or more effective. This article reviews a wide range of well-controlled studies comparing psychological and pharmacological treatments for depression. The evidence suggests that the psychological interventions, particularly cognitive–behavioral therapy, are at least as effective as medication in the treatment of depression, even if severe. These conclusions hold for both vegetative and social adjustment symptoms, especially when patient-rated measures are used and long-term follow-up is considered. Some aspirational guidelines for the treatment of depression are proposed.
Insight-oriented psychotherapy was the least effective on most outcome measures at both evaluation periods; 30% of those patients remained in the moderate to severe range of depression, in comparison with 19% of those in the control condition. There were no significant differences between drug therapy and relaxation therapy on any outcome measure. No treatment had a significantly better outcome with the severely depressed subgroup (McLean & Taylor, 1992).
An included book_note:
Paracelsus (1520)
First mention of the unconscious, psychosomatic disease, and autosuggestion.
An included quote_note:
H. P. Lovecraft (1936)
Before he realised it, he was looking at the stone again, and letting its curious influence call up a nebulous pageantry in his mind. He saw processions of robed, hooded figures whose outlines were not human, and looked on endless leagues of desert lined with carved, sky-reaching monoliths. He saw towers and walls in nighted depths under the sea, and vortices of space where wisps of black mist floated before thin shimmerings of cold purple haze. And beyond all else he glimpsed an infinite gulf of darkness, where solid and semi-solid forms were known only by their windy stirrings, and cloudy patterns of force seemed to superimpose order on chaos and hold forth a key to all the paradoxes and arcana of the worlds we know.
An included code_note:
I am a sample code_note |
Syntax: filename, title, [class, href, width]
The MediaDemo demothing is a nonexistent macro that I have invented for purposes of showing its layout. I’m not sure what else I can say here. How about something about a semantic <figure> element whose title argument supplies the tool-tip text and the alternative text as well as a caption?
Hover below to reveal BoxPress code
Here is some plausible Tinderbox code. ^do(_striptags, "$2")^<figure ^if($3)^class="center-block $3"^endIf^><a target="_blank" href=^if($4)^"$4"^else^"^root^img/$1"^endIf^><img src="^root^img/$1" alt="^value($tmpStr1(_stripnote))^" title="^value($tmpStr1(_stripnote))^" ^if($5)^width="$5"^endIf^ class="img-responsive center-block well well-sm ^if($3)^^value("$3".replace("(img-left|img-right)","))^^endIf^"></a><figcaption>$2</figcaption></figure>"
This is text from the “current” note. Notice the seamless integration.