blob: d382b738547f1d226a3fe1e2ad81c1c0441731a8 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/VMMain.css" rel="stylesheet" />
<link href="css/bootstrap-table.min.css" rel="stylesheet" />
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/rest.js"></script>
<script type="text/javascript" src="js/bootstrap-table.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
var jsondata = [];
//jsondata = loadNeData();
$('#sai').bootstrapTable({
//Assigning data to table
data: jsondata
});
});
function operateFormatter(value, row, index) {
return [
'<img class="siteDeleteImg" src="images/delete.png" href="javascript:void(0)" style="cursor: pointer" name="title" title="Delete" />'
].join('');
}
window.operateEvents = {
'click .siteDeleteImg': function (e, value, row, index) {
// TO DO ajex call for delete
var result = deleteNe(row.id, row);
}
};
</script>
</head>
<body id="open_base_site_cotentBody" class="cotentBody ng-scope">
<div class="container-fluid ms-controller">
<h3> Life Cycle Manager </h3>
<div class="uploadBtn">
<div id="open_base_tpL_userHeader" class="userHeader">
<div id="open_base_tpL_buttonGroup" class="openoButton_buttonGroupClass">
<div class="openo openo-widget-button openoButton_buttonClass_parent ng-isolate-scope openoButton_buttonClass defaultbutton openoButton_button_default" tabindex="0" id="false" text="res.brApp_ui_res_btn_create" icon-url="./images/add.png" cls="defaultbutton" click="clickAdd" style="display: inline-block; padding-left: 0px; padding-right: 0px;">
<div class="openoButton_buttonInnerClass openo-corner-all openoButton_Image" id="false_button">
<span class="openo-widget-button-image openoButton_buttonLeftImg" style="background-image: url(images/add.png);"></span>
<span class="openoButton_buttonCenterText openoButton_buttonCenterTextFont">Create</span>
<span class="openo-widget-button-image openoButton_buttonImgDefault"></span>
</div>
</div>
</div>
</div>
</div>
<div class="row-fluid" data-name="table_zone">
<div id='ict_virtualApplication_table_div'>
<div>
<div class="top">
<table id="sai" data-pagination="true" data-page-size="5" data-pagination-first-text="First" data-pagination-pre-text="Previous" data-pagination-next-text="Next" data-pagination-last-text="Last">
<thead id="soverlayTable_thead" class="openo-table-thead">
<tr class="active">
<!--<th class="openo-table-state-default openo-table-th openo-table-disable-element leftHeaderAlign" data-field="overlayName" data-sortable="true">
<div class="openo-table-th-border"></div>
<div class="DataTables_sort_wrapper openo-ellipsis ">
<span id="overlayName_sorticon" class="openo-table-th-sorticon overflow_elip openoTable_sortable leftHeaderAlign openo-table-disable-element">Service ID
</span>
</div>
</th>-->
<th class="openo-table-state-default openo-table-th openo-table-disable-element leftHeaderAlign" data-field="overlayDesc" data-sortable="true">
<div class="openo-table-th-border"></div>
<div class="DataTables_sort_wrapper openo-ellipsis ">
<span id="overlayDesc_sorticon" class="openo-table-th-sorticon overflow_elip leftHeaderAlign openo-table-disable-element ">Service Name
</span></div></th>
<th class="openo-table-state-default openo-table-th openo-table-disable-element leftHeaderAlign" data-field="overlayThincCPE" data-sortable="true">
<div class="openo-table-th-border"></div><div class="DataTables_sort_wrapper openo-ellipsis ">
<span id="overlayThincCPE_sorticon" class="openo-table-th-sorticon overflow_elip leftHeaderAlign openo-table-disable-element ">Template Name
</span></div></th>
<!--<th class="openo-table-state-default openo-table-th openo-table-disable-element leftHeaderAlign" data-field="overlayPortVlanID" data-sortable="true">
<div class="openo-table-th-border"></div><div class="DataTables_sort_wrapper openo-ellipsis ">
<span id="overlayPortVlanID_sorticon" class="openo-table-th-sorticon overflow_elip leftHeaderAlign openo-table-disable-element ">Service Type
</span></div></th> -->
<th class="openo-table-state-default openo-table-th openo-table-disable-element leftHeaderAlign" data-field="overlayDCName" data-sortable="true">
<div class="openo-table-th-border"></div><div class="DataTables_sort_wrapper openo-ellipsis ">
<span id="overlayDCName_sorticon" class="openo-table-th-sorticon overflow_elip leftHeaderAlign openo-table-disable-element ">Service Instruction </span></div></th>
<th class="openo-table-state-default openo-table-th openo-table-disable-element leftHeaderAlign" data-field="overlayVPC" data-sortable="true">
<div class="openo-table-th-border"></div><div class="DataTables_sort_wrapper openo-ellipsis ">
<span id="overlayVPC_sorticon" class="openo-table-th-sorticon overflow_elip leftHeaderAlign openo-table-disable-element ">Create Time
</span>
</div>
</th>
<th class="openo-table-state-default openo-table-th openo-table-disable-element leftHeaderAlign" data-field="overlayVPCCIDR" data-sortable="true">
<div class="openo-table-th-border"></div><div class="DataTables_sort_wrapper openo-ellipsis ">
<span id="overlayVPCCIDR_sorticon" class="openo-table-th-sorticon overflow_elip leftHeaderAlign openo-table-disable-element ">Creator
</span>
</div>
</th>
<th class="openo-table-state-default openo-table-th openo-table-disable-element leftHeaderAlign" data-field="overlayOperation" align="center" data-formatter = "operateFormatter" data-events="operateEvents">
<div class="openo-table-th-border"></div>
<div class="DataTables_sort_wrapper openo-ellipsis ">
<span id="portAction_sorticon" class="openo-table-th-sorticon overflow_elip leftHeaderAlign openo-table-disable-element ">Action</span>
</div>
</th>
</tr></thead>
</table>
</div>
</div>
</div>
</div>
<!-- <div id="tpListopenotable_pagination_wrapper" class="openo-table-pagination-wrapper" style="display: block;"><div class="pagination-container openo-pagination-theme openo-pagination"><div class="openoPagination_openoPaginationLengthOptions" id="tpListopenotable_wrapper_div"><input readonly="true" class="openo-pagination-select openopaginationselect" value="" id="tpListopenotable_wrapper_input" actualval="20" style="width: 32px;"><span class="openo-pagination-selectspan openopaginationselectspan" id="tpListopenotable_wrapper_trigger"></span></div><label style="display: block;float:left;">Total records: 23</label><li class="active"><span class="current prev openo-disabled" id="tpListopenotable_wrapper_prev">&nbsp;</span></li><ul><li class="active"><span class="current" id="tpListopenotable_wrapper_page_link_1">1</span></li><li><a class="page-link" id="tpListopenotable_wrapper_page_link_2">2</a></li><li><a class="page-link" id="tpListopenotable_wrapper_page_link_3">3</a></li><li><a class="page-link next" id="tpListopenotable_wrapper_next">&nbsp;</a></li></ul></div></div> -->
<div id="vmAppDialog" class="modal fade" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel" aria-hidden="false">
<div class="modal-dialog">
<div class="modal-content">
<div class="content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"
aria-hidden="true">×
</button>
<h4 class="modal-title" id="myModalLabel">
<span>Create</span>
</h4>
</div>
<form class="form-horizontal" role="form" id="neForm">
<div id="wizard">
<div class="modal-body">
<ul class="nav nav-pills nav-justified vmapp-margin">
</ul>
<div class="tab-content">
<ul class="nav nav-tabs">
<li><a href="#">Basic Info</a>
<div class="tab-pane active" id="basicTab">
<div class="form-group" ms-class="has-error:vmAppDialog.name==''">
<label class="col-sm-3 control-label">
<span>Service Name</span>
<span class="required">*</span>
</label>
<div class="col-sm-7">
<input type="text" id="svcName" name="svcName" class="form-control" placeholder="Service Name"/>
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">
<span>Service Description</span>&nbsp;&nbsp;&nbsp;
</label>
<div class="col-sm-7">
<input type="text" id="svcDesc" name="svcDesc" class="form-control" placeholder="Service Description"/>
</div>
</div>
<div class="form-group" ms-class="has-error:vmAppDialog.name==''">
<label class="col-sm-3 control-label">
<span>Service Template</span>
<span class="required">*</span>
</label>
<div class="col-sm-7">
<select class="form-control" style ="padding-top: 0px;padding-bottom: 0px;" id="svcTempl"
name="svcTempl">
<option value="1.1">1.1</option>
<option value="1.2">1.2</option>
</select>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn SDBtn" data-dismiss="modal" aria-hidden="true" id="createNS">
<span id="nfv-virtualApplication-iui-text-cancelBtn">OK</span>
</button>
<button type="button" class="btn button-previous SDBtn">
<span id="nfv-virtualApplication-iui-text-previousBtn">Cancel</span>
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div id="filterTpLogicalType_select_popupcontainer" class="openo openo-select-popup-container openo-hide" style="width: 155px; max-height: 130px; left: 628px; top: 104px; z-index: 1761;">
<div class="openo-select-item openo-ellipsis " id="filterTpLogicalType_openo-select-id_0">
<label class="openo-ellipsis openo-select-blank-item" style="width: 100%; display: block; height: 20px;"></label>
</div>
<div class="openo-select-item openo-ellipsis " id="filterTpLogicalType_openo-select-id_1">
<label class="openo-ellipsis " style="width: 100%; display: block; height: 20px;">ETH</label>
</div>
<div class="openo-select-item openo-ellipsis " id="filterTpLogicalType_openo-select-id_2">
<label class="openo-ellipsis " style="width: 100%; display: block; height: 20px;" title="POS">POS</label>
</div>
<div class="openo-select-item openo-ellipsis " id="filterTpLogicalType_openo-select-id_3">
<label class="openo-ellipsis " style="width: 100%; display: block; height: 20px;">Trunk</label>
</div>
<div class="openo-select-item openo-ellipsis " id="filterTpLogicalType_openo-select-id_4">
<label class="openo-ellipsis " style="width: 100%; display: block; height: 20px;">Loopback</label>
</div>
</div>
</body>
</html>