%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<?php include("includes/header.php"); include("includes/sidebar.php"); ?> <!-- Page Content --> <div class="right_col" role="main"> <div class=""> <!-- Page Title Bar --> <div class="page-title"> <div class="title_left"> <h3>Custom SEO</h3> </div> <div class="title_right"> <div class="col-md-5 col-sm-5 col-xs-12 form-group pull-right top_search"> <div class="input-group"> <input type="text" class="form-control" placeholder="Search for..."> <span class="input-group-btn"> <button class="btn btn-default" type="button">Go!</button> </span> </div> </div> </div> </div> <!-- End of Page Title Bar --> <div class="clearfix"></div> <!-- Content Section --> <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="x_panel"> <!-- Panel Title --> <div class="x_title"> <h2>Add SEO Entries</h2> <ul class="nav navbar-right panel_toolbox"> <li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a> </li> </ul> <div class="clearfix"></div> </div> <!-- End of Panel Title --> <!-- Panel Content --> <div class="x_content"> <div class="left-margin"> <?php if(isset($data_string)){ echo $data_string;} ?> <?php echo validation_errors(); ?> <?php echo form_open_multipart('admin/Seo/add_seo_entry', 'class="form-vertical form-label-left" id="addSeoEntry"'); ?> <div class="clearfix"></div> <!-- Hidden Field for Doctor ID if updating Doctor --> <?php if(isset($SEOEntryID)){?> <input type="hidden" name="SEOEntryID" value="<?php echo $SEOEntryID;?>"> <?php }?> <!-- Patient Story Title Required --> <!-- Slug Required --> <!-- <div class="form-group col-md-8"> <label>PageModule<span class="required">*</span></label> <input type="text" class="form-control" name="SEOPageModule" id="SEOPageModule" required="required" placeholder="Enter PageModule" value="<?php if(isset($SEOPageModule)){echo $SEOPageModule;} ?>"> </div> <!-- Title --> <div class="form-group col-md-8"> <label>Title<span class="required">*</span></label> <input type="text" class="form-control" id="SEOTitle" name="SEOTitle" required="required" placeholder="Enter Title" value="<?php if(isset($SEOTitle)){echo $SEOTitle;} ?>"> </div> <!-- Keywords --> <div class="form-group col-md-8"> <label>Keywords<span class="required">*</span></label> <input type="text" class="form-control" id="SEOKeywords" name="SEOKeywords" required="required" placeholder="Enter Keywords" value="<?php if(isset($SEOKeywords)){echo $SEOKeywords;} ?>"> </div> <!-- PageURL --> <div class="form-group col-md-8"> <label>PageURL<span class="required">*</span></label> <input type="text" class="form-control" name="SEOPageURL" id="SEOPageURL" required="required" placeholder="Enter PageURL for SEO" value="<?php if(isset($SEOPageURL)){echo $SEOPageURL;} ?>"> </div> <!-- Description --> <div class="form-group col-md-12"> <label>Description</label> <textarea class="form-control" placeholder="" name="SEODescription" id="SEODescription" rows="10"><?php echo (isset($SEODescription))?$SEODescription:''?></textarea> </div> <!-- <script> // Replace the <textarea id="editor1"> with a CKEditor // instance, using default configuration. CKEDITOR.replace( 'SEODescription' ); </script> --> <div class="clearfix"></div> <!-- Buttons --> <div class="form-group col-md-12"> <button type="submit" class="btn btn-success btn-md">Submit</button> <!-- <button class="btn btn-primary btn-md" type="button">Cancel</button> --> <button class="btn btn-primary btn-md" type="reset">Reset</button> </div> <?php echo form_close(); ?> </div> </div> <!-- End of Panel Content --> </div> </div> </div> <!-- End of Content Section --> </div> </div> <!-- End of Page Content --> <?php include("includes/footer.php"); ?> <script> // $(function() { // $('#SEOTitle').on('keypress', function(e) { // if (e.which == 32){ // if(e.which.count == 1) // return false; // } // }); // }); // $(function() { // $('#SEOKeywords').on('keypress', function(e) { // if (e.which == 32) // return false; // }); // }); // $(function() { // $('#SEOPageURL').on('keypress', function(e) { // if (e.which == 32) // return false; // }); // }); // $(function() { // $('#SEODescription').on('keypress', function(e) { // if (e.which == 32) // return false; // }); // }); </script>