blob: d91ff333800c30571c52b97cf1cde94534923ac4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
<!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">
<com:THead Title="PRADO - WSAT">
<com:TMetaTag HttpEquiv="Content-Type" Content="text/html; charset=utf-8" />
<com:TMetaTag HttpEquiv="Content-Language" Content="en" />
</com:THead>
<body>
<com:TForm>
<div id="header">
<a href="<%= $this->Service->DefaultPageUrl %>">
<div class="logo"></div>
<div style="float: left; margin-top: 17px">PRADO <br /> Web Site Administration Tool</div>
</a>
<div class="mantisbg"></div>
<div style="clear: both"></div>
</div>
<div class="mainmenu">
<div style="float: right"><com:TLinkButton Text="Logout" OnClick="logout" /></div>
<div style="float: right"><com:THyperLink NavigateUrl="http://www.pradosoft.com/" Text="PradoSoft.com" Target="_blank" /> | </div>
<div style="float: right"><com:THyperLink NavigateUrl="<%= $this->Service->DefaultPageUrl %>" Text="Web App" Target="_blank" /> | </div>
<div style="float: right"><com:THyperLink NavigateUrl="http://www.pradosoft.com/forum/" Text="Help" Target="_blank" /> | </div>
<div style="clear: both"></div>
</div>
<div id="central_div">
<div id="toc">
<div class="topic">
<div>Code Generation</div>
<ul>
<li><com:THyperLink NavigateUrl="<%= $this->Service->constructUrl('TWsatGenerateAR') %>" Text="AR Classes" /></li>
<li><com:THyperLink NavigateUrl="<%= $this->Service->constructUrl('TWsatScaffolding') %>" Text="Scaffolding" /></li>
</ul>
</div>
</div>
<div id="content">
<com:TContentPlaceHolder ID="Content" />
</div>
<div style="clear: both"></div>
</div>
<div id="footer">
Copyright © 2005-<%= date('Y') %> <a href="http://www.pradosoft.com">PradoSoft</a>.
<br/><br/>
<%= Prado::poweredByPrado() %>
</div>
</com:TForm>
</body>
</html>
|