Download this file

repository.html.svn-base    48 lines (45 with data), 1.9 kB

<!-- 
/**
 * Copyright (c) 2013/2014, Intel Performance Learning Solutions Ltd, Intel Corporation.
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may
 * not use this file except in compliance with the License. You may obtain
 * a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 *
**/
 
 /**
  * Contains markup for repository search
  * 
  * Created by Sridhar Voorakkara (sridhar.voorakkara@intel.com)
  *
 */
 -->
 <head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type"
	content="text/html; charset=windows-1252">
<link rel="stylesheet" href="lib/jquery/ui/1.10.2/themes/smoothness/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="resources/css/styles.css">
<script type="text/javascript" src="lib/jquery/jquery-1.9.1.js"></script>
<script type="text/javascript" src="lib/jquery/ui/1.10.2/jquery-ui.js"></script>
<script type="text/javascript" src="lib/jquery/jquery.form.js"></script>
<script type="text/javascript" src="scripts/js/common.js"></script>
<script type="text/javascript" src="scripts/js/user.js"></script>
<script type="text/javascript" src="scripts/js/actions.js"></script>
<script type="text/javascript" src="scripts/js/tablefunc.js"></script>
<script type="text/javascript" src="scripts/js/data.js"></script>
</head>
<form action="" method="post" name="searchrepo" id="frm_searchrepo" >
  <div>
  	<label class="" >Search Repository by Business Process name or ID</label>
  	<input>
  
  </div>
    
</form>