[Phpslash-commit] CVS: phpslash-ft/doc/html phpslash.sgml,1.25,1.26
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2002-05-20 18:03:46
|
Update of /cvsroot/phpslash/phpslash-ft/doc/html In directory usw-pr-cvs1:/tmp/cvs-serv7009/phpslash-ft/doc/html Modified Files: phpslash.sgml Log Message: login and submission blocks Index: phpslash.sgml =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/doc/html/phpslash.sgml,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** phpslash.sgml 20 May 2002 16:07:29 -0000 1.25 --- phpslash.sgml 20 May 2002 18:03:43 -0000 1.26 *************** *** 751,755 **** --- 751,758 ---- <tscreen><code> + framedbox.tpl + loginblock.tpl navbarBlock.tpl + openbox.tpl </code></tscreen> *************** *** 981,984 **** --- 984,994 ---- <tag/HTML/ Just put some HTML in the "DATA" field and that's pretty much it. + <tag/Login/ Creates a block containing login/logout links or form. + These are valid source url options: + <itemize> + <item> form = if true display a login form instead of a link. + <item> tpl = alternate template ( no .tpl). + </itemize> + <tag/NavBar/ Creates a block containing the navbar links. These are valid options: *************** *** 1024,1027 **** --- 1034,1051 ---- "home" link. <tag/Section/ Will give you a list of the sections with stories. + <tag/Submission/ Will give you a list of the submissions in a block to + a user with sufficient privileges. This block uses the submissionList.tpl + and is too wide for a side column. Example use: + <itemize> + <item> title - "Submission Queue" + <item> type - "submission" + <item> expire length - "0" + <item> section - "Admin" + <item> Data - empty + <item> order number - "70" + <item> block options: + <item> column center + <item> width 100% + </itemize> <tag/Topics:/ Gives you a list of topics with stories. <tag/URL/ A lot of people ask how they can put PHP code into a block, *************** *** 1309,1312 **** --- 1333,1337 ---- error.tpl - display error message fancybox.tpl - blocks + framedbox.tpl - alternate fancybox footer.tpl - unused glossaryList.tpl - list of glossary entries in glossaryAdmin *************** *** 1320,1323 **** --- 1345,1349 ---- index3col.tpl - three column example index page infolog.tpl - infolog management in infologAdmin + loginblock.tpl - login form in a login block. loginform.tpl - login form loginformCR.tpl - login form using Challenge-Response [default] *************** *** 1336,1339 **** --- 1362,1366 ---- navbarFooter.tpli - bottom Navigation bar (Home, About, etc.) notfound.tpl - errordocument content + openbox.tpl - alternate fancybox pollAdminLink.tpl - links to administer polls pollDisplay.tpl - voting form and comment display |