websitepanel/WebsitePanel/Sources/WebsitePanel.EnterpriseServer
robvde 0ba956b582 Added the ability to specify the PlanName and PlanDescription of the Add-ons
in the account summary template:

<table>
	<tbody>
        <ad:if test="#not(isnull(Plans[Space.PlanId]))#">
        <ad:if test="#notequals(Addons.Count,0)#">
		    <tr>
                <td class="Label">Add-on</td>
                <td class="Label">Quantity</td>
                <td class="Label">Purchase Date</td>
		    </tr>

            <ad:foreach collection="#Addons#" var="Addon" index="j">
                <tr>
                    <td>#Addons[j].PlanName#</td>
                    <td>#Addons[j].Quantity#</td>
                    <td>#Addons[j].PurchaseDate#</td>
                </tr>
            </ad:foreach>
            </ad:if>
        </ad:if>
	</tbody>
</table>
2012-07-10 13:50:56 +04:00
..
Code Added the ability to specify the PlanName and PlanDescription of the Add-ons 2012-07-10 13:50:56 +04:00
Images Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
Properties Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
Default.aspx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
Default.aspx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
Default.aspx.designer.cs Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
ecServiceHandler.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
ecServiceHandler.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
ecStorefront.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
ecStorefront.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
ecStorehouse.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
ecStorehouse.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esApplicationsInstaller.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esApplicationsInstaller.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esAuditLog.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esAuditLog.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esAuthentication.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esAuthentication.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esBackup.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esBackup.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esBlackBerry.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esBlackBerry.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esComments.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esComments.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esCRM.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esCRM.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esDatabaseServers.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esDatabaseServers.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esExchangeServer.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esExchangeServer.asmx.cs Significant amount of changes to hosted organizations and exchange: 2012-07-09 12:03:24 +04:00
esFiles.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esFiles.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esFtpServers.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esFtpServers.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esHostedSharePointServers.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esHostedSharePointServers.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esImport.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esImport.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esLync.asmx Lync Server 2010 Multitenant Core Unified Communications Support Added 2012-07-10 11:19:55 +04:00
esLync.asmx.cs Lync Server 2010 Multitenant Core Unified Communications Support Added 2012-07-10 11:19:55 +04:00
esMailServers.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esMailServers.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esOCS.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esOCS.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esOperatingSystems.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esOperatingSystems.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esOrganizations.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esOrganizations.asmx.cs Significant amount of changes to hosted organizations and exchange: 2012-07-09 12:03:24 +04:00
esPackages.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esPackages.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esScheduler.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esScheduler.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esServers.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esServers.asmx.cs Update Copyright information on updated files 2012-07-04 08:37:14 -04:00
esSharePointServers.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esSharePointServers.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esStatisticsServers.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esStatisticsServers.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esSystem.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esSystem.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esTasks.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esTasks.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esUsers.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esUsers.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esVirtualizationServer.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esVirtualizationServer.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esVirtualizationServerForPrivateCloud.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esVirtualizationServerForPrivateCloud.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esWebApplicationGallery.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esWebApplicationGallery.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
esWebServers.asmx Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
esWebServers.asmx.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
Global.asax Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
Global.asax.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
SystemEventHandlers.config Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
TaskEventHandlers.config Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
Web.config Revert changes made in Rev 128 2012-07-04 12:46:43 -04:00
WebsitePanel.EnterpriseServer.csproj Lync Server 2010 Multitenant Core Unified Communications Support Added 2012-07-10 11:19:55 +04:00
WsePolicyCache.Config Initial project's source code check-in. 2011-07-13 16:07:32 -07:00