Example #1
0
        private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControldvFormulario()
        {
            global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
            @__ctrl           = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
            this.dvFormulario = @__ctrl;
            @__ctrl.ID        = "dvFormulario";
            System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
            @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl(@"
    <!-- Page-Title -->
    <div class=""row marginInicio"">
        <div class=""col-sm-12"">
            <h4 class=""page-title"">Reestructuración</h4>
            <ol class=""breadcrumb"">
                <li>
                    <a href=""#"">Inicio</a>
                </li>
                <li class=""active"">Reestructuración
                </li>
            </ol>
        </div>
    </div>

    <br />



"));
            return(@__ctrl);
        }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlSelecteddates()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl            = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.Selecteddates = @__ctrl;
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "row");
     @__ctrl.ID = "Selecteddates";
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl(@"
     <div class=""col-md-6"">
         <div class=""form-group"">
             <label for=""inputEmail"" class=""control-label col-xs-4  col-md-4"">From Date<span>(MM/DD/YYYY)</span></label>
             <div class=""col-xs-8 col-md-8 halfdaycont"">
                 "));
     global::Microsoft.SharePoint.WebControls.DateTimeControl @__ctrl1;
     @__ctrl1 = this.@__BuildControldateTimeStartDate();
     @__parser.AddParsedSubObject(@__ctrl1);
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl(@"
             </div>
         </div>
     </div>
     <div class=""col-md-6"">
         <div class=""form-group"">
             <label for=""inputEmail"" class=""control-label col-xs-4  col-md-4"">To Date<span>(MM/DD/YYYY)</span></label>
             <div class=""col-xs-8 col-md-8 halfdaycont"">
                 "));
     global::Microsoft.SharePoint.WebControls.DateTimeControl @__ctrl2;
     @__ctrl2 = this.@__BuildControldateTimeEndDate();
     @__parser.AddParsedSubObject(@__ctrl2);
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n                    </div>\r\n                </div>\r\n            </div>\r\n       " +
                                                                   " "));
     return(@__ctrl);
 }
        private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControl__control2()
        {
            global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
            @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
            ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "placarContainer");
            global::System.Web.UI.DataBoundLiteralControl @__ctrl1;
            @__ctrl1 = this.@__BuildControl__control3();
            System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
            @__parser.AddParsedSubObject(@__ctrl1);
            global::System.Web.UI.WebControls.Repeater @__ctrl2;
            @__ctrl2 = this.@__BuildControlrptIndicadores();
            @__parser.AddParsedSubObject(@__ctrl2);
            @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n        "));
            global::System.Web.UI.WebControls.Repeater @__ctrl3;
            @__ctrl3 = this.@__BuildControlrptItens();
            @__parser.AddParsedSubObject(@__ctrl3);
            @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl(@"
        <!-- Carousel nav -->
        <a class=""carousel-control left"" href=""#placar"" data-slide=""prev"">
            <span class=""glyphicon glyphicon-chevron-left""></span>
        </a>
        <a class=""carousel-control right"" href=""#placar"" data-slide=""next"">
            <span class=""glyphicon glyphicon-chevron-right""></span>
        </a>
    </div>

"));
            return(@__ctrl);
        }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlbotones() {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.botones = @__ctrl;
     @__ctrl.ID = "botones";
     @__ctrl.Visible = true;
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n                    <table width=\"100%\">\r\n                        <tr>\r\n       " +
                 "                     <td>\r\n                                "));
     global::System.Web.UI.WebControls.Button @__ctrl1;
     @__ctrl1 = this.@__BuildControlbtnAtras();
     @__parser.AddParsedSubObject(@__ctrl1);
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n                            </td>\r\n\r\n                            <td>\r\n        " +
                 "                        "));
     global::System.Web.UI.WebControls.Button @__ctrl2;
     @__ctrl2 = this.@__BuildControlbtnCancelar();
     @__parser.AddParsedSubObject(@__ctrl2);
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n\r\n                                "));
     global::System.Web.UI.WebControls.Button @__ctrl3;
     @__ctrl3 = this.@__BuildControlbtnFinalizar();
     @__parser.AddParsedSubObject(@__ctrl3);
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n\r\n                                "));
     global::System.Web.UI.WebControls.Button @__ctrl4;
     @__ctrl4 = this.@__BuildControlbtnGuardar();
     @__parser.AddParsedSubObject(@__ctrl4);
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n                            </td>\r\n                        </tr>\r\n             " +
                 "       </table>\r\n                "));
     return @__ctrl;
 }
