Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6
System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64
User : User ( 0)
PHP Version : 7.4.6
Disable Function : NONE
Directory :  C:/Program Files (x86)/Microsoft Office/OFFICE11/1033/BOTSTYLE/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : C:/Program Files (x86)/Microsoft Office/OFFICE11/1033/BOTSTYLE/LSTVIEWS.INI
[Table]
Name=Basic table
Description=The basic table style shows a column for each field you choose, and a new row for each item in the list.
HasFieldEnum=true
RequiredFields=
Header=<table ID="[#WebQueryInfo#]" border="0" width="100%" rules="rows"><tr valign="top"><form>[#ForEach_Field#]<th class="ms-vh" align="left">[#Field#]</th>[#Next_Field#]</form></tr>
Body=<tr>[#ForEach_Field#]<td class="ms-vb" align="left">[#Field#]</td>[#Next_Field#]</tr>
Footer=</table>
Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
Tag=body
TagRow=tbody
Tabular=true
Preview=table.gif

[RepForm1]
Name=Repeating form
Description=The repeating form style shows the title for an item in the list and the other fields on separate lines underneath the title. This layout is repeated for each item in the list.
HasFieldEnum=true
RequiredFields=LinkTitle,Created
Header=<table border="0" width="100%" cellspacing="0">
Body=<tr><td width="50%" align="left" class="ms-vb"><b>[#Field(LinkTitle)#]</b></td><td width="50%" align="right" class="ms-vb">[#Field(Created)#]</td></tr><tr><td width="100%" colspan="2" class="ms-vb"><hr>[#ForEach_Field#][#FieldTitle#]:&nbsp;[#Field#]<br>[#Next_Field#]<br></td></tr>
Footer=</table>
Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
Tag=body
TagRow=tbody
Tabular=false
Preview=repform1.gif

[RepForm2]
Name=Repeating form (centered)
Description=The repeating form (centered) style shows the title for an item in the list and the other fields on separate lines underneath the title. This layout is repeated for each item in the list, and all the information is center-aligned.
HasFieldEnum=true
RequiredFields=LinkTitle
Header=<table border="0" width="100%" cellspacing="0">
Body=<tr><td align="center" class="ms-vb"><b>[#Field(LinkTitle)#]</b></td></tr><tr><td align="center" class="ms-vb">[#ForEach_Field#][#FieldTitle#]:&nbsp;[#Field#]<br>[#Next_Field#]<br>&nbsp;</td></tr>
Footer=</table>
Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
Tag=body
TagRow=tbody
Tabular=false
Preview=repform2.gif

[RepForm3]
Name=Repeating form with border
Description=The repeating form with border style shows the title for an item in the list and the other fields on separate lines underneath the title. This layout is repeated for each item in the list, and each item appears in its own table cell.
HasFieldEnum=true
RequiredFields=LinkTitle
Header=<table border="1" cellspacing="0" width="100%">
Body=<tr><td><table border="0" cellspacing="0" width="100%"><tr><td width="25%" class="ms-vb"><b>[#FieldTitle(LinkTitle)#]:</b></td><td width="75%" class="ms-vb">[#Field(LinkTitle)#]</td></tr>[#ForEach_Field#]<tr><td width="25%" class="ms-vb"><b>[#FieldTitle#]:</b></td><td width="75%" class="ms-vb">[#Field#]</td></tr>[#Next_Field#]</table></td></tr>
Footer=</table>
Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
Tag=body
TagRow=tbody
Tabular=false
Preview=repform3.gif

[2ColFrm]
Name=Two-column repeating form with border
Description=The two-column repeating form with border style shows a two-column table with each list item in its own table cell.
HasFieldEnum=true
RequiredFields=LinkTitle
Header=<table border="1" cellspacing="0" width="100%"><tr>[#SetVar(EvenRow,0)#]
Body=<td align="left" valign="top" width="50%"><table border="0" cellspacing="0" width="100%"><tr><td width="25%" class="ms-vb"><b>[#FieldTitle(LinkTitle)#]:</b></td><td width="75%" class="ms-vb">[#Field(LinkTitle)#]</td></tr>[#ForEach_Field#]<tr><td width="25%" class="ms-vb"><b>[#FieldTitle#]:</b></td><td width="75%" class="ms-vb">[#Field#]</td></tr>[#Next_Field#]</table></td>[#If_VarEq(EvenRow,1)#]</tr><tr>[#SetVar(EvenRow,0)#][#Else_VarEq#][#SetVar(EvenRow,1)#][#EndIf_VarEq#]
Footer=[#If_VarEq(EvenRow,1)#]<td>&nbsp;</td>[#Else_VarEq#][#EndIf_VarEq#]</tr></table>
Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
Tag=body
TagRow=tbody
Tabular=false
Preview=2colfrm.gif

[Commas]
Name=Comma separated
Description=The comma separated style shows the titles for items in the list with all the other field values separated by commas underneath the titles.
HasFieldEnum=true
RequiredFields=LinkTitle
Header=
Body=<p><b>[#Field(LinkTitle)#]</b><br>[#SetVar(First,1)#][#ForEach_Field#][#If_VarEq(First,0)#], [#Else_VarEq#][#SetVar(First,0)#][#EndIf_VarEq#][#Field#][#Next_Field#]</p>
Footer=
Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
Tag=body
TagRow=body
Tabular=false
Preview=commas.gif

[2ColCma]
Name=Two-column comma separated
Description=The two-column comma separated style shows a two-column view of the titles for items in the list with all the other field values separated by commas underneath the titles.
HasFieldEnum=true
RequiredFields=LinkTitle
Header=<table border="0" cellspacing="0" width="100%"><tr>[#SetVar(EvenRow,0)#]
Body=<td align="left" valign="top" width="50%" class="ms-vb"><b>[#Field(LinkTitle)#]</b><br>[#SetVar(First,1)#][#ForEach_Field#][#If_VarEq(First,0)#], [#Else_VarEq#][#SetVar(First,0)#][#EndIf_VarEq#][#Field#][#Next_Field#]</td>[#If_VarEq(EvenRow,1)#]</tr><tr>[#SetVar(EvenRow,0)#][#Else_VarEq#][#SetVar(EvenRow,1)#][#EndIf_VarEq#]
Footer=</tr></table>
Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
Tag=body
TagRow=tbody
Tabular=false
Preview=2colcma.gif

[BulTitl]
Name=Bulleted list of titles
Description=The bulleted list of titles style shows a bulleted list of the titles for all the items in the list.
HasFieldEnum=false
RequiredFields=LinkTitle
Header=<ul>
Body=<li>[#Field(LinkTitle)#]</li>
Footer=</ul>
Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
Tag=body
TagRow=ul
Tabular=false
Preview=bultitl.gif

[NumTitl]
Name=Numbered list of titles
Description=The numbered list of titles style shows a numbered list of the titles for all the items in the list.
HasFieldEnum=false
RequiredFields=LinkTitle
Header=<ol start="[#DisplayVarInAttr(PageFirstRow)#]">
Body=<li>[#Field(LinkTitle)#]</li>
Footer=</ol>
Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
Tag=body
TagRow=ol
Tabular=false
Preview=numtitl.gif

[PlnTitl]
Name=Plain list of titles
Description=The plain list of titles style shows the titles for all the items in the list, each on a separate line.
HasFieldEnum=false
RequiredFields=LinkTitle
Header=<p>[#SetVar(First,1)#]
Body=[#If_VarEq(First,0)#]<br>[#Else_VarEq#][#SetVar(First,0)#][#EndIf_VarEq#][#Field(LinkTitle)#]
Footer=</p>
Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
Tag=body
TagRow=p
Tabular=false
Preview=plntitl.gif

[HorzTitl]
Name=Horizontal list of titles
Description=The horizontal list of titles style shows the titles for all the items in the list separated by commas on a single line.
HasFieldEnum=false
RequiredFields=LinkTitle
Header=<p>[#SetVar(First,1)#]
Body=[#If_VarEq(First,0)#], [#Else_VarEq#][#SetVar(First,0)#][#EndIf_VarEq#][#Field(LinkTitle)#]
Footer=</p>
Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
Tag=body
TagRow=p
Tabular=false
Preview=horztitl.gif

[Drpdwn]
Name=Dropdown menu of titles
Description=The dropdown menu of titles style shows a dropdown menu that contains the titles for all the items in the list.
HasFieldEnum=false
RequiredFields=ID,Title
Header=<form method="GET" action="[#ListURL(DISPLAY)#]"><select name="ID" size="1" onchange="javascript:this.form.submit();"><option selected value="0">Choose one...</option>
Body=<option value="[#FieldInAttr(ID)#]">[#Field(Title)#]</option>
Footer=</select></form>
Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
Tag=body
TagRow=select
Tabular=false
Preview=drpdwn.gif

[Compnt]
Name=Page component
Description=The page component style shows a bulleted list of the titles for all the items in the list inside a box.
HasFieldEnum=false
RequiredFields=LinkTitle
Header=<table border="1" cellspacing="0" width="100%"><tr><td width="100%" align="center"><b>[#ListTitle#]</b></td></tr><tr><td width="100%" class="ms-vb"><ul>
Body=<li>[#Field(LinkTitle)#]</li>
Footer=</ul></td></tr></table>
Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
Tag=body
TagRow=ul
Tabular=false
Preview=compnt.gif

[History]
Name=History list
Description=The history list style shows the creation date for an item in the list, the title of the item, and the other fields on separate lines underneath the title. This layout is repeated for each item in the list, and items are shown in chronological order. All the information is center-aligned.
HasFieldEnum=true
RequiredFields=LinkTitle,Created
Header=<table border="0" cellspacing="0" width="100%">
Body=<tr><td width="100%" align="center"><b>[#Field(Created)#]</b></td></tr><tr><td align="middle" width="100%" class="ms-vb">[#FieldTitle(LinkTitle)#]: [#Field(LinkTitle)#]<br>[#ForEach_Field#][#FieldTitle#]:&nbsp;[#Field#]<br>[#Next_Field#]&nbsp;</td></tr>
Footer=</table>
Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
Tag=body
TagRow=tbody
Tabular=false
Preview=history.gif