博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SharePoint 2007 页面及用户控件
阅读量:6553 次
发布时间:2019-06-24

本文共 5132 字,大约阅读时间需要 17 分钟。

页面:

1 <%@ Assembly Name="HP.EUSM.Self-ServiceUpgradeQuota.SPCustomAction, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c0bc8231d98f244c" %> 2 <%@ Assembly Name="Microsoft.SharePoint.ApplicationPages, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> 3 <%@ Register TagPrefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" 4     Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> 5  6 <%@ Page Language="C#" MasterPageFile="~/_layouts/application.master" Inherits="Microsoft.SharePoint.WebControls.LayoutsPageBase" %> 7  8 <%@ Register TagPrefix="Action" TagName="MainControl" Src="~/_controltemplates/SelfserviceUpgradeQuota/MainControl.ascx" %> 9 <%@ Register TagPrefix="Action" TagName="Navigator" Src="~/_controltemplates/SelfserviceUpgradeQuota/NavigationBanner.ascx" %>10 
12
13
14 <%--
--%>15
16
17
18
19
20
22
23
24
26
27
28
<%--
--%>29
30
31
33
34
35
36
37
View Code

用户控件:

1 <%@ Assembly Name="HP.EUSM.Self-ServiceUpgradeQuota.SPCustomAction, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c0bc8231d98f244c" %>  2 <%@ Control Language="C#" AutoEventWireup="true" Inherits="HP.EUSM.Self_ServiceUpgradeQuota.SPCustomAction.MainControl" %>  3   4 
5
6
7
8
11
12
13
36
211
212
213
216
217
218
241
428
429
430
433
434
435
438
439
440
459
460
461
464
467
468
469
472
473
474
476
479
480
481
484
485
9 10
14
15
16
21
22
23
25
28
29
30
33
34
17

18 Storage Space Allocation 19

20
24 26 27
31 32
35
37
38
39
42
45
48
49
50
51
205
208
209
40 41 43 44 46 47
52
53
54
63
64
65
68
69
70
202
203
55
56
57
60
61
58
59
62
66 67
71
73
74
75
76 77
78
81
84
89
90
91
93
96
99
100
101
104
107
113
114
115
117
120
123
124
125
126
129
132
137
138
139
141
144
147
148
149
152
199
200
79   80 82   83 85  Site content       :   86
87   88
92 94 95 97
98
102  103 105  106 108  Recycle bin        :  110
111  112
116 118 119 121
122
127  128 130  131 133  Free storage      :  134
135  136
140 142 143 145
146
150  151 153
154
155
156
159
165
166
167
170
173
174
175
176
179
187
188
189
192
195
196
157  158 160  Reserved for second stage recycle bin :  162
163  164
168 169 171
172
177 178 180
181
 182
184
A second stage Recycle Bin stores items that you delete185 from your Recycle Bin.
186
190 191 193
194
197
198
201
204
206 207
210
214 215
219
220
221
226
227
228
230
233
234
235
238
239
222

223 Eligibility224

225
229 231 232
236 237
240
242
243
244
245
246
247 248
249
252
255
258
259
260
261
408
411
412
413
414
417
418
419
420
421
424
425
426
250 251 253 254 256 257
262
263
264
265
266 267
268
274
275
276
279
280
269
270
271
272
273
277 278
281
282
283
284
285
286 287
288
291
292
293
294
298
304
305
306
309
310
289  290
295  -296  297 299 300
301
302
303
307 308
311
312
313
314
315
316
317 318
323
324
325
329
335
336
337
340
341
326  -327  328 330 331
332
333
334
338 339
342
343
344
346
347
348
349 350
355
356
357
361
367
368
369
372
373
358  -359  360 362 363
364
365
366
370 371
374
375
376
378
379
380
381 382
383
386
387
388
389
393
399
400
401
404
405
384  385
390  -391  392 394 395
396
397
398
402 403
406
407
409 410
415
416
422 423
427
431 432
436 437
441
442
443
444
445 446
447
450
456
457
448  449 451
453
455
458
462
463
465 466
470 471
475 477 478
482 483
View Code

 

 

 

转载地址:http://hjjco.baihongyu.com/

你可能感兴趣的文章
Spark源码编译并在YARN上运行WordCount实例
查看>>
Spring AOP + AspectJ annotation example
查看>>
Spring VS EJB 3 的若干认识误区(转)
查看>>
React.js初探(一)
查看>>
json_encode后的中文不编码成unicode
查看>>
修改纵断面图标注栏
查看>>
Flex创建带有空间信息的椭圆(Polygon)
查看>>
Centos7.1环境下搭建BugFree
查看>>
共用y轴的双图形绘制
查看>>
第31讲 | 数字货币钱包服务
查看>>
P2073 送花
查看>>
iOS端项目注释规范附统一代码块
查看>>
HTTP深入浅出 http请求
查看>>
为YUM设置代理的方法
查看>>
Java 编程的动态性 第1 部分: 类和类装入--转载
查看>>
【转】持久化消息队列之MEMCACHEQ
查看>>
Dom4j学习笔记
查看>>
C语言 HTTP上传文件-利用libcurl库上传文件
查看>>
[MEAN Stack] First API -- 7. Using Route Files to Structure Server Side API
查看>>
调试逆向分为动态分析技术和静态分析技术(转)
查看>>