Example #5
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlSPForumsNoticeZone()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.SPForumsNoticeZone = @__ctrl;
     @__ctrl.ID = "SPForumsNoticeZone";
     return(@__ctrl);
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlAllReply()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl       = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.AllReply = @__ctrl;
     @__ctrl.ID    = "AllReply";
     return(@__ctrl);
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControldivNoticiaFull()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl             = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.divNoticiaFull = @__ctrl;
     @__ctrl.ID          = "divNoticiaFull";
     return(@__ctrl);
 }
Example #8
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControliframe()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl     = new global::System.Web.UI.HtmlControls.HtmlGenericControl("iframe");
     this.iframe = @__ctrl;
     @__ctrl.ID  = "iframe";
     return(@__ctrl);
 }
Example #9
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControllblDuration()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl          = new global::System.Web.UI.HtmlControls.HtmlGenericControl("label");
     this.lblDuration = @__ctrl;
     @__ctrl.ID       = "lblDuration";
     return(@__ctrl);
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControldykmessage()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.dykmessage = @__ctrl;
     @__ctrl.ID = "dykmessage";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "dykmessage");
     return @__ctrl;
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControldykmessage()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl         = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.dykmessage = @__ctrl;
     @__ctrl.ID      = "dykmessage";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "dykmessage");
     return(@__ctrl);
 }
Example #12
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControltxtDuration()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl          = new global::System.Web.UI.HtmlControls.HtmlGenericControl("label");
     this.txtDuration = @__ctrl;
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text");
     @__ctrl.ID = "txtDuration";
     return(@__ctrl);
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlSPForumsLeftMenuZone()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.SPForumsLeftMenuZone = @__ctrl;
     @__ctrl.ID = "SPForumsLeftMenuZone";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("title", "SPForumsLeftMenuZone");
     return(@__ctrl);
 }
Example #14
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControldivAcessoRapido()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.divAcessoRapido = @__ctrl;
     @__ctrl.ID           = "divAcessoRapido";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "acessoRapido");
     return(@__ctrl);
 }
Example #15
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControldivNormativos()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl            = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.divNormativos = @__ctrl;
     @__ctrl.ID         = "divNormativos";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "normativos");
     return(@__ctrl);
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlassociatedItemsDiv()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.associatedItemsDiv = @__ctrl;
     @__ctrl.ID = "associatedItemsDiv";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("style", "float: left;");
     return(@__ctrl);
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControldiscussionBoardsDiv()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.discussionBoardsDiv = @__ctrl;
     @__ctrl.ID = "discussionBoardsDiv";
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n"));
     return @__ctrl;
 }
Example #18
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlnaviItems()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl        = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.naviItems = @__ctrl;
     @__ctrl.ID     = "naviItems";
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n"));
     return(@__ctrl);
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlPromoItemsContainer()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.PromoItemsContainer = @__ctrl;
     @__ctrl.ID = "PromoItemsContainer";
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n\r\n    "));
     return @__ctrl;
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlmessage_div() {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.message_div = @__ctrl;
     @__ctrl.ID = "message_div";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "messageDiv");
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n        "));
     return @__ctrl;
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlpanel()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.panel = @__ctrl;
     @__ctrl.ID = "panel";
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n        <p><a href=\"#\" onclick=\"javascript:GenerateSites();\">Click Here for Gen" +
                 "erate Sites Structures</a></p>\r\n    "));
     return @__ctrl;
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlframeBasico()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl          = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.frameBasico = @__ctrl;
     @__ctrl.ID       = "frameBasico";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "container");
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n    <p class=\"h4\"> WebPart Basica consumindo um RSS Feed</p>\r\n\r\n"));
     return(@__ctrl);
 }
