Skip to content

Instantly share code, notes, and snippets.

@davecra
Created July 3, 2017 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davecra/8cb777ba71b662cd80eac6ac944350db to your computer and use it in GitHub Desktop.
Save davecra/8cb777ba71b662cd80eac6ac944350db to your computer and use it in GitHub Desktop.
Launcher page for multi-manifest add-in
<!DOCTYPE html>
<html>
<head>
<title>Select Which Sprint to Launch</title>
<meta charset="utf-8" />
<script src="https://appsforoffice.microsoft.com/lib/1/hosted/office.js" type="text/javascript"></script>
<script src="Scripts/jquery-3.1.1.js" type="text/javascript"></script>
<script src="launcher.js" type="text/javascript"></script>
</head>
<body>
<h3>Please select the sprint you wish to launch:</h3>
<select id="selectSprintList"></select>
<h3>Please select the configuration:</h3>
<select id="selectConfigList"></select>
<button id="launchSprintButton">Submit</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment