|
Last change
on this file since 847 was 517, checked in by Kris Deugau, 13 years ago |
|
/trunk
Finally merge conversion to HTML::Template from /branches/htmlform
- Node "hack" showed conflict due to having been added to all branches
in parallel
- editDisplay.html was apparently changed enough that the merged delete
caused an irrelevant conflict
Closes #3.
|
|
File size:
277 bytes
|
| Line | |
|---|
| 1 | <TMPL_IF locerr>
|
|---|
| 2 | <TMPL_VAR NAME=locerr>
|
|---|
| 3 | <TMPL_ELSE>
|
|---|
| 4 | Assigning <TMPL_VAR NAME=cidr> to <TMPL_VAR NAME=custid> ("<TMPL_VAR NAME=desc>") as
|
|---|
| 5 | <TMPL_VAR NAME=disptype>...<br>
|
|---|
| 6 | <TMPL_IF errmsg>
|
|---|
| 7 | Allocation failed: <TMPL_VAR NAME=errmsg>
|
|---|
| 8 | <TMPL_ELSE>
|
|---|
| 9 | Allocation OK!
|
|---|
| 10 | </TMPL_IF>
|
|---|
| 11 | </TMPL_IF>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.