Example #23
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlbreadui()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl      = new global::System.Web.UI.HtmlControls.HtmlGenericControl("ul");
     this.breadui = @__ctrl;
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "breadcrumbNav");
     @__ctrl.ID = "breadui";
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n                           \r\n                        "));
     return(@__ctrl);
 }
Example #24
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlITTab()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl    = new global::System.Web.UI.HtmlControls.HtmlGenericControl("li");
     this.ITTab = @__ctrl;
     @__ctrl.ID = "ITTab";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("onmouseover", "ShowITWorkflows()");
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("<span><a href=\"#\">IT Dept.</a></span>"));
     return(@__ctrl);
 }
Example #25
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControllblUserName()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl          = new global::System.Web.UI.HtmlControls.HtmlGenericControl("label");
     this.lblUserName = @__ctrl;
     @__ctrl.ID       = "lblUserName";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "adminColor");
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("管理员"));
     return(@__ctrl);
 }
Example #26
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlnavilistyle()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl          = new global::System.Web.UI.HtmlControls.HtmlGenericControl("style");
     this.navilistyle = @__ctrl;
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text/css");
     @__ctrl.ID = "navilistyle";
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n    "));
     return(@__ctrl);
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlmessage_div()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl          = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.message_div = @__ctrl;
     @__ctrl.ID       = "message_div";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "messageDiv");
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n        "));
     return(@__ctrl);
 }
Example #28
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlMODept()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl     = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.MODept = @__ctrl;
     @__ctrl.ID  = "MODept";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("style", "display:none");
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "cnt");
     @__ctrl.SetRenderMethodDelegate(new System.Web.UI.RenderMethod(this.@__RenderMODept));
     return(@__ctrl);
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlpopularContainer()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.popularContainer = @__ctrl;
     @__ctrl.ID            = "popularContainer";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "popularContainer");
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("style", "display:block; width:100%; height:auto; text-align:center");
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n\r\n\r\n"));
     return(@__ctrl);
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControldivAcessoRapido()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.divAcessoRapido = @__ctrl;
     @__ctrl.ID           = "divAcessoRapido";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "acessoRapido text-center");
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("style", "text-align:center;");
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n    "));
     return(@__ctrl);
 }
