-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
30 lines (27 loc) · 1.28 KB
/
home.html
File metadata and controls
30 lines (27 loc) · 1.28 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title>Boilerplate text app</title>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.1.4.min.js"></script>
<script src="https://appsforoffice.microsoft.com/lib/1/hosted/office.js" type="text/javascript"></script>
<script src="https://rawgit.com/igrave/DocPropsPlugin/master/home.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-core/9.6.0/css/fabric.min.css">
</head>
<body class="ms-Fabric">
<div>
<p class="ms-font-su ms-fontColor-themePrimary">Add variables to your text!</p>
<br />
<button id="props" class="ms-Button ms-Button--primary" >Show Values</button>
<!-- <button id="fieldaddname">Add fieldxml from list</button> -->
<p> Add new value: <br />
Name: <input type="text" name="newName"><br/>
Value: <input type="text" name="newValue">
<button id="addprop">Add</button><button id="addpropdirect">Insert</button>
</p>
</div>
<h3><div id="supportedVersion"></div></h3>
<div id="wordProps"></div>
</body>
</html>