From 0d342f0aee3f2f800e486c0051dabe718a7b2841 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 23 Mar 2011 11:14:27 +0100 Subject: I don't like nxhtml --- emacs.d/nxhtml/tests/in/ryan-091104-literal.tpl | 148 ------------------------ 1 file changed, 148 deletions(-) delete mode 100644 emacs.d/nxhtml/tests/in/ryan-091104-literal.tpl (limited to 'emacs.d/nxhtml/tests/in/ryan-091104-literal.tpl') diff --git a/emacs.d/nxhtml/tests/in/ryan-091104-literal.tpl b/emacs.d/nxhtml/tests/in/ryan-091104-literal.tpl deleted file mode 100644 index 64c9d26..0000000 --- a/emacs.d/nxhtml/tests/in/ryan-091104-literal.tpl +++ /dev/null @@ -1,148 +0,0 @@ -{include file="library/header.tpl"} - -{* comment *} - -{literal} - - - -{/literal} - -{if $containers|@count } - -
- - - - - - - {if $goahead} - - {/if} - {if $goahead} - - {/if} - - - - - -{foreach from=$widgets item="widget"} - - {if $widget->date != $today} - {assign var=newday value=true} - {assign var=today value=$widget->date} - {else} - {assign var=newday value=false} - {/if} - - - {if $goahead} - {if $widget->activity_allowed} - - {else} - - {/if} - {/if} - - {if $goahead} - {if $widget->activity_allowed} - - {else} - - {/if} - {/if} - - - - -{/foreach} -
{t}Date{/t}
YYYY-MM-DD
{t}Time{/t}
HH:MM
{t}Quantity{/t}
{$widget->quantity}
- -
- {if $goahead} -
- {t}Note{/t}: {t}Changes may not occur immediately.{/t} -
- - {/if} - -
-{else} - {t}There are no widgets on this day{/t} -{/if} - -{literal} -
test - -

Paragraph

-{/literal} - -{include file="library/footer.tpl"} -- cgit v1.2.3-54-g00ecf