diff options
author | wei <> | 2007-01-11 05:06:31 +0000 |
---|---|---|
committer | wei <> | 2007-01-11 05:06:31 +0000 |
commit | 65731b050199ab7ecdd4027fa2d65f2175fe561e (patch) | |
tree | 45998ad5dec4d3caec932d663acc9fed9522f09f /demos/quickstart/protected/controls/Layout.tpl | |
parent | 03f362a40a8dd39f8c8b4bf816334922b7b264e4 (diff) |
Add structure for localized quickstart.
Diffstat (limited to 'demos/quickstart/protected/controls/Layout.tpl')
-rw-r--r-- | demos/quickstart/protected/controls/Layout.tpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/demos/quickstart/protected/controls/Layout.tpl b/demos/quickstart/protected/controls/Layout.tpl index 52ab5bc4..87013156 100644 --- a/demos/quickstart/protected/controls/Layout.tpl +++ b/demos/quickstart/protected/controls/Layout.tpl @@ -29,6 +29,18 @@ <com:TopicList ID="TopicPanel" />
</td>
<td valign="top">
+
+<com:TRepeater ID="languages" OnItemCreated="language_links">
+ <prop:HeaderTemplate>
+ <div class="languages">Available Languages: <ul>
+ </prop:HeaderTemplate>
+ <prop:ItemTemplate>
+ <li><com:THyperLink ID="link" Text=<%# $this->DataItem %> /></li>
+ </prop:ItemTemplate>
+ <prop:FooterTemplate>
+ </ul></div>
+ </prop:FooterTemplate>
+</com:TRepeater>
<div id="content">
<com:TContentPlaceHolder ID="body" />
</div>
|