You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
2.0 KiB
Plaintext
67 lines
2.0 KiB
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Areas/MvcShipping/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>
|
|
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
<script type="text/javascript">
|
|
|
|
var SHOWNAME;
|
|
function getSessgion3() {
|
|
SHOWNAME = '<%= Session["SHOWNAME"] %>';
|
|
}
|
|
getSessgion3();
|
|
|
|
</script>
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/Comm/TimePickerField.js"></script>
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/Comm/DateTimePicker.js"></script>
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/Comm/DateTimeField.js"></script>
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/Comm/DateTimeMenu.js"></script>
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsOpLetter/MsOpLetterModel.js"></script>
|
|
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsOpLetter/MsOpLetterTruckModel.js"></script>
|
|
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/MsOpLetter/MsOpLetterTruckView.js"></script>
|
|
|
|
<script type="text/javascript"">
|
|
|
|
|
|
Ext.onReady(function () {
|
|
|
|
|
|
Ext.QuickTips.init();
|
|
Ext.form.Field.prototype.msgTarget = 'side';
|
|
|
|
var panelIndex = null;
|
|
|
|
panelIndex = new Shipping.MsOpLetterTruckView({
|
|
region: 'center',
|
|
layout: 'border'
|
|
});
|
|
|
|
|
|
|
|
var view = new Ext.Viewport({
|
|
layout: 'border',
|
|
renderTo: 'viewport',
|
|
border: false,
|
|
autoScroll: true,
|
|
items: [{
|
|
region: 'center',
|
|
layout: 'fit',
|
|
items: [panelIndex]
|
|
}]
|
|
});
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</asp:Content>
|
|
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="head" runat="server">
|
|
<div id="viewport" ></div>
|
|
</asp:Content>
|