initial commit
This commit is contained in:
commit
252dac3143
1516 changed files with 694271 additions and 0 deletions
59
Shared/PreviewPage.html
Normal file
59
Shared/PreviewPage.html
Normal file
|
@ -0,0 +1,59 @@
|
|||
<!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"><head>
|
||||
<title>Preview Page</title>
|
||||
<link rel="stylesheet" rev="stylesheet" type="text/css" href="../Styles/BaseStyles.css"/>
|
||||
<link rel="stylesheet" rev="stylesheet" type="text/css" href="../Styles/Styles.css" />
|
||||
</head><body>
|
||||
<table cellspacing="0" cellpadding="0" border="0" class="pageBackground">
|
||||
<tr>
|
||||
<td class="pageAlignment">
|
||||
<table cellspacing="0" cellpadding="0" border="0" class="borderTable">
|
||||
<tr>
|
||||
<td class="pageBorderTL"><img src="../Images/space.gif" height="1" width="1" alt="" /></td>
|
||||
<td class="pageBorderT"><img src="../Images/space.gif" height="1" width="1" alt="" /></td>
|
||||
<td class="pageBorderTR"><img src="../Images/space.gif" height="1" width="1" alt="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="pageBorderL"><img src="../Images/space.gif" height="1" width="1" alt="" /></td>
|
||||
<td class="pageBorderC">
|
||||
<table cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td class="page_yellow">
|
||||
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="600" id="AutoNumber1">
|
||||
<tr>
|
||||
<td class="dialog_header" colspan="3">
|
||||
<table cellpadding="0" cellspacing="0" border="0" width="100%">
|
||||
<tr>
|
||||
<!--<td class="dialogHeaderEdgeL"><img src="../Images/space.gif" alt="" /></td>-->
|
||||
<td class="dialog_header_text">PAGE PREVIEW</td>
|
||||
<!--<td class="dialogHeaderEdgeR"><img src="../Images/space.gif" alt="" /></td>-->
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 20px;"></td>
|
||||
<td class="configureErrorPagesText"><br />
|
||||
Live Preview is currently turned off. Click the Live Preview checkbox above to see your live <br /><br />
|
||||
application. It will be updated automatically as you configure your application.<br /><br />
|
||||
Click the red Configure… buttons in the Configure Page tab to configure your page.<br /><br />
|
||||
</td>
|
||||
<td style="width: 20px;"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="pageBorderR"><img src="../Images/space.gif" height="1" width="1" alt="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="pageBorderBL"><img src="../Images/space.gif" height="1" width="1" alt="" /></td>
|
||||
<td class="pageBorderB"><img src="../Images/space.gif" height="1" width="1" alt="" /></td>
|
||||
<td class="pageBorderBR"><img src="../Images/space.gif" height="1" width="1" alt="" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue