-
Notifications
You must be signed in to change notification settings - Fork 0
/
glue-wg1a78.html
686 lines (507 loc) · 26.7 KB
/
glue-wg1a78.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
This is a static archive of the previous Open Grid Forum Redmine content management system saved from host redmine.ogf.org file /dmsf/glue-wg?folder_id=6591 at Thu, 03 Nov 2022 23:02:06 GMT
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>DMSF - GLUE WG - Open Grid Forum</title>
<meta name="description" content="Redmine" />
<meta name="keywords" content="issue,bug,tracker" />
<meta name="csrf-param" content="authenticity_token"/>
<meta name="csrf-token" content="r8Eug2mxB/WVzjgYLFlaVTYqdY6Jf1KWLwk+E/4zIM4="/>
<link rel='shortcut icon' href='../favicon4460.ico?1425381960' />
<link href="../themes/ogf_redmine/stylesheets/application4460.css?1425381960" media="all" rel="stylesheet" type="text/css" />
<script src="../javascripts/prototype4460.js?1425381960" type="text/javascript"></script>
<script src="../javascripts/effects4460.js?1425381960" type="text/javascript"></script>
<script src="../javascripts/dragdrop4460.js?1425381960" type="text/javascript"></script>
<script src="../javascripts/controls4460.js?1425381960" type="text/javascript"></script>
<script src="../javascripts/application4460.js?1425381960" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
Event.observe(window, 'load', function(){ new WarnLeavingUnsaved('The current page contains unsaved text that will be lost if you leave this page.'); });
//]]>
</script>
<!--[if IE 6]>
<style type="text/css">
* html body{ width: expression( document.documentElement.clientWidth < 900 ? '900px' : '100%' ); }
body {behavior: url(/stylesheets/csshover.htc?1425381960);}
</style>
<![endif]-->
<link href="../plugin_assets/extended_fields/stylesheets/extended_fields4460.css?1425381960" media="screen" rel="stylesheet" type="text/css" /> <link href="../plugin_assets/wiking/stylesheets/wiking4460.css?1425381960" media="screen" rel="stylesheet" type="text/css" />
<!-- page specific tags -->
<link href="../plugin_assets/redmine_dmsf/stylesheets/jquery-ui/jquery-ui-1.8.134460.css?1425381960" media="screen" rel="stylesheet" type="text/css" />
<link href="../plugin_assets/redmine_dmsf/stylesheets/plupload/jquery.ui.plupload4460.css?1425381960" media="screen" rel="stylesheet" type="text/css" />
<link href="../plugin_assets/redmine_dmsf/stylesheets/jquery.dataTables/jquery-ui.dataTables4460.css?1425381960" media="screen" rel="stylesheet" type="text/css" />
<link href="../plugin_assets/redmine_dmsf/stylesheets/dmsf4460.css?1425381960" media="screen" rel="stylesheet" type="text/css" />
<script src="../plugin_assets/redmine_dmsf/javascripts/jquery-1.6.1.min4460.js?1425381960" type="text/javascript"></script>
<script src="../plugin_assets/redmine_dmsf/javascripts/jquery-ui-1.8.13.min4460.js?1425381960" type="text/javascript"></script>
<script src="../plugin_assets/redmine_dmsf/javascripts/jquery.dataTables/jquery.dataTables.min4460.js?1425381960" type="text/javascript"></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function() {
jQuery("#browser").dataTable({
"bJQueryUI": true,
"oLanguage": {
'sUrl': '/plugin_assets/redmine_dmsf/javascripts/jquery.dataTables/en.json'
},
"bAutoWidth": false,
"bPaginate": false,
"aaSorting": [[1,'asc']],
"aaSortingFixed": [[7,'asc']],
"aoColumnDefs": [
{ "bSearchable": false, "aTargets": [0, 6, 7, 8] },
{ "bSortable": false, "aTargets": [0, 6, 7] },
{ "iDataSort": 8, "aTargets": [ 2 ] }
],
"fnInitComplete": function() {
jQuery("div.controls").prependTo(jQuery("#browser_wrapper div.fg-toolbar")[0]);
},
"fnInfoCallback": function( oSettings, iStart, iEnd, iMax, iTotal, sPre ) {
return "Folders: 0, Documents: 11";
}
});
jQuery("[data-downloadurl]").each(function() {
var url = this.getAttribute("data-downloadurl");
if (this.addEventListener) {
this.addEventListener("dragstart", function(e) {
if (e.dataTransfer) {
e.dataTransfer.setData("DownloadURL", url);
}
},false);
}
});
});
function manipulation_link(action) {
jQuery("#entries_form").attr("action", action);
jQuery("#entries_form").submit();
};
function confirmation_link(action) {
if(!window.confirm("Do you really want to delete this entry?")) return;
jQuery("#entries_form").attr("action", action);
jQuery("#entries_form").submit();
};
</script>
</head>
<body class="theme-Ogf redmine controller-dmsf action-show">
<div id="wrapper">
<div id="wrapper2">
<div id="top-menu">
<div id="account">
<ul><li><a href="https://redmine.ogf.org/login/index.html" class="login">Logins disabled</a></li>
<li><a href="../account/register.html" class="register">Register</a></li></ul> </div>
<ul><li><a href="../index.html" class="home">Home</a></li>
<li><a href="../projects.html" class="projects">Projects</a></li>
<li><a href="http://www.redmine.org/guide" class="help">Help</a></li></ul></div>
<div id="header">
<div id="quick-search">
<form action="https://redmine.ogf.org/search/index/glue-wg" method="get">
<label for='q'>
<a href="../search/index/glue-wg.html" accesskey="4">Search</a>:
</label>
<input accesskey="f" class="small" id="q" name="q" size="20" type="text" />
</form>
</div>
<h1><a href="standards.html?jump=dmsf" class="root">Standards</a> » <a href="management-area.html?jump=dmsf" class="ancestor">Management Area</a> » GLUE WG</h1>
<div id="main-menu">
<ul><li><a href="../projects/glue-wg.html" class="overview">Overview</a></li>
<li><a href="../tab/show/glue-wg.html" class="tab">Project Info</a></li>
<li><a href="../projects/glue-wg/issues/calendar.html" class="calendar">Calendar</a></li>
<li><a href="glue-wg.html" class="dmsf selected">Documents</a></li>
<li><a href="../projects/glue-wg/wiki.html" class="wiki">Wiki</a></li>
<li><a href="../projects/glue-wg/files.html" class="files">Files</a></li>
<li><a href="../projects/glue-wg/repository.html" class="repository">Repository</a></li>
<li><a href="../projects/glue-wg/embedded/index.html" class="embedded">Mailing Lists</a></li></ul>
</div>
</div>
<div class="nosidebar" id="main">
<div id="sidebar">
</div>
<div id="content">
<div class="contextual">
</div>
<h2>
<a href="glue-wg.html">Documents</a>
/
<a href="glue-wg2237.html?folder_id=4">Meeting Material</a>
/
<a href="glue-wg1a78.html?folder_id=6591">Meeting 2014-07-14,15 OGF 41</a>
</h2>
<div class="wiki">
</div>
<form action="https://redmine.ogf.org/dmsf/entries_operation/glue-wg?folder_id=6591" class="dmfs_entries" id="entries_form" method="post"><div style="margin:0;padding:0;display:inline"><input name="authenticity_token" type="hidden" value="r8Eug2mxB/WVzjgYLFlaVTYqdY6Jf1KWLwk+E/4zIM4=" /></div>
<input id="action" name="action" type="hidden" />
<div class="controls" style="float: left">
<input name="download_entries" title="Download checked in Zip archive" type="submit" value="Download" />
<input name="email_entries" title="Send checked by email" type="submit" value="Email" />
</div>
<table class="display entries" id="browser">
<thead>
<tr id="root">
<th class="check">
<input id="check_all_entries" title="Check/Uncheck all for zip download or email" type="checkbox" />
</th>
<th>Title</th>
<th>Size</th>
<th>Modified</th>
<th>Ver.</th>
<th>Author</th>
<th></th>
<th class="hidden"></th>
<th class="hidden"></th>
</tr>
</thead>
<tbody>
<tr class="file">
<td class="check"><input id="files_" name="files[]" title="Check for Zip download or email" type="checkbox" value="13293" /></td>
<td class="title">
<a href="../dmsf_files/GLUE20_LDAPb4d7-2.schema?download=" class="icon icon-file " data-downloadurl="application/octet-stream:GLUE20_LDAP.schema:https://redmine.ogf.org/dmsf_files/13293?download=" title="GLUE20 LDAP version 0.1 download">GLUE20 LDAP</a>
<div class="filename" title="Filename used for download or in Zip archive">GLUE20_LDAP.schema</div>
</td>
<td class="size">133.9 kB</td>
<td class="modified">
2014-07-15 17:11
</td>
<td class="version">
0.1
</td>
<td class="author">John-Paul Navarro</td>
<td class="actions">
<div class="right_icon_box" style="width: 70px;">
<div style="float: left">
<a href="../dmsf_files/13293.html" title="GLUE20 LDAP details"><img alt="Filedetails" class="detail_icon" src="../plugin_assets/redmine_dmsf/images/filedetails4460.png?1425381960" /></a>
</div>
<div style="float: right; width: 44px;">
<a href="#" onclick="manipulation_link('/dmsf_files/lock/13293'); return false;" title="Lock to prevent changes for other members"><img alt="Lock" src="../plugin_assets/redmine_dmsf/images/lock4460.png?1425381960" /></a>
</div>
</div>
<br class="clear" />
</td>
<td class="hidden">1</td>
<td class="hidden">137110</td>
</tr>
<tr class="file">
<td class="check"><input id="files_" name="files[]" title="Check for Zip download or email" type="checkbox" value="13295" /></td>
<td class="title">
<a href="https://github.com/OpenGridForum/redmine_dmsf_files/blob/main/GL/GLUECloudb4d7.pptx?raw=true" class="icon icon-file filetype-pptx" data-downloadurl="application/vnd.openxmlformats-officedocument.presentationml.presentation:GLUECloud.pptx:https://redmine.ogf.org/dmsf_files/13295?download=" title="GLUECloud version 0.1 download">GLUECloud</a>
<div class="filename" title="Filename used for download or in Zip archive">GLUECloud.pptx</div>
</td>
<td class="size">161.7 kB</td>
<td class="modified">
2014-07-15 17:19
</td>
<td class="version">
0.1
</td>
<td class="author">John-Paul Navarro</td>
<td class="actions">
<div class="right_icon_box" style="width: 70px;">
<div style="float: left">
<a href="../dmsf_files/13295.html" title="GLUECloud details"><img alt="Filedetails" class="detail_icon" src="../plugin_assets/redmine_dmsf/images/filedetails4460.png?1425381960" /></a>
</div>
<div style="float: right; width: 44px;">
<a href="#" onclick="manipulation_link('/dmsf_files/lock/13295'); return false;" title="Lock to prevent changes for other members"><img alt="Lock" src="../plugin_assets/redmine_dmsf/images/lock4460.png?1425381960" /></a>
</div>
</div>
<br class="clear" />
</td>
<td class="hidden">1</td>
<td class="hidden">165622</td>
</tr>
<tr class="file">
<td class="check"><input id="files_" name="files[]" title="Check for Zip download or email" type="checkbox" value="13294" /></td>
<td class="title">
<a href="https://github.com/OpenGridForum/redmine_dmsf_files/blob/main/GL/GLUECloudb4d7.pdf?raw=true" class="icon icon-file application-pdf" data-downloadurl="application/pdf:GLUECloud.pdf:https://redmine.ogf.org/dmsf_files/13294?download=" title="GLUECloud version 0.1 download">GLUECloud</a>
<div class="filename" title="Filename used for download or in Zip archive">GLUECloud.pdf</div>
</td>
<td class="size">166.9 kB</td>
<td class="modified">
2014-07-15 17:19
</td>
<td class="version">
0.1
</td>
<td class="author">John-Paul Navarro</td>
<td class="actions">
<div class="right_icon_box" style="width: 70px;">
<div style="float: left">
<a href="../dmsf_files/13294.html" title="GLUECloud details"><img alt="Filedetails" class="detail_icon" src="../plugin_assets/redmine_dmsf/images/filedetails4460.png?1425381960" /></a>
</div>
<div style="float: right; width: 44px;">
<a href="#" onclick="manipulation_link('/dmsf_files/lock/13294'); return false;" title="Lock to prevent changes for other members"><img alt="Lock" src="../plugin_assets/redmine_dmsf/images/lock4460.png?1425381960" /></a>
</div>
</div>
<br class="clear" />
</td>
<td class="hidden">1</td>
<td class="hidden">170861</td>
</tr>
<tr class="file">
<td class="check"><input id="files_" name="files[]" title="Check for Zip download or email" type="checkbox" value="13296" /></td>
<td class="title">
<a href="https://github.com/OpenGridForum/redmine_dmsf_files/blob/main/OG/OGF41_GLUE2_Overview%20v1b4d7.pptx?raw=true" class="icon icon-file filetype-pptx" data-downloadurl="application/vnd.openxmlformats-officedocument.presentationml.presentation:OGF41_GLUE2_Overview v1.pptx:https://redmine.ogf.org/dmsf_files/13296?download=" title="OGF41 GLUE2 Overview v1 version 0.1 download">OGF41 GLUE2 Overview v1</a>
<div class="filename" title="Filename used for download or in Zip archive">OGF41_GLUE2_Overview v1.pptx</div>
</td>
<td class="size">38.8 kB</td>
<td class="modified">
2014-07-15 17:27
</td>
<td class="version">
0.1
</td>
<td class="author">John-Paul Navarro</td>
<td class="actions">
<div class="right_icon_box" style="width: 70px;">
<div style="float: left">
<a href="../dmsf_files/13296.html" title="OGF41 GLUE2 Overview v1 details"><img alt="Filedetails" class="detail_icon" src="../plugin_assets/redmine_dmsf/images/filedetails4460.png?1425381960" /></a>
</div>
<div style="float: right; width: 44px;">
<a href="#" onclick="manipulation_link('/dmsf_files/lock/13296'); return false;" title="Lock to prevent changes for other members"><img alt="Lock" src="../plugin_assets/redmine_dmsf/images/lock4460.png?1425381960" /></a>
</div>
</div>
<br class="clear" />
</td>
<td class="hidden">1</td>
<td class="hidden">39690</td>
</tr>
<tr class="file">
<td class="check"><input id="files_" name="files[]" title="Check for Zip download or email" type="checkbox" value="13286" /></td>
<td class="title">
<a href="https://github.com/OpenGridForum/redmine_dmsf_files/blob/main/OG/OGF41-GLUE2OpenEnumerationsSOTAb4d7-2.pptx?raw=true" class="icon icon-file filetype-pptx" data-downloadurl="application/vnd.openxmlformats-officedocument.presentationml.presentation:OGF41-GLUE2OpenEnumerationsSOTA.pptx:https://redmine.ogf.org/dmsf_files/13286?download=" title="OGF41-GLUE2OpenEnumerationsSOTA version 0.1 download">OGF41-GLUE2OpenEnumerationsSOTA</a>
<div class="filename" title="Filename used for download or in Zip archive">OGF41-GLUE2OpenEnumerationsSOTA.pptx</div>
</td>
<td class="size">115.1 kB</td>
<td class="modified">
2014-07-15 17:00
</td>
<td class="version">
0.1
</td>
<td class="author">John-Paul Navarro</td>
<td class="actions">
<div class="right_icon_box" style="width: 70px;">
<div style="float: left">
<a href="../dmsf_files/13286.html" title="OGF41-GLUE2OpenEnumerationsSOTA details"><img alt="Filedetails" class="detail_icon" src="../plugin_assets/redmine_dmsf/images/filedetails4460.png?1425381960" /></a>
</div>
<div style="float: right; width: 44px;">
<a href="#" onclick="manipulation_link('/dmsf_files/lock/13286'); return false;" title="Lock to prevent changes for other members"><img alt="Lock" src="../plugin_assets/redmine_dmsf/images/lock4460.png?1425381960" /></a>
</div>
</div>
<br class="clear" />
</td>
<td class="hidden">1</td>
<td class="hidden">117872</td>
</tr>
<tr class="file">
<td class="check"><input id="files_" name="files[]" title="Check for Zip download or email" type="checkbox" value="13287" /></td>
<td class="title">
<a href="https://github.com/OpenGridForum/redmine_dmsf_files/blob/main/OG/OGF41-GLUE2OpenEnumerationsSOTAb4d7-2.pdf?raw=true" class="icon icon-file application-pdf" data-downloadurl="application/pdf:OGF41-GLUE2OpenEnumerationsSOTA.pdf:https://redmine.ogf.org/dmsf_files/13287?download=" title="OGF41-GLUE2OpenEnumerationsSOTA version 0.1 download">OGF41-GLUE2OpenEnumerationsSOTA</a>
<div class="filename" title="Filename used for download or in Zip archive">OGF41-GLUE2OpenEnumerationsSOTA.pdf</div>
</td>
<td class="size">240.6 kB</td>
<td class="modified">
2014-07-15 17:00
</td>
<td class="version">
0.1
</td>
<td class="author">John-Paul Navarro</td>
<td class="actions">
<div class="right_icon_box" style="width: 70px;">
<div style="float: left">
<a href="../dmsf_files/13287.html" title="OGF41-GLUE2OpenEnumerationsSOTA details"><img alt="Filedetails" class="detail_icon" src="../plugin_assets/redmine_dmsf/images/filedetails4460.png?1425381960" /></a>
</div>
<div style="float: right; width: 44px;">
<a href="#" onclick="manipulation_link('/dmsf_files/lock/13287'); return false;" title="Lock to prevent changes for other members"><img alt="Lock" src="../plugin_assets/redmine_dmsf/images/lock4460.png?1425381960" /></a>
</div>
</div>
<br class="clear" />
</td>
<td class="hidden">1</td>
<td class="hidden">246405</td>
</tr>
<tr class="file">
<td class="check"><input id="files_" name="files[]" title="Check for Zip download or email" type="checkbox" value="13288" /></td>
<td class="title">
<a href="../dmsf_files/OGF41-GLUE2OpenEnumerationsSOTAb4d7-2.odp?download=" class="icon icon-file filetype-odp" data-downloadurl="application/vnd.oasis.opendocument.presentation:OGF41-GLUE2OpenEnumerationsSOTA.odp:https://redmine.ogf.org/dmsf_files/13288?download=" title="OGF41-GLUE2OpenEnumerationsSOTA version 0.1 download">OGF41-GLUE2OpenEnumerationsSOTA</a>
<div class="filename" title="Filename used for download or in Zip archive">OGF41-GLUE2OpenEnumerationsSOTA.odp</div>
</td>
<td class="size">111.6 kB</td>
<td class="modified">
2014-07-15 17:00
</td>
<td class="version">
0.1
</td>
<td class="author">John-Paul Navarro</td>
<td class="actions">
<div class="right_icon_box" style="width: 70px;">
<div style="float: left">
<a href="../dmsf_files/13288.html" title="OGF41-GLUE2OpenEnumerationsSOTA details"><img alt="Filedetails" class="detail_icon" src="../plugin_assets/redmine_dmsf/images/filedetails4460.png?1425381960" /></a>
</div>
<div style="float: right; width: 44px;">
<a href="#" onclick="manipulation_link('/dmsf_files/lock/13288'); return false;" title="Lock to prevent changes for other members"><img alt="Lock" src="../plugin_assets/redmine_dmsf/images/lock4460.png?1425381960" /></a>
</div>
</div>
<br class="clear" />
</td>
<td class="hidden">1</td>
<td class="hidden">114240</td>
</tr>
<tr class="file">
<td class="check"><input id="files_" name="files[]" title="Check for Zip download or email" type="checkbox" value="13292" /></td>
<td class="title">
<a href="https://github.com/OpenGridForum/redmine_dmsf_files/blob/main/og/ogf-glue-2-to-LDAP-v7.3-draft2b4d7.pdf?raw=true" class="icon icon-file application-pdf" data-downloadurl="application/pdf:ogf-glue-2-to-LDAP-v7.3-draft2.pdf:https://redmine.ogf.org/dmsf_files/13292?download=" title="ogf-glue-2-to-LDAP-v7.3-draft2 version 0.1 download">ogf-glue-2-to-LDAP-v7.3-draft2</a>
<div class="filename" title="Filename used for download or in Zip archive">ogf-glue-2-to-LDAP-v7.3-draft2.pdf</div>
</td>
<td class="size">1.1 MB</td>
<td class="modified">
2014-07-15 17:09
</td>
<td class="version">
0.1
</td>
<td class="author">John-Paul Navarro</td>
<td class="actions">
<div class="right_icon_box" style="width: 70px;">
<div style="float: left">
<a href="../dmsf_files/13292.html" title="ogf-glue-2-to-LDAP-v7.3-draft2 details"><img alt="Filedetails" class="detail_icon" src="../plugin_assets/redmine_dmsf/images/filedetails4460.png?1425381960" /></a>
</div>
<div style="float: right; width: 44px;">
<a href="#" onclick="manipulation_link('/dmsf_files/lock/13292'); return false;" title="Lock to prevent changes for other members"><img alt="Lock" src="../plugin_assets/redmine_dmsf/images/lock4460.png?1425381960" /></a>
</div>
</div>
<br class="clear" />
</td>
<td class="hidden">1</td>
<td class="hidden">1134960</td>
</tr>
<tr class="file">
<td class="check"><input id="files_" name="files[]" title="Check for Zip download or email" type="checkbox" value="13291" /></td>
<td class="title">
<a href="https://github.com/OpenGridForum/redmine_dmsf_files/blob/main/og/ogf-glue-2-to-LDAP-v7.3-draft2b4d7.doc?raw=true" class="icon icon-file filetype-doc" data-downloadurl="application/msword:ogf-glue-2-to-LDAP-v7.3-draft2.doc:https://redmine.ogf.org/dmsf_files/13291?download=" title="ogf-glue-2-to-LDAP-v7.3-draft2 version 0.1 download">ogf-glue-2-to-LDAP-v7.3-draft2</a>
<div class="filename" title="Filename used for download or in Zip archive">ogf-glue-2-to-LDAP-v7.3-draft2.doc</div>
</td>
<td class="size">952.5 kB</td>
<td class="modified">
2014-07-15 17:09
</td>
<td class="version">
0.1
</td>
<td class="author">John-Paul Navarro</td>
<td class="actions">
<div class="right_icon_box" style="width: 70px;">
<div style="float: left">
<a href="../dmsf_files/13291.html" title="ogf-glue-2-to-LDAP-v7.3-draft2 details"><img alt="Filedetails" class="detail_icon" src="../plugin_assets/redmine_dmsf/images/filedetails4460.png?1425381960" /></a>
</div>
<div style="float: right; width: 44px;">
<a href="#" onclick="manipulation_link('/dmsf_files/lock/13291'); return false;" title="Lock to prevent changes for other members"><img alt="Lock" src="../plugin_assets/redmine_dmsf/images/lock4460.png?1425381960" /></a>
</div>
</div>
<br class="clear" />
</td>
<td class="hidden">1</td>
<td class="hidden">975360</td>
</tr>
<tr class="file">
<td class="check"><input id="files_" name="files[]" title="Check for Zip download or email" type="checkbox" value="13302" /></td>
<td class="title">
<a href="https://github.com/OpenGridForum/redmine_dmsf_files/blob/main/og/ogf-glue-2-to-LDAP-v7.3-draft3b4d7.doc?raw=true" class="icon icon-file filetype-doc" data-downloadurl="application/msword:ogf-glue-2-to-LDAP-v7.3-draft3.doc:https://redmine.ogf.org/dmsf_files/13302?download=" title="ogf-glue-2-to-LDAP-v7.3-draft3 version 0.1 download">ogf-glue-2-to-LDAP-v7.3-draft3</a>
<div class="filename" title="Filename used for download or in Zip archive">ogf-glue-2-to-LDAP-v7.3-draft3.doc</div>
</td>
<td class="size">986 kB</td>
<td class="modified">
2014-07-23 10:54
</td>
<td class="version">
0.1
</td>
<td class="author">John-Paul Navarro</td>
<td class="actions">
<div class="right_icon_box" style="width: 70px;">
<div style="float: left">
<a href="../dmsf_files/13302.html" title="ogf-glue-2-to-LDAP-v7.3-draft3 details"><img alt="Filedetails" class="detail_icon" src="../plugin_assets/redmine_dmsf/images/filedetails4460.png?1425381960" /></a>
</div>
<div style="float: right; width: 44px;">
<a href="#" onclick="manipulation_link('/dmsf_files/lock/13302'); return false;" title="Lock to prevent changes for other members"><img alt="Lock" src="../plugin_assets/redmine_dmsf/images/lock4460.png?1425381960" /></a>
</div>
</div>
<br class="clear" />
</td>
<td class="hidden">1</td>
<td class="hidden">1009664</td>
</tr>
<tr class="file">
<td class="check"><input id="files_" name="files[]" title="Check for Zip download or email" type="checkbox" value="13326" /></td>
<td class="title">
<a href="https://github.com/OpenGridForum/redmine_dmsf_files/blob/main/og/ogf-glue-2-to-LDAP-v7.3-draft4b4d7.doc?raw=true" class="icon icon-file filetype-doc" data-downloadurl="application/msword:ogf-glue-2-to-LDAP-v7.3-draft4.doc:https://redmine.ogf.org/dmsf_files/13326?download=" title="ogf-glue-2-to-LDAP-v7.3-draft4 version 0.1 download">ogf-glue-2-to-LDAP-v7.3-draft4</a>
<div class="filename" title="Filename used for download or in Zip archive">ogf-glue-2-to-LDAP-v7.3-draft4.doc</div>
</td>
<td class="size">977 kB</td>
<td class="modified">
2014-08-28 18:10
</td>
<td class="version">
0.1
</td>
<td class="author">John-Paul Navarro</td>
<td class="actions">
<div class="right_icon_box" style="width: 70px;">
<div style="float: left">
<a href="../dmsf_files/13326.html" title="ogf-glue-2-to-LDAP-v7.3-draft4 details"><img alt="Filedetails" class="detail_icon" src="../plugin_assets/redmine_dmsf/images/filedetails4460.png?1425381960" /></a>
</div>
<div style="float: right; width: 44px;">
<a href="#" onclick="manipulation_link('/dmsf_files/lock/13326'); return false;" title="Lock to prevent changes for other members"><img alt="Lock" src="../plugin_assets/redmine_dmsf/images/lock4460.png?1425381960" /></a>
</div>
</div>
<br class="clear" />
</td>
<td class="hidden">1</td>
<td class="hidden">1000448</td>
</tr>
</tbody>
</table>
<br />
</form>
<script type="text/javascript">
jQuery("#entries_delete_button").click(function(event) {
if(window.confirm("Do you really want to delete checked entries?")) {
jQuery("#entries_form").attr("action", "/dmsf/delete_entries/glue-wg?folder_id=6591");
jQuery("#entries_form").submit();
}
})
jQuery("#check_all_entries").click(function(event) {
var $this = jQuery(this);
if($this.prop("checked")) {
jQuery("input[type=checkbox]", jQuery("#browser > tbody")).prop("checked", true);
} else {
jQuery("input[type=checkbox]", jQuery("#browser > tbody")).prop("checked", false);
}
})
</script>
<br />
<div style="clear:both;"></div>
</div>
</div>
<div id="ajax-indicator" style="display:none;"><span>Loading...</span></div>
<div id="footer">
<div class="bgl"><div class="bgr">
Powered by <a href="http://www.redmine.org/">Redmine</a> © 2006-2012 Jean-Philippe Lang
</div></div>
</div>
</div>
</div>
</body>
This is a static archive of the previous Open Grid Forum Redmine content management system saved from host redmine.ogf.org file /dmsf/glue-wg?folder_id=6591 at Thu, 03 Nov 2022 23:02:28 GMT
</html>