|
29 | 29 | <div class="form-group"> |
30 | 30 | <label for="description">Description (155 characters max)</label> |
31 | 31 | <textarea id="seo_description" name="seo_description" class="form-control" |
32 | | - ng-model="data.webpage.seo_description" placeholder="Page Description" required></textarea> |
| 32 | + ng-model="data.webpage.seo_description" placeholder="Page Description" required></textarea> |
33 | 33 | </div> |
34 | 34 |
|
35 | 35 | <div class="keywords tags"> |
|
48 | 48 |
|
49 | 49 | <div class="checkbox"> |
50 | 50 | <label> |
51 | | - <input type="checkbox" name="noindex" id="noindex" ng-model="data.webpage.noindex"> Don't Index This Page In Search Engines (<strong>noindex</strong>) |
| 51 | + <input type="checkbox" name="noindex" id="noindex" ng-model="data.webpage.noindex"> Don't Index This Page |
| 52 | + In Search Engines (<strong>noindex</strong>) |
52 | 53 | </label> |
53 | 54 | </div> |
54 | 55 | <div class="checkbox"> |
55 | 56 | <label> |
56 | | - <input type="checkbox" name="nofollow" id="nofollow" ng-model="data.webpage.nofollow"> Don't Index Any Pages This Page Links To (<strong>nofollow</strong>) |
| 57 | + <input type="checkbox" name="nofollow" id="nofollow" ng-model="data.webpage.nofollow"> Don't Index Any |
| 58 | + Pages This Page Links To (<strong>nofollow</strong>) |
57 | 59 | </label> |
58 | 60 | </div> |
59 | 61 | <div class="checkbox"> |
60 | 62 | <label> |
61 | | - <input type="checkbox" name="nosnippet" id="nosnippet" ng-model="data.webpage.nosnippet"> Don't Show A Snippet in Google Search Results (<strong>nosnippet</strong>) |
| 63 | + <input type="checkbox" name="nosnippet" id="nosnippet" ng-model="data.webpage.nosnippet"> Don't Show A |
| 64 | + Snippet in Google Search Results (<strong>nosnippet</strong>) |
62 | 65 | </label> |
63 | 66 | </div> |
64 | 67 | <div class="checkbox"> |
65 | 68 | <label> |
66 | | - <input type="checkbox" name="noodp" id="noodp" ng-model="data.webpage.noodp"> Don't Show Description from ODP/DMOZ (<strong>noodp</strong>) |
| 69 | + <input type="checkbox" name="noodp" id="noodp" ng-model="data.webpage.noodp"> Don't Show Description from |
| 70 | + ODP/DMOZ (<strong>noodp</strong>) |
67 | 71 | </label> |
68 | 72 | </div> |
69 | 73 | <div class="checkbox"> |
70 | 74 | <label> |
71 | | - <input type="checkbox" name="noarchive" id="noarchive" ng-model="data.webpage.noarchive"> Don't Show "Cached" Link on Google Search Results (<strong>noarchive</strong>) |
| 75 | + <input type="checkbox" name="noarchive" id="noarchive" ng-model="data.webpage.noarchive"> Don't Show |
| 76 | + "Cached" Link on Google Search Results (<strong>noarchive</strong>) |
72 | 77 | </label> |
73 | 78 | </div> |
74 | 79 | <div class="checkbox"> |
75 | 80 | <label> |
76 | | - <input type="checkbox" name="noimageindex" id="noimageindex" ng-model="data.webpage.noimageindex"> Don't Show This Page As the Source For Images in Google Image Search (<strong>noimageindex</strong>) |
| 81 | + <input type="checkbox" name="noimageindex" id="noimageindex" ng-model="data.webpage.noimageindex"> Don't |
| 82 | + Show This Page As the Source For Images in Google Image Search (<strong>noimageindex</strong>) |
77 | 83 | </label> |
78 | 84 | </div> |
79 | 85 | </form> |
|
96 | 102 | </form> |
97 | 103 | </div> |
98 | 104 | </tab> |
| 105 | + <tab> |
| 106 | + <tab-heading><i class="fa fa-puzzle-piece"></i> Widgets</span></tab-heading> |
| 107 | + <div> |
| 108 | + <form novalidate name="webpageForm"> |
| 109 | + <div class="form-group"> |
| 110 | + <label for="tables_widget_yaml">Tables Data</label> |
| 111 | + <textarea id="tables_widget_yaml" name="tables_widget_yaml" class="form-control" rows="15" |
| 112 | + ng-model="data.webpage.tables_widget_yaml" |
| 113 | + placeholder="YAML-formatted table data"></textarea> |
| 114 | + </div> |
| 115 | + </form> |
| 116 | + </div> |
| 117 | + </tab> |
99 | 118 | </tabset> |
100 | 119 |
|
101 | | - <iframe class="webpage-frame" id="webpage-frame" ng-src="{{ data.webpage.url + '?editing_mode=1' | trustAsResourceUrl }}" disabled></iframe> |
| 120 | + <iframe class="webpage-frame" id="webpage-frame" |
| 121 | + ng-src="{{ data.webpage.url + '?editing_mode=1' | trustAsResourceUrl }}" disabled></iframe> |
102 | 122 | </div> |
0 commit comments