diff options
author | kabayan <> | 2007-08-20 05:52:08 +0000 |
---|---|---|
committer | kabayan <> | 2007-08-20 05:52:08 +0000 |
commit | a399d65e5d4a0bb7ff4668e179ebe30fac1525bc (patch) | |
tree | cac961c1730f69a34a05c2407ea7cb553f0b7e4d /demos/quickstart/protected/controls/id/SampleLayout.tpl | |
parent | 4698862ecd6af1139c76e908d8fb7a83cc455fe4 (diff) |
Indonesian layout (forgot to be checked in).
Diffstat (limited to 'demos/quickstart/protected/controls/id/SampleLayout.tpl')
-rw-r--r-- | demos/quickstart/protected/controls/id/SampleLayout.tpl | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/demos/quickstart/protected/controls/id/SampleLayout.tpl b/demos/quickstart/protected/controls/id/SampleLayout.tpl new file mode 100644 index 00000000..a6f7bcc2 --- /dev/null +++ b/demos/quickstart/protected/controls/id/SampleLayout.tpl @@ -0,0 +1,32 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
+
+<com:THead Title="Contoh Jalan Cepat PRADO">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<meta http-equiv="content-language" content="en"/>
+</com:THead>
+
+<body>
+<com:TForm>
+
+<div class="sampleheader">
+
+<div class="title">
+<a href="?">Tutorial Cepat PRADO</a> Contoh
+</div>
+<div class="image"></div>
+
+</div>
+<div class="samplemenu">
+ <div class="copyright">
+ Hak Cipta © 2005-2006 <a href="http://www.pradosoft.com">PradoSoft</a>
+ </div>
+</div>
+
+<div style="margin:15px;">
+<com:TContentPlaceHolder ID="body" />
+</div>
+
+</com:TForm>
+</body>
+</html>
\ No newline at end of file |