1

Work on profile page

This commit is contained in:
Alex Yatskov 2015-03-01 18:08:48 +09:00
parent 068e17e762
commit 6aabaac17b

View File

@ -1,64 +1,62 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Reactive Search Properties</title> <title>Search Profile</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css"> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css">
<style type="text/css">
.form-horizontal .control-label {
text-align: left;
}
</style>
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<!-- busy spinner --> <!-- busy spinner -->
<div class="page-header"> <div class="page-header">
<h1><img id="spinner" alt="loading" class="pull-right" src="images/spinner.gif" style="display: none;" width="32" height="32">Reactive Search</h1> <h1><img id="spinner" alt="loading" class="pull-right" src="images/spinner.gif" style="display: none;" width="32" height="32">Search Profile</h1>
</div> </div>
<div class="row"> <div class="form-horizontal">
<!-- visualizer --> <div class="form-group">
<!-- <div class="col-md-7"> --> <label class="control-label col-sm-6 text-left">Now is the time for all good men</label>
<!-- <div class="panel panel-default"> --> <div class="text-right">
<!-- <div class="panel-heading"> --> <label class="radio-inline">
<!-- <big>Visualizer</big> --> <input type="radio" name="test2" value="-1"> Agree
<!-- </div> --> </label>
<!-- <div class="panel-body"> --> <label class="radio-inline">
<!-- <svg id="svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="500"></svg> --> <input type="radio" name="test2" value="-1" checked> Neither
<!-- </div> --> </label>
<!-- </div> --> <label class="radio-inline">
<!-- </div> --> <input type="radio" name="test2" value="-1"> Disagree
</label>
</div>
</div>
<!-- query --> <div class="form-group">
<!-- <div class="col-md-5"> --> <label class="control-label col-sm-8 text-left">Now is the time for all good men</label>
<!-- <div class="panel panel-default"> --> <div class="text-right">
<!-- <div class="panel-heading"> --> <label class="radio-inline">
<!-- <big>Query</big> --> <input type="radio" name="test2" value="-1"> Agree
<!-- </div> --> </label>
<!-- <div class="panel-body"> --> <label class="radio-inline">
<!-- <div class="form-group"> --> <input type="radio" name="test2" value="-1" checked> Neither
<!-- <label for="walkingDist">Walking distance (km)</label> --> </label>
<!-- <input class="form-control" type="number" step="0.1" min="0.1" value="1.0" id="walkingDist"> --> <label class="radio-inline">
<!-- </div> --> <input type="radio" name="test2" value="-1"> Disagree
<!-- <div class="form-group"> --> </label>
<!-- <label for="minScore">Minimum score</label> --> </div>
<!-- <input class="form-control" type="number" step="0.01" value="0.25" id="minScore"> --> </div>
<!-- </div> -->
<!-- <div class="form-group"> --> <div class="input-group">
<!-- <label for="hintSteps">Hint steps</label> --> <input type="text" class="form-control" placeholder="New property text">
<!-- <input class="form-control" type="number" value="20" min="1" id="hintSteps"> --> <span class="input-group-btn">
<!-- </div> --> <button class="btn btn-primary"><span class="glyphicon glyphicon-plus"></span></button>
<!-- <div class="form-group"> --> </span>
<!-- <label for="maxResults">Max results</label> --> </div>
<!-- <input class="form-control" type="number" value="100" id="maxResults"> -->
<!-- </div> -->
<!-- <div class="checkbox"> -->
<!-- <label><input type="checkbox" id="useLocalScale" checked="checked">Use local scale</label> -->
<!-- </div> -->
<!-- <div class="checkbox"> -->
<!-- <label><input type="checkbox" id="useRelativeScale" checked="checked">Use relative scale</label> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
</div> </div>
<!-- result listing --> <!-- result listing -->
<!-- <div class="panel panel-default" style="display: none;" id="resultPanel"> --> <!-- <div class="panel panel-default" style="display: none;" id="resultPanel"> -->
<!-- <div class="panel-heading"> --> <!-- <div class="panel-heading"> -->