-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathluminoso_mdc_token.html
executable file
·35 lines (35 loc) · 2.18 KB
/
luminoso_mdc_token.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html>
<head>
<title>Luminoso Microstrategy Connector</title>
<meta http-equiv="Cache-Control" content="no-store" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="./mstrgdc-1.0.js" type="text/javascript"></script>
<script src="https://unpkg.com/mathjs@6.0.1/dist/math.min.js"></script>
<script src="./pack64.js" type="text/javascript"></script>
<script src="./luminoso.js" type="text/javascript"></script>
<script src="./luminosoMDC.js" type="text/javascript"></script>
</head>
<body>
<div class="container container-table">
<div class="row vertical-center-row">
<div class="text-center col-md-4 col-md-offset-4">
<h2>Luminoso - Microstrategy</h2>
<h2>Enter name of data value </h2>
<td><label for="lumi-project-url" class="text-center">Luminoso Project URL:</label></td>
<td><input type="text" class="form-control" id="lumi-project-url" value="" size=60></td>
<td><label for="luminoso-token" class="text-center">Luminoso Token:</label></td>
<td><input type="text" class="form-control" id="luminoso-token" value="" size=60></td>
<!--
<td><label for="luminoso-username">Luminoso Username:</label></td>
<td><input type="text" class="form-control" id="lumi-username" value="" size=60></td>
<td><label for="luminoso-password">Luminoso Password:</label></td>
<td><input type="password" class="form-control" id="lumi-password" value="" size=60></td>
-->
<button type = "button" id = "submitButton" class = "btn btn-success" style = "margin: 10px;">Submit</button>
</div>
</div>
</div>
</body>
</html>