41 redirect(
"fileshare_libraries");
44 $page->page_title =
"Fileshare Library User Community";
46 if(!
$library->isOwner() && !checkRole(
"fileshare,admin"))
47 redirect(
"fileshare_libraries");
52 <script type=
'text/javascript'>
54 window.addEvent(
'domready',
function()
64 $members = Query::create(
$class_name,
"WHERE user_id in (select user_id from {$xrefClass->table} where document_library_id=:d) ORDER BY last_name, first_name")
68 <div
id=
"fileshare_content">
72 <div
id=
"tab_border" style=
"height: auto;">
73 <h3>Fileshare Member Community
for <?echo
$library->name?></h3>
74 <table
class=
"layout" style=
"width: 95%">
79 <div
id=
"member_select">
80 <div
id=
"member_scrollbox" style=
"height: 200px;">
82 FileshareManager::constructListMembers(
$members,
$library->document_library_id);
84 $param =
"?document_library_id=$document_library_id";
88 <div
id=
"submit_block">
89 <div
style=
"float: left; padding: 2px 0">
90 <a
class=
"button" href=
"fileshare_library_form<?php echo $param ?>">BACK</a>
92 <div
style=
"float: right; padding: 2px 0">
93 <a
class=
"button" href=
"fileshare_library_files<?php echo $param ?>">CONTINUE</a>
95 <div
style=
"clear: both"></div>
98 </td></tr></table></div></div>
static using()
Import the datamodels, views and manifest for the specified component(s).
static usingFile()
Uses the specified framework file(s) from the framework directory.
static drawMemberSearchForm($library)
For Members tab.
static libraryTabs($key="")
Provides the interface to the user model for the application.