XHTML fixes, 72 to go
This commit is contained in:
parent
7f53e14b08
commit
8691b64493
34 changed files with 961 additions and 798 deletions
|
|
@ -269,7 +269,7 @@ The name of the first attachment found on the Post.
|
|||
A loop containing all file and image attachments to this Post.
|
||||
</p>
|
||||
|
||||
<blockquote>
|
||||
<div class="helpIndent">
|
||||
|
||||
<p><b>url</b><br />
|
||||
The URL to download this attachment.
|
||||
|
|
@ -291,7 +291,7 @@ A thumbnail of this attachment, if applicable.
|
|||
A conditional indicating whether this attachment is an image.
|
||||
</p>
|
||||
|
||||
</blockquote>
|
||||
</div>
|
||||
|
||||
<p><b>storageId</b><br />
|
||||
The Asset ID of the storage node for the Post, where the attachments are kept.
|
||||
|
|
@ -384,7 +384,7 @@ Post Form template you can use those variables like
|
|||
this to collect data:
|
||||
</p>
|
||||
|
||||
<blockquote>
|
||||
<div class="helpIndent">
|
||||
<tmpl_var userDefined1.form> (text)<br />
|
||||
|
||||
<tmpl_var userDefined1.form.yesNo> (yes / no) <br />
|
||||
|
|
@ -395,7 +395,7 @@ this to collect data:
|
|||
|
||||
<tmpl_var userDefined1.form.float> (float field) <br />
|
||||
|
||||
</blockquote>
|
||||
</div>
|
||||
|
||||
<p>Then in the Thread and Main CS templates you can call
|
||||
back the data with a simple <tmpl_var userDefined1>.</p>
|
||||
|
|
@ -442,7 +442,7 @@ back the data with a simple <tmpl_var userDefined1>.</p>
|
|||
|
||||
'notification template body' => {
|
||||
message => q|<p>In addition to the common Post Template variables, the Notification Template has these variables:
|
||||
<p/>
|
||||
</p>
|
||||
|
||||
<p>All variables from the Post Template Variables.
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue