Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / doc / MHonArc / resources / tindentbegin.html
CommitLineData
86530b38
AT
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML//EN">
2<html>
3<head>
4<title>MHonArc Resources: TINDENTBEGIN</title>
5</head>
6<body>
7<!--x-rc-nav-->
8<table border=0><tr valign="top">
9<td align="left" width="50%">[Prev:&nbsp;<a href="timezones.html">TIMEZONES</a>]</td><td><nobr>[<a href="../resources.html#tindentbegin">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="tindentend.html">TINDENTEND</a>]</td></tr></table>
10<!--/x-rc-nav-->
11<hr>
12<h1>TINDENTBEGIN</h1>
13
14<!-- *************************************************************** -->
15<hr>
16<h2>Syntax</h2>
17
18<dl>
19
20<dt><strong>Envariable</strong></dt>
21<dd><p>N/A
22</p>
23</dd>
24
25<dt><strong>Element</strong></dt>
26<dd><p>
27<code>&lt;TINDENTBEGIN&gt;</code><br>
28<var>markup...</var><br>
29<code>&lt;/TINDENTBEGIN&gt;</code><br>
30</p>
31</dd>
32
33<dt><strong>Command-line Option</strong></dt>
34<dd><p>N/A
35</p>
36</dd>
37
38</dl>
39
40<!-- *************************************************************** -->
41<hr>
42<h2>Description</h2>
43
44<p>TINDENTBEGIN defines the markup for opening a level for the
45continuation of a broken thread. When MHonArc creates a
46multi-page thread index, it is possible that a thread may be split
47across mulitple pages. TINDENTBEGIN is used to create a thread
48level indent inorder to restart a thread at the proper level.
49TINDENTBEGIN will be used for each level that MHonArc
50must create inorder to restart the thread.
51</p>
52
53<p>The resource, <a href="tindentend">TINDENTEND</a>, is used
54to close a level created by TINDENTBEGIN.
55</p>
56
57
58<!-- *************************************************************** -->
59<hr>
60<h2>Default Setting</h2>
61
62<pre>
63<b>&lt;TIndentBegin></b>
64&lt;ul&gt;
65<b>&lt;/TIndentBegin></b>
66</pre>
67
68<!-- *************************************************************** -->
69<hr>
70<h2>Resource Variables</h2>
71
72<p>N/A
73</p>
74
75<!-- *************************************************************** -->
76<hr>
77<h2>Examples</h2>
78
79<p>By default, MHonArc uses the UL element for listing
80messages in a thread index. An alternative, is to use the DL
81element if bullets before messages are not desired. Therefore,
82the following may be used for continuing a broken a thread if
83DL's are used for listing messages for the thread index:
84</p>
85
86<pre>
87<b>&lt;TIndentBegin></b>
88&lt;dl&gt;&lt;dd&gt;
89<b>&lt;/TIndentBegin></b>
90
91<b>&lt;<a href="tindentend.html">TIndentEnd</a>></b>
92&lt;/dd&gt;&lt;/dl&gt;
93<b>&lt;/TIndentEnd></b>
94</pre>
95
96<!-- *************************************************************** -->
97<hr>
98<h2>Version</h2>
99
100<p>2.0
101</p>
102
103<!-- *************************************************************** -->
104<hr>
105<h2>See Also</h2>
106
107<p>
108<a href="multipg.html">MULTIPG</a>,
109<a href="tcontbegin.html">TCONTBEGIN</a>,
110<a href="tindentend">TINDENTEND</a>
111</p>
112<p>
113<a href="../layout.html"><strong>Page Layout</strong></a>
114</p>
115
116<!-- *************************************************************** -->
117<hr>
118<!--x-rc-nav-->
119<table border=0><tr valign="top">
120<td align="left" width="50%">[Prev:&nbsp;<a href="timezones.html">TIMEZONES</a>]</td><td><nobr>[<a href="../resources.html#tindentbegin">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="tindentend.html">TINDENTEND</a>]</td></tr></table>
121<!--/x-rc-nav-->
122<hr>
123<address>
124$Date: 2002/07/27 05:13:11 $ <br>
125<img align="top" src="../monicon.png" alt="">
126<a href="http://www.mhonarc.org/"
127><strong>MHonArc</strong></a><br>
128Copyright &#169; 1997-1998, <a href="http://www.earlhood.com/"
129>Earl Hood</a>, <a href="mailto:mhonarc@mhonarc.org"
130>mhonarc@mhonarc.org</a><br>
131</address>
132
133</body>
134</html>