| 1 |
lars |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
|
|
|
3 |
|
|
|
4 |
<com:THead Title="Tutorial Blog PRADO">
|
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
|
6 |
<meta http-equiv="content-language" content="en"/>
|
|
|
7 |
</com:THead>
|
|
|
8 |
|
|
|
9 |
<body>
|
|
|
10 |
<com:TForm>
|
|
|
11 |
<div id="header">
|
|
|
12 |
<div class="title">PRADO untuk Pemula</div>
|
|
|
13 |
<div class="image"></div>
|
|
|
14 |
</div>
|
|
|
15 |
|
|
|
16 |
<com:TPanel ID="MainMenu" CssClass="mainmenu">
|
|
|
17 |
<a href="?">Home</a> |
|
|
|
18 |
<a href="http://www.pradosoft.com">PradoSoft.com</a>
|
|
|
19 |
</com:TPanel>
|
|
|
20 |
|
|
|
21 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
22 |
<tr>
|
|
|
23 |
<td valign="top" width="1">
|
|
|
24 |
<com:TopicList ID="TopicPanel" />
|
|
|
25 |
</td>
|
|
|
26 |
<td valign="top">
|
|
|
27 |
<com:TRepeater ID="languages" OnItemCreated="languageLinkCreated">
|
|
|
28 |
<prop:HeaderTemplate>
|
|
|
29 |
<div class="languages">Bahasa Tersedia: <ul>
|
|
|
30 |
</prop:HeaderTemplate>
|
|
|
31 |
<prop:ItemTemplate>
|
|
|
32 |
<li><com:THyperLink ID="link" Text=<%# $this->DataItem %> /></li>
|
|
|
33 |
</prop:ItemTemplate>
|
|
|
34 |
<prop:FooterTemplate>
|
|
|
35 |
</ul></div>
|
|
|
36 |
</prop:FooterTemplate>
|
|
|
37 |
</com:TRepeater>
|
|
|
38 |
<div id="content">
|
|
|
39 |
<com:TContentPlaceHolder ID="Main" />
|
|
|
40 |
</div>
|
|
|
41 |
</td>
|
|
|
42 |
</tr>
|
|
|
43 |
</table>
|
|
|
44 |
|
|
|
45 |
<div id="footer">
|
|
|
46 |
Hak Cipta © 2005-2008 <a href="http://www.pradosoft.com">PradoSoft</a>.
|
|
|
47 |
<br/><br/>
|
|
|
48 |
<%= Prado::poweredByPrado() %>
|
|
|
49 |
<a href="http://validator.w3.org/check?uri=referer"><img border="0" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
|
|
|
50 |
</div>
|
|
|
51 |
|
|
|
52 |
</com:TForm>
|
|
|
53 |
</body>
|
|
|
54 |
</html>
|