-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.html
32 lines (27 loc) · 2.08 KB
/
app.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
<link rel="stylesheet" href="https://ctdlab04.sharepoint.com/sites/Swinburne/Apps/Farid/ttc/jquery-ui.css">
<!--<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>-->
<script src="https://ctdlab04.sharepoint.com/sites/Swinburne/Apps/Farid/ttc/jquery-1.10.2.js"></script>
<script src="https://ctdlab04.sharepoint.com/sites/Swinburne/Apps/Farid/ttc/jquery-ui.js"></script>
<script>
$.ajaxSetup({ cache: false });
</script>
<!--<script src="/sites/Swinburne/Apps/test today/app.js"></script>-->
<!--<SharePoint:ScriptLink runat="server" Name="https://ctdlab04.sharepoint.com/sites/Swinburne/Apps/Mahesh/member-options-dropdown/js/jquery-1.10.2.js" LoadAfterUI="true" Defer="true" Localizable="false" />
<SharePoint:ScriptLink runat="server" Name="https://ctdlab04.sharepoint.com/sites/Swinburne/Apps/Mahesh/member-options-dropdown/js/jquery-ui.js" LoadAfterUI="true" Defer="true" Localizable="false" /> -->
<!--<script src="/sites/Swinburne/Apps/Mahesh/type to command/init.js"></script>-->
<!--<script src="/sites/Swinburne/Apps/Mahesh/type to command/app.js"></script>-->
<div ng-app="CT">
<div ng-controller="TypeToCommand">
Enter your Text:<br>
<input type="text" ng-model="command" id="tags" size="70">
<input type="button" value="Go" id="submit" onClick="go()">
<div id="status"></div>
<input type="hidden" value="" name="user_id" id="user_id">
<input type="hidden" value="" name="list_id" id="list_id">
<input type="hidden" value="" name="user_name" id="user_name">
<input type="hidden" value="" name="list_item_entity_type_fullname" id="list_item_entity_type_fullname">
</div>
</div>
<script src="https://ctdlab04.sharepoint.com/sites/Swinburne/Apps/Farid/ttc/nlp.js"></script>
<script src="https://ctdlab04.sharepoint.com/sites/Swinburne/Apps/Farid/ttc/autocomplete-alt.js"></script>
<!--<SharePoint:ScriptLink runat="server" Name="https://ctdlab04.sharepoint.com/sites/Swinburne/Apps/Mahesh/type to command/autocomplete-alt.js" LoadAfterUI="true" Defer="true" Localizable="false" /> -->