c:\export\olenmr\client\forcheckjs.htm Functions

7/24/2003 7:53:09 AM

Full Project List

admin.js Functions

function admin_header()
function admin_write(s)
function admin_write2(stitle,sinfo)
function admin_writeHTML(thisname,thisteam)
function admin_writeHTMLFiles()
function admin_writeHTMLFull(ishowall)
function admin_writeHTMLTeams(ihideusers,icheckteams,icheckmembers,icheckpositions)
function adminUnload()

   

file admin.js  

view function admin_header()
Makes a title telling who you're logged in as and then, depending on who you are, gives you certain options for defining team structure

function return:

return s;

called by:

admin_write

calls:

jRef

makeTableRow

team_allowSuper

team_invokeModifyTeamStructure

top_Menu

   

file admin.js  

view function admin_write(s)
Calls function admin_header

parameters:

string

s

function action:

Writes the function admin_header

function return:

NONE

called by:

admin_writeHTMLFull

calls:

appWrite

admin_header

   

file admin.js  

view function admin_write2(stitle,sinfo)
Displays a list of teamsparam-stitle=string,

parameters:

string

stitle

string

sinfo

function action:

writes the title and form

function return:

NONE

called by:

admin_writeHTMLTeams

calls:

appWrite

top_Menu

   

file admin.js  

view function admin_writeHTML(thisname,thisteam)
Entry point for the administrative page

parameters:

string

thisname

string

thisteam

function return:

NONE

called by:

main_invokeAdmin

calls:

admin_writeHTMLFull

   

file admin.js  

view function admin_writeHTMLFiles()
Not Implementedaction=writes the header, table and form

function return:

s+="<center><h3>Delete/Rename/Move Files</h3><p><form name=info onSubmit=\"return false;\">";

called by:

team_invokeModifyFiles

calls:

appWrite

top_Menu

   

file admin.js  

view function admin_writeHTMLFull(ishowall)
If ishowall is true, then it shows all teams, otherwise it shows specific teams

parameters:

integer

ishowall

function return:

NONE

called by:

admin_writeHTML

team_invokeViewTeamStructure

calls:

admin_write

team_showJustThisTeam

team_showTheTeams

   

file admin.js  

view function admin_writeHTMLTeams(ihideusers,icheckteams,icheckmembers,icheckpositions)
Writes HTML for modifying team structure

parameters:

integer

ihideusers

integer

icheckteams

integer

icheckmembers

integer

icheckpositions

function return:

NONE

called by:

team_invokeModifyTeamStructure

team_showMyTeam

calls:

admin_write2

team_shows

   

file admin.js  

view function adminUnload()
Not Implemented

function return:

NONE

called by:

calls: