From 94d2fc1815a919734353c942f224db1de4b4fcb8 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 7 Mar 2011 09:04:49 +0100 Subject: Django, org * Added nxhtml, mostly for django support. * Changed some org settings. --- emacs.d/nxhtml/tests/in/ryan-091104-literal.tpl | 148 ++++++++++++++++++++++++ 1 file changed, 148 insertions(+) create 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 new file mode 100644 index 0000000..64c9d26 --- /dev/null +++ b/emacs.d/nxhtml/tests/in/ryan-091104-literal.tpl @@ -0,0 +1,148 @@ +{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