summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/Master1.tpl
blob: 5e63d57d9e7f3d5d22412196c0156b2f02a5caa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
...
<com:TPanel ID="blockMenu">
	<com:TContentPlaceHolder ID="cphPnlMenu" />
</com:TPanel>

<com:TPanel ID="blockContent">
	<com:TContentPlaceHolder ID="cphPnlMain" />
</com:TPanel>

<com:TPanel ID="blockLogin">
	<com:TContentPlaceHolder ID="cphPnlLogin" />
</com:TPanel>

...