Example #31
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControldv_buscarEmpresas()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.dv_buscarEmpresas = @__ctrl;
     @__ctrl.ID             = "dv_buscarEmpresas";
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n        <div>\r\n            "));
     global::System.Web.UI.WebControls.GridView @__ctrl1;
     @__ctrl1 = this.@__BuildControlResultadosBusqueda();
     @__parser.AddParsedSubObject(@__ctrl1);
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n\r\n        </div>\r\n    "));
     return(@__ctrl);
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControldivWebPartError()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.divWebPartError    = @__ctrl;
     @__ctrl.TemplateControl = this;
     @__ctrl.ID      = "divWebPartError";
     @__ctrl.Visible = false;
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("style", "color:red; font-weight: bold");
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n            <br />\r\n            Redmine WebPart: an error has occurred, please " +
                                                                   "contact administrator.\r\n            <br />\r\n        "));
     return(@__ctrl);
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControldocumentos() {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.documentos = @__ctrl;
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "table-responsive");
     @__ctrl.ID = "documentos";
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n                                            "));
     global::System.Web.UI.WebControls.GridView @__ctrl1;
     @__ctrl1 = this.@__BuildControlgridDocumentosCurse();
     @__parser.AddParsedSubObject(@__ctrl1);
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n                                        "));
     return @__ctrl;
 }
        private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlDivArchivo() {
            global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
            @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
            this.DivArchivo = @__ctrl;
            @__ctrl.ID = "DivArchivo";
            @__ctrl.Visible = false;
            System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
            @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl(@"
                    <table class=""table grid"">
                        <tr>
                            <td align=""right"">
                                <div id=""NombreArchivo"" align=""right""></div>

                            </td>
                            <td aligh=""left"">
                                "));
            global::System.Web.UI.WebControls.FileUpload @__ctrl1;
            @__ctrl1 = this.@__BuildControlfileDocumento();
            @__parser.AddParsedSubObject(@__ctrl1);
            @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("<br />\r\n                                \r\n                                <span s" +
                        "tyle=\"color: red;\" id=\"errorArchivo\"></span>\r\n                                <s" +
                        "cript>\r\n                                    var validFilesTypes = [\"pdf\"];\r\n\r\n  " +
                        "                                  function CheckExtension(file) {\r\n             " +
                        "                           /*global document: false */\r\n                        " +
                        "                file.style.borderColor = \"\";\r\n                                  " +
                        "      document.getElementById(\'errorArchivo\').innerHTML = \"\";\r\n                 " +
                        "                       var filePath = file.value;\r\n                             " +
                        "           var ext = filePath.substring(filePath.lastIndexOf(\'.\') + 1).toLowerCa" +
                        "se();\r\n                                        var isValidFile = false;\r\n\r\n     " +
                        "                                   for (var i = 0; i < validFilesTypes.length; i" +
                        "++) {\r\n                                            if (ext == validFilesTypes[i]" +
                        ") {\r\n                                                isValidFile = true;\r\n      " +
                        "                                          break;\r\n                              " +
                        "              }\r\n                                        }\r\n\r\n                  " +
                        "                      if (!isValidFile) {\r\n                                     " +
                        "       file.value = null;\r\n                                            file.styl" +
                        "e.borderColor = \"red\";\r\n                                            document.get" +
                        "ElementById(\'errorArchivo\').innerHTML = \"Solo formato pdf\";\r\n                   " +
                        "                     }\r\n\r\n                                        return isValid" +
                        "File;\r\n                                    }\r\n                                </" +
                        "script>\r\n\r\n                            </td>\r\n                            <td al" +
                        "ign=\"left\">\r\n                                "));
            global::System.Web.UI.WebControls.Button @__ctrl2;
            @__ctrl2 = this.@__BuildControlbtnAdjuntar();
            @__parser.AddParsedSubObject(@__ctrl2);
            @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n                            </td>\r\n                        </tr>\r\n             " +
                        "       </table>\r\n                "));
            return @__ctrl;
        }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControldvError() {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.dvError = @__ctrl;
     @__ctrl.ID = "dvError";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("style", "display: none");
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "alert alert-danger");
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n    <h4>\r\n        "));
     global::System.Web.UI.WebControls.Label @__ctrl1;
     @__ctrl1 = this.@__BuildControllbError();
     @__parser.AddParsedSubObject(@__ctrl1);
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n    </h4>\r\n"));
     return @__ctrl;
 }
