[TYPO3-english] EXT: wfqbe DB Integration -- Custom Template
James Hagist
james.hagist at gmail.com
Tue Oct 30 02:30:55 CET 2012
Hi List,
I am only able to get this as the results when I use a custom template.
I have set the plugin to "Table" and "Custom" with same results. I am
sure it is something easy but not sure what.
Web Page
>>>>>>>>>>>>>>>>>>>>>
Detail Query
###FIELD_account_table.Account###
Born: ###FIELD_account_table.Accounting_Group_Full_Desc###
Race: ###FIELD_account_table.Responsibility_Code_Full_Desc###
Title:
Link:
Record created on:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
HTML Template:
>>>>>>>>>>>>>>>>>>
<!-- ###RESULT_TEMPLATE### -->
<div id="###CONF_DIVID###">
<!-- ###DATA_TEMPLATE### -->
<div class="###WFQBE_CLASS###">
<h2 class="first">###FIELD_account_table.Account###</h2><br />
<strong>Born:</strong>
###FIELD_account_table.Accounting_Group_Full_Desc###<br />
<strong>Race:</strong>
###FIELD_account_table.Responsibility_Code_Full_Desc###<br />
<strong>Title:</strong> ###FIELD_title###<br />
<strong>Link:</strong> ###FIELD_www###<br />
<br />
<strong>Record created on:</strong> ###FIELD_crdate###<br />
###FIELD_uid###
</div>
<!-- ###DATA_TEMPLATE### -->
</div>
<!-- ###RESULT_TEMPLATE### -->
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Typo3 Template
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
## DB Management
plugin.tx_wfqbe_pi1 {
template = EXT:wfqbe/pi1/wfqbe_template.html
style = EXT:wfqbe/pi1/stile.css
defLayout = 0
debugQuery = 0
insert {
pageConfirmation = 1
requiredSymbol = *
add_new {
icon = EXT:wfqbe/res/add.gif
}
select_wizard {
icon = EXT:wfqbe/res/open.gif
}
}
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
More information about the TYPO3-english
mailing list