Example #36
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlDiv_Inventory() {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     
     #line 41 "D:\Source\DotNet\ParkingRepairSystemKAO\MainMenu.aspx"
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     
     #line default
     #line hidden
     this.Div_Inventory = @__ctrl;
     
     #line 41 "D:\Source\DotNet\ParkingRepairSystemKAO\MainMenu.aspx"
     @__ctrl.ID = "Div_Inventory";
     
     #line default
     #line hidden
     
     #line 41 "D:\Source\DotNet\ParkingRepairSystemKAO\MainMenu.aspx"
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("align", "center");
     
     #line default
     #line hidden
     
     #line 41 "D:\Source\DotNet\ParkingRepairSystemKAO\MainMenu.aspx"
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "panel");
     
     #line default
     #line hidden
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     
     #line 41 "D:\Source\DotNet\ParkingRepairSystemKAO\MainMenu.aspx"
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n                    "));
     
     #line default
     #line hidden
     global::System.Web.UI.WebControls.Panel @__ctrl1;
     
     #line 41 "D:\Source\DotNet\ParkingRepairSystemKAO\MainMenu.aspx"
     @__ctrl1 = this.@__BuildControlPanel_Inventory();
     
     #line default
     #line hidden
     
     #line 41 "D:\Source\DotNet\ParkingRepairSystemKAO\MainMenu.aspx"
     @__parser.AddParsedSubObject(@__ctrl1);
     
     #line default
     #line hidden
     
     #line 41 "D:\Source\DotNet\ParkingRepairSystemKAO\MainMenu.aspx"
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n                "));
     
     #line default
     #line hidden
     return @__ctrl;
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlhistory_div() {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.history_div = @__ctrl;
     @__ctrl.ID = "history_div";
     return @__ctrl;
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlnoOfRecommendations_span() {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("span");
     this.noOfRecommendations_span = @__ctrl;
     @__ctrl.ID = "noOfRecommendations_span";
     return @__ctrl;
 }
Example #39
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlbody() {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     
     #line 65 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\DoorSill_Q.aspx"
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("body");
     
     #line default
     #line hidden
     this.body = @__ctrl;
     
     #line 65 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\DoorSill_Q.aspx"
     @__ctrl.ID = "body";
     
     #line default
     #line hidden
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     
     #line 65 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\DoorSill_Q.aspx"
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n    "));
     
     #line default
     #line hidden
     global::System.Web.UI.HtmlControls.HtmlForm @__ctrl1;
     
     #line 65 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\DoorSill_Q.aspx"
     @__ctrl1 = this.@__BuildControlform1();
     
     #line default
     #line hidden
     
     #line 65 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\DoorSill_Q.aspx"
     @__parser.AddParsedSubObject(@__ctrl1);
     
     #line default
     #line hidden
     
     #line 65 "D:\Source\DotNet\ParkingRepairSystemKAO\VDCheck\DoorSill_Q.aspx"
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n"));
     
     #line default
     #line hidden
     return @__ctrl;
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlnoOfSeriousInjury_tf() {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("span");
     this.noOfSeriousInjury_tf = @__ctrl;
     @__ctrl.ID = "noOfSeriousInjury_tf";
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("0"));
     return @__ctrl;
 }
Example #41
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlnavilistyle()
 {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("style");
     this.navilistyle = @__ctrl;
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text/css");
     @__ctrl.ID = "navilistyle";
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n    "));
     return @__ctrl;
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlapprovedBy_div() {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.approvedBy_div = @__ctrl;
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "form-group");
     @__ctrl.ID = "approvedBy_div";
     @__ctrl.Visible = false;
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n                                    <label>Approved By</label>\r\n               " +
                 "                     "));
     global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl1;
     @__ctrl1 = this.@__BuildControlapprovedBy_tf();
     @__parser.AddParsedSubObject(@__ctrl1);
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n                                "));
     return @__ctrl;
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlnoOfSafetyContactsMade_span() {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("span");
     this.noOfSafetyContactsMade_span = @__ctrl;
     @__ctrl.ID = "noOfSafetyContactsMade_span";
     return @__ctrl;
 }
Example #44
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControllbl2() {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     
     #line 167 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\mapViewer.aspx"
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("label");
     
     #line default
     #line hidden
     this.lbl2 = @__ctrl;
     
     #line 167 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\mapViewer.aspx"
     @__ctrl.ID = "lbl2";
     
     #line default
     #line hidden
     
     #line 167 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\mapViewer.aspx"
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "control-label");
     
     #line default
     #line hidden
     this.@__PageInspector_SetTraceData(new object[] {
                 @__ctrl,
                 null,
                 7257,
                 62,
                 false});
     return @__ctrl;
 }
Example #45
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControl__control7() {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     
     #line 135 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\CompanyManage.aspx"
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("label");
     
     #line default
     #line hidden
     
     #line 135 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\CompanyManage.aspx"
     @__ctrl.Visible = false;
     
     #line default
     #line hidden
     
     #line 135 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\CompanyManage.aspx"
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "control-label");
     
     #line default
     #line hidden
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     
     #line 135 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\CompanyManage.aspx"
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n                公司群組"));
     
     #line default
     #line hidden
     return @__ctrl;
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlmsaQualityScore_div() {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("div");
     this.msaQualityScore_div = @__ctrl;
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "form-group");
     @__ctrl.ID = "msaQualityScore_div";
     @__ctrl.Visible = false;
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl(@"
                         <div class=""col-lg-6"">
                             <label>MSA Quality Score</label>
                         </div>
                         <div class=""col-lg-6"">
                             "));
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl1;
     @__ctrl1 = this.@__BuildControlmsaQualityScore_tf();
     @__parser.AddParsedSubObject(@__ctrl1);
     @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n                                </div>\r\n                            "));
     return @__ctrl;
 }
Example #47
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControllbl_repairend() {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     
     #line 160 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\mapViewer.aspx"
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("label");
     
     #line default
     #line hidden
     this.lbl_repairend = @__ctrl;
     
     #line 160 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\mapViewer.aspx"
     @__ctrl.ID = "lbl_repairend";
     
     #line default
     #line hidden
     
     #line 160 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\mapViewer.aspx"
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "control-label");
     
     #line default
     #line hidden
     global::System.Web.UI.LiteralControl @__ctrl1;
     
     #line 160 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\mapViewer.aspx"
     @__ctrl1 = this.@__BuildControl__control23();
     
     #line default
     #line hidden
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     
     #line 160 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\mapViewer.aspx"
     @__parser.AddParsedSubObject(@__ctrl1);
     
     #line default
     #line hidden
     this.@__PageInspector_SetTraceData(new object[] {
                 @__ctrl,
                 null,
                 6754,
                 78,
                 false});
     return @__ctrl;
 }
Example #48
0
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlbody() {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     
     #line 93 "D:\Source\DotNet\ParkingRepairSystemKAO\System\AuthManage.aspx"
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("body");
     
     #line default
     #line hidden
     this.body = @__ctrl;
     
     #line 93 "D:\Source\DotNet\ParkingRepairSystemKAO\System\AuthManage.aspx"
     @__ctrl.ID = "body";
     
     #line default
     #line hidden
     global::System.Web.UI.LiteralControl @__ctrl1;
     
     #line 93 "D:\Source\DotNet\ParkingRepairSystemKAO\System\AuthManage.aspx"
     @__ctrl1 = this.@__BuildControl__control11();
     
     #line default
     #line hidden
     System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
     
     #line 93 "D:\Source\DotNet\ParkingRepairSystemKAO\System\AuthManage.aspx"
     @__parser.AddParsedSubObject(@__ctrl1);
     
     #line default
     #line hidden
     global::System.Web.UI.HtmlControls.HtmlForm @__ctrl2;
     
     #line 93 "D:\Source\DotNet\ParkingRepairSystemKAO\System\AuthManage.aspx"
     @__ctrl2 = this.@__BuildControlform1();
     
     #line default
     #line hidden
     
     #line 93 "D:\Source\DotNet\ParkingRepairSystemKAO\System\AuthManage.aspx"
     @__parser.AddParsedSubObject(@__ctrl2);
     
     #line default
     #line hidden
     global::System.Web.UI.LiteralControl @__ctrl3;
     
     #line 93 "D:\Source\DotNet\ParkingRepairSystemKAO\System\AuthManage.aspx"
     @__ctrl3 = this.@__BuildControl__control42();
     
     #line default
     #line hidden
     
     #line 93 "D:\Source\DotNet\ParkingRepairSystemKAO\System\AuthManage.aspx"
     @__parser.AddParsedSubObject(@__ctrl3);
     
     #line default
     #line hidden
     this.@__PageInspector_SetTraceData(new object[] {
                 @__ctrl,
                 null,
                 3183,
                 7469,
                 false});
     return @__ctrl;
 }
 private global::System.Web.UI.HtmlControls.HtmlGenericControl @__BuildControlnoOfAreaOfImprovement_span() {
     global::System.Web.UI.HtmlControls.HtmlGenericControl @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlGenericControl("span");
     this.noOfAreaOfImprovement_span = @__ctrl;
     @__ctrl.ID = "noOfAreaOfImprovement_span";
     return @__ctrl